@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 400;
  src: url(/resources/fonts/titillium-web-v10-latin-regular.eot);
  src: local(""),
    url(/resources/fonts/titillium-web-v10-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/resources/fonts/titillium-web-v10-latin-regular.woff2) format("woff2"),
    url(/resources/fonts/titillium-web-v10-latin-regular.woff) format("woff"),
    url(/resources/fonts/titillium-web-v10-latin-regular.ttf) format("truetype"),
    url(/resources/fonts/titillium-web-v10-latin-regular.svg#TitilliumWeb)
      format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 600;
  src: url(/resources/fonts/titillium-web-v10-latin-600.eot);
  src: local(""),
    url(/resources/fonts/titillium-web-v10-latin-600.eot?#iefix)
      format("embedded-opentype"),
    url(/resources/fonts/titillium-web-v10-latin-600.woff2) format("woff2"),
    url(/resources/fonts/titillium-web-v10-latin-600.woff) format("woff"),
    url(/resources/fonts/titillium-web-v10-latin-600.ttf) format("truetype"),
    url(/resources/fonts/titillium-web-v10-latin-600.svg#TitilliumWeb)
      format("svg");
}
@font-face {
  font-family: Titillium Web;
  font-style: normal;
  font-weight: 900;
  src: url(/resources/fonts/TitilliumWeb-Bold.ttf);
  src: local(""), url(/resources/fonts/TitilliumWeb-Bold.ttf) format("truetype");
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
html,
body {
  hyphens: none;
  -webkit-hyphens: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: transparent !important;
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  background-color: transparent !important;
}
.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background-color: transparent !important;
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1)
      0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1)
    0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
  transition-duration: 0.275s;
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
}
.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
  transition-duration: 0.275s;
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s,
    -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s,
    opacity 0s linear;
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out,
    opacity 0s linear 0.08s;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
}
.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
}
.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear 0.13s;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
  opacity: 0;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}
.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent !important;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}
.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent !important;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
    -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  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;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.skip-link {
  display: none;
}
.d-none {
  display: none !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
body {
  font-size: 100%;
  font-family: Titillium Web, sans-serif;
  color: #00305b;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.strong {
  font-weight: 700;
}
.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.site-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site-content,
.site-footer,
.site-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.button {
  display: inline-block;
  padding: 15px 20px;
  max-width: 400px;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 2px;
}
.white-button {
  background-color: #fff;
  color: #00305b;
}
.text-container p:has(.button) {
  text-align: left !important;
}
.mini-head {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.report-content strong {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 120s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}
@media screen and (min-width: 768px) {
  .white-button {
    -webkit-transition: background-color 0.5s ease-in-out,
      color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  }
  .white-button:hover {
    background-color: #00305b;
    color: #fff;
  }
}
.site-header {
  display: block;
  width: 100%;
}
.site-header .inside {
  width: 100%;
  margin: 0 auto;
}
.site-header .inside .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 99;
}
.site-header .inside .logo {
  width: 160px;
  padding: 20px;
}
.site-header .inside .logo img {
  width: 100%;
  height: auto;
}
.site-header .inside .main-nav {
  display: none;
}
/* Untermenü-Styling */
#page .main-nav ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-nav > ul > li:nth-of-type(2) > a {
  pointer-events: none;
  cursor: default;
}
#page .main-nav li:hover > ul.submenu {
  display: block !important;
}
.site-header .mobile-wrapper {
  position: absolute;
  top: 120px;
  right: -10000px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .mobile-wrapper .mobile-nav {
  width: 100% !important;
  background-color: #fff;
}
.site-header .mobile-wrapper .mobile-nav li {
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.site-header .mobile-wrapper .mobile-nav li a {
  color: #00305b;
  font-weight: 400;
  font-size: 20px;
}
.site-header .mobile-wrapper .mobile-nav .small-links {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 20px;
}
.site-header .mobile-wrapper .mobile-nav li:nth-of-type(8) img,
.site-header .mobile-wrapper .mobile-nav li:nth-of-type(9) img {
  display: none;
}
.site-header .mobile-wrapper .mobile-nav li:last-of-type {
  padding-bottom: 30px;
}
.site-header .mobile-wrapper .mobile-nav .small-links a {
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  font-weight: 900;
}
.mobile-nav .button {
  font-size: 1rem;
  max-width: 265px !important;
  margin-left: 20px !important;
  display: inline-block;
  margin: auto;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  text-decoration: none;
}
.site-header .mobile-wrapper .mobile-nav .small-links a.current {
  color: #005bff;
}
.site-header .mobile-wrapper .mobile-nav li:not(.small-links) {
  padding-left: 40px;
}
.site-header .mobile-wrapper .mobile-nav li .with-arrow:before {
  content: url(/resources/icons/arrow-right.svg);
  position: absolute;
  left: -19px;
  top: calc(50% - 18px);
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.site-header .inside .mobile-nav ul li:not(.small-links) a.current {
  background: #005bff;
  color: #fff;
}
.site-header .mobile-wrapper .mobile-nav li.current .with-arrow:before {
  content: url(/resources/icons/arrow-right-white.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -19px;
  top: calc(50% - 12px);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.site-header .mobile-wrapper .mobile-nav li.current:not(.small-links) {
  background-color: #005bff;
}
.site-header .mobile-wrapper .mobile-nav li.current:not(.small-links) a {
  color: #fff;
}
.site-header .mobile-wrapper .mobile-nav li:last-child {
  border-bottom: none;
}
.site-header .show-mobile {
  position: fixed;
  right: 0;
}
.site-header .header-info-container {
  z-index: 19;
}
.site-header .header-info-container .teaser {
  background: #003466;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005bff),
    to(rgba(0, 52, 102, 0.3))
  );
  background: linear-gradient(90deg, #005bff, rgba(0, 52, 102, 0.3));
  padding: 40px 60px 0;
  color: #fff;
  padding: 20px 20px 0;
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-info-container .teaser h3 {
  font-size: 0.9rem;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.site-header .header-info-container .teaser p {
  font-size: 1.24rem;
  line-height: 1.98rem;
  margin: 20px 0;
}
.site-header .header-info-container .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f7f8;
}
.site-header .header-info-container .news-container h3 {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 2px;
  padding: 40px 20px 20px;
}
.site-header .header-info-container .news-container .arrow-bar {
  -ms-flex-item-align: end;
  align-self: end;
  width: 100%;
  height: 40px;
  background: #95c11f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00305b),
    to(#005bff)
  );
  background: linear-gradient(90deg, #00305b, #005bff);
}
.site-header .header-info-container .news-container .arrow-bar .inner {
  padding: 0 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
  margin: auto;
}
.site-header .header-info-container .news-container .arrow-bar .inner div {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.site-header .header-info-container .news-container .arrow-bar .inner div img {
  width: 100%;
  height: auto;
}
.site-header
  .header-info-container
  .news-container
  .arrow-bar
  .inner
  div:first-child {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.site-header
  .header-info-container
  .news-container
  .arrow-bar
  .inner
  div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-header .header-info-container .news-container .slider {
  width: 100%;
  overflow: hidden;
}
.site-header .header-info-container .news-container .news-carrier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-info-container .news-container .news-carrier .news-block {
  padding: 0 20px 20px;
  min-width: 370px;
}
.site-header
  .header-info-container
  .news-container
  .news-carrier
  .news-block
  .date {
  color: #95c11f;
  font-size: 1.22rem;
  padding-bottom: 10px;
}
.site-header
  .header-info-container
  .news-container
  .news-carrier
  .news-block
  p {
  font-size: 1.22rem;
  line-height: 1.68rem;
}
.site-header .inside .submenu li,
.site-header .inside .submenu li a {
  width: 100%;
}
.home .site-content > .grey-box .button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  hyphens: none;
  -webkit-hyphens: none;
}
.button,
.blue-button,
button,
nav a {
  hyphens: none !important;
  -webkit-hyphens: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 1024px) {
  .home .site-header .inside {
    height: 622px;
  }
  .site-header .hamburger-container {
    display: none;
  }
  .site-header .inside {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .site-header .inside .header-top {
    z-index: 99;
    padding-right: 40px;
  }
  .site-header .inside .logo {
    margin: 40px 0 0 67px;
    width: 200px;
  }
  .site-header .inside .logo a,
  .site-header .inside .logo img {
    display: block;
    width: 100%;
  }
  .site-header .inside .main-nav {
    display: block;
  }
  .site-header .inside .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-header .inside .main-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-right: 2px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .site-header .inside .main-nav ul li li:last-child {
    margin-right: 0;
  }
  .site-header .inside .main-nav ul li a {
    color: #00305b;
    padding: 30px;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.4rem;
  }
  .site-header .inside .main-nav ul li .with-arrow:before {
    content: url(/resources/icons/arrow-right.svg);
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .site-header .inside .main-nav ul li .with-arrow:hover:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .site-header .inside .main-nav ul li a.current {
    background: #005bff;
    color: #fff;
  }
  .site-header .inside .main-nav ul li a.current.with-arrow:before {
    content: url(/resources/icons/arrow-right-white.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  .site-header .inside .main-nav ul .small-links a {
    font-family: Titillium Web, sans-serif;
    text-transform: uppercase;
    font-size: 0.68rem;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: bolder;
    padding: 30px 15px;
  }
  .site-header .inside .main-nav ul .small-links a.current {
    color: #005bff;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .site-header .inside .main-nav ul .small-links a img {
    display: none;
  }
  .site-header .inside .main-nav ul .small-links a:nth-of-type(1) img {
    display: inline;
    margin-bottom: -3px;
  }
  .site-header .inside .main-nav .is-active {
    background-color: #edeef2;
  }
  .site-header .inside .main-nav .is-active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header .header-info-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .site-header .header-info-container,
  .site-header .header-info-container .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .site-header .header-info-container .teaser {
    width: 50%;
    background: #003466;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#005bff),
      to(rgba(0, 52, 102, 0.3))
    );
    background: linear-gradient(90deg, #005bff, rgba(0, 52, 102, 0.3));
    padding: 40px 60px 0;
  }
  .site-header .header-info-container .teaser h3,
  .site-header .header-info-container .teaser p {
    max-width: 480px;
  }
  .site-header .header-info-container .teaser a {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .site-header .header-info-container .news-container {
    width: 50%;
    background-color: hsla(0, 0%, 100%, 0.7);
  }
  .site-header .header-info-container .news-container .mini-head {
    padding: 40px 0 0 60px;
  }
  .site-header .header-info-container .news-container .slider {
    max-width: 480px;
  }
  .site-header
    .header-info-container
    .news-container
    .news-carrier
    .news-block {
    padding: 0 20px 20px 60px;
    min-width: 480px;
  }
  .site-header
    .header-info-container
    .news-container
    .news-carrier
    .news-block
    .date {
    color: #005bff;
    font-size: 1.22rem;
    padding-bottom: 20px;
  }
  .site-header
    .header-info-container
    .news-container
    .news-carrier
    .news-block
    p {
    font-size: 1.01rem;
    line-height: 1.68rem;
  }
}
.hamburger:hover {
  opacity: 1 !important;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #00305b !important;
  border-radius: 0 !important;
  width: 40px !important;
  height: 2px !important;
}
.hamburger {
  margin: 10px;
  padding-top: 14px !important;
  padding-bottom: 8px !important;
  padding-right: 4px !important;
  position: relative;
}
.hamburger-container {
  display: inline;
}
.second-header .second-ham,
.second-header .second-ham:after,
.second-header .second-ham:before {
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .hamburger-container {
    padding: 0;
  }

  .home #page .grey-box {
    hyphens: none;
    -webkit-hyphens: none;
  }
}
.hero {
  z-index: 1;
  width: 100%;
  margin: 0 auto -6px;
  max-height: 800px;
  overflow: hidden;
}
.no-hero .second-header .inside {
  background-color: #0000;
}
.no-hero #page .site-content > .full-width {
  margin-top: -160px;
}
.no-hero .full-width .image-container {
  min-height: 800px;
}
.hero img {
  width: 100%;
  height: auto;
}
.no-hero .hero {
  display: none;
}
@media screen and (max-width: 520px) {
  #page .site-content .columns .image-container {
    height: auto;
  }
  #page .header-top {
    position: fixed;
    top: 0px;
    z-index: 20;
    width: 100%;
    background: #fff;
    transition: top 0.3s ease-in-out;
  }
  #page #mobile-nav-container {
    height: 100%;
    overflow-y: auto;
  }
  #page .mobile-nav {
    padding-bottom: 50vh;
  }
  .karriere #page .report-content ul {
    margin-left: 1.5rem;
  }
  .home .site-content .columns .column:not(:first-of-type) {
    padding-top: 1.5rem;
  }
  .ueber-uns .portrait .inner h2 {
    padding-left: 10px !important;
    text-align: left;
  }
  #page .portrait .inner .portrait-name h3 {
    font-size: 2rem;
  }
  .ueber-uns #page .full-width h3 {
    font-size: 1rem !important;
  }
  .ueber-uns #page .blue-ribbon + .full-width .image-container {
    margin-top: 0px !important;
  }
  .home #page .site-content .columns .blue-button {
    font-size: 1rem;
    max-width: 195px;
  }
  .no-hero #page .site-content > .full-width:first-of-type {
    margin-top: 170px;
    margin-bottom: 0px;
  }
  .home #page .columns .column .text-container {
    padding: 20px 20px;
  }
  .home #page .site-content .columns .midi-head {
    font-size: 2rem;
    line-height: 1.2;
  }
  .standorte #page .hero img {
    min-height: 300px;
    width: auto;
    height: 300px;
  }
  .ueber-uns #page .grey-box img,
  .arbeitsmedizin #page .grey-box img {
    height: 250px;
    width: 100%;
  }
  .home #page .columns p.t-left {
    margin-top: 0px;
  }
  .arbeitsmedizin #page .blue-ribbon + .full-width .image-container {
    min-height: 364px;
  }
  .no-hero #page .full-width:first-of-type .image-container {
    min-height: 300px;
  }
  .kundendashboard .reports-container h2 {
    padding: 40px 20px;
  }
  .arbeitsmedizin #page .right-column strong {
    font-size: 1rem;
  }
  .kundenlogin #page .row {
    margin-top: 170px;
  }
  .kundenlogin #page h1 {
    margin-bottom: 1.5rem;
  }
  .standorte #page iframe {
    width: auto;
    height: 500px;
  }
  .arbeitsmedizin #page .blue-ribbon + .full-width {
    margin-top: 0px;
  }
  .einsatzrechner #page .site-content {
    padding-top: 170px !important;
  }

  #page .site-header .header-info-container .teaser {
    width: 100% !important;
    padding: 20px 20px 0 !important;
  }
  #page .site-content {
    padding-top: 0px !important;
  }
  .ueber-uns #page .full-width .light-blue {
    margin-left: 20px;
  }
  .ueber-uns main > .row:first-of-type {
    margin-top: 200px;
  }
  #page .mini-head {
    font-size: 1rem;
  }
  .kundendashboard #page .blue-button {
    font-size: 1rem;
    max-width: 280px;
  }
  .kundendashboard #page .reports-container .report-header h3,
  .karriere #page .reports-container .report-header h3 {
    font-size: 20px;
  }
  .kundendashboard #page .site-content > .row .col-wrap {
    margin-bottom: 1rem;
  }
  .kundendashboard #page #downloads .inside > h2 {
    padding-top: 1rem;
  }
  .einsatzrechner #page form .quantity .middleColumn {
    width: 40%;
  }
  .page-6 .right-column > p:first-of-type {
    line-height: 1.1;
  }
  .karriere #page .report-content p strong {
    font-size: 1rem;
    line-height: 1.4;
    display: block;
  }
  .page-6 .right-column p.mini-head {
    line-height: 1.4;
  }
  .arbeitsmedizin #gesundheitsmanagement .right-column > p:first-of-type,
  .arbeitsmedizin #digitalisierung .right-column > p:first-of-type {
    line-height: 1.8;
    font-size: 1rem !important;
  }
  .karriere #page .site-content {
    margin-top: 9rem;
  }
  .karriere #page .reports-container h2 {
    padding: 0 0 1rem 20px !important;
  }
  #page .reports-container .report-header h3 {
    line-height: 1.28;
  }
  .kontakt #page .button {
    font-size: 1rem;
    max-width: 265px;
  }
  .impressum #page .site-content .grey-box {
    padding: 20px !important;
    margin-bottom: 2rem !important;
  }
  .impressum #page h1,
  .einsatzrechner #page article > .row h1 {
    font-size: 2.5rem;
  }
  .impressum #page h2 {
    font-size: 1.5rem;
  }
  .einsatzrechner #page .blue-button:first-of-type {
    font-size: 1rem;
    max-width: 300px;
  }
  .einsatzrechner #page .blue-button.action {
    font-size: 1rem;
    max-width: 150px;
  }
  #page .reports-container .report-content p,
  #page .reports-container .report-content ul li,
  #page .reports-container .teaser {
    max-width: 100%;
    font-size: 20px;
  }
  #page .site-content {
    padding-top: 0px !important;
  }
  .arbeitsmedizin #page .right-column,
  .kundenlogin #page .right-column {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
  }
  .arbeitsmedizin #page #projektmanagement .inside {
    padding-top: 1rem !important;
  }
  .arbeitsmedizin #page .col-wrap h2 {
    font-size: 2rem;
  }
  .arbeitsmedizin #page .row .inside .left-column h2 {
    padding-bottom: 0rem !important;
  }
  .arbeitsmedizin #page h1 {
    padding: 0 !important;
    font-size: 2.5rem;
    line-height: 1.1;
  }
  #page .t-h4 {
    font-size: 1.3em;
  }
  #page .portrait .inner:last-of-type {
    padding: 0rem 0rem 4rem 0rem !important;
  }
  .ueber-uns #page .portrait .inner:first-of-type {
    padding: 5rem 0px 2rem 0px !important;
  }
  .site-header .header-info-container .teaser h3 {
    font-size: 1rem;
  }
  .home #page .site-content .grey-box:first-of-type {
    margin: 0px;
  }
  footer p,
  #page .site-footer a {
    font-size: 0.9rem;
  }
  .mobile-nav li:nth-of-type(7) {
    margin-top: 1rem;
  }
  #page .site-header .mobile-wrapper .mobile-nav li:not(.small-links) {
    padding: 9px 30px;
  }
  #page .site-header .mobile-wrapper .mobile-nav .small-links {
    padding: 5px 30px;
  }
  #page .mobile-nav .button {
    margin-left: 30px !important;
    margin-top: 30px;
  }
  .ueber-uns #page .grey-box {
    width: auto;
    padding: 0px;
    margin: 0px;
  }
  .arbeitsmedizin #page #hrmanagement {
    padding-top: 0vh;
  }
  .header-top {
    background-color: #fff !important;
  }
  .site-header .mobile-wrapper .mobile-nav li:not(.small-links) a {
    margin-left: 20px;
  }
  #page #mobile-nav-container {
    top: 170px !important;
  }
  .kontakt #page .header-top {
    background-color: #fff;
  }
}
.home .site-content .columns .column {
  border-bottom: none !important;
}
.mobile-nav {
  padding-bottom: 100vh;
}
@media screen and (min-width: 520px) and (max-width: 864px) {
  #page .site-content .columns .image-container {
    width: 100%;
    height: auto;
  }
  #page .site-content .columns .image-container img {
    width: 100%;
    height: 100%;
  }
  #page .site-header .header-info-container .teaser p {
    font-size: 1.4rem;
  }
  #page #mobile-nav-container {
    height: 100%;
    overflow-y: auto;
  }
  .home #page .site-content .columns .column {
    padding: 40px 0px 40px;
  }
  .home #page .site-content > .row h2 {
    padding-left: 35px;
  }
  .home #page .site-content .grey-box:last-of-type {
    margin: 0px !important;
    padding: 0px !important;
  }
  .impressum #page .site-content .grey-box {
    padding: 2rem 3rem !important;
  }
  .einsatzrechner #page article > .row h1 {
    font-size: 3.2rem;
  }
  .einsatzrechner #page .row .inside:nth-of-type(2) {
    margin-top: 0px;
  }
  .einsatzrechner #page form .quantity label {
    font-size: 1.25rem;
  }
  .kundenlogin #page .btn-toolbar input,
  .karriere #page .blue-button,
  .kundendashboard #page .blue-button {
    font-size: 1rem;
    max-width: 210px;
  }
  .einsatzrechner #page form .quantity .middleColumn {
    width: 55%;
  }
  .kontakt #page .blue-button {
    font-size: 1rem;
    max-width: 280px;
  }
  #page .header-top {
    position: fixed;
    z-index: 20;
    width: 100%;
    background: #fff;
    transition: top 0.3s ease-in-out;
  }
  #page .site-content {
    padding-top: 0px;
  }
  .ueber-uns #page .site-content,
  .karriere #page .site-content,
  .einsatzrechner #page .site-content {
    padding-top: 200px;
  }
  #page .site-header .mobile-wrapper .mobile-nav li:not(.small-links) {
    padding-left: 100px;
  }
  .home #page .column .button {
    max-width: 210px;
    font-size: 1rem;
  }
  .site-header .mobile-wrapper .mobile-nav li.current .with-arrow:before {
    top: calc(50% - 14px) !important;
  }
  #page .site-header .mobile-wrapper .mobile-nav li:not(.small-links) a {
    font-size: 28px;
  }
  #page .site-header .mobile-wrapper .mobile-nav .small-links a {
    font-size: 20px;
  }
  #page .site-header .mobile-wrapper .mobile-nav li:nth-of-type(7) {
    margin-top: 40px;
  }
  #page .site-header .mobile-wrapper .mobile-nav li .with-arrow:before {
    left: -35px;
    top: calc(50% - 23px);
    width: 20px;
    height: 20px;
  }
  .ueber-uns #page .t-h5 {
    font-size: 3.2em;
  }
  #page .mobile-nav .button {
    margin-left: 60px !important;
  }
  #page .site-header .mobile-wrapper .mobile-nav .small-links {
    padding-left: 60px !important;
  }
  .home #page .site-content .grey-box {
    width: auto !important;
    margin: 25px !important;
    padding: 40px 50px;
  }
  .karriere #page .reports-container .reports {
    margin: 20px;
    width: auto;
  }
  .ueber-uns #page .full-width .light-blue {
    margin-left: 100px;
    margin-right: 85px;
    margin-top: -50px;
  }
  #page .portrait .inner .portrait-name h3 {
    padding-bottom: 0px;
    margin-bottom: 0.5em;
  }
  #page .portrait .inner .portrait-info {
    padding-top: 0px;
  }
  .ueber-uns .portrait .image-left {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  #page .site-header .header-info-container .teaser {
    width: 70%;
    padding: 40px 40px 0;
  }
  .home #page .site-content .columns .midi-head {
    text-align: left;
  }
  .ueber-uns #page .blue-ribbon {
    width: 90%;
  }
  .kundendashboard #page .site-content > .row .col-wrap {
    margin-bottom: 0rem;
  }
  .einsatzrechner #page article > .row h1 {
    padding: 0;
  }
  .einsatzrechner #page .row .inside:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .kundendashboard .reports-container h2 {
    padding-left: 20px;
  }
  .kundendashboard #page #downloads .inside > h2 {
    padding-top: 1rem;
    margin-left: 20px;
  }
  .kundendashboard .reports-container .reports {
    margin: 20px;
    width: auto;
  }
  .site-header .mobile-wrapper .mobile-nav li:nth-of-type(8) img,
  .site-header .mobile-wrapper .mobile-nav li:nth-of-type(9) img {
    display: inline;
    padding-left: 5px;
    padding-top: 3px;
    width: 20px;
  }
  .karriere #page .reports-container {
    margin-top: 0;
  }
  .karriere #page .reports-container h2 {
    padding: 0 0 3rem 1rem;
    font-size: 3.2rem;
  }
  .kundendashboard #page .blue-button {
    max-width: 280px;
  }
  .kundendashboard #page .report-content p,
  .kundendashboard #page .teaser {
    font-size: 1.25rem;
  }
  .arbeitsmedizin .header-top,
  .kundenlogin .header-top {
    background-color: #fff !important;
  }
  .arbeitsmedizin #page .row .inside .left-column {
    padding: 0;
  }
  .arbeitsmedizin #page .row .inside .left-column h2 {
    padding-bottom: 2rem;
  }
  .ueber-uns #page .right-column .mini-head {
    font-size: 0.9rem;
  }
  .arbeitsmedizin #page .grey-box {
    width: auto;
    margin: 25px;
  }
  .arbeitsmedizin #page h1 {
    padding: 0 0px;
  }
  .kundenlogin #page .middleColumn .text {
    padding: 20px;
  }
  .kundenlogin h1 {
    margin-bottom: 3rem;
  }
  .arbeitsmedizin #page .col-wrap {
    flex-direction: column;
  }
  .arbeitsmedizin #page #hrmanagement {
    padding-top: 0;
  }
  .standorte #page .site-content {
    margin-top: 0;
  }
  .arbeitsmedizin #page .site-content .grey-box {
    padding: 0px 0px;
  }
  .header-top {
    background-color: #fff !important;
  }
  .arbeitsmedizin .right-column,
  .kundenlogin .right-column,
  .ueber-uns .right-column {
    margin-left: 100px;
    border-left: 1px solid black;
    padding-left: 40px;
  }
  .arbeitsmedizin #page .right-column strong {
    font-size: 0.9rem;
  }
  #page .blue-ribbon .inner {
    padding: 40px;
  }
  .arbeitsmedizin #page #projektmanagement .inside {
    padding-top: 3rem;
  }
  .ueber-uns #page .blue-ribbon .inner,
  .arbeitsmedizin #page .blue-ribbon .inner {
    width: 100%;
  }
  .karriere #page .reports-container .report-header h3,
  .karriere .reports-container .teaser,
  .karriere #page .report-content p,
  .karriere #page .report-content li {
    font-size: 1.25rem;
  }
  .karriere #page .report-content ul {
    margin-left: 1.25rem;
  }
  .karriere #page .report-content strong {
    font-size: 0.9rem;
  }
  #page .portrait .inner:first-of-type {
    padding: 5rem 40px 2rem 40px !important;
  }
  #page .portrait .inner .image-container {
    margin: 0;
  }
  .ueber-uns #page .grey-box img,
  .arbeitsmedizin #page .grey-box img {
    width: 60%;
    height: auto;
  }
  .no-hero .blue-ribbon + .full-width .image-container {
    min-height: 500px !important;
  }
  .standorte #page .featured-image {
    margin-top: 195px;
  }
  .kundenlogin #page .row {
    margin-top: 195px;
  }
  .no-hero #page .site-content .blue-ribbon + .full-width {
    margin-top: -60px;
  }
  .standorte #page .grey-box {
    width: 100% !important;
    margin: 0px !important;
  }
  .standorte #page .grey-box iframe {
    width: 800px;
    margin-bottom: 5rem;
  }
  .no-hero #page .site-content > .full-width:first-of-type {
    margin-top: 130px;
  }
  .ueber-uns .full-width .light-blue ul p,
  .ueber-uns .full-width .light-blue ul li,
  .ueber-uns #page .full-width h3 {
    font-size: 1.25rem !important;
  }
  .ueber-uns #page .full-width .image-container,
  .arbeitsmedizin #page .full-width:nth-of-type(2) .image-container {
    min-height: 500px;
  }
  .ueber-uns #page .site-content .grey-box {
    padding: 0px 20px;
  }
  #page .logo:before {
    display: none;
  }
  #page .site-content .grey-box:first-of-type {
    margin: 40px;
    padding: 40px 30px;
    width: auto;
  }
  #page .site-header .inside .logo {
    width: 185px;
  }
  .home #page .hero {
    top: 100px;
    margin-bottom: 4rem;
  }
  .home #page .header-info-container {
    position: absolute;
    bottom: -95px;
    left: 0;
    width: 100%;
  }
  #page #mobile-nav-container {
    top: 199px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    position: absolute;
    top: 0;
    left: 0;
    height: 622px;
  }
  .arbeitsmedizin:not(.standorte) #page .hero {
    height: 65vh;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .standorte #page .hero {
    max-height: max-content;
  }
  .no-hero #page .full-width .image-container {
    min-height: 600px;
  }
  .standorte #page .hero img {
    height: 800px;
    width: auto;
  }
  .standorte #page .full-width .image-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1910px) {
  .no-hero #page .full-width {
    min-height: auto;
  }
  .no-hero #page .full-width .image-container {
    min-height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .home .hero {
    max-height: fit-content;
  }
  .home #page .site-content > .grey-box .button {
    animation: pulse 1s forwards 3;
    position: fixed;
    transition: none;
    transform-origin: bottom right;
    bottom: 40px;
    right: 40px;
    hyphens: none !important;
    -webkit-hyphens: none;
  }
  .arbeitsmedizin #projektmanagement {
    margin-top: 6rem;
  }
  .ueber-uns #page .light-blue h3 {
    font-size: 1.5rem !important;
  }
  .ueber-uns #page .light-blue p,
  .ueber-uns #page .light-blue ul li {
    font-size: 1.25rem;
  }
  .arbeitsmedizin #page .blue-ribbon .inner {
    width: 70%;
  }
  .kundendashboard #page .reports-container h2 {
    max-width: 1040px;
    padding-top: 80px;
  }
  .kundendashboard .reports-container .reports {
    max-width: 1040px;
  }
  .ueber-uns #page .full-width .light-blue {
    margin: -200px 115px 0 0;
  }
  .home .hero {
    height: 100vh;
  }
  .home .site-header .inside {
    height: 100vh;
  }
  .second-header .inside .logo a {
    width: 210px !important;
  }
  #page .t-h5 {
    font-size: 3.5em;
  }
  .arbeitsmedizin #page #projektmanagement .inside {
    padding-top: 0;
  }
  .ueber-uns #page .logo:before,
  .karriere #page .logo:before,
  .einsatzrechner #page .logo:before,
  .kundenlogin #page .logo:before {
    top: -90vh;
  }
  .standorte #page #hrmanagement {
    padding-top: 0;
  }
  .arbeitsmedizin #page h2 {
    font-size: 2.3rem !important;
  }
  .arbeitsmedizin #page .row .inside:first-of-type {
    padding: 5rem 0;
  }
  .arbeitsmedizin #page h1,
  .arbeitsmedizin #page .site-content .grey-box {
    padding: 0;
  }
  #page .portrait .inner .portrait-info {
    margin-right: 0px;
  }
  .site-header .inside .main-nav ul li {
    height: 100px;
    margin-right: 6px;
  }
  .site-header .inside .main-nav ul li a {
    font-size: 1.5rem;
  }
  .site-header .inside .main-nav ul .small-links a {
    font-size: 1rem;
    line-height: 1.4;
  }
  .site-header .inside .main-nav ul li .with-arrow:before {
    top: calc(50% - 14px);
  }
  #page .site-content .grey-box {
    max-width: 1040px;
  }
  .kundenlogin #page .row .inside .right-column {
    width: 100%;
    padding: 0 0px 0 6rem;
  }
  .ueber-uns #page .site-content .grey-box {
    padding: 3rem 0px;
  }
  .kundenlogin form fieldset div:not(.checkbox) label,
  .kundenlogin #page .btn-toolbar input {
    font-size: 1rem;
  }
  .kundenlogin #page .btn-toolbar input {
    padding: 15px 20px;
  }
  .kundenlogin #page .middleColumn .text {
    padding: 15px;
  }
  #page .site-content .columns {
    max-width: 1240px;
    padding: 0px;
  }
  #page .site-content .page--teaser.col--2 {
    gap: 8%;
  }
  .ueber-uns #page .grey-box + .row .inside {
    padding: 0px 0px 5rem 0px;
  }
  #page .columns .button {
    max-width: 200px;
    font-size: 1rem;
    padding: 15px 20px;
  }
  .ueber-uns #page .blue-ribbon .inner {
    width: 60%;
  }
  .arbeitsmedizin #page #hrmanagement .inside:first-of-type {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .arbeitsmedizin #page .row .inside .left-column {
    width: 25%;
  }
  .arbeitsmedizin #page .row .inside .right-column {
    width: 75%;
  }
  #page .t-h4 {
    font-size: 2em;
  }
  .ueber-uns #page .blue-ribbon,
  .standorte #page .blue-ribbon {
    width: 82%;
  }
  .home #page .site-content > .row h2 {
    max-width: 1240px;
    font-size: 1rem;
  }
  .home #page .site-content > .row .grey-box {
    max-width: 100%;
  }
  .footer-info p,
  .footer-nav a {
    font-size: 0.9rem !important;
  }
  .site-header .header-info-container .teaser {
    width: 70%;
    padding: 55px 100px 40px;
  }
  .site-header .header-info-container .teaser h3,
  .site-header .header-info-container .teaser p {
    max-width: 800px;
  }
  .site-header .header-info-container .teaser p {
    font-size: 2.24rem;
    line-height: 2.98rem;
  }
  #page .row .inside {
    max-width: 1040px;
  }
  #page .row .inside:first-of-type {
    padding: 0px 0px;
  }
  #page .row:first-child .inside:first-of-type {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .einsatzrechner #page .row .inside:nth-of-type(2) {
    padding: 80px;
  }
  .einsatzrechner #page article > .row h1 {
    font-size: 3em;
    padding: 0;
  }
  #page .row .inside .left-column {
    width: 25%;
  }
  #page .row .inside .right-column {
    padding: 0 0px 0 40px;
  }
  .site-header .inside .main-nav ul li a {
    padding: 40px;
  }
  .site-header .inside .main-nav ul li .with-arrow:before {
    left: 20px;
  }
  #page .portrait .inner .image-container {
    max-width: 400px;
  }
}
@media screen and (min-width: 864px) and (max-width: 1920px) {
  #page .reports-container h2,
  #page .reports-container .reports,
  #page .site-content .grey-box,
  #page .full-width .inner,
  .home #page .site-content > .row h2,
  #page .page-6 .portrait .inner,
  #page .row .inside,
  #page .site-content .columns {
    max-width: 1440px !important;
  }
  #page .row .inside .left-column {
    width: 25%;
  }
  .einsatzrechner #page .dropdown .middleColumn {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1470px) {
  #page .reports-container h2,
  #page .reports-container .reports {
    max-width: 940px !important;
  }
  .standorte iframe {
    width: 1040px !important;
  }
  #page .site-content .grey-box {
    max-width: 1040px !important;
  }
  .arbeitsmedizin #page .right-column strong {
    font-size: 0.9rem;
  }
  #page .site-content .columns {
    max-width: 1040px !important;
  }
  #page .reports-container .reports p,
  #page .reports-container .reports li {
    font-size: 1.25rem;
  }
  #page .reports-container .report-header h3 {
    font-size: 1.4rem;
  }
  .karriere #page .report-content ul {
    margin-left: 1.25rem;
  }
  .kundendashboard #page .button {
    max-width: 300px;
    font-size: 1rem;
    padding: 15px 20px;
  }
  #page .full-width .inner,
  .home #page .site-content > .row h2 {
    max-width: 1040px !important;
  }
  .home #page .site-content .grey-box:last-of-type {
    max-width: 100% !important;
  }
  #page .row .inside {
    max-width: 1040px !important;
  }
  #page .page-6 .portrait .inner {
    max-width: 1040px !important;
  }
}
@media screen and (min-width: 1920px) {
  .standorte #page .hero img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 800px;
  }
  #page .site-content .columns .image-container {
    height: 100%;
  }
  .standorte #page .featured-image {
    left: -20%;
    position: absolute;
  }
  .standorte #page .site-content {
    margin-top: 60vh;
  }
  .arbeitsmedizin #page .row .inside .right-column {
    width: 67%;
  }
  .arbeitsmedizin #page .right-column strong {
    font-size: 1.5rem;
  }
  .einsatzrechner select {
    padding: 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.7em auto, 100%;
  }
  .standorte #page .hero {
    height: 800px;
  }
  .ueber-uns #page .light-blue p,
  .ueber-uns #page .light-blue ul li {
    font-size: 1.8rem;
  }
  .ueber-uns #page .full-width .light-blue {
    margin: -150px 15px 0 0;
  }
  .ueber-uns #page .full-width .image-container {
    min-height: 1000px;
  }
  .einsatzrechner #page #Form_Form_PrivacyConsent_Holder input {
    width: 30px;
  }
  .arbeitsmedizin #page .hero {
    min-height: 800px;
  }
  .second-header .inside .logo a {
    width: 310px !important;
  }
  #page .reports-container h2,
  #page .reports-container .reports {
    max-width: 1640px !important;
  }
  .kundendashboard #page #downloads .inside > h2 {
    margin-left: 0;
  }
  #page .t-h5 {
    font-size: 4em;
  }
  #page .reports-container .report-header h3 {
    font-size: 2.5rem;
  }
  .karriere #page .report-content .button {
    max-width: 350px;
    font-size: 1.8rem;
  }
  #page .reports-container .toggler {
    width: 30px;
  }
  .kundendashboard #page .blue-button {
    font-size: 1.5rem;
    max-width: 380px;
  }
  .karriere #page .report-content ul {
    margin-left: 2rem;
  }
  #page .reports-container p,
  #page .reports-container ul li {
    font-size: 2rem !important;
  }
  .kundendashboard #page #downloads a {
    font-size: 2rem;
  }
  .arbeitsmedizin #page #projektmanagement .inside {
    padding-top: 0;
  }
  .standorte #page #hrmanagement {
    padding-top: 0 !important;
  }
  .standorte iframe {
    width: 1640px !important;
  }
  .arbeitsmedizin #page h2 {
    font-size: 2.8rem !important;
  }
  .arbeitsmedizin #page .blue-ribbon .inner {
    width: 70%;
  }
  .arbeitsmedizin #page .row .inside:first-of-type {
    padding: 5rem 0;
  }
  .arbeitsmedizin #page h1,
  .arbeitsmedizin #page .site-content .grey-box {
    padding: 0;
  }
  #page .portrait .inner .portrait-info {
    width: 60%;
    margin-right: 0px;
  }
  .arbeitsmedizin #page #hrmanagement {
    padding-top: 55vh;
  }
  .no-hero #page #hrmanagement {
    padding-top: 0vh !important;
  }
  .site-header .inside .main-nav ul li {
    height: 140px;
    margin-right: 6px;
  }
  .ueber-uns .full-width .light-blue ul p {
    font-size: 1.5rem;
  }
  .site-header .inside .main-nav ul li a {
    font-size: 2.2rem;
  }
  .site-header .inside .main-nav ul .small-links a,
  .site-header .inside .main-nav ul li {
    font-size: 1.7rem;
  }
  .site-header ul .small-links a img {
    width: 25px !important;
  }
  .site-header .inside .main-nav ul li .with-arrow:before {
    top: calc(50% - 14px);
  }
  #page .site-content .grey-box {
    max-width: 1640px !important;
  }
  #page .mini-head {
    font-size: 1.5rem;
  }
  #page .htmleditor p,
  #page .htmleditor ul {
    font-size: 2rem;
  }
  .kundenlogin #page .row .inside .right-column {
    width: 100%;
    padding: 0 0px 0 6rem;
  }
  .ueber-uns #page .site-content .grey-box {
    padding: 3rem 0px;
  }
  .kundenlogin #page form fieldset div:not(.checkbox) label,
  .kundenlogin #page .btn-toolbar input {
    font-size: 1.5rem;
  }
  .kundenlogin #page .btn-toolbar input {
    padding: 15px 20px;
  }
  .kundenlogin #page .middleColumn .text {
    padding: 20px;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .karriere #page .reports-container {
    margin-top: 23rem;
    margin-bottom: 23rem;
  }
  .kundenlogin fieldset #MemberLoginForm_LoginForm_Remember_Holder label,
  .kundenlogin #page #ForgotPassword a {
    font-size: 1.5rem;
  }
  #page .site-content .columns {
    max-width: 1640px !important;
  }
  #page .site-content .columns .image-container img {
    min-height: 510px;
    max-height: 430px;
  }
  #page .h2,
  #page .t-h2 {
    font-size: 2.98rem;
  }
  #page .site-content .page--teaser.col--2 {
    gap: 8%;
  }
  .ueber-uns #page .grey-box + .row .inside {
    padding: 0px 0px 5rem 0px;
  }
  #page .columns .button {
    max-width: 350px;
    font-size: 28px;
  }
  .ueber-uns #page .blue-ribbon .inner {
    width: 60%;
  }
  .arbeitsmedizin #page #hrmanagement .inside:first-of-type {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .arbeitsmedizin #page .row .inside .left-column {
    width: 25%;
  }
  .arbeitsmedizin #page .row .inside .right-column {
    width: 75%;
  }
  #page .t-h4 {
    font-size: 3em;
  }
  #page .blue-ribbon .inner {
    margin: 0px 0 0px 30rem;
    max-width: 70%;
  }
  #page .full-width .inner {
    max-width: 1640px !important;
  }
  .ueber-uns #page .full-width h3 {
    font-size: 1.5rem !important;
  }
  .ueber-uns #page .blue-ribbon,
  .standorte #page .blue-ribbon {
    width: 82%;
  }
  .home #page .site-content > .row h2 {
    max-width: 1640px !important;
    font-size: 1.5rem;
  }
  .home #page .site-content > .row .grey-box {
    max-width: 100%;
  }
  .footer-info p,
  .footer-nav a,
  .site-footer .inside .footer-nav ul li {
    font-size: 1.5rem !important;
  }
  #page .footer-nav img {
    width: 25px;
    padding-top: 9px;
  }
  .site-header .header-info-container .teaser {
    width: 60%;
    padding: 100px 118px 70px;
  }
  .site-header .header-info-container .teaser h3,
  .site-header .header-info-container .teaser p {
    max-width: 800px;
  }
  .site-header .header-info-container .teaser h3 {
    font-size: 1.5rem;
  }
  .site-header .header-info-container .teaser p {
    font-size: 3rem;
    line-height: 3.98rem;
  }
  .home #page .site-content > .grey-box .button {
    max-width: 420px;
    font-size: 28px;
    padding: 15px 30px 15px 50px;
  }
  .home #page .site-content > .grey-box .with-arrow:before {
    top: calc(50% - 20px);
    width: 26px;
  }
  #page .row .inside {
    max-width: 1640px !important;
  }
  #page .row .inside:first-of-type {
    padding: 0px 0px;
  }
  #page .page-6 .row:first-child .inside:first-of-type {
    padding-top: 300px;
    padding-bottom: 0px;
  }
  #page .row:first-child .inside:first-of-type {
    padding-top: 300px;
    padding-bottom: 100px;
  }
  #page .page-6 .portrait .inner {
    max-width: 1640px !important;
  }
  #page .page-6 .grey-box img {
    width: 50%;
    height: auto;
  }
  .arbeitsmedizin #page .grey-box img {
    width: 50%;
    height: auto;
  }
  .einsatzrechner #page .row .inside:nth-of-type(2) {
    padding: 80px;
  }
  #page .logos-slide img {
    height: 75px;
    margin: 0 75px;
  }
  .einsatzrechner #page article > .row h1 {
    font-size: 3.5em;
    padding: 0;
  }
  .home #page .site-content > .grey-box .with-arrow:hover:before {
    padding-left: 0.75rem;
  }
  .home .site-content > .grey-box .blue-button:hover {
    padding-left: 4rem !important;
  }
  .einsatzrechner #page form fieldset div:not(.quantity):not(.checkbox) label,
  .einsatzrechner #page form fieldset label,
  .einsatzrechner #page form fieldset h2,
  .einsatzrechner #page form h2:first-of-type {
    font-size: 1.5rem;
  }
  .einsatzrechner #page input[type="submit"] {
    font-size: 28px;
    max-width: 220px;
  }
  .einsatzrechner #page .blue-button {
    font-size: 28px;
    max-width: 450px;
  }
  .einsatzrechner form select,
  .einsatzrechner input {
    font-size: 1.5rem;
    padding: 20px;
  }
  .kontakt #page .blue-button {
    font-size: 28px;
    max-width: 350px;
  }
  #page .row .inside .left-column {
    width: 25%;
  }
  #page .row .inside .right-column {
    width: 75%;
    padding: 0 0px 0 40px;
  }
  .site-header .inside .main-nav ul li a {
    padding: 60px;
  }
  .site-header .inside .main-nav ul li .with-arrow:before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  #page .portrait .inner .image-container {
    max-width: 550px;
  }
}
footer {
  z-index: 22;
}
.einsatzrechner .blue-button,
.einsatzrechner fieldset h2:nth-of-type(2) {
  margin-top: 2rem;
}
.ueber-uns .header-top,
.ueber-uns #page {
  background-color: #f6f7f8;
}
.ueber-uns .full-width,
.ueber-uns .portrait {
  background-color: #fff;
}
#page .portrait .inner {
  max-width: 1240px;
  padding: 0px 40px;
  margin: 0px auto;
}
#page .portrait .inner:first-of-type {
  padding: 5rem 40px 4rem 40px;
}
#page .portrait .inner:last-of-type {
  padding: 0rem 40px 4rem 40px;
}
.logo:before {
  content: "";
  position: absolute;
  top: -65vh;
  left: -70vh;
  width: 150vh;
  height: 150vh;
  z-index: 99;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0) 52%
  );
  border-radius: 73%;
  z-index: -1;
}
#page .row {
}
.second-header {
  position: relative;
}
.second-header .inside {
  position: relative;
  background-color: #fff;
}
.second-header .inside .logo a {
  background: url(/resources/icons/logo-white.svg) no-repeat 50%;
  display: block;
  width: 120px;
  height: 80px;
}
.second-header .inside .logo a img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .body:not(.kundenlogin) .second-header,
  .body:not(.kundenlogin) .second-header .inside {
    position: relative;
    background-color: #fff;
  }
  .second-header .inside .logo a {
    background: none;
  }
  .second-header .inside .logo a img {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .logo:before {
    display: none !important;
  }
  .kundenlogin .col-wrap {
    width: 100% !important;
  }
  .standorte .site-content {
    margin-top: 0 !important;
  }
}
.kundenlogin h1 {
  z-index: 100;
}
.site-content .grey-box {
  width: 100%;
  max-width: 1024px;
  background-color: #f6f7f8;
  margin: 0 auto 40px;
  padding: 40px 20px;
}
.site-content .grey-box p {
  margin-top: 20px;
  font-weight: 300;
}
.site-content .columns {
  padding: 20px;
}
.site-content .columns .column {
  padding: 40px 0 80px;
  border-bottom: 1px solid #00305b;
}
.site-content .columns .column:last-child {
  border-bottom: none;
}
.site-content .columns .image-container {
  width: 100%;
  height: 330px;
}
.site-content .columns .image-container img {
  width: 100%;
  height: 100%;
}
.site-content .columns .midi-head {
  text-align: center;
  margin: 0.5em 0;
}
.site-content .columns p {
  margin-top: 20px;
  font-weight: 300;
  text-align: center;
}
.site-content .columns .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-content .columns .green-button {
  display: inline-block;
  padding: 15px 20px;
  margin: auto;
  background-color: #95c11f;
  color: #fff;
  border: 1px solid #95c11f;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.site-content .columns .green-button:hover {
  background-color: #fff;
  color: #95c11f;
}
.site-content .columns .blue-button {
  display: inline-block;
  padding: 15px 20px;
  margin: auto;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.site-content .columns .blue-button:hover {
  background-color: #00305b;
  border: 1px solid #00305b;
}
.site-content .partner-logos-container {
  padding: 40px 20px;
  background-color: #edeef2;
}
.site-content .partner-logos-container .column {
  width: 80%;
  margin: 40px auto;
  display: block;
  max-width: 350px;
}
.site-content .partner-logos-container .column img {
  width: 100%;
  height: auto;
}
.ueber-uns .col-wrap {
  display: flex;
  flex-direction: row;
}
.ueber-uns .blue-ribbon + .full-width .image-container {
  margin-top: 120px;
}
.ueber-uns .site-content .inside {
  flex-direction: column;
}
.ueber-uns h1 {
  margin-bottom: 3rem;
}

body.loaded .blue-ribbon {
  left: 0;
}
body.loaded .full-width {
  right: 0;
  position: relative;
}
.ueber-uns #page .blue-ribbon {
  z-index: 1;
}
.ueber-uns #page .blue-ribbon + .full-width .image-container {
  margin-top: -90px;
  z-index: 0;
}
body.loaded .light-blue {
  bottom: 0 !important;
  position: relative !important;
}
.ueber-uns .blue-ribbon .inner {
  width: 50%;
}
.ueber-uns .full-width h3 {
  font-size: 0.8rem !important;
  font-weight: 700;
}
.ueber-uns .full-width ul li {
  margin: 0px !important;
}
.ueber-uns .full-width ul {
  list-style-type: none !important;
}
.ueber-uns .full-width .light-blue ul p {
  margin-top: 15px;
}
.ueber-uns .full-width .light-blue ul li p {
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.ueber-uns .portrait .inner h2 {
  padding-left: 0px;
}
.ueber-uns .portrait .inner h2 {
  margin: auto 0px;
}
.ueber-uns .left-column h1 {
  display: none;
}
.ueber-uns .full-width .light-blue ul li {
  border-bottom: 1px solid #fff;
}
.ueber-uns .site-content .grey-box {
  max-width: 1180px;
  padding: 0px 40px;
  margin: 0px auto;
}
.arbeitsmedizin #page {
  background-color: #f6f7f8;
}
.arbeitsmedizin .left-column h1,
.arbeitsmedizin #gesundheitsmanagement .inside > h2,
.arbeitsmedizin #digitalisierung .inside > h2,
.arbeitsmedizin #projektmanagement .inside > h2,
.arbeitsmedizin .site-content > .full-width .light-blue,
.arbeitsmedizin .header-info-container {
  display: none;
}
.arbeitsmedizin .site-content > .full-width {
  margin-top: -100px;
}
.arbeitsmedizin #hrmanagement {
  background-color: #fff;
}
.arbeitsmedizin .blue-ribbon {
  width: 80%;
}
.arbeitsmedizin .blue-ribbon .inner {
  width: 50%;
}
.arbeitsmedizin .blue-ribbon {
  z-index: 1;
}
.arbeitsmedizin .row .inside .left-column {
  padding: 0px 10px;
}
.standorte .site-content {
  margin-top: 55vh;
}
.arbeitsmedizin .site-content .grey-box {
  max-width: 1180px;
  padding: 0px 40px;
  margin: 0px auto;
}
.arbeitsmedizin h1 {
  font-size: 3.5em;
  margin-bottom: 3rem;
  padding: 0 40px;
}
.arbeitsmedizin #projektmanagement .inside {
  padding-top: 0px;
}
.arbeitsmedizin .right-column strong {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 1.5rem;
}
.arbeitsmedizin .col-wrap {
  display: flex;
  flex-direction: row;
}
.arbeitsmedizin #hrmanagement .inside {
  flex-direction: column;
}
.standorte #page,
.standorte .site-content .grey-box {
  background-color: #fff !important;
}
.standorte .grey-box p {
  text-align: center;
}
.standorte .grey-box {
  margin-bottom: 5rem !important;
}
.karriere .reports-container .report-content p {
  max-width: 100%;
}
.karriere .report-header {
  cursor: pointer;
}
.kontakt .blue-button,
.karriere .blue-button,
.kundendashboard .blue-button {
  display: inline-block;
  text-decoration: none;
  padding: 15px 20px;
  margin: auto;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.kontakt .blue-button:hover,
.karriere .blue-button:hover,
.kundendashboard .blue-button:hover {
  background-color: #00305b;
  border: 1px solid #00305b;
}
.kontakt .button,
.kundendashboard .button {
  max-width: 190px;
}
.karriere .site-content {
  margin-top: 5rem;
}
.karriere .reports-container h2 {
  padding: 3rem 0;
}
.karriere .reports-container .report-header h3 {
  font-size: 1.8rem;
}
.report-title {
  width: 70%;
}
.karriere .reports-subheadline {
  margin: 1rem 0;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.karriere .report-content ul {
  list-style-type: square;
  margin-left: 1rem;
}
.kundendashboard .second-header .inside {
  background-color: #f6f7f8;
}
.kundendashboard .blue-button {
  max-width: 220px;
  margin-top: 20px;
}
.kundendashboard #downloads .left-column h2 {
  display: none;
}
.impressum #page,
.impressum .site-header,
.impressum .header-top {
  background-color: #fff !important;
}
.datenschutz .htmleditor h2 {
  color: #005bff;
  font-size: 2.5rem;
}
.kundendashboard #downloads .inside > h2 {
  margin-left: 2rem;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.impressum #page .site-content .grey-box {
  padding: 5rem 6rem;
  margin-bottom: 5rem !important;
}
.impressum #page .h-padding {
  padding-top: 5rem !important;
}
.karriere .reports-container {
  margin-top: 5rem;
}
.kundendashboard #downloads ul li {
  list-style-type: none;
  margin-bottom: 2rem;
}
.kundendashboard #downloads ul img {
  margin-bottom: -3px;
  margin-right: 10px;
}
.kundendashboard #downloads ul li:last-of-type {
  margin-bottom: 0rem;
}
.kundendashboard #downloads a {
  color: #00305b;
  text-decoration: none;
}
.einsatzrechner article > .row h1 {
  font-size: 2.5em;
  margin-bottom: 3rem;
  padding: 0 40px;
}
.einsatzrechner article > .row .inside:first-of-type {
  display: flex;
  flex-direction: column;
}
.einsatzrechner article > .row .col-wrap {
  display: flex;
  flex-direction: row;
}
.einsatzrechner article > .row .col-wrap h2 {
  display: none;
}
.einsatzrechner .row .inside:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 60px;
  background-color: #f6f7f8;
  flex-direction: column;
  max-width: 1024px;
}
.einsatzrechner fieldset,
.kundenlogin fieldset {
  border: none;
}
.einsatzrechner form fieldset div:not(.quantity):not(.checkbox) label,
.einsatzrechner form h2:first-of-type,
.kundenlogin form fieldset div:not(.checkbox) label {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.einsatzrechner .dropdown .middleColumn {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.einsatzrechner .quantity .middleColumn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.einsatzrechner .blue-button {
  max-width: 265px;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  cursor: pointer;
}
.einsatzrechner input[type="submit"] {
  max-width: 140px;
}
.einsatzrechner .blue-button:hover {
  background-color: #00305b;
  border: 1px solid #00305b;
}
.einsatzrechner form select,
.einsatzrechner input {
  width: 100%;
  border: none;
  padding: 10px;
  color: grey;
}
.einsatzrechner form .quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.einsatzrechner form .quantity .middleColumn {
  width: 60%;
}
.einsatzrechner #Form_Form_Quantity3_Holder {
  margin-bottom: 3rem;
}
.einsatzrechner form .quantity input,
.kundenlogin .middleColumn .text {
  width: 100%;
  border: none;
  padding: 10px;
}
.einsatzrechner #Form_Form_PrivacyConsent_Holder {
  flex-direction: row;
  align-items: center;
}
.einsatzrechner #Form_Form_PrivacyConsent_Holder input {
  width: auto;
}
.einsatzrechner #Form_Form_PrivacyConsent_Holder label {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.einsatzrechner .toggle-field-none {
  display: none;
}
.einsatzrechner .toggle-field {
  display: flex !important;
  flex-direction: column;
}
.kundenlogin .col-wrap {
  width: 70%;
}
.kundenlogin .left-column h2 {
  display: none;
}
.kundenlogin #page,
.kundenlogin .second-header .inside {
  background-color: #f6f7f8 !important;
}
.kundenlogin .btn-toolbar input {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin: auto;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 2px;
  margin: 1rem 0;
  cursor: pointer;
}
.kundenlogin .btn-toolbar input:hover {
  background-color: #00305b;
  border: 1px solid #00305b;
}
.kundenlogin #ForgotPassword a {
  font-size: 1rem;
}
.kundenlogin .middleColumn .text {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-content .grey-box {
    margin: 60px auto;
    padding: 110px 90px;
    max-width: 964px;
  }
  .site-content .columns {
    max-width: 1180px;
    margin: auto;
    padding: 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-content .columns.col--1 .column {
    width: 100%;
  }
  .site-content .columns.col--2 .column {
    width: 45%;
  }
  .site-content .columns.col--3 .column {
    width: 30%;
  }
  .site-content .columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    border-bottom: none !important;
  }
  .site-content .columns .column h2,
  .site-content .columns .column h3,
  .site-content .columns .column p {
    text-align: left;
  }
  .site-content .columns .column p:last-child {
    text-align: center;
  }
  .site-content .partner-logos-container {
    padding: 40px 20px;
    max-width: 1180px;
    margin: auto;
    background-color: #edeef2;
  }
  .site-content .partner-logos-container .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-content .partner-logos-container .columns .column {
    width: 40%;
    margin: 40px auto;
    max-width: 250px;
  }
  .site-content .partner-logos-container .columns .column img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1180px) {
  .site-content .grey-box {
    max-width: 1024px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0;
}
.h-padding {
  padding-top: 40px !important;
}
@media screen and (min-width: 1180px) {
  .h-padding {
    padding-top: 120px !important;
  }
}
.ventures--list {
  margin-left: 0;
  margin-top: 1.5em;
}
.ventures--list li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.list--nodots li {
  list-style: none !important;
}
.mission-row {
  background-color: #f6f7f8;
}
.mission-row .inner {
  width: 100%;
  padding: 40px 20px;
  margin: auto;
}
.mission-row .inner .content {
  margin-top: 20px;
}
.mission-row .inner .content p {
  line-height: 2rem;
  margin-top: 28px;
}
.mission-row .inner .content p:first-child {
  margin-top: 0;
}
.blue-ribbon {
  background: #003466;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00305b),
    to(#005bff)
  );
  background: linear-gradient(90deg, #00305b, #005bff);
}
.blue-ribbon .inner {
  width: 100%;
  max-width: 1180px;
  padding: 40px 20px;
}
.blue-ribbon .inner div {
  margin-left: 0;
  color: #fff;
}
.full-width .image-container {
  background: url(/assets/images/beteiligungsansatz.jpg) no-repeat 50%;
  background-size: cover;
  min-height: 250px;
}
.full-width .inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.full-width .light-blue {
  padding: 40px 20px;
  background-color: #005bff;
  color: #fff;
  min-height: 300px;
  margin-top: 0;
}
.full-width .light-blue h3 {
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.full-width .light-blue ul li {
  border-bottom: 1px solid #00305b;
}
.full-width .light-blue ul li p:last-child {
  margin-top: 16px;
  font-weight: 700;
}
.full-width .light-blue ul li:last-child {
  border-bottom: none;
}
.portrait .inner {
  max-width: 1180px;
  padding: 20px;
}
.portrait .inner h2 {
  margin: 80px auto 20px;
}
.portrait .inner .portrait-info {
  padding-top: 40px;
}
.portrait .inner .portrait-info p {
  margin-top: 20px;
}
.portrait .inner .portrait-info p:first-child {
  margin-top: 0;
}
.portrait .inner .image-container {
  max-width: 480px;
  margin: auto;
  padding: 0;
}
.portrait .inner .image-container img {
  width: 100%;
  height: auto;
}
.portrait .inner .portrait-name {
  background: #003466;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00305b),
    to(#005bff)
  );
  background: linear-gradient(90deg, #00305b, #005bff);
  color: #fff;
  margin-top: -4px;
  padding: 20px;
}
.portrait .inner .portrait-name h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
.portrait .image-right {
  margin: 40px 20px;
  padding: 0;
  border-top: 1px solid #00305b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.portrait .image-right .image-container,
.portrait .image-right .portrait-info {
  padding-top: 40px;
}
.logoslider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0 10px;
}
.reports-container {
  padding-bottom: 80px;
}
.reports-container .colorful {
  display: none;
}
.reports-container .greyscale {
  display: block;
}
.reports-container .reports {
  width: 100%;
  max-width: 1180px;
  padding: 20px 40px;
  margin: auto;
}
.kundendashboard .reports-container {
  background-color: #fff;
}
.kundendashboard .site-content > .row .col-wrap {
  margin-bottom: 5rem;
}
.reports-container h2 {
  width: 100%;
  max-width: 1180px;
  padding: 40px 0px;
  margin: auto;
}
.reports-container .reports {
  background-color: #f6f7f8;
}
.reports-container .reports > li {
  border-top: 1px solid #00305b;
}
.reports-container .reports > li:first-child {
  border-top: none;
}
.reports-container .report-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 40px;
}
.reports-container .report-header h3 {
  font-weight: 400;
  font-size: 1.28rem;
  line-height: 1.68;
  max-width: 88%;
}
.reports-container .report-header .toggler {
  cursor: pointer;
}
.reports-container .report-content {
  padding-bottom: 40px;
}
.reports-container .report-content p {
  max-width: 80%;
}
.reports-container .toggler {
  width: 24px;
  height: 24px;
  background: url(/resources/icons/arrow-down.svg) no-repeat 50%;
}
.reports-container .is-open .toggler {
  width: 18px;
  height: 18px;
  padding-top: 10px;
  background: url(/resources/icons/x.svg) no-repeat 50%;
}
.reports-container .is-open .colorful {
  display: block;
}
.reports-container .is-open .greyscale {
  display: none;
}
.ventures .reports {
  background-color: #fff;
  list-style: none;
}
.ventures .reports ul {
  list-style: none;
}
.ventures .reports li {
  margin-left: 0;
  margin-right: 0;
}
.ventures .image-container {
  max-width: 80%;
}
.ventures .image-container img {
  width: 240px;
  height: auto;
}
.ventures .report-content .image-container {
  max-width: 100%;
  padding-bottom: 20px;
}
.ventures .report-content .image-container img {
  width: 100%;
  height: auto;
}
.ventures .report-content p {
  width: 100%;
  max-width: 100%;
}
.ventures a {
  color: #00305b;
  padding-left: 24px;
}
.ventures a:before {
  content: url(/resources/icons/arrow-right.svg);
  width: 16px;
  height: 16px;
  margin-right: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .mission-row .inner {
    width: 100%;
    max-width: 1180px;
    padding: 100px 80px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mission-row .inner .header {
    width: 38%;
    padding-left: 60px;
  }
  .mission-row .inner .content {
    width: 60%;
    border-left: 1px solid #00305b;
    padding-left: 40px;
    margin-top: 0;
  }
  .mission-row .inner .content p {
    line-height: 2rem;
    margin-top: 28px;
  }
  .mission-row .inner .content p:first-child {
    margin-top: 0;
  }
  .blue-ribbon .inner {
    width: 100%;
    max-width: 1180px;
    padding: 80px;
    margin: auto;
  }
  .blue-ribbon .inner h3 {
    font-weight: 400;
    line-height: 2rem;
    margin-left: 160px;
    color: #fff;
    max-width: 480px;
  }
  .full-width {
    min-height: 800px;
  }
  .full-width .image-container {
    min-height: 700px;
  }
  .full-width .inner {
    width: 100%;
    max-width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .full-width .light-blue {
    width: 50%;
    min-height: 300px;
    margin: -200px 15px 0 0;
    padding: 60px;
  }
  .full-width .light-blue h3 {
    font-family: Titillium Web, sans-serif;
    text-transform: uppercase;
    font-size: 0.68rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .full-width .light-blue ul li {
    border-bottom: 1px solid #ffffff88;
  }
  .full-width .light-blue ul li p:last-child {
    margin-top: 16px;
    font-weight: 700;
  }
  .full-width .light-blue ul li:last-child {
    border-bottom: none;
  }
  .portrait .inner .portrait-info {
    width: 50%;
    margin-right: 80px;
    padding-top: 0;
  }
  .portrait .inner .portrait-info p {
    margin-top: 20px;
  }
  .portrait .inner .portrait-info p:first-child {
    margin-top: 0;
  }
  .portrait .inner h2 {
    padding-left: 40px;
  }
  .portrait .inner .image-container {
    max-width: 300px;
    margin: 0;
  }
  .portrait .inner .image-container img {
    width: 100%;
    height: auto;
  }
  .portrait .inner .portrait-name {
    background: #003466;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#00305b),
      to(#005bff)
    );
    background: linear-gradient(90deg, #00305b, #005bff);
    color: #fff;
    margin-top: -4px;
    padding: 20px 40px;
  }
  .portrait .inner .portrait-name h3 {
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .portrait .image-left,
  .portrait .image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .portrait .image-right {
    margin: 20px 40px 20px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #00305b;
  }
  .portrait .image-right .image-container,
  .portrait .image-right .portrait-info {
    padding-top: 80px;
  }
  .reports-container .reports {
    padding: 40px 60px;
  }

  .ventures .reports {
    background-color: #fff;
  }
  .ventures .reports li {
    padding: 20px;
  }
  .ventures .image-container {
    max-width: 80%;
  }
  .ventures .image-container img {
    width: 240px;
    height: auto;
  }
  .ventures .report-content .image-container {
    max-width: 80%;
  }
  .ventures .report-content .image-container img {
    width: 240px;
    height: auto;
  }
  .ventures .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ventures .columns .image-container {
    min-width: 30%;
  }
  .ventures .columns .content {
    padding: 0 40px;
  }
}
.row {
  width: 100%;
}
.row .inside {
  width: 100%;
  max-width: 1180px;
  padding: 40px 20px;
  margin: auto;
}
.row .inside .image-container {
  padding: 40px 0;
  text-align: center;
}
.row .inside .image-container img {
  width: 50%;
  margin: auto;
}
.row .inside-ph {
  padding: 20px !important;
}
.row.bg-grey,
.row .bg-grey {
  background-color: #f6f7f8;
}
.row p {
  margin-top: 20px;
  font-weight: 300;
}
.row ul {
  list-style-type: circle;
}
.row ul li {
  font-weight: 300;
  margin: 0 20px;
}
@media screen and (min-width: 1024px) {
  .row:first-child .inside {
    padding-top: 130px;
  }
  .kundenlogin .row:first-child .inside {
    padding-top: 270px;
  }
  .row {
    width: 100%;
  }
  .row .inside {
    width: 100%;
    max-width: 1180px;
    padding: 80px 40px;
    margin: auto;
  }
  .row .inside,
  .row .inside .left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row .inside .left-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33%;
    padding: 0 60px;
  }
  .row .inside .right-column {
    border-left: 1px solid #00305b;
    padding: 0 80px 0 40px;
    width: 67%;
  }
  .row .inside .image-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row .inside .image-container img {
    width: 100%;
    display: block;
  }
  .row .bg-grey {
    background-color: #f6f7f8;
  }
  .row p {
    margin-top: 20px;
    font-weight: 300;
  }
  .row p:first-child {
    margin-top: 0;
  }
  .row ul {
    list-style-type: circle;
  }
  .row ul li {
    font-weight: 300;
    margin: 0 20px;
  }
}
.site-footer {
  background-color: #00305b;
}
.site-footer,
.site-footer a {
  color: #fff;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 2px;
}
.footer-info {
  margin: auto 0;
}
.site-footer .inside {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .inside .footer-nav {
  text-align: right;
}
.footer-nav img {
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .site-footer .inside {
    margin: 0px 40px;
    padding: 30px 0px;
  }
  .site-footer .inside .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .site-footer .inside .footer-nav ul li {
    margin-left: 20px;
  }
  .site-footer .inside .footer-nav ul li a:after {
    display: block;
    content: "";
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .site-footer .inside .footer-nav ul li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .home .site-content > .grey-box .button {
    left: 50%;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  .home .site-content {
    padding-top: 0px;
  }
  .home .site-content > .grey-box {
    margin: 0 auto;
  }
  .home .site-content .columns .column,
  .home .columns {
    padding: 0px;
  }
  .home .columns .column .text-container {
    padding: 40px 20px;
  }
  .home .site-content .columns .midi-head {
    text-align: left;
    margin: 0px;
    font-size: 1.5rem;
  }
  .home .site-content .columns .column:last-of-type {
    margin-bottom: 50px;
  }
  .home .site-content > .row h2 {
    padding: 20px;
  }
  .home .logos:before {
    left: -75px;
  }
  .home .logos:after {
    right: -75px;
  }
  .site-footer .inside {
    flex-direction: column;
  }
  .footer-info {
    margin-bottom: 20px;
  }
  .footer-nav ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }
  .header-top {
    position: fixed;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.9);
    transition: top 0.3s ease-in-out;
  }
  .site-content,
  .hero {
    padding-top: 170px !important;
  }
  .kundenlogin .site-content {
    padding-top: 0px !important;
  }
  .kontakt .button {
    font-size: 1.2rem;
    max-width: 265px;
  }

  .ueber-uns h1 {
    margin: 0px 0px 20px 0px;
  }
  .ueber-uns .blue-ribbon,
  .ueber-uns .blue-ribbon .inner {
    width: 100%;
  }
  .ueber-uns .full-width .light-blue {
    margin-left: 50px;
    margin-top: -30px;
  }
  .ueber-uns .portrait .inner:first-of-type {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .ueber-uns .portrait-name h3 {
    margin-bottom: 0px;
  }
  .ueber-uns .portrait-info {
    padding: 20px 30px 50px 20px;
  }
  .ueber-uns .portrait .inner:nth-of-type(2) {
    padding: 0px;
  }
  .arbeitsmedizin .site-content,
  .standorte .site-content {
    margin-top: 0vh;
  }
  .arbeitsmedizin .site-content {
    padding-top: 0px !important;
  }
  .arbeitsmedizin h1 {
    font-size: 2em;
    margin-bottom: 1rem;
    padding: 0px;
  }
  .arbeitsmedizin .row .inside .left-column {
    padding: 0px;
  }
  .arbeitsmedizin .col-wrap {
    flex-direction: column;
  }
  .arbeitsmedizin .col-wrap h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .arbeitsmedizin .site-content .grey-box {
    margin: 0px;
    padding: 0px;
  }
  .arbeitsmedizin .blue-ribbon,
  .arbeitsmedizin .blue-ribbon .inner {
    width: 100%;
  }
  .arbeitsmedizin .site-content > .full-width {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .kundendashboard #downloads .inside > h2 {
    margin-left: 0px;
    margin-bottom: 2rem;
  }
  .karriere .site-content {
    margin-top: 10rem;
  }
  .karriere .site-content {
    padding-top: 0px !important;
  }
  .karriere .reports-container h2 {
    padding: 3rem 1rem;
  }
  .einsatzrechner article > .row h1 {
    font-size: 1.8em;
    margin-bottom: 1rem;
    padding: 0px;
  }
  .einsatzrechner .row .inside:nth-of-type(2) {
    margin-top: 20px;
    padding: 20px;
  }
  .einsatzrechner .blue-button:first-of-type,
  #Form_Form_MySectionHeader2 {
    margin-top: 20px;
  }
}
.h2,
.t-h2 {
  font-size: 1.98rem;
  line-height: 2.88rem;
  font-weight: 300;
}
.t-h3 {
  font-weight: 600;
  font-size: 0.75em;
}
.t-h4 {
  font-weight: 300;
  font-size: 1.63em;
}
.t-h4.t-light {
  font-weight: 600;
}
.t-h5 {
  font-weight: 200;
  font-size: 2.5em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .t-h5 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .t-h5 {
    font-size: 2.5em;
  }
}
.strong {
  font-weight: 600 !important;
}
.t-hyph {
  hyphenate-limit-chars: 6 4 4;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.t-p {
  font-size: 1.25em;
}
.t-left {
  text-align: left !important;
}
.htmleditor p,
.htmleditor ul {
  font-size: 1.25rem;
  line-height: 1.5;
}
.htmleditor a {
  color: #005bff;
  text-decoration: underline;
}
.htmleditor ul {
  margin-top: 1em;
}
.htmleditor li {
  list-style: disc;
}
.htmleditor h1,
.htmleditor h2,
.htmleditor h3 {
  margin-bottom: 0.75em;
}
.c-bluelight {
  color: #005bff;
}
.c-white {
  color: #fff;
}
.mt-2 {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .site-content .page--teaser.col--2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
  .site-content .page--teaser.col--2 .column {
    width: 46%;
    border-bottom: 0;
  }
}
.site-content .page--teaser .image-container {
  text-align: center;
}
.img-left {
  text-align: left !important;
}
#mobile-nav-container {
  top: 170px;
}
.home .site-content > .row .grey-box {
  background-color: #fff;
  max-width: 100%;
  padding: 0px !important;
}
.home .site-content > .row h2 {
  max-width: 1024px;
  margin: 0 auto;
  font-family: Titillium Web, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.row p:first-of-type {
  margin-top: 0;
}
.home .header-top,
.site-header.second-header {
  position: fixed;
  z-index: 20;
}
.home .header-top {
  width: 100%;
  background: #fff;
}
.home .site-header .inside .header-top {
  z-index: 100;
}
.site-content {
  padding-top: 120px;
}
.home .site-content > .grey-box .with-arrow:before {
  content: url(/resources/icons/arrow-right-white.svg);
  position: absolute;
  left: 12px;
  top: calc(50% - 12px);
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.home .site-content > .grey-box .blue-button {
  display: inline-block;
  padding: 15px 30px 15px 40px;
  margin: auto;
  background-color: #005bff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #005bff;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  text-decoration: none;
}
.home .site-content > .grey-box .blue-button:hover {
  background-color: #00305b;
  border: 1px solid #00305b;
  padding-left: 2.75rem;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transform: translateZ(0);
}
.home .site-content > .grey-box .with-arrow:hover:before {
  padding-left: 0.5rem;
}
.home .site-content > .grey-box:last-of-type {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.home .site-content > .grey-box .button {
  max-width: 275px;
  font-size: 16px;
}

.home .site-content > .grey-box .button {
  z-index: 21;
}
.logos {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .home .header-top,
  .site-header.second-header {
    position: relative;
  }
  .kundenlogin .site-header.second-header {
    position: fixed;
  }
  .home .header-top {
    background: none;
  }
  .home .hero,
  .site-content {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
