/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* delius-unicase-regular - latin */
@font-face {
  font-family: "Delius Unicase";
  font-style: normal;
  font-weight: 400;
  src: url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.eot?#iefix") format("embedded-opentype"), url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.woff2") format("woff2"), url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.woff") format("woff"), url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.ttf") format("truetype"), url("/template/Io/_ressources/fonts/delius-unicase-v26-latin-regular.svg#DeliusUnicase") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.woff") format("woff"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.woff") format("woff"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("/template/Io/_ressources/fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  src: url("../../_ressources/fonts/TradeGothicLTPro-Bold/font.eot");
  font-family: "TradeGothicLTPro-Bold";
  src: url("../../_ressources/fonts/TradeGothicLTPro-Bold/font.woff2") format("woff2"), url("../../_ressources/fonts/TradeGothicLTPro-Bold/font.woff") format("woff"), url("../../_ressources/fonts/TradeGothicLTPro-Bold/font.eot?#iefix") format("embedded-opentype"), url("../../_ressources/fonts/TradeGothicLTPro-Bold/font.ttf") format("truetype");
}
@font-face {
  src: url("../../_ressources/fonts/TradeGothicLTPro-Light/font.eot");
  font-family: "TradeGothicLTPro-Light";
  src: url("../../_ressources/fonts/TradeGothicLTPro-Light/font.woff2") format("woff2"), url("../../_ressources/fonts/TradeGothicLTPro-Light/font.woff") format("woff"), url("../../_ressources/fonts/TradeGothicLTPro-Light/font.eot?#iefix") format("embedded-opentype"), url("../../_ressources/fonts/TradeGothicLTPro-Light/font.ttf") format("truetype");
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

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

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

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

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

html {
  width: 100%;
  font-family: "TradeGothicLTPro-Light";
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 0.8333333333vw;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F7F6F3;
}

pre {
  background: #fff;
}

strong {
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin-top: 1em;
  text-rendering: optimizeLegibility;
}

h1 {
  text-transform: uppercase;
  font-weight: 500;
  margin: -0.1em 0 0 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin: -0.1em 0 0 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

.hidden, .button__responsiveNav {
  display: none;
  visibility: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.boxed {
  max-width: 100%;
  width: 100%;
}
.boxed > div {
  width: 100%;
  max-width: 1366px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
}

.pli {
  background-size: 0px;
}

.pli_ghost {
  position: absolute;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pli_ghost.loaded {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._opeEditNavButton {
  left: 30px !important;
  bottom: 23px;
}

.opeMode .header {
  z-index: 10000;
}

.opeEditNavButton {
  left: auto !important;
}

.opeEmptyPagePlusButton {
  position: absolute;
  bottom: 0;
}

.opeSelected:first-child {
  top: 0;
}

.opeSelected {
  z-index: 10000 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 4999;
  transform: translate3d(0, 0, 1px);
}
@media (max-width: 1200px) {
  .header {
    height: 145px;
  }
}

.mainnav {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100vh;
  font-family: "TradeGothicLTPro-Light";
  padding: 0 3.125vw;
  position: relative;
}
.mainnav__ul {
  list-style: none;
  float: right;
  padding: 90px 0 0 0;
  position: absolute;
  left: 0;
}
@media (max-width: 1200px) {
  .mainnav__ul {
    float: left;
    padding-top: 97px;
  }
}
.mainnav__ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.mainnav__li, .mainnav__li--active {
  z-index: 101;
  float: left;
  padding: 0 70px 0 0;
  text-decoration: none;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.6em;
  padding-bottom: 20px;
}
.mainnav__li--active > a, .mainnav__li--active--active > a {
  color: #846344;
}
.mainnav__li--active > a:before, .mainnav__li--active--active > a:before {
  left: 0;
  right: 0;
  height: 1px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainnav__li:hover .mainnav__mm, .mainnav__li--active:hover .mainnav__mm {
  transform: translate3D(0vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .mainnav__li.invisible_mobile, .mainnav__li--active.invisible_mobile {
    display: none;
  }
}
.mainnav__a {
  text-decoration: none;
  color: #000;
  position: relative;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.mainnav__a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5B5B5A;
}
.mainnav__a:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
}
.mainnav__a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  background: #5B5B5A;
  height: 1px;
  width: auto;
  left: 50%;
  right: 50%;
  bottom: -1px;
}
.mainnav .footNav {
  display: none;
}
@media (max-width: 1024px) {
  .mainnav .footNav {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mainnav__ul {
    z-index: 4999 !important;
    position: absolute;
    float: none;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #D6D2CC;
    text-align: center;
    padding-top: 20vh;
    transform: translate3d(-100vw, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mainnav__li, .mainnav__li--active {
    float: none;
    font-size: 2rem;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
  }
  .mainnav__a {
    color: #fff;
  }
}
@media (max-width: 375px) {
  .mainnav__li, .mainnav__li--active {
    font-size: 2rem;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 320px) {
  .mainnav__li, .mainnav__li--active {
    font-size: 1.7rem;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
  }
}

.subNav {
  position: absolute;
  display: none;
  padding-top: 8px;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.subNav:before {
  position: absolute;
  background: white;
  content: "";
  left: -100vw;
  right: -100vw;
  top: 6px;
  bottom: 0;
}
.subNav__li {
  padding: 12px 0;
}
.subNav__a {
  text-decoration: none;
  color: #5B5B5A;
  position: relative;
}
.subNav__a:hover {
  color: #000;
}
.subNav__a:after {
  display: none;
}

.openNav .mainnav__ul, .openNav .footnav__ul {
  transform: translate3d(0, 0, 0);
}

.footnav {
  float: right;
  height: auto;
  position: relative;
}
.footnav__ul {
  display: none;
  list-style: none;
  float: right;
  padding-right: 40px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .footnav__ul {
    padding-top: 28px;
  }
}
.footnav__ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.footnav__li, .footnav__li--active {
  z-index: 101;
  float: left;
  padding: 0 0 0 39px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.63rem;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 20px;
}
.footnav__li--active > a, .footnav__li--active--active > a {
  color: #846344;
}
.footnav__li--active > a:before, .footnav__li--active--active > a:before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 1px;
  opacity: 1;
}
.footnav__li:hover .mainnav__mm, .footnav__li--active:hover .mainnav__mm {
  transform: translate3D(0vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.footnav__a {
  text-decoration: none;
  color: #5B5B5A;
  position: relative;
}
.footnav__a:hover {
  color: #846344;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footnav__a:hover:before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footnav__a:before {
  content: "";
  position: absolute;
  background: #846344;
  height: 1px;
  width: auto;
  left: 50%;
  right: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: -1px;
}
@media (max-width: 1024px) {
  .footnav__ul {
    z-index: 4998 !important;
    float: none;
    position: fixed;
    left: 0;
    width: 100vw;
    bottom: 0;
    height: 35vh;
    background: #D6D2CC;
    text-align: center;
    padding-top: 46px;
    transform: translate3d(-100vw, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footnav__li, .footnav__li--active {
    float: none;
    font-size: 2rem;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
  }
  .footnav__a {
    color: #fff;
  }
}
@media (max-width: 375px) {
  .footnav__li, .footnav__li--active {
    font-size: 2rem;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 320px) {
  .footnav__ul {
    padding-top: 8vh;
  }
  .footnav__li, .footnav__li--active {
    font-size: 1.7rem;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
  }
}

.logo {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 231px;
  padding: 0;
}
@media (max-width: 1200px) {
  .logo {
    max-width: 100px;
    padding: 0;
  }
}
.logo__link {
  border: none;
  outline: none;
}
.logo__img {
  width: 100%;
  padding-left: 0;
  border: none;
  outline: none;
}
.logo__img--white path, .logo__img--white polygon, .logo__img--white rect {
  fill: #fff;
}

.hamburger {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  display: none !important;
  z-index: 12;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block !important;
  }
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 1px !important;
}

.button__responsiveNav {
  border: none;
  position: fixed;
  z-index: 9000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  right: 80px;
  top: 48px;
}
.button__responsiveNav .respButton {
  width: 38px;
  height: 18px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 27px 6px;
}
.button__responsiveNav div {
  background: #846344;
  width: 100%;
  height: 20%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5vh;
}
.button__responsiveNav div:before {
  content: "";
  background: #846344;
  width: 100%;
  height: 100%;
  top: -250%;
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5vh;
}
.button__responsiveNav div:after {
  content: "";
  background: #846344;
  width: 100%;
  height: 100%;
  bottom: -250%;
  position: absolute;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5vh;
}
@media (max-width: 1024px) {
  .button__responsiveNav {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 414px) {
  .button__responsiveNav {
    right: 15px;
    top: 34px;
  }
  .button__responsiveNav .respButton {
    width: 25px;
    height: 12px;
  }
}
@media (max-width: 320px) {
  .button__responsiveNav {
    right: 15px;
    top: 40px;
  }
  .button__responsiveNav .respButton {
    width: 25px;
    height: 12px;
  }
}

.openNav .button__responsiveNav .respButton div {
  width: 0;
  margin-left: 50%;
  background-color: #fff;
}
.openNav .button__responsiveNav .respButton div:before {
  width: 38px;
  transform: rotate(45deg);
  transform-origin: 17%;
  margin-left: -19px;
  border-radius: 3px;
  background-color: #fff;
}
.openNav .button__responsiveNav .respButton div:after {
  width: 38px;
  transform: rotate(-45deg);
  transform-origin: 17%;
  margin-left: -19px;
  border-radius: 3px;
  background-color: #fff;
}
@media (max-width: 414px) {
  .openNav .button__responsiveNav .respButton div {
    margin-left: 100%;
  }
  .openNav .button__responsiveNav .respButton div:before {
    width: 25px;
  }
  .openNav .button__responsiveNav .respButton div:after {
    width: 25px;
  }
}

.footer {
  position: relative;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 1024px) {
  .footer {
    height: 0;
  }
}

.main {
  position: relative;
  width: 100%;
  color: #5B5B5A;
  min-height: calc(100vh - 75px);
}

article {
  position: relative;
  width: 100%;
}
article.opeSection:first-child {
  padding-top: 145px;
}
article:first-child {
  padding-top: 0;
}
article:first-child figure {
  margin-top: 0;
}

.lg-backdrop {
  z-index: 9999 !important;
}

.lg-outer {
  z-index: 9999 !important;
  transform: translate3d(0, 0, 2px) !important;
}

.lg-toolbar {
  height: 70px;
  background-color: #000 !important;
  opacity: 1 !important;
  transform: translate3d(0, 0, 2px) !important;
}

.lg-icon {
  background: #000;
}

.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 18px 20px 19px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTIzLjAyIDlILjY0TTI0IDkuNjcybC04LjMyLTguMjZtNy41NDIgNy42MzJsLTcuNTIgNy41IiBzdHJva2U9IiNFN0U3RTciIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPg0KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.lg-close {
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 18px 20px 19px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTkuNDU3IDkuNjcybC04LjMyLTguMjZNOC42OCA5LjA0NGwtNy41MjIgNy41bTE1LjItLjE0NmwtOC4zMi04LjI2bTcuNzIyLTYuMzJsLTcuNTIgNy41IiBzdHJva2U9IiNFN0U3RTciIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPg0KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lg-close:after {
  content: "" !important;
}

.lg-prev {
  transform: rotate(180deg);
}
.lg-prev:after {
  content: "" !important;
}

.lg-next:before {
  content: "" !important;
}

.cke_dialog {
  z-index: 99999 !important;
}

.aminOut {
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.opeMenuHorizontal > menu div.opeMenu {
  width: 250px;
}
.opeMenuHorizontal > menu div.opeMenu .opeButton {
  float: left;
}

.opeBox {
  min-width: 510px;
  width: 30%;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  background: linear-gradient(to bottom, #7f7f7f 0%, #4c4c4c 100%);
}
.opeBox label {
  width: 30%;
  float: left;
  display: block;
}
.opeBox .form-control {
  clear: both;
}

.opeImgWrap {
  position: relative;
  padding-top: 60%;
  width: 100%;
}
.opeImgWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.opeSection.opeSelected .opeSaveControls {
  bottom: -40px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(to bottom, #7f7f7f 0%, #4c4c4c 100%);
}

body {
  background: #fff;
  font-family: TradeGothicLTPro-Light;
  text-rendering: optimizeLegibility;
}

.logo {
  position: relative;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 231px;
  padding: 0;
  padding-top: 3.0208333333vw;
}
@media (max-width: 1024px) {
  .logo {
    position: relative;
    float: left;
    max-width: 200px;
    padding: 0;
    height: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 414px) {
  .logo {
    position: relative;
    max-width: 165px;
    padding: 0;
    height: 100%;
    padding-top: 0;
  }
}
.logo svg {
  width: 100%;
}
.logo__link {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.logo__img {
  width: 100%;
  padding-left: 0;
  border: none;
  outline: none;
}

.header {
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
}
@media (max-width: 414px) {
  .header {
    height: 80px;
  }
}

.hamburger {
  z-index: 5001;
}

@media (max-width: 768px) {
  .responsive_cover {
    background: transparent;
    position: relative;
    width: 100%;
    border-right: 0px solid rgba(91, 91, 90, 0.08);
    top: 10%;
  }
}

.mainnav {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  max-height: 100vh;
  font-family: "TradeGothicLTPro-Light";
  padding: 0 3.125vw;
  height: 100%;
  font-family: TradeGothicLTPro-Light;
  text-rendering: optimizeLegibility;
}
.mainnav__container {
  height: 100%;
  width: 80%;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .mainnav__container {
    z-index: 5000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    text-align: center;
    transform: translate3d(100vw, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%);
  }
}
@media (max-width: 414px) {
  .mainnav__container {
    background: linear-gradient(linear, 90deg, from(rgba(255, 255, 255, 0)) 0%, to(white) 60%);
  }
}
@media (max-width: 1366px) {
  .mainnav__ul {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .mainnav__ul {
    padding-top: 97px;
  }
}
@media (max-width: 1024px) {
  .mainnav__ul {
    z-index: 4999 !important;
    position: relative;
    float: none;
    left: 0;
    top: 100px;
    height: auto;
    width: auto;
    background: transparent;
    text-align: center;
    padding: 0;
    transform: none;
    padding-right: 0 !important;
  }
}
@media (max-width: 414px) {
  .mainnav__ul {
    padding-right: 0;
  }
}
.mainnav__li, .mainnav__li--active {
  text-align: right;
}
@media (max-width: 1366px) {
  .mainnav__li, .mainnav__li--active {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1024px) {
  .mainnav__li, .mainnav__li--active {
    z-index: 101;
    float: left;
    padding: 0 70px 0 0;
    text-decoration: none;
    text-transform: none;
    font-size: 1.4em;
    line-height: 1.6em;
    padding-bottom: 20px;
    float: none;
    font-size: 22px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    border-bottom: 0px solid rgba(91, 91, 90, 0.08);
    padding: 10px;
    margin: 10px auto;
    padding-right: 50px;
  }
}
@media (max-width: 414px) {
  .mainnav__li, .mainnav__li--active {
    font-size: 18px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    padding-right: 50px;
  }
}
@media (max-width: 320px) {
  .mainnav__li, .mainnav__li--active {
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    padding: 2px;
    padding-right: 50px;
  }
}
.mainnav__li--active > a, .mainnav__li--active--active > a {
  color: #846344;
  color: #5B5B5A;
  padding: 10px;
}
.mainnav__li--active > a:before, .mainnav__li--active--active > a:before {
  content: "";
  display: block;
  left: 0;
  width: 2.60417vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
  margin-top: 10px;
}
.mainnav__li--active:hover .mainnav__mm, .mainnav__li--active--active:hover .mainnav__mm {
  transform: translate3D(0vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.mainnav__a {
  padding: 10px;
}
@media (max-width: 1024px) {
  .mainnav__a {
    text-decoration: none;
    color: #000;
    position: relative;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  .mainnav__a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #5B5B5A;
  }
  .mainnav__a:hover:before {
    content: "";
    display: block;
    left: 0;
    width: 2.60417vw;
    height: 1px;
    border: 0;
    background: #846344;
    margin-top: 10px;
  }
  .mainnav__a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    background: #5B5B5A;
    height: 1px;
    width: auto;
    left: 50%;
    right: 50%;
    bottom: -1px;
  }
}
@media (max-width: 1024px) {
  .mainnav__a {
    color: #3D3A37;
  }
}
.mainnav .footnav {
  display: none;
}
@media (max-width: 1024px) {
  .mainnav .footnav {
    display: block;
  }
}

.footer {
  position: relative;
  background: #5B5B5A;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15.2083333333vw;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .footer {
    height: 0;
    display: none;
  }
}
.footer__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 3.125vw;
}
@media (max-width: 1366px) {
  .footer__wrapper {
    padding: 0 15px 15px 15px;
  }
}
.footer__address {
  flex: 0 0 45%;
  min-width: 45%;
  max-width: 45%;
  font-size: calc(12px + (14 - 12) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #fff;
  text-rendering: optimizeLegibility;
  columns: 2;
}
@media (max-width: 1024px) {
  .footer__address {
    flex: 0 0 40%;
    min-width: 40%;
    max-width: 40%;
  }
}
.footer__address > a {
  color: #fff;
  text-decoration: none;
}
.footer__address > a:hover {
  color: #846344;
}
.footer__nav {
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .footer__nav {
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
.footer__social {
  flex: 0 0 5%;
  min-width: 5%;
  max-width: 5%;
}
.footer__h3 {
  font-size: calc(16px + (21 - 16) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 2.8em;
  padding-top: 2.0833333333vw;
}
.footer__h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .footer__h3 {
    line-height: 2em;
    padding-top: 0;
  }
}
@media (max-width: 414px) {
  .footer__h3 {
    margin: 0 20px;
    width: auto;
  }
}

.footnav {
  float: right;
  height: auto;
}
@media (max-width: 1024px) {
  .footnav {
    float: none;
  }
}
.footnav__ul {
  display: none;
  list-style: none;
  float: right;
  padding-right: 40px;
  padding-top: 20px;
}
.footnav__li, .footnav__li--active {
  z-index: 101;
  float: left;
  padding: 0 0 0 70px;
  text-decoration: none;
  text-transform: none;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
}
@media (max-width: 1024px) {
  .footnav__li, .footnav__li--active {
    padding: 0 0 20px 39px;
    line-height: 20px;
  }
}
.footnav__li:after, .footnav__li--active:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #fff;
  margin-top: 10px;
}
.footnav__li--active > a, .footnav__li--active--active > a {
  color: #846344;
}
.footnav__li--active > a:before, .footnav__li--active--active > a:before {
  height: 0;
}
.footnav__li:hover .mainnav__mm, .footnav__li--active:hover .mainnav__mm {
  transform: translate3D(0vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.footnav__a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.footnav__a:hover {
  color: #846344;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footnav__a:hover:before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footnav__a:before {
  height: 0px;
}

.opeEditNavButton {
  left: -30px !important;
}

.openNav .mainnav__container, .openNav .footnav {
  transform: translate3d(0, 0, 0);
}

.openNav .main {
  transform: translate3d(-100vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .openNav .main {
    filter: blur(4%);
  }
}

.openNav .header {
  height: 0;
}
@media (max-width: 1024px) {
  .openNav .header {
    background: rgba(255, 255, 255, 0);
  }
  .openNav .header figure {
    filter: blur(4%);
  }
}

.hamburger {
  top: 10px;
  right: 10px;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block !important;
    top: 55px;
    right: 3.125vw;
  }
}
@media (max-width: 414px) {
  .hamburger {
    top: 28px;
  }
}

.main {
  position: relative;
  width: 100%;
  color: #5B5B5A;
  min-height: calc(100vh - 154px);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article:first-child {
  margin-top: 145px;
}
@media (max-width: 414px) {
  article:first-child {
    margin-top: 80px;
  }
}

@media (max-width: 414px) {
  html, body, #main {
    height: 100%;
  }
}

@media (max-width: 414px) {
  #main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative;
  }
}

@media (max-width: 414px) {
  .header {
    flex: 0 0 80px;
  }
}

@media (max-width: 414px) {
  .main {
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.bigImg {
  position: relative;
  height: auto;
  width: 100%;
  top: 0;
  color: #D6D2CC;
}
.bigImg__h1 {
  position: absolute;
  font-size: calc(21px + (32 - 21) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
  left: 0;
  max-width: 40vw;
  text-transform: none;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.bigImg__h1 span {
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
}
.bigImg__h1--ul {
  bottom: 10vw;
  left: 18vw;
  right: auto;
  text-align: right;
}
@media (max-width: 414px) {
  .bigImg__h1--ul {
    left: 14vw;
  }
}
.bigImg__h1--ur {
  bottom: 10vw;
  right: 18vw;
  left: auto;
  text-align: left;
}
@media (max-width: 414px) {
  .bigImg__h1--ur {
    right: 14vw;
  }
}
.bigImg__h1--ol {
  top: 10vw;
  left: 18vw;
  right: auto;
  text-align: right;
}
@media (max-width: 414px) {
  .bigImg__h1--ol {
    left: 14vw;
  }
}
.bigImg__h1--or {
  top: 10vw;
  right: 18vw;
  left: auto;
  text-align: left;
}
@media (max-width: 414px) {
  .bigImg__h1--or {
    right: 14vw;
  }
}
@media (max-width: 414px) {
  .bigImg__h1 {
    max-width: 100vw;
  }
}
.bigImg__wrapper {
  width: 100%;
  height: 41.6666666667vw;
  position: relative;
}
.bigImg__wrapper--tiny {
  height: 25vw;
}
@media (max-width: 414px) {
  .bigImg__wrapper {
    height: 50vw;
  }
}
.bigImg__img {
  position: absolute;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 0 3.125vw;
}
.bigImg__img--full {
  padding: 0;
}
.bigImg__arrow {
  display: block;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  width: 70px;
  bottom: 20px;
  background: url("/template/voltmann/_ressources/img/arrow.svg") no-repeat;
  background-size: 44px 21px;
  background-position: 50%;
  margin: 0 auto;
  background-color: #fff;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 414px) {
  .bigImg__arrow {
    max-width: 100%;
    background-size: 24px 11px;
    height: 9.6618357488vw;
    width: 9.6618357488vw;
    bottom: 5px;
  }
}
.bigImg__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bigImg__OF-cover {
  height: 101%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}
.bigImg__OF-contain {
  height: 101%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  font-family: "object-fit: contain; object-position: bottom;";
}
.bigImg.opeSelected .bigImg__img {
  width: 50vw;
  position: relative;
  padding: 0;
}
.bigImg.opeSelected .bigImg__icon {
  width: 30vw;
  position: relative;
  right: 0;
  bottom: 0;
}
.bigImg.opeSection.opeSelected .bigImg {
  top: 10vw;
}
.bigImg.opeSection.opeSelected .bigImg__img:after {
  display: none;
}
.bigImg .opeImgWrap {
  padding: 0;
}
.bigImg .opeImgWrap img {
  position: relative;
}
.bigImg .opeControls {
  top: 50%;
}

.newsslider {
  z-index: 0;
  color: #D6D2CC;
  overflow: hidden;
  width: 100%;
  margin: 3.125vw auto 1.5625vw auto;
  font-family: "TradeGothicLTPro-Light";
  background: rgba(91, 91, 90, 0.08);
  padding: 4.1666666667vw 0;
}
@media (max-width: 1366px) {
  .newsslider {
    max-width: 100%;
    padding: 4.1666666667vw 3.125vw;
  }
}
@media (max-width: 414px) {
  .newsslider {
    margin: 0;
  }
}
.newsslider__mainheadline {
  font-family: "TradeGothicLTPro-Light";
  font-size: calc(20px + (36 - 20) * ((100vw - 414px) / (1600 - 414)));
  color: #5B5B5A;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  width: max-content;
  transform: translate3d(-50%, 0, 0);
  margin-left: 50%;
}
@media (max-width: 414px) {
  .newsslider__mainheadline {
    margin-top: 6vw;
  }
}
.newsslider__mainheadline:after {
  content: "";
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  height: 1px;
  width: 70%;
  background: #5B5B5A;
}
@media (max-width: 414px) {
  .newsslider__mainheadline:after {
    margin: 0 0 20px 0;
  }
}
.newsslider__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 66.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newsslider__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .newsslider__wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }
}
.newsslider__edit {
  background: rgba(91, 91, 90, 0.08);
  color: #5B5B5A;
  padding: 1.0416666667vw 1.0416666667vw;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 1.5625vw auto;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  width: 100%;
}
.newsslider__edit:hover {
  background: #5B5B5A;
  color: #fff;
}
.newsslider__OF-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}
.newsslider__item {
  flex: 0 0 33%;
  min-width: 33%;
  max-width: 33%;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
@media (max-width: 414px) {
  .newsslider__item {
    height: auto;
    width: unset !important;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 3.125vw;
  }
}
.newsslider__bild {
  max-height: 14.21875vw;
  height: 15vw;
  overflow: hidden;
}
@media (max-width: 414px) {
  .newsslider__bild {
    height: 100%;
    max-height: 70vw;
  }
}
.newsslider__bild img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 414px) {
  .newsslider__bild img {
    height: 100%;
  }
}
.newsslider__text {
  color: #5B5B5A;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.04em;
}
.newsslider__text__pos {
  position: relative;
  padding: 1.5625vw 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
}
.newsslider__text__link {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #fff;
  font-family: "TradeGothicLTPro-Light";
  font-weight: 200;
  padding: 0.3645833333vw 0.5208333333vw;
  background: #5B5B5A;
  text-transform: none;
  display: table;
  margin-top: 1.8229166667vw;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (max-width: 414px) {
  .newsslider__text__link {
    padding: 3vw 4vw 1.8vw 4vw;
  }
}
.newsslider__text__headline {
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #5B5B5A;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.04em;
  padding-bottom: 1.5625vw;
}
@media (max-width: 414px) {
  .newsslider__text__headline {
    padding: 6vw 0 0 0;
  }
}
.newsslider__text__headline:after {
  content: "";
  position: relative;
  display: block;
  margin: 20px 0 20px 0;
  height: 1px;
  width: 2.6041666667vw;
  background: #5B5B5A;
}
.newsslider .opeEditSection .opeInput {
  width: auto;
}
.newsslider .opeInput {
  width: 100%;
}
.newsslider .cke_inner {
  width: 49.4791666667vw;
}
.newsslider .swiper-container {
  opacity: 1;
  width: 100%;
  max-width: 1280px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4.1666666667vw;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .newsslider .swiper-container {
    overflow: hidden;
  }
}
.newsslider .swiper-button-prev, .newsslider .swiper-button-next {
  position: absolute;
  top: 23%;
  margin-top: 0;
  background: none;
  display: inline-block;
  width: 0.78125vw;
  height: 1.7708333333vw;
  background-image: url("/template/voltmann/_ressources/img/slider_arrow2.svg");
  background-size: contain;
}
@media (max-width: 414px) {
  .newsslider .swiper-button-prev, .newsslider .swiper-button-next {
    width: 2.7vw;
    height: 6vw;
    top: 36%;
  }
}
.newsslider .swiper-button-prev {
  left: 15vw;
  top: 50%;
  right: auto;
}
@media (max-width: 414px) {
  .newsslider .swiper-button-prev {
    left: 2vw;
  }
}
.newsslider .swiper-button-next {
  left: auto;
  right: 15vw;
  top: 50%;
  transform: rotate(180deg);
}
@media (max-width: 414px) {
  .newsslider .swiper-button-next {
    right: 2vw;
  }
}

.text {
  position: relative;
  height: auto;
  color: #5B5B5A;
}
.text__wrapper {
  height: 100%;
  width: 100%;
  max-width: 66.6666666667vw;
  margin: 0 auto;
  padding: 6vw 0 6vw 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.text__wrapper.rechts {
  justify-content: flex-end;
}
@media (max-width: 414px) {
  .text__wrapper.rechts {
    justify-content: flex-start;
  }
}
.text__wrapper.links {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .text__wrapper {
    padding: 110px 20px 110px 34%;
    max-width: 100%;
  }
}
@media (max-width: 414px) {
  .text__wrapper {
    padding: 50px 3.125vw;
  }
}
.text__container {
  flex: 0 0 66%;
  min-width: 66%;
  max-width: 66%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
@media (max-width: 768px) {
  .text__container {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.text__longcopy, .text__sidebar {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.9em;
  letter-spacing: 0.04em;
}
.text__longcopy p, .text__sidebar p {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.9em;
}
.text__longcopy a, .text__sidebar a {
  color: #5B5B5A;
  text-decoration: none;
}
.text__longcopy a:hover, .text__sidebar a:hover {
  color: #846344;
}
.text__longcopy {
  flex: 0 0 60%;
  min-width: 60%;
  max-width: 60%;
}
@media (max-width: 414px) {
  .text__longcopy {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 4.1666666667vw;
  }
}
.text__longcopy--nosb {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
}
.text__link {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #fff !important;
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  padding: 1vw 1vw 0.8vw 1vw;
  background: #5B5B5A;
  text-transform: none;
  display: table;
  margin-top: 1.8229166667vw;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .text__link {
    padding: 1vw 1vw 0.8vw 1vw;
  }
}
@media (max-width: 414px) {
  .text__link {
    padding: 3vw 5vw 2.8vw 5vw;
    margin: 6vw 0 10vw 0;
  }
}
.text__sidebar {
  flex: 0 0 40%;
  min-width: 40%;
  max-width: 40%;
  padding-left: 2.6041666667vw;
}
.text__sidebar li {
  background-position: 0% 40%;
  background-size: 4%;
  padding-left: 25px;
  background-image: url("/template/voltmann/_ressources/img/accordion_arrow.svg");
  background-repeat: no-repeat;
}
@media (max-width: 414px) {
  .text__sidebar {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.text h1, .text h2 {
  font-size: calc(21px + (32 - 21) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
}
.text h1:after, .text h2:after {
  display: none;
}
@media (max-width: 414px) {
  .text h1, .text h2 {
    margin: 20px 0;
    width: auto;
  }
}
.text h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
  line-height: 2.2em;
  letter-spacing: 0.05em;
}
.text h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
@media (max-width: 414px) {
  .text h3 {
    margin: 0 0 20px 0;
    width: auto;
  }
}
.text__OF-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.opeMode .opeSelected .text__sidebar__box--dunkel {
  color: #000;
}

.accordion {
  background-color: #fff;
  max-width: 1280px;
  margin: 4.1666666667vw auto;
}
@media (max-width: 1024px) {
  .accordion {
    margin: 0;
    padding: 4.1666666667vw 3.125vw;
  }
}
.accordion h1, .accordion h2 {
  font-size: calc(22px + (36 - 22) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
}
.accordion h1:after, .accordion h2:after {
  display: none;
}
@media (max-width: 768px) {
  .accordion h1, .accordion h2 {
    margin: 30px 20px;
    width: auto;
  }
}
.accordion__content {
  color: #5B5B5A;
  padding: 0 0 80px 0;
}
.accordion__item {
  margin: 0 auto;
  padding: 0;
  border: 0;
}
@media (max-width: 768px) {
  .accordion__item {
    margin: 0 3.125vw;
  }
}
.accordion__item__head {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.accordion__item__content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 0;
}
.accordion__item__content__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 4.1666666667vw 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
}
.accordion__item__content__text h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  line-height: 2.2em;
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
}
@media (max-width: 414px) {
  .accordion__item__content__text h3 {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.accordion__item__content__text h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
.accordion__item__content__textwrap {
  flex: 0 0 66%;
  min-width: 66%;
  max-width: 66%;
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  letter-spacing: 0.04em;
  padding-right: 2.6041666667vw;
}
@media (max-width: 414px) {
  .accordion__item__content__textwrap {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.accordion__item__content__textwrap a {
  font-weight: 400;
  text-decoration: underline;
  color: #3D3A37;
}
.accordion__item__content__textwrap ul {
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  margin-left: 15px;
}
.accordion__item__content__textwrap ul li {
  list-style-type: none;
}
.accordion__item__content__textwrap ul li:before {
  content: "_ ";
  margin-left: -12px;
}
.accordion__item__content__textwrap strong {
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  line-height: 1.7em;
}
.accordion__item__content__textwrap hr {
  border: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}
.accordion__item__content__sidebar {
  flex: 0 0 33%;
  min-width: 33%;
  max-width: 33%;
  letter-spacing: 0.04em;
}
.accordion__item__content__sidebar > a {
  color: #5B5B5A;
  text-decoration: none;
}
.accordion__item__content__sidebar > a:hover {
  color: #846344;
}
@media (max-width: 414px) {
  .accordion__item__content__sidebar {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.accordion_handle {
  display: block;
  cursor: pointer;
  z-index: 0;
  width: 100%;
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  color: #5B5B5A;
  vertical-align: middle;
  position: relative;
  padding: 35px 0 35px 50px;
  font-size: calc(16px + (21 - 16) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
}
.accordion_handle:after {
  display: none;
}
.accordion_handle:before {
  content: " ";
  background: url(/template/voltmann/_ressources/img/accordion_arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  display: inline-block;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion_handle.turn {
  color: #5B5B5A;
}
.accordion_handle.turn:before {
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.opeSection.opeSelected .accordion__item__img:before {
  display: none;
}

.opeMode .accordion__item__content {
  position: relative;
  z-index: 9999;
  height: 100%;
}

@media (max-width: 1024px) {
  .referenzen {
    padding: 0 5vw;
  }
}
.referenzen__filter {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (1600 - 414)));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*@include respond-to(w414){display:none;}*/
}
.referenzen__filter__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .referenzen__filter__wrapper {
    padding: 15px 0;
  }
}
.referenzen__filter__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #5B5B5A;
}
.referenzen__filter__checkboxes {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  text-align: left;
  outline: none;
  padding-top: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.referenzen__filter__item {
  padding: 0 0.5208333333vw 0 0;
}
.referenzen__filter__select {
  flex: 0 0 20%;
  min-width: 20%;
  max-width: 20%;
  text-align: right;
}
.referenzen__filter .select {
  width: 100%;
  color: #5B5B5A;
  border-radius: 0;
  appearance: none;
  height: 40px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-align-last: center;
  float: right;
  font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (1600 - 414)));
  outline: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(0em + 17px), calc(100% - 13px) calc(0em + 17px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
@media (max-width: 414px) {
  .referenzen__filter .select {
    padding: 0 10px;
  }
}
.referenzen__filter label {
  display: block;
  color: #D6D2CC;
}
.referenzen__filter label:hover > div {
  background: #5B5B5A;
  color: #fff;
}
.referenzen__filter label > div {
  background: #E3E1DD;
  color: #5B5B5A;
  width: auto;
  height: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
.referenzen__filter .checkbox {
  display: none;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #5B5B5A;
  border-radius: 0;
  font-size: calc(12px + (16 - 12) * ((100vw - 414px) / (1600 - 414)));
  color: #5B5B5A;
  background: #E3E1DD;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .referenzen__filter .checkbox {
    margin-top: 1vw;
  }
}
.referenzen__filter .checkbox.checked + div {
  background: #5B5B5A;
  color: #fff;
}
.referenzen__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.0833333333vw;
  grid-row-gap: 2.0833333333vw;
  max-width: 1280px;
  margin: 5.2083333333vw auto;
}
@media (max-width: 768px) {
  .referenzen__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .referenzen__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.referenzen__display {
  position: relative;
  width: 100%;
  margin-top: 1.8229166667vw;
}
.referenzen__display:hover .referenzen__display__title, .referenzen__display:hover .referenzen__display__txt {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.referenzen__display__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 415px;
}
.referenzen__display__img:before {
  padding-top: 70%;
  content: "";
  display: block;
}
.referenzen__display__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.referenzen__display__title {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #846344;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.referenzen__display__txt {
  opacity: 0;
  position: absolute;
  top: 0;
  height: auto;
  color: #D6D2CC;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1.0416666667vw;
  padding-top: 30%;
}
.referenzen__edit {
  display: block;
  position: relative;
  padding: 15px 20px;
  background: #000;
  color: #5B5B5A;
  width: 100%;
}
.referenzen__OF-cover {
  height: 101%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

[type=checkbox] + label {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  height: 20px;
  padding: 3px 35px 0 8px;
  line-height: 20px;
}
@media (max-width: 768px) {
  [type=checkbox] + label {
    padding: 0 50px 0 10px;
  }
}
@media (max-width: 414px) {
  [type=checkbox] + label {
    padding: 0 20px 0 10px;
  }
}

[type=checkbox]:checked:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(/template/voltmann/_ressources/img/checkbox_checked.svg) no-repeat;
  background-position: 50% 50%;
}

[type=checkbox]:checked:focus, [type=checkbox]:not(:checked):focus {
  outline: none;
  border: 1px solid #5B5B5A;
}

.googlemap {
  position: relative;
  font-size: calc(16px + (21 - 16) * ((100vw - 414px) / (1600 - 414)));
}
@media (max-width: 1024px) {
  .googlemap {
    margin-top: 3.125vw;
  }
}
.googlemap__articlewrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.125vw;
}
@media (max-width: 414px) {
  .googlemap__articlewrap {
    height: 100vh;
  }
}
.googlemap__mapwrap {
  position: relative;
  flex: 0 0 30%;
  min-width: 30%;
  max-width: 30%;
}
@media (max-width: 1024px) {
  .googlemap__mapwrap {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50vw;
    order: 2;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 414px) {
  .googlemap__mapwrap {
    height: 100vw;
  }
}
.googlemap__googlebox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.googlemap__adresse {
  position: relative;
  flex: 0 0 70%;
  min-width: 70%;
  max-width: 70%;
  padding-right: 0;
}
@media (max-width: 1366px) {
  .googlemap__adresse {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 3.125vw 0;
  }
}
.googlemap__adresse__inner {
  text-align: left;
  position: relative;
  height: 100%;
  background: rgba(91, 91, 90, 0.08);
  padding: 110px 20px 110px 100px;
  color: #3D3A37;
}
@media (max-width: 768px) {
  .googlemap__adresse__inner {
    padding: 110px 20px 110px 34%;
  }
}
@media (max-width: 414px) {
  .googlemap__adresse__inner {
    padding: 30px 0;
  }
}
.googlemap__adresse__container {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.googlemap__adresse__longcopy, .googlemap__adresse__sidebar {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.9em;
}
.googlemap__adresse__longcopy a, .googlemap__adresse__sidebar a {
  color: #5B5B5A;
  text-decoration: none;
}
.googlemap__adresse__longcopy a:hover, .googlemap__adresse__sidebar a:hover {
  color: #846344;
}
@media (max-width: 768px) {
  .googlemap__adresse__longcopy, .googlemap__adresse__sidebar {
    padding: 0 3.125vw;
  }
}
.googlemap__adresse__longcopy {
  flex: 0 0 60%;
  min-width: 60%;
  max-width: 60%;
}
@media (max-width: 768px) {
  .googlemap__adresse__longcopy {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.googlemap__adresse__link {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #fff !important;
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  padding: 1vw 1vw 0.8vw 1vw;
  background: #846344;
  text-transform: none;
  display: table;
  margin-top: 1.8229166667vw;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .googlemap__adresse__link {
    padding: 1.36458vw 2.52083vw;
    margin-top: 7vw;
  }
}
.googlemap__adresse__sidebar {
  flex: 0 0 40%;
  min-width: 40%;
  max-width: 40%;
  padding-left: 2.6041666667vw;
}
@media (max-width: 768px) {
  .googlemap__adresse__sidebar {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0 3.125vw;
  }
}
.googlemap__adresse h1, .googlemap__adresse h2 {
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  font-size: calc(22px + (36 - 22) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
}
.googlemap__adresse h1:after, .googlemap__adresse h2:after {
  display: none;
}
@media (max-width: 768px) {
  .googlemap__adresse h1, .googlemap__adresse h2 {
    margin: 0 3.125vw;
    width: auto;
  }
}
.googlemap__adresse h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  line-height: 2.2em;
  text-transform: none;
}
.googlemap__adresse h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
@media (max-width: 768px) {
  .googlemap__adresse h3 {
    margin: 20px 0;
    width: auto;
  }
}
.googlemap #bodyContent a {
  color: #846344;
  text-decoration: none;
}

#firstHeading {
  color: #846344;
}

#bodyContent p {
  color: #D6D2CC;
}

.opeMode .opeSelected .googlemap__adresse__inner {
  color: #D6D2CC;
}

.newsdetails, .newsstart {
  position: relative;
  height: auto;
  color: #5B5B5A;
}
.newsdetails__wrapper, .newsstart__wrapper {
  height: 100%;
  width: 100%;
  max-width: 66.6666666667vw;
  margin: 0 auto;
  padding: 6vw 0 6vw 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.newsdetails__wrapper.rechts, .newsstart__wrapper.rechts {
  justify-content: flex-end;
}
.newsdetails__wrapper.links, .newsstart__wrapper.links {
  justify-content: flex-start;
}
@media (max-width: 414px) {
  .newsdetails__wrapper, .newsstart__wrapper {
    padding: 6vw 3.125vw 6vw 3.125vw;
    max-width: unset;
  }
}
.newsdetails__left, .newsstart__left {
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 414px) {
  .newsdetails__left, .newsstart__left {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.newsdetails__right, .newsstart__right {
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 414px) {
  .newsdetails__right, .newsstart__right {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.newsdetails__longcopy, .newsdetails__sidebar, .newsdetails p, .newsstart__longcopy, .newsstart__sidebar, .newsstart p {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.9em;
}
.newsdetails__longcopy, .newsstart__longcopy {
  padding: 0 3.125vw;
}
@media (max-width: 414px) {
  .newsdetails__longcopy, .newsstart__longcopy {
    padding: 0;
  }
}
.newsdetails__longcopy > a, .newsstart__longcopy > a {
  color: #5B5B5A;
  text-decoration: none;
}
.newsdetails__longcopy > a:hover, .newsstart__longcopy > a:hover {
  color: #846344;
}
.newsdetails__link, .newsstart__link {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #fff;
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  padding: 0.3645833333vw 0.5208333333vw;
  background: #5B5B5A;
  text-transform: none;
  display: table;
  margin-top: 1.8229166667vw;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.newsdetails h1, .newsdetails h2, .newsstart h1, .newsstart h2 {
  font-size: calc(16px + (36 - 16) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
}
.newsdetails h1:after, .newsdetails h2:after, .newsstart h1:after, .newsstart h2:after {
  display: none;
}
@media (max-width: 414px) {
  .newsdetails h1, .newsdetails h2, .newsstart h1, .newsstart h2 {
    margin: 0 20px;
    width: auto;
  }
}
.newsdetails h3, .newsstart h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
  line-height: 2.2em;
}
.newsdetails h3:after, .newsstart h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
@media (max-width: 414px) {
  .newsdetails h3, .newsstart h3 {
    margin: 0 20px;
    width: auto;
    margin: 20px 0;
  }
}
.newsdetails__gallery, .newsstart__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.0416666667vw;
  grid-row-gap: 1.0416666667vw;
  padding: 4.1666666667vw 0;
}
.newsdetails__exit, .newsstart__exit {
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url(/template/voltmann/_ressources/img/close.svg);
  background-size: contain;
  position: absolute;
  right: 3.125vw;
  top: 6vw;
}
@media (max-width: 768px) {
  .newsdetails__exit, .newsstart__exit {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width: 414px) {
  .newsdetails__exit, .newsstart__exit {
    top: 75vw;
    width: 4.4vw;
    height: 4.4vw;
  }
}
.newsdetails__OF-cover, .newsstart__OF-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.newsstart__exit {
  display: none;
}

.opeMode .opeSelected .text__sidebar__box--dunkel {
  color: #000;
}

.team {
  position: relative;
  padding: 4.1666666667vw 0;
  background: rgba(91, 91, 90, 0.08);
}
.team__wrapper {
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .team__wrapper {
    padding: 0 3.125vw;
  }
}
.team__liste {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.0416666667vw;
  grid-row-gap: 4vw;
}
@media (max-width: 768px) {
  .team__liste {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 414px) {
  .team__liste {
    grid-template-columns: 1fr;
  }
}
.team__item {
  position: relative;
}
@media (max-width: 414px) {
  .team__item {
    padding-bottom: 12.5vw;
  }
}
.team__detailimg {
  height: 13.0208333333vw;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .team__detailimg {
    height: 20vw;
  }
}
@media (max-width: 768px) {
  .team__detailimg {
    height: 36vw;
  }
}
@media (max-width: 414px) {
  .team__detailimg {
    height: 60vw;
  }
}
.team__detailimg img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 414px) {
  .team__detailimg img {
    height: 100%;
  }
}
.team__detailtext {
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.8em;
}
.team__detailtext > a {
  color: #5B5B5A;
  text-decoration: none;
}
.team__h1, .team__h2 {
  font-size: calc(20px + (36 - 20) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
}
.team__h1:after, .team__h2:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
  top: 0.8vw;
  position: inherit;
}
@media (max-width: 414px) {
  .team__h1, .team__h2 {
    margin: 20px 0;
    width: auto;
  }
}
.team__h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  margin: 30px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  text-transform: none;
  line-height: 2.2em;
}
.team__h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
@media (max-width: 414px) {
  .team__h3 {
    margin: 20px 0;
    width: auto;
  }
}

.opeMode .opeSelected .team__detailbild {
  position: relative;
  order: 1 !important;
}
.opeMode .opeSelected .team__img:before {
  display: none;
}
.opeMode .opeSelected .team__img img {
  position: relative;
}
.opeMode .opeSelected .team__detailtext {
  position: relative;
  opacity: 1;
}
.opeMode .opeSelected .team__detailtext > div {
  opacity: 1;
}
.opeMode .opeSelected .team__textwrap {
  padding: 0;
  position: relative;
}
.opeMode .opeSelected .team__textwrap .cke_contents {
  color: #000;
}
.opeMode .opeSelected .team__textwrap a {
  color: #D6D2CC;
}

.opeButton.opeEmptyPagePlusButton {
  bottom: 0;
  z-index: 9999;
}

.detailslider {
  z-index: 0;
  color: #D6D2CC;
  overflow: hidden;
  width: 100%;
  padding: 0 10vw;
  font-family: "TradeGothicLTPro-Light";
  background: #fff;
  margin-top: 0 !important;
}
.detailslider__wrapper {
  display: flex;
}
.detailslider__OF-cover {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  font-family: "object-fit: contain; object-position: bottom;";
}
.detailslider__item {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 414px) {
  .detailslider__item {
    height: auto;
  }
}
.detailslider__bild {
  height: 40vw;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .detailslider__bild {
    height: 70vw;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.detailslider__bild img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 414px) {
  .detailslider__bild img {
    height: 100%;
  }
}
.detailslider__info {
  position: relative;
  margin: 0 auto;
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .detailslider__info {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.detailslider__info__txt {
  position: relative;
  color: #5B5B5A;
  padding-top: 4.1666666667vw;
  text-align: center;
}
.detailslider__text {
  padding-left: 34%;
  color: #5B5B5A;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.04em;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 768px) {
  .detailslider__text {
    padding-left: 0;
  }
}
.detailslider__text__headline {
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  font-size: calc(24px + (36 - 24) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
  color: #5B5B5A;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  padding-bottom: 1.5625vw;
}
.detailslider__text__headline span {
  font-famil: font2;
  font-weight: 600;
  font-weight: 600;
}
.detailslider__text__headline:after {
  content: "";
  position: relative;
  display: block;
  margin: 20px 0 20px 0;
  height: 1px;
  width: 2.6041666667vw;
  background: #5B5B5A;
}
.detailslider__text__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 74%;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.5em;
}
@media (max-width: 414px) {
  .detailslider__text__wrapper {
    width: 100%;
  }
}
.detailslider__text__longcopy {
  flex: 0 0 60%;
  min-width: 60%;
  max-width: 60%;
}
.detailslider__text__longcopy strong {
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
}
@media (max-width: 768px) {
  .detailslider__text__longcopy {
    flex: 0 0 80%;
    min-width: 80%;
    max-width: 80%;
  }
}
@media (max-width: 414px) {
  .detailslider__text__longcopy {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.detailslider__text__sidebar {
  flex: 0 0 40%;
  min-width: 40%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .detailslider__text__sidebar {
    flex: 0 0 20%;
    min-width: 20%;
    max-width: 20%;
  }
}
@media (max-width: 414px) {
  .detailslider__text__sidebar {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5vw;
  }
}
.detailslider__text__ul {
  margin-left: 2.6041666667vw;
}
@media (max-width: 414px) {
  .detailslider__text__ul {
    margin-left: 0;
  }
}
.detailslider__text__li {
  background-position: 0% 33%;
  background-size: 4%;
  padding-left: 25px;
  background-image: url("/template/voltmann/_ressources/img/accordion_arrow.svg");
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .detailslider__text__li {
    background-size: 15%;
  }
}
@media (max-width: 414px) {
  .detailslider__text__li {
    background-size: 4%;
  }
}
.detailslider__close {
  position: fixed;
  width: 5vw;
  top: 20vh;
  right: 0;
  height: 3vw;
  background: #E3E1DD;
  padding: 20px;
}
.detailslider__exit {
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url(/template/voltmann/_ressources/img/close.svg);
  background-size: contain;
  position: sticky;
  right: 5vw;
  top: 50%;
}
@media (max-width: 768px) {
  .detailslider__exit {
    width: 3vw;
    height: 3vw;
  }
}
@media (max-width: 414px) {
  .detailslider__exit {
    top: 20px;
    width: 4.4vw;
    height: 4.4vw;
    right: 3.125vw;
  }
}
.detailslider .opeEditSection .opeInput {
  width: auto;
}
.detailslider .opeInput {
  width: 100%;
}
.detailslider .cke_inner {
  width: 49.4791666667vw;
}
.detailslider .swiper-container {
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4.1666666667vw;
  overflow: hidden;
  margin: 0 auto;
}
.detailslider .swiper-button-prev, .detailslider .swiper-button-next {
  fill: #fff;
  position: absolute;
  top: 50%;
  margin-top: 0;
  background: none;
  display: inline-block;
  width: 0.78125vw;
  height: 1.7708333333vw;
  background-image: url("/template/voltmann/_ressources/img/slider_arrow2.svg");
  background-size: contain;
  outline: none;
}
@media (max-width: 768px) {
  .detailslider .swiper-button-prev, .detailslider .swiper-button-next {
    width: 2vw;
    height: 4.4vw;
    top: 50%;
  }
}
.detailslider .swiper-button-prev {
  left: 6vw;
  right: auto;
}
.detailslider .swiper-button-next {
  left: auto;
  right: 6vw;
  transform: rotate(180deg);
}

.leistungen {
  position: relative;
  min-height: 30vh;
  padding: 0 3.125vw;
  margin-bottom: 3.125vw;
}
@media (max-width: 414px) {
  .leistungen {
    margin-top: 60px;
  }
}
.leistungen__headline {
  position: relative;
  max-width: 1280px;
}
.leistungen__h1, .leistungen__h2 {
  position: relative;
  padding-top: 100px;
  text-transform: none;
}
.leistungen__container {
  height: 100%;
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.leistungen__box {
  flex: 0 0 33.333%;
  min-width: 33.333%;
  max-width: 33.333%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 80px 0;
  background-color: #5B5B5A;
}
@media (max-width: 768px) {
  .leistungen__box {
    padding: 20px 0;
  }
}
@media (max-width: 414px) {
  .leistungen__box {
    padding: 7px 0;
  }
}
.leistungen__box:hover, .leistungen__box.active {
  background-color: #846344;
}
.leistungen__box:hover .leistungen__box__pic, .leistungen__box.active .leistungen__box__pic {
  filter: brightness(2000%);
}
.leistungen__box:hover .leistungen__box__headline, .leistungen__box.active .leistungen__box__headline {
  color: #fff;
}
.leistungen__box:hover .leistungen__box__headline:after, .leistungen__box.active .leistungen__box__headline:after {
  background-color: #fff;
}
.leistungen__box:hover .leistungen__box__text, .leistungen__box.active .leistungen__box__text {
  color: #fff;
}
@media (max-width: 768px) {
  .leistungen__box {
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 414px) {
  .leistungen__box {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }
}
.leistungen__box__wrap {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  padding: 0 61px;
}
.leistungen__box__wrap.opeSection.opeSelected {
  padding: 0;
}
@media (max-width: 1024px) {
  .leistungen__box__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .leistungen__box__wrap {
    padding: 0 50px;
  }
}
@media (max-width: 320px) {
  .leistungen__box__wrap {
    padding: 0 80px;
  }
}
.leistungen__box__pic {
  height: 80px;
  position: relative;
  background-position: 0%;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .leistungen__box__pic {
    margin-bottom: 32px;
  }
}
.leistungen__box__headline {
  font-size: calc(14px + (21 - 14) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 2.2em;
}
.leistungen__box__headline:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #fff;
}
@media (max-width: 414px) {
  .leistungen__box__headline:after {
    width: 10vw;
  }
}
@media (max-width: 768px) {
  .leistungen__box__headline {
    margin: 20px 0;
    width: auto;
  }
}
.leistungen__box__text {
  position: relative;
  height: auto;
  color: #D6D2CC;
  padding: 0;
  text-align: left;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.7em;
  margin-top: 1vw;
}
.leistungen__box__details {
  position: relative;
  left: 0;
  right: 0;
  background: #fff;
  width: 100vw;
  display: none;
  overflow: hidden;
}
.leistungen__box__details.clonedBoxShow {
  display: block;
}
.leistungen .opeEmptyPagePlusButton {
  position: relative;
}
.leistungen__detailContainer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5.2083333333vw 0;
  background-color: #fff;
  color: #D6D2CC;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .leistungen__detailContainer {
    padding: 20px;
  }
}
.leistungen__detailContainer .closer {
  position: absolute;
  top: 113px;
  right: -8vw;
  width: 40px;
  height: 40px;
  background-image: url("/template/voltmann/_ressources/img/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media (max-width: 414px) {
  .leistungen__detailContainer .closer {
    top: 40px;
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.leistungen__detailContainer__h3 {
  font-size: calc(21px + (36 - 21) * ((100vw - 414px) / (1600 - 414)));
  position: relative;
  margin: 0 auto 60px 50%;
  color: #5B5B5A;
  text-align: left;
}
.leistungen__detailContainer__h3:after {
  display: none;
}
@media (max-width: 414px) {
  .leistungen__detailContainer__h3 {
    margin: 20px 0;
    width: auto;
  }
}
.leistungen__detailContainer--show {
  display: block;
  opacity: 1;
}
.leistungen__detailContainer__intro {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.leistungen__detailContainer__left {
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
  padding: 0.7291666667vw 3.125vw 0 0;
}
@media (max-width: 414px) {
  .leistungen__detailContainer__left {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.leistungen__detailContainer__img {
  width: 100%;
  padding-top: 73%;
  position: relative;
  overflow: hidden;
}
.leistungen__detailContainer__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.leistungen__detailContainer__right {
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 414px) {
  .leistungen__detailContainer__right {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.leistungen__detailContainer h3 {
  font-size: calc(18px + (21 - 18) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
  position: relative;
  margin: 0 auto 20px auto;
  width: 100%;
  color: #5B5B5A;
  text-align: left;
  line-height: 2.2em;
  text-transform: none;
}
.leistungen__detailContainer h3:after {
  content: "";
  display: block;
  width: 2.6041666667vw;
  height: 1px;
  border: 0;
  background: #5B5B5A;
}
@media (max-width: 768px) {
  .leistungen__detailContainer h3 {
    margin: 20px 0;
    width: auto;
  }
}
.leistungen__detailContainer__text {
  color: #5B5B5A;
  font-size: calc(14px + (16 - 14) * ((100vw - 414px) / (1600 - 414)));
  line-height: 1.7em;
}
.leistungen__detailContainer__OF-cover {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}
.leistungen__OF-cover {
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: contain;
  object-fit: contain;
  object-position: bottom left;
  font-family: "object-fit: contain; object-position: bottom left;";
}

.opeMode .leistungen__box {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.opeMode .leistungen__box:hover .leistungen__box__pic img {
  filter: brightness(0);
}
.opeMode .leistungen__box:hover .leistungen__box__text {
  color: #D6D2CC;
}
.opeMode .leistungen__box__wrap {
  left: 0;
  width: 100%;
}
.opeMode .leistungen__box__details {
  display: block;
  width: 100%;
}
.opeMode .leistungen__box__text {
  padding-bottom: 80px;
}
.opeMode .closer {
  display: none;
}

.opeMode .opeSection.opeSelected.leistungen__box {
  flex: 0 0 40%;
  min-width: 40%;
  max-width: 40%;
}

.opeSection.opeSelected .leistungen__box__pic {
  height: auto !important;
}

/*.opeMode .opeSection.opeSelected .opeImgWrap{padding-top:0;}*/
.opeMode .opeSection.opeSelected .opeImgWrap img {
  height: 100%;
  left: 0;
}

.opeSection.opeSelected .leistungen__box__wrap {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  padding: 0;
}

.opeSection.opeSelected .leistungen__detailContainer__intro {
  float: none;
  width: 100%;
}

.bigGalerie {
  position: relative;
  height: auto;
  width: 100%;
  top: 0;
  color: #D6D2CC;
}
@media (max-width: 1024px) {
  .bigGalerie {
    height: 60vw;
  }
}
@media (max-width: 768px) {
  .bigGalerie {
    height: auto;
  }
}
.bigGalerie__wrapper {
  display: flex;
  width: 100%;
  height: 41.6666666667vw;
  position: relative;
}
@media (max-width: 1024px) {
  .bigGalerie__wrapper {
    height: unset;
  }
}
.bigGalerie__img {
  position: relative;
  flex: 0 0 100%;
}
.bigGalerie__img img {
  width: 100%;
  height: 100%;
  padding: 0 3.125vw;
}
.bigGalerie__headline {
  width: 100%;
  max-width: 88.54167vw;
  height: auto;
  overflow: hidden;
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  font-size: calc(32px + (90 - 32) * ((100vw - 414px) / (1920 - 414)));
  line-height: 1.5em;
  color: #846344;
  text-transform: none;
  position: absolute;
  left: 9vw;
  bottom: 2vw;
}
.bigGalerie__h1 {
  position: absolute;
  font-size: calc(21px + (32 - 21) * ((100vw - 414px) / (1600 - 414)));
  font-family: "TradeGothicLTPro-Light";
  font-weight: 300;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
  left: 0;
  max-width: 40vw;
  text-transform: none;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.bigGalerie__h1 span {
  font-family: "TradeGothicLTPro-Bold";
  font-weight: 600;
}
.bigGalerie__h1--ul {
  bottom: 10vw;
  left: 18vw;
  right: auto;
  text-align: right;
}
@media (max-width: 414px) {
  .bigGalerie__h1--ul {
    left: 14vw;
  }
}
.bigGalerie__h1--ur {
  bottom: 10vw;
  right: 18vw;
  left: auto;
  text-align: left;
}
@media (max-width: 414px) {
  .bigGalerie__h1--ur {
    right: 14vw;
  }
}
.bigGalerie__h1--ol {
  top: 10vw;
  left: 18vw;
  right: auto;
  text-align: right;
}
@media (max-width: 414px) {
  .bigGalerie__h1--ol {
    left: 14vw;
  }
}
.bigGalerie__h1--or {
  top: 10vw;
  right: 18vw;
  left: auto;
  text-align: left;
}
@media (max-width: 414px) {
  .bigGalerie__h1--or {
    right: 14vw;
  }
}
@media (max-width: 414px) {
  .bigGalerie__h1 {
    max-width: 100vw;
  }
}
.bigGalerie__arrow {
  display: block;
  position: absolute;
  height: 3.6458333333vw;
  border-radius: 50%;
  width: 3.6458333333vw;
  bottom: 20px;
  background: url("/template/voltmann/_ressources/img/arrow.svg") no-repeat;
  background-size: 44px 21px;
  background-position: 50%;
  margin: 0 auto;
  background-color: #fff;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1024px) {
  .bigGalerie__arrow {
    max-width: 100%;
    background-size: 32px 18px;
    height: 3.90625vw;
    width: 3.90625vw;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  .bigGalerie__arrow {
    max-width: 100%;
    background-size: 32px 10px;
    height: 5.2083333333vw;
    width: 5.2083333333vw;
    bottom: 5px;
  }
}
@media (max-width: 414px) {
  .bigGalerie__arrow {
    max-width: 100%;
    background-size: 24px 11px;
    height: 9.6618357488vw;
    width: 9.6618357488vw;
    bottom: 5px;
  }
}
.bigGalerie__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bigGalerie__OF-cover {
  height: 101%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.bigGalerie .swiper-container {
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.bigGalerie .swiper-button-prev, .bigGalerie .swiper-button-next {
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, 0, 0);
  margin-top: 0;
  background: none;
  display: inline-block;
  width: 0.5208333333vw;
  height: 1.09375vw;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .bigGalerie .swiper-button-prev, .bigGalerie .swiper-button-next {
    width: 1.0416666667vw;
    height: 2.1354166667vw;
  }
}
@media (max-width: 768px) {
  .bigGalerie .swiper-button-prev, .bigGalerie .swiper-button-next {
    width: 2.0833333333vw;
    height: 4.21875vw;
  }
}
.bigGalerie .swiper-button-container {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.bigGalerie .swiper-button-prev {
  left: 2vw;
  background-image: url("/template/voltmann/_ressources/img/slider_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: all;
  outline: none;
}
.bigGalerie .swiper-button-next {
  right: 2vw;
  background-image: url("/template/voltmann/_ressources/img/slider_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: all;
  transform: rotate(180deg);
  outline: none;
}

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