@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "TextaNarrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TextaNarrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@font-face {
  font-family: "TextaNarrow";
  font-weight: 100;
  src: url("../fonts/TextaNarrow-Thin.eot?") format("eot"), url("../fonts/TextaNarrow-Thin.woff") format("woff"), url("../fonts/TextaNarrow-Thin.ttf") format("truetype"), url('../fonts/TextaNarrow-Thin.svg#str-replace("TextaNarrow", " ", "_")') format("svg"); }

@font-face {
  font-family: "TextaNarrow";
  font-weight: 200;
  src: url("../fonts/TextaNarrow-Light.eot?") format("eot"), url("../fonts/TextaNarrow-Light.woff") format("woff"), url("../fonts/TextaNarrow-Light.ttf") format("truetype"), url('../fonts/TextaNarrow-Light.svg#str-replace("TextaNarrow", " ", "_")') format("svg"); }

@font-face {
  font-family: "TextaNarrow";
  font-weight: 400;
  src: url("../fonts/TextaNarrow-Medium.eot?") format("eot"), url("../fonts/TextaNarrow-Medium.woff") format("woff"), url("../fonts/TextaNarrow-Medium.ttf") format("truetype"), url('../fonts/TextaNarrow-Medium.svg#str-replace("TextaNarrow", " ", "_")') format("svg"); }

@font-face {
  font-family: "TextaNarrow";
  font-weight: 700;
  src: url("../fonts/TextaNarrow-Bold.eot?") format("eot"), url("../fonts/TextaNarrow-Bold.woff") format("woff"), url("../fonts/TextaNarrow-Bold.ttf") format("truetype"), url('../fonts/TextaNarrow-Bold.svg#str-replace("TextaNarrow", " ", "_")') format("svg"); }

html {
  scroll-behavior: smooth; }

html, body {
  position: relative; }
  html.no-scroll, body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%; }

.container {
  position: relative;
  /*overflow-x: hidden;*/ }

.center-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.no-header {
  margin-top: 125px; }

.center {
  text-align: center; }

.margin-bottom {
  margin-bottom: 80px; }

a {
  color: #DB0F16; }
  a:hover {
    color: #e22530; }
  a:focus {
    color: #DB0F16; }

.column, .columns, .columns {
  padding-left: 15px;
  padding-right: 15px; }

h1 {
  font-size: 24px;
  font-weight: 200;
  line-height: 130%; }
  h1.red {
    color: #DB0F16;
    font-size: 45px; }

h2 {
  color: #DB0F16;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.2; }

h3 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 26px;
  color: #484848; }

.kn-title {
  font-size: 2.5625rem;
  font-weight: 300;
  position: relative;
  padding-top: 16px;
  color: #DB0F16;
  margin-top: 7px; }
  .kn-title.center:before {
    left: 50%;
    margin-left: -40px; }
  .kn-title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #DB0F16;
    height: 1px;
    width: 80px; }

.text-right .kn-title:before {
  right: 0;
  left: auto; }

section.grey {
  background-color: #F9F9F9; }

.title {
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 10px; }

.overflow-hidden {
  overflow: hidden; }

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.relative {
  position: relative; }

.row {
  max-width: 75rem; }

.row.small {
  max-width: 60rem; }

.row.extra-small {
  max-width: 50rem; }

.row.full {
  width: 100%;
  max-width: 100%; }

p {
  font-weight: 200; }

.before-icon {
  padding-top: 90px; }
  .before-icon:before {
    content: " ";
    position: absolute;
    top: 20px;
    width: 60px;
    height: 60px;
    background: url("../images/katoennatie/main/ico-logo-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    left: 50%;
    margin-left: -30px; }
  .before-icon.smaller:before {
    width: 40px;
    height: 40px;
    top: 0px;
    margin-left: -20px; }

.home .intro {
  padding-top: 4%;
  padding-bottom: 80px; }
  .home .intro.dark {
    background-color: #efefef;
    padding-top: 80px;
    margin-bottom: 0; }

.intro {
  text-align: center;
  margin: 0px auto;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  padding-top: 7%; }
  .intro.left {
    text-align: left; }
    .intro.left .info {
      font-size: 18px; }
  .intro.before-icon {
    padding-top: 110px; }
  .intro b, .intro strong {
    font-weight: 400;
    color: #2F2F2F; }
  .intro p {
    font-weight: 200;
    color: #333; }
  .intro.dark p {
    color: #333; }

.hero {
  position: relative;
  overflow: hidden; }
  .hero img {
    width: 100%; }

.not-found {
  margin-top: 125px; }

#signup-content {
  padding: 120px 20px;
  text-align: center; }

@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 40px; }
    h1.red {
      font-size: 65px; } }

.ZoomContainer .zoomLens:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/katoennatie/main/lens-new.png");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-position: center;
  display: block;
  width: 290px;
  height: 290px; }

.img-magnifier-container {
  position: relative;
  overflow: hidden; }

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 250px;
  height: 250px; }
  .img-magnifier-glass:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../images/katoennatie/main/lens-new.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-position: center;
    display: block;
    width: 280px;
    height: 280px; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #362F2F;
  color: #fff;
  position: relative;
  font-weight: 200; }
  #footer-container .row {
    max-width: 85rem; }
  #footer-container #footer {
    padding: 1.875rem 0;
    position: relative; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #footer-container #footer .flag {
      display: none; }
  #footer-container #address-info, #footer-container #contact-info, #footer-container #site-navigation, #footer-container .menu-footer-secondary-menu-container {
    display: inline-block;
    vertical-align: top; }
  #footer-container #contact-info {
    margin-bottom: 40px; }
    #footer-container #contact-info a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      #footer-container #contact-info a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    #footer-container #contact-info p {
      margin-bottom: 2px; }
    #footer-container #contact-info .social {
      border: none;
      height: 18px;
      width: 18px;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999px;
      display: inline-block;
      margin-right: 2px;
      margin-top: 2px;
      opacity: 0.35;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      #footer-container #contact-info .social:hover {
        opacity: 1;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border: none; }
      #footer-container #contact-info .social.linkedin {
        background-image: url("../images/katoennatie/main/ico-linkedin.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      #footer-container #contact-info .social.facebook {
        background-image: url("../images/katoennatie/main/ico-facebook.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      #footer-container #contact-info .social.youtube {
        background-image: url("../images/katoennatie/main/ico-youtube.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      #footer-container #contact-info .social.instagram {
        background-image: url("../images/katoennatie/main/ico-instagram.svg");
        -webkit-background-size: contain;
                background-size: contain; }
  #footer-container #copyright {
    background-color: #302626;
    padding: 7px 0px 6px; }
    #footer-container #copyright .text {
      opacity: 0.45;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
      filter: alpha(opacity=45); }
  #footer-container #searchform {
    position: absolute;
    right: 0px;
    top: 21px; }
  #footer-container .top {
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    display: inline-block;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 15;
    background: rgba(0, 0, 0, 0.2) url("../images/katoennatie/main/ico-arrow-up.svg") no-repeat 50%;
    -webkit-background-size: auto 46%;
            background-size: auto 46%; }
    #footer-container .top:hover {
      background: rgba(0, 0, 0, 0.5) url("../images/katoennatie/main/ico-arrow-up.svg") no-repeat 50%;
      -webkit-background-size: auto 46%;
              background-size: auto 46%; }
  #footer-container a {
    color: #fff;
    text-align: left;
    position: relative; }
  #footer-container #menu-main-menu-1 li {
    text-align: left;
    position: relative; }
    #footer-container #menu-main-menu-1 li.menu-item-has-children {
      margin-right: 20px; }
      #footer-container #menu-main-menu-1 li.menu-item-has-children > a:after {
        content: " ";
        position: absolute;
        background: url("../images/katoennatie/main/menu-arrow-down.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 14px;
        right: -22px; }
    #footer-container #menu-main-menu-1 li.current_page_item, #footer-container #menu-main-menu-1 li.active > a {
      font-weight: 400; }
      #footer-container #menu-main-menu-1 li.current_page_item.scroll-to-anchor, #footer-container #menu-main-menu-1 li.active > a.scroll-to-anchor {
        font-weight: 300; }
  #footer-container #menu-main-menu-1 .dropdown {
    display: none;
    width: 240px;
    margin: 5px 0px; }
    #footer-container #menu-main-menu-1 .dropdown li {
      padding-left: 15px; }
      #footer-container #menu-main-menu-1 .dropdown li:before {
        content: " ";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 50%;
        left: 0px;
        margin-top: -9px; }
  #footer-container ul > li > a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    bottom: 0px;
    width: 0px;
    left: 50%; }
  @media (max-width: 1023px) {
    #footer-container #searchform {
      bottom: 26px;
      top: auto; }
    #footer-container .top {
      bottom: 60px;
      top: auto; } }
  @media (min-width: 1023px) {
    #footer-container ul > li > a:hover {
      font-weight: 200;
      color: #EEE; }
      #footer-container ul > li > a:hover:before {
        -webkit-transition: width, 0.15s ease-out;
        transition: width, 0.15s ease-out;
        width: 100%;
        left: 0px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #footer-container ul > li > a:hover:before {
      width: 0 !important; } }
  @media (max-width: 639px) {
    #footer-container #searchform {
      bottom: auto;
      top: 19px;
      width: 45%; }
    #footer-container .menu-footer-secondary-menu-container {
      text-align: right;
      display: block; }
    #footer-container .top {
      bottom: 23px; } }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.rangeslider,
.rangeslider__fill {
  display: block;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative;
  max-width: 455px; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #DB0F16;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  border-radius: 50%; }

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -8px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -8px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(219, 15, 22, 0.9);
  box-shadow: 0 0 8px rgba(219, 15, 22, 0.9); }

.rating-percentage {
  display: block;
  margin-top: 0.5em; }

.contact-form .wpcf7 fieldset {
  margin-bottom: 20px;
  border: 1px solid #cacaca;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
  .contact-form .wpcf7 fieldset legend {
    padding: 0 10px;
    margin: 0 10px 5px 0;
    color: #cacaca;
    background-color: #fefefe; }

.contact-form .wpcf7 .button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  float: right; }

#page.careers-detail .career-information .contact-form fieldset label {
  color: #cacaca;
  cursor: pointer; }

#site-navigation {
  text-align: center; }

.site-header.white #menu-main-menu a {
  color: #4C4C4C; }

.site-header.white #menu-main-menu > li.current_page_item > a, .site-header.white #menu-main-menu > li.active > a {
  color: #DB0F16; }

.site-header.white #menu-main-menu > li.current_page_item.scroll-to-anchor a {
  color: #4C4C4C; }

.site-header.white #menu-main-menu > li .dropdown {
  background: #fff !important;
  border-bottom: 1px solid #eeeeee;
  -webkit-overflow-scrolling: touch; }
  .site-header.white #menu-main-menu > li .dropdown li.art:before {
    background: url("../images/katoennatie/main/industries/ico-arts-black.svg") no-repeat 50%;
    -webkit-background-size: auto 80%;
            background-size: auto 80%; }
  .site-header.white #menu-main-menu > li .dropdown li.cgi:before {
    background: url("../images/katoennatie/main/industries/ico-consumer-goods-black.svg") no-repeat 50%;
    -webkit-background-size: auto 85%;
            background-size: auto 85%; }
  .site-header.white #menu-main-menu > li .dropdown li.foodfeed:before {
    background: url("../images/katoennatie/main/industries/ico-food-and-feed-black.svg") no-repeat 50%;
    -webkit-background-size: auto 95%;
            background-size: auto 95%; }
  .site-header.white #menu-main-menu > li .dropdown li.gcc:before {
    background: url("../images/katoennatie/main/industries/ico-commodities-black.svg") no-repeat 50%;
    -webkit-background-size: auto 85%;
            background-size: auto 85%; }
  .site-header.white #menu-main-menu > li .dropdown li.petrochemicals:before {
    background: url("../images/katoennatie/main/industries/ico-petrochemicals-black.svg") no-repeat 50%;
    -webkit-background-size: auto 80%;
            background-size: auto 80%; }
  .site-header.white #menu-main-menu > li .dropdown li.portoperations:before {
    background: url("../images/katoennatie/main/industries/ico-port-operations-black.svg") no-repeat 50%;
    -webkit-background-size: auto 80%;
            background-size: auto 80%; }
  .site-header.white #menu-main-menu > li .dropdown li.processengineering:before {
    background: url("../images/katoennatie/main/industries/ico-process-engineering-black.svg") no-repeat 50%;
    -webkit-background-size: auto 90%;
            background-size: auto 90%; }
  .site-header.white #menu-main-menu > li .dropdown li.specialtychemicals:before {
    background: url("../images/katoennatie/main/industries/ico-specialty-chemicals-black.svg") no-repeat 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }
  .site-header.white #menu-main-menu > li .dropdown li.sce:before {
    background: url("../images/katoennatie/main/industries/ico-supply-chain-engineering-black.svg") no-repeat 50%;
    -webkit-background-size: auto 80%;
            background-size: auto 80%; }
  .site-header.white #menu-main-menu > li .dropdown li.silo-cleaning:before {
    background: url("../images/katoennatie/main/industries/ico-silocleaning-black.svg") no-repeat 50%;
    -webkit-background-size: auto 80%;
            background-size: auto 80%; }

.site-header.white #menu-main-menu > li.menu-item-has-children > a:after {
  background: url("../images/katoennatie/main/menu-arrow-down-grey.svg") no-repeat 50%;
  -webkit-background-size: contain;
          background-size: contain; }

#menu-main-menu {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 10;
  display: block;
  margin: 0px;
  padding-top: 17px;
  text-align: center; }
  #menu-main-menu > li {
    display: inline-block; }
    #menu-main-menu > li:first-child {
      display: none; }
    #menu-main-menu > li .dropdown {
      display: none;
      opacity: 0;
      -webkit-transition: top, 0.2s ease-out;
      transition: top, 0.2s ease-out;
      position: absolute;
      width: 100%;
      left: 0px;
      top: 125px;
      margin-left: 0px;
      padding-top: 0px; }
      #menu-main-menu > li .dropdown li {
        display: inline-block;
        position: relative;
        vertical-align: top; }
        #menu-main-menu > li .dropdown li:before {
          content: " ";
          position: absolute;
          width: 50px;
          height: 25px;
          top: 14px;
          left: 50%;
          margin-left: -25px; }
        #menu-main-menu > li .dropdown li.art:before {
          background: url("../images/katoennatie/main/industries/ico-arts-white.svg") no-repeat 50%;
          -webkit-background-size: auto 80%;
                  background-size: auto 80%; }
        #menu-main-menu > li .dropdown li.cgi:before {
          background: url("../images/katoennatie/main/industries/ico-consumer-goods-white.svg") no-repeat 50%;
          -webkit-background-size: auto 85%;
                  background-size: auto 85%; }
        #menu-main-menu > li .dropdown li.foodfeed:before {
          background: url("../images/katoennatie/main/industries/ico-food-and-feed-white.svg") no-repeat 50%;
          -webkit-background-size: auto 95%;
                  background-size: auto 95%; }
        #menu-main-menu > li .dropdown li.gcc:before {
          background: url("../images/katoennatie/main/industries/ico-commodities-white.svg") no-repeat 50%;
          -webkit-background-size: auto 85%;
                  background-size: auto 85%; }
        #menu-main-menu > li .dropdown li.petrochemicals:before {
          background: url("../images/katoennatie/main/industries/ico-petrochemicals-white.svg") no-repeat 50%;
          -webkit-background-size: auto 80%;
                  background-size: auto 80%; }
        #menu-main-menu > li .dropdown li.portoperations:before {
          background: url("../images/katoennatie/main/industries/ico-port-operations-white.svg") no-repeat 50%;
          -webkit-background-size: auto 80%;
                  background-size: auto 80%; }
        #menu-main-menu > li .dropdown li.processengineering:before {
          background: url("../images/katoennatie/main/industries/ico-process-engineering-white.svg") no-repeat 50%;
          -webkit-background-size: auto 90%;
                  background-size: auto 90%; }
        #menu-main-menu > li .dropdown li.specialtychemicals:before {
          background: url("../images/katoennatie/main/industries/ico-specialty-chemicals-white.svg") no-repeat 50%;
          -webkit-background-size: auto 100%;
                  background-size: auto 100%; }
        #menu-main-menu > li .dropdown li.sce:before {
          background: url("../images/katoennatie/main/industries/ico-supply-chain-engineering-white.svg") no-repeat 50%;
          -webkit-background-size: auto 80%;
                  background-size: auto 80%; }
        #menu-main-menu > li .dropdown li.silo-cleaning:before {
          background: url("../images/katoennatie/main/industries/ico-silocleaning-white.svg") no-repeat 50%;
          -webkit-background-size: auto 80%;
                  background-size: auto 80%; }
        #menu-main-menu > li .dropdown li a {
          display: block;
          color: #fff;
          font-size: 15px;
          text-align: center;
          padding-top: 40px;
          padding-bottom: 6px;
          padding: 15px 0px; }
    #menu-main-menu > li.ico-menu .dropdown li {
      width: 130px; }
      #menu-main-menu > li.ico-menu .dropdown li a {
        padding-top: 40px;
        padding-bottom: 6px; }
    #menu-main-menu > li.menu-item-has-children {
      padding-right: 20px; }
      #menu-main-menu > li.menu-item-has-children > a:after {
        content: " ";
        position: absolute;
        background: url("../images/katoennatie/main/menu-arrow-down.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain;
        top: 50%;
        margin-top: -15px;
        width: 16px;
        height: 14px;
        right: -22px; }
  #menu-main-menu a {
    color: #fff;
    padding: 30px 0px 48px;
    display: block;
    margin: 0px 12px;
    position: relative;
    font-weight: 200;
    font-size: 19px; }
  #menu-main-menu > li > a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    bottom: 40px;
    width: 0px;
    left: 50%; }
  #menu-main-menu > li.current_page_item > a, #menu-main-menu > li.active > a {
    color: white;
    font-weight: 400; }
  #menu-main-menu > li.current_page_item.scroll-to-anchor > a, #menu-main-menu > li.active.scroll-to-anchor > a {
    font-weight: 300; }

@media (max-width: 1023px) {
  .mobile-fade-out {
    position: fixed;
    top: 0px;
    content: ' ';
    background-image: -webkit-linear-gradient(top, #FFF 0px, #FFF 120px, white 120px, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, #FFF 0px, #FFF 120px, white 120px, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 150px;
    z-index: 12;
    right: 0px;
    display: none; }
  .mobile-fade-out-bottom {
    position: fixed;
    bottom: -1px;
    content: ' ';
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(100%, white), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, white 100%, #FFFFFF 100%);
    background-image: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, white 100%, #FFFFFF 100%);
    width: 0%;
    height: 30px;
    z-index: 12;
    display: none;
    right: 0px; }
  .site-header #site-navigation {
    background: #fff;
    text-align: center; }
  .site-header.open #menu-main-menu {
    display: block;
    height: 100vh;
    overflow: auto; }
  .site-header.open #site-navigation:before {
    background: url("../images/katoennatie/main/ico-katoen-natie-grey.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    right: 0px;
    bottom: 0px;
    height: 75%;
    width: 100%;
    z-index: 0; } }

@media (max-width: 1023px) and (max-height: 450px) {
  .site-header.open {
    /*#site-navigation:after {
				content: " ";
				position: fixed;
				width: 200px;
				height: 140px;
				top: 0px;
				left: 0px;
				background: #fff;
				z-index: 10;
			}*/ } }

@media (max-width: 1023px) {
  .overflow-arrow {
    content: " ";
    background: url("../images/katoennatie/main/menu-arrow-down-red.svg") no-repeat 50%;
    width: 16px;
    height: 20px;
    bottom: 10px;
    right: 20px;
    position: fixed;
    z-index: 12;
    display: none; }
  .site-header #menu-main-menu {
    display: none;
    position: fixed;
    width: 100%;
    background: none;
    left: 0px;
    padding-top: 27vh;
    margin-left: 0px;
    padding-left: 25px;
    top: 0px; } }
  @media (max-width: 1023px) and (max-height: 450px) {
    .site-header #menu-main-menu {
      padding-top: 150px; } }

@media (max-width: 1023px) {
    .site-header #menu-main-menu a {
      color: #999;
      padding: 5px 0px;
      display: inline-block;
      font-size: 21px; }
    .site-header #menu-main-menu li {
      display: table;
      text-align: left; }
    .site-header #menu-main-menu li.current_page_item a {
      color: #DB0F16; }
    .site-header #menu-main-menu li.current_page_item.scroll-to-anchor a {
      color: #999; }
    .site-header #menu-main-menu > li:hover.menu-item-has-children > a:after {
      background: url("../images/katoennatie/main/menu-arrow-down-red.svg") no-repeat 50%;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      margin-top: -7px; }
    .site-header #menu-main-menu > li:hover.menu-item-has-children .dropdown {
      -webkit-transition: top, 0s ease-out;
      transition: top, 0s ease-out;
      top: auto;
      background: none !important;
      border-bottom: none; }
    .site-header #menu-main-menu > li .dropdown {
      left: 180px;
      text-align: left;
      top: auto;
      margin-top: -42px;
      border-bottom: none; }
      .site-header #menu-main-menu > li .dropdown li {
        width: auto;
        display: block; }
        .site-header #menu-main-menu > li .dropdown li a {
          color: #999;
          font-size: 21px;
          text-align: left;
          padding: 5px 0px 5px 0px;
          height: auto !important; }
        .site-header #menu-main-menu > li .dropdown li:before {
          display: none; }
    .site-header #menu-main-menu > li.menu-item-has-children > a:after {
      background: url("../images/katoennatie/main/menu-arrow-down-grey.svg") no-repeat 50% 0px;
      -webkit-background-size: 80% auto;
              background-size: 80% auto;
      margin-top: -7px;
      -webkit-transform: rotate(-90deg);
      -khtml-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); } }

@media (max-width: 479px) {
  .site-header #menu-main-menu {
    padding-top: 25vh; }
    .site-header #menu-main-menu a {
      font-size: 19px; }
    .site-header #menu-main-menu li:nth-child(2) > a {
      font-size: 19px !important; }
    .site-header #menu-main-menu > li .dropdown li a {
      font-size: 19px; } }

@media (max-width: 360px) {
  .industry .site-header #menu-main-menu li:nth-child(2) > a {
    width: 90px !important; }
  .site-header #menu-main-menu a {
    font-size: 17px; }
  .site-header #menu-main-menu li:nth-child(2) > a {
    font-size: 17px !important; }
  .site-header #menu-main-menu > li .dropdown li a {
    font-size: 17px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #menu-main-menu > li > a:hover:before {
    width: 0 !important; } }

@media (min-width: 1023px) {
  .site-header.white #menu-main-menu > li:hover > a {
    color: #DB0F16; }
  .site-header.white #menu-main-menu > li:hover.menu-item-has-children > a:after {
    background: url("../images/katoennatie/main/menu-arrow-down-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }
  .site-header.white #menu-main-menu > li.current_page_item:hover > a {
    font-weight: 400; }
  .site-header.white #menu-main-menu > li.current_page_item:hover.scroll-to-anchor > a {
    font-weight: 300;
    color: #DB0F16; }
  #menu-main-menu > li .hovershape {
    position: absolute;
    left: 0px;
    top: 80px;
    background: transparent;
    width: 100%;
    height: 45px;
    z-index: 2; }
  #menu-main-menu > li .dropdown li:hover {
    background: rgba(0, 0, 0, 0.05); }
  #menu-main-menu > li.menu-item-has-children:hover .dropdown {
    display: block;
    opacity: 1;
    top: 125px;
    background: rgba(0, 0, 0, 0.28); }
  #menu-main-menu > li > a:hover {
    font-weight: 200;
    color: #EEE; }
    #menu-main-menu > li > a:hover:before {
      -webkit-transition: width, 0.15s ease-out;
      transition: width, 0.15s ease-out;
      width: 100%;
      left: 0px; }
  #menu-main-menu > li.current_page_item:not(.scroll-to-anchor) > a:hover, #menu-main-menu > li.active:not(.scroll-to-anchor) > a:hover {
    border: none;
    font-weight: 400;
    /*color: #FFF;*/ }
    #menu-main-menu > li.current_page_item:not(.scroll-to-anchor) > a:hover:before, #menu-main-menu > li.active:not(.scroll-to-anchor) > a:hover:before {
      border: none; } }

.site-header.white .hamburger span {
  background: #424242; }

.hamburger {
  width: 32px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 42px;
  cursor: pointer;
  display: none;
  z-index: 30; }

.hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0degdeg);
  -khtml-transform: rotate(0degdeg);
  -ms-transform: rotate(0degdeg);
  transform: rotate(0degdeg);
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out; }
  .hamburger span:nth-child(1) {
    top: 17px; }
  .hamburger span:nth-child(2) {
    top: 23px; }

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px; }

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px; }

@media (max-width: 1480px) {
  .hamburger {
    right: 20px; } }

@media (max-width: 1023px) {
  .site-header.open .hamburger span {
    background: #424242; }
  .hamburger {
    display: block; } }

.site-header.white #searchform input {
  color: #000; }
  .site-header.white #searchform input.placeholder {
    color: #000; }
  .site-header.white #searchform input:-moz-placeholder {
    color: #000; }
  .site-header.white #searchform input::-moz-placeholder {
    color: #000; }
  .site-header.white #searchform input::-webkit-input-placeholder {
    color: #000; }

.site-header.white #searchform:after {
  background: -webkit-linear-gradient(left, transparent 0%, black 100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
  background: linear-gradient(to right, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); }

.site-header.white #searchform #searchsubmit {
  background: url("../images/katoennatie/main/ico-search-loop-black.svg") no-repeat 50%;
  -webkit-background-size: contain;
          background-size: contain; }

#searchform {
  width: 180px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  float: right;
  top: 39px;
  z-index: 12; }
  #searchform .input-group {
    margin-bottom: 0px; }
  #searchform:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  #searchform input {
    border: none;
    background: none;
    text-align: right;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    padding-right: 22px; }
    #searchform input.placeholder {
      color: #FFF;
      font-size: 18px;
      font-weight: 200;
      line-height: 26px; }
    #searchform input:-moz-placeholder {
      color: #FFF;
      font-size: 18px;
      font-weight: 200;
      line-height: 26px; }
    #searchform input::-moz-placeholder {
      color: #FFF;
      font-size: 18px;
      font-weight: 200;
      line-height: 26px; }
    #searchform input::-webkit-input-placeholder {
      color: #FFF;
      font-size: 18px;
      font-weight: 200;
      line-height: 26px; }
  #searchform #searchsubmit {
    position: absolute;
    background: url("../images/katoennatie/main/ico-search-loop.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    width: 16px;
    height: 16px;
    bottom: 13px;
    border: none;
    padding: 5px;
    right: 0px; }

@media (max-width: 1023px) {
  .site-header.open #searchform {
    display: block; }
  .site-header #searchform {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0px;
    top: auto; }
    .site-header #searchform input {
      color: #000; }
      .site-header #searchform input.placeholder {
        color: #000; }
      .site-header #searchform input:-moz-placeholder {
        color: #000; }
      .site-header #searchform input::-moz-placeholder {
        color: #000; }
      .site-header #searchform input::-webkit-input-placeholder {
        color: #000; }
    .site-header #searchform:after {
      background: -webkit-linear-gradient(left, transparent 0%, black 100%);
      background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
      background: linear-gradient(to right, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); }
    .site-header #searchform #searchsubmit {
      background: url("../images/katoennatie/main/ico-search-loop-black.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; } }

.arrow-bottom > span {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 50%;
  height: 10vh;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: rotate(-4deg);
  -khtml-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 1; }

.arrow-bottom > span:last-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(4deg);
  -khtml-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  left: 50%;
  bottom: 0px;
  background: #fff; }

.hero.mask-top.grey span, .hero.mask-top.grey span:last-child {
  background: #F9F9F9; }

.hero.mask-top span {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 50%;
  height: 8%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(4deg);
  -khtml-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.hero.mask-top span:last-child {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-4deg);
  -khtml-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  left: 50%;
  top: 0px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.hero.arrow:after {
  background: url("../images/katoennatie/main/ico-multiple-arrow-down.svg") no-repeat 50%;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  content: ' ';
  width: 22px;
  left: 50%;
  margin-left: -11px;
  bottom: 10%;
  height: 70px; }

.ico-katoen-right {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ico-katoen-right:before {
    background: url("../images/katoennatie/main/ico-katoen-natie-grey-darker.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    right: 0px;
    bottom: 0px;
    height: 80%;
    max-height: 350px;
    width: 100%;
    z-index: -1; }
  .ico-katoen-right.lighter:before {
    background: url("../images/katoennatie/main/ico-katoen-natie-grey.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain; }

.ico-katoen-right-offset {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ico-katoen-right-offset:before {
    background: url("../images/katoennatie/main/ico-katoen-natie-grey.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    right: 0px;
    bottom: -40px;
    height: 250px;
    width: 100%;
    z-index: -1; }

.mask-logo {
  width: 175px;
  height: 190px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  position: relative;
  margin: 20px auto; }
  .mask-logo:after {
    background: url("../images/katoennatie/main/logo-katoennatie-mask-white.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    top: -1%;
    left: -1%;
    height: 102%;
    width: 102%; }

.ico-katoen-center {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ico-katoen-center:before {
    background: url("../images/katoennatie/main/ico-katoennatie-full-stamp.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -200px;
    bottom: -70px;
    height: 450px;
    width: 400px;
    z-index: -1; }
    @media (max-width: 500px) {
      .ico-katoen-center:before {
        width: 80%;
        height: auto;
        padding-top: 100%;
        margin-left: 0px;
        left: 10%; } }
  .ico-katoen-center.center:before {
    top: 3%;
    margin-top: 0px;
    height: 94%;
    background-position: 50%; }
  .ico-katoen-center.middle:before {
    top: 200px;
    bottom: auto; }

.ico-katoen-left-fade {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .ico-katoen-left-fade:before {
    background: url("../images/katoennatie/main/ico-katoennatie-full-stamp.svg") no-repeat 100% 100%;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    content: ' ';
    left: -100px;
    margin-left: -250px;
    top: 170px;
    height: 450px;
    width: 400px;
    z-index: -2; }
  .ico-katoen-left-fade:after {
    content: ' ';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    width: 480px;
    height: 250px;
    top: 380px;
    position: absolute;
    margin-left: -400px;
    z-index: -1; }

.ico-katoen-right-middle:before {
  background: url("../images/katoennatie/main/ico-katoennatie-full-stamp.svg") no-repeat 100% 100%;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  content: ' ';
  right: -200px;
  margin-left: -250px;
  top: 170px;
  height: 450px;
  width: 400px;
  z-index: -2; }

.button {
  background: #DB0F16;
  font-size: 16px;
  font-family: "TextaNarrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  border-radius: 120px;
  color: #fff;
  padding: 12px 40px;
  margin: 15px 0px 0px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out; }
  .button.white {
    background: none;
    border: 1px solid #fff; }
  .button.line {
    background: none;
    border: 1px solid #DB0F16;
    color: #DB0F16; }
  .button.arrow {
    padding-right: 50px; }
    .button.arrow:after {
      content: " ";
      position: absolute;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      background: url("../images/katoennatie/main/button-arrow.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain;
      right: 30px;
      -webkit-transition: all, 0.2s ease-out;
      transition: all, 0.2s ease-out; }
  .button.m-right {
    margin-right: 20px; }
  .button:focus {
    color: #fff; }
  .button:hover {
    background-color: #e22530;
    -webkit-transition: all, 0.2s ease-out;
    transition: all, 0.2s ease-out;
    -webkit-transform: scale(1.04);
    -khtml-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    color: #fff; }
    .button:hover.arrow:after {
      right: 25px;
      -webkit-transition: all, 0.2s ease-out;
      transition: all, 0.2s ease-out; }
  .button.white:hover {
    background: white;
    color: #333; }
    .button.white:hover.arrow:after {
      background: url("../images/katoennatie/main/button-arrow-dark.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }

.read-more {
  color: #DB0F16;
  position: relative;
  padding-bottom: 2px;
  font-weight: 200; }
  .read-more:before {
    -webkit-transition: width, 0.1s ease-out;
    transition: width, 0.1s ease-out;
    content: " ";
    position: absolute;
    border-bottom: 1px solid #DB0F16;
    bottom: 0px;
    width: 0px;
    left: 50%; }
  @media (min-width: 1023px) {
    .read-more:hover {
      color: #e22530; }
      .read-more:hover:before {
        width: 100%;
        left: 0px; } }

a.back {
  color: #AAA;
  position: absolute;
  margin-left: 40px;
  margin-bottom: 0px;
  display: inline-block;
  z-index: 1; }
  a.back.bottom {
    position: relative;
    margin-bottom: 80px; }
  a.back.top {
    margin-top: 2%; }
  a.back:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 30px;
    height: 12px;
    background: url("../images/katoennatie/main/ico-menu-arrow-back-dark.svg") no-repeat 0% 50%;
    -webkit-background-size: contain;
            background-size: contain;
    left: -35px; }
  a.back:hover {
    color: #666; }
  @media (max-width: 960px) {
    a.back.top {
      margin-top: -15px; } }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.site-header.white {
  background: #fff; }

@media screen {
  .site-header.offset {
    top: -125px; }
  .site-header.fixed {
    top: 0px;
    position: fixed; } }

.site-header {
  position: fixed;
  top: 0px;
  display: block;
  width: 100%;
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  height: 125px;
  z-index: 20;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: top, 0.2s ease-out;
  transition: top, 0.2s ease-out; }
  .site-header .row {
    max-width: 85rem; }
  .site-header.white {
    background: #fff;
    border-bottom: 1px solid #eeeeee; }
    .site-header.white .logo {
      background: url("../images/katoennatie/main/logo-katoen-natie-normal.svg") no-repeat 0% 50%;
      -webkit-background-size: contain;
              background-size: contain; }
  .site-header .logo {
    background: url("../images/katoennatie/main/logo-katoen-natie-white.svg") no-repeat 0% 50%;
    -webkit-background-size: contain;
            background-size: contain;
    width: 185px;
    height: 95px;
    display: inline-block;
    position: absolute;
    top: 14px;
    z-index: 30;
    margin-left: 15px; }

.social-header {
  position: absolute;
  right: 12px;
  top: -29px;
  z-index: 10; }
  .social-header .social {
    border: none;
    height: 18px;
    width: 18px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 2px;
    margin-top: 2px;
    opacity: .75;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .social-header .social:hover {
      opacity: 1;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      border: none; }
    .social-header .social.linkedin {
      background-image: url("../images/katoennatie/main/ico-linkedin.svg");
      -webkit-background-size: contain;
              background-size: contain; }
    .social-header .social.facebook {
      background-image: url("../images/katoennatie/main/ico-facebook.svg");
      -webkit-background-size: contain;
              background-size: contain; }
    .social-header .social.youtube {
      background-image: url("../images/katoennatie/main/ico-youtube.svg");
      -webkit-background-size: contain;
              background-size: contain; }
  @media (max-width: 1023px) {
    .social-header {
      top: auto;
      bottom: 20px;
      right: auto;
      left: 39px; } }

.row.social-row {
  display: none; }

@media (min-width: 1024px) {
  .row.social-row {
    position: relative;
    display: block; } }

.site-header.white .social-header .social.linkedin {
  background-image: url("../images/katoennatie/main/ico-linkedin-dark.svg");
  -webkit-background-size: contain;
          background-size: contain; }

.site-header.white .social-header .social.facebook {
  background-image: url("../images/katoennatie/main/ico-facebook-dark.svg");
  -webkit-background-size: contain;
          background-size: contain; }

.site-header.white .social-header .social.youtube {
  background-image: url("../images/katoennatie/main/ico-youtube-dark.svg");
  -webkit-background-size: contain;
          background-size: contain; }

@media (max-width: 1023px) {
  .site-header.open {
    -webkit-transition: top, 0s ease-out;
    transition: top, 0s ease-out;
    height: 100%; }
    .site-header.open .logo {
      background: url("../images/katoennatie/main/logo-katoen-natie-normal.svg") no-repeat 0% 50%;
      -webkit-background-size: contain;
              background-size: contain; } }

@media print {
  .site-header {
    position: static;
    margin-top: 1em;
    margin-bottom: 3em; } }

.video-header {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 110vh;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 0;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .video-header {
      display: block; } }
  .video-header .img-slider {
    height: 100%; }
    .video-header .img-slider div {
      height: 100%; }
  .video-header .row {
    max-width: 81rem; }
  .video-header.video-header-mobile {
    display: block; }
    @media print, screen and (min-width: 64em) {
      .video-header.video-header-mobile {
        display: none; } }
  .video-header.half {
    height: 60vh;
    display: none; }
    @media print, screen and (min-width: 64em) {
      .video-header.half {
        display: block; } }
    .video-header.half.video-header-mobile {
      display: block; }
      @media print, screen and (min-width: 64em) {
        .video-header.half.video-header-mobile {
          display: none; } }
    .video-header.half:after {
      background: none;
      display: none; }
    .video-header.half:before {
      height: 30vh;
      background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.4)));
      background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
      background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }
    .video-header.half .img-slider {
      height: 100%; }
      .video-header.half .img-slider div {
        height: 100%; }
  .video-header .button {
    margin-right: 10px; }
  .video-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
            background-size: cover; }
  .video-header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    content: ' ';
    bottom: 0px;
    height: 65vh; }
  .video-header:before {
    position: absolute;
    width: 100%;
    height: 34vh;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    content: ' ';
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .video-header .employee-quote {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0; }
    .video-header .employee-quote .quote {
      font-size: 1.875rem;
      color: #fefefe;
      line-height: 1.0;
      letter-spacing: 0;
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .video-header .employee-quote .quote {
          font-size: 1.25rem; } }
    .video-header .employee-quote .employee-name, .video-header .employee-quote .employee-function {
      font-size: 1.25rem;
      color: #fefefe;
      display: block;
      margin: 0;
      line-height: 1.0; }
      @media (max-width: 767px) {
        .video-header .employee-quote .employee-name, .video-header .employee-quote .employee-function {
          font-size: 0.9375rem;
          line-height: 1.2; } }
    .video-header .employee-quote .employee-function {
      margin-bottom: 90px; }
      @media (max-width: 767px) {
        .video-header .employee-quote .employee-function {
          margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .video-header {
      height: 100vh; }
      .video-header.half {
        height: 50vh; }
        .video-header.half .img-slider {
          height: 50vh; }
          .video-header.half .img-slider div {
            height: 50vh; } }
  @media (max-height: 500px) {
    .video-header.half {
      height: 85vh; }
      .video-header.half .img-slider {
        height: 85vh; }
        .video-header.half .img-slider div {
          height: 85vh; } }

.page-template-survey .video-header.half {
  height: 30vh;
  background-position: bottom; }

@media screen and (min-height: 700px) {
  .page-template-survey .video-header.half {
    height: 40vh; } }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

@media print {
  .page-template-survey .video-header {
    display: none !important; } }

.white-header {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0; }
  .white-header.overflow {
    overflow: auto; }
  .white-header .scroll-to {
    bottom: 0px; }
    .white-header .scroll-to span {
      background-color: #F9F9F9; }
    .white-header .scroll-to span:last-child {
      background-color: #F9F9F9; }
  .white-header .intro {
    margin-bottom: 80px; }

.scroll-to {
  width: 144px;
  height: 58px;
  position: absolute;
  bottom: 9vh;
  left: 50%;
  margin-left: -72px;
  overflow: hidden;
  cursor: pointer;
  z-index: 99; }
  @media (max-width: 767px) {
    .scroll-to {
      bottom: 6vh; } }
  .scroll-to:hover:after {
    -webkit-transition: all, 0.2s ease-out;
    transition: all, 0.2s ease-out;
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .scroll-to:after {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -2px;
    background: url("../images/katoennatie/main/ico-double-red-arrow-down.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    z-index: 2; }
  .scroll-to.grey > span {
    background: #F9F9F9; }
  .scroll-to.grey > span:last-child {
    background: #F9F9F9; }
  .scroll-to > span {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 10px;
    right: 50%;
    height: 120px;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-35deg);
    -khtml-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: 2; }
  .scroll-to > span:last-child {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    left: 50%;
    top: 10px;
    background: #fff; }

.qoute-block {
  position: relative;
  background: #f6f6f6;
  padding: 80px 0px; }
  .qoute-block img {
    position: absolute;
    height: 220px;
    bottom: 0px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 5%; }
  .qoute-block .quote {
    font-size: 26px;
    font-style: italic;
    font-weight: 100;
    z-index: 1;
    position: relative; }
  .qoute-block .person {
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    margin-bottom: 50px; }
    .qoute-block .person .function {
      font-weight: 200;
      color: #999; }
  .qoute-block .scroll-to {
    top: -58px; }
    .qoute-block .scroll-to span {
      background: #f6f6f6; }
  @media print, screen and (min-width: 40em) {
    .qoute-block .person {
      margin-bottom: 0px; }
    .qoute-block img {
      height: 107%;
      right: auto;
      -webkit-transform: scaleX(1);
      -khtml-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); } }

.news-block {
  background: #fff;
  position: relative;
  padding: 80px 0px 60px;
  overflow: hidden; }
  .news-block .seperator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: relative;
    margin-top: 70px; }
    .news-block .seperator:before {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(right, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(-90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: 0px;
      left: -50px; }
    .news-block .seperator:after {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: 0px;
      right: -50px; }
  .news-block .news-item {
    position: relative;
    margin-top: 50px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    .news-block .news-item:nth-child(n+2) {
      display: none; }
    .news-block .news-item .news-image {
      margin-bottom: 40px; }
  .news-block img {
    position: relative;
    max-width: 90%;
    width: auto;
    height: 250px; }
    @media (max-width: 480px) {
      .news-block img {
        max-width: 100%;
        height: 200px;
        margin: 0px 0% 0px; } }
  .news-block .content {
    font-size: 16px;
    font-weight: 100;
    position: relative;
    font-weight: 400; }
    .news-block .content .date {
      color: #DB0F16;
      letter-spacing: 1px; }
    .news-block .content .title {
      color: #222;
      height: 70px; }
      @media (max-width: 1024px) {
        .news-block .content .title {
          height: 105px; } }
    .news-block .content .teaser {
      color: #8A8A8A;
      position: relative;
      display: inline-block;
      width: 100%;
      height: 180px;
      overflow: hidden;
      font-weight: 200;
      margin-bottom: 15px; }
      .news-block .content .teaser:after {
        position: absolute;
        bottom: -10%;
        left: 0;
        content: '';
        width: 100%;
        height: 90%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .news-block .content .read-more {
      color: #DB0F16;
      display: inline-block;
      margin-top: 3px; }
  .news-block .nav-wrapper {
    text-align: center;
    margin-top: 50px; }
    .news-block .nav-wrapper .news-pagination-item {
      display: inline-block;
      height: 12px;
      width: 12px;
      background: #efefef;
      border-radius: 50px;
      margin-left: 5px;
      margin-right: 5px;
      text-indent: -9999px;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out;
      cursor: pointer; }
      .news-block .nav-wrapper .news-pagination-item.active {
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        background-color: #DB0F16; }
  @media (max-width: 1024px) {
    .news-block .nav-wrapper {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
      .news-block .nav-wrapper .nav {
        position: relative;
        width: 45px;
        height: 45px;
        margin-top: 0px;
        display: inline-block; }
        .news-block .nav-wrapper .nav.back {
          float: left;
          left: 50%;
          margin-left: -50px;
          display: block; }
        .news-block .nav-wrapper .nav.next {
          float: right;
          right: 50%;
          margin-right: -50px; }
        .news-block .nav-wrapper .nav.next:after, .news-block .nav-wrapper .nav.back:after {
          left: 50%;
          margin-left: -9px;
          right: auto;
          background-position: 50%; } }

.help {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -170px;
  z-index: 15;
  height: 120px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden; }
  .help.open li:nth-child(1n+2) {
    z-index: 3; }
  .help li {
    list-style: none;
    width: 40px;
    height: 40px;
    background: #DB0F16;
    border-radius: 40px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    position: absolute;
    display: none;
    cursor: pointer;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #fff;
    font-weight: 700;
    overflow: hidden; }
    .help li div {
      display: none;
      padding: 0px 30px 0px 20px;
      line-height: 40px; }
    .help li.active div {
      display: block; }
    .help li:first-child:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .help li a {
      color: #fff;
      font-weight: 700;
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
    .help li:nth-child(1n+2):hover {
      background: #e22530;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .help li:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%; }
    .help li:nth-child(1) {
      top: 43px;
      right: 0px;
      display: block;
      z-index: 2; }
      .help li:nth-child(1):before {
        content: '?';
        color: #fff;
        font-size: 24px;
        line-height: 0px;
        position: absolute;
        width: 100%;
        font-weight: 700;
        width: 100%;
        text-align: center;
        top: 50%; }
    .help li:nth-child(2) {
      top: 0px;
      right: 25px; }
      .help li:nth-child(2):before {
        background: url("../images/katoennatie/main/ico-phone.svg") no-repeat right 11px top 50%;
        -webkit-background-size: 17px 24px;
                background-size: 17px 24px; }
    .help li:nth-child(3) {
      top: 43px;
      right: 45px; }
      .help li:nth-child(3):before {
        background: url("../images/katoennatie/main/ico-email.svg") no-repeat right 9px top 50%;
        -webkit-background-size: 22px 12px;
                background-size: 22px 12px; }
    .help li:nth-child(4) {
      top: 86px;
      right: 25px; }
      .help li:nth-child(4):before {
        background: url("../images/katoennatie/main/ico-mappointer.svg") no-repeat right 11px top 50%;
        -webkit-background-size: 17px 24px;
                background-size: 17px 24px; }
  @media (max-width: 767px) {
    .help {
      margin-top: -70px; } }

.social-side-menu {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -27px;
  z-index: 15;
  height: 160px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden; }
  .social-side-menu li {
    list-style: none;
    width: 40px;
    height: 40px;
    background: #D3D3D3;
    border-radius: 40px;
    position: absolute;
    cursor: pointer;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    right: 0px; }
    .social-side-menu li div {
      padding: 0px 30px 0px 20px; }
    .social-side-menu li:hover {
      background: #BBB; }
    .social-side-menu li a {
      color: #fff;
      font-weight: 700;
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px; }
    .social-side-menu li:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0px; }
    .social-side-menu li:nth-child(1) {
      top: 0px;
      display: block; }
      .social-side-menu li:nth-child(1):before {
        background: url("../images/katoennatie/main/ico-side-linkedin.svg") 50% no-repeat;
        -webkit-background-size: auto 45%;
                background-size: auto 45%; }
    .social-side-menu li:nth-child(2) {
      top: 45px; }
      .social-side-menu li:nth-child(2):before {
        background: url("../images/katoennatie/main/ico-side-facebook.svg") 50% no-repeat;
        -webkit-background-size: auto 55%;
                background-size: auto 55%; }
    .social-side-menu li:nth-child(3) {
      top: 90px; }
      .social-side-menu li:nth-child(3):before {
        background: url("../images/katoennatie/main/ico-side-instagram.svg") 50% no-repeat;
        -webkit-background-size: auto 55%;
                background-size: auto 55%; }
    .social-side-menu li:nth-child(4) {
      top: 135px; }
      .social-side-menu li:nth-child(4):before {
        background: url("../images/katoennatie/main/ico-side-youtube.svg") 50% no-repeat;
        -webkit-background-size: auto 40%;
                background-size: auto 40%; }
  @media (max-width: 767px) {
    .social-side-menu {
      display: none; } }

.caption {
  color: #fff;
  position: absolute;
  bottom: 15%;
  width: 100%;
  z-index: 98; }
  .caption h1 {
    text-shadow: 0px 0px 6px #666; }
  @media (max-width: 767px) {
    .caption {
      bottom: 22%; } }

section.grey .content-block .info:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0)), color-stop(86%, rgba(249, 249, 249, 0.95)), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.95) 86%, #F9F9F9 100%);
  background-image: linear-gradient(-180deg, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.95) 86%, #F9F9F9 100%); }

.content-block {
  padding: 60px 0px; }
  .content-block p {
    color: #333; }
  .content-block h2 {
    font-size: 2.5625rem;
    font-weight: 300;
    position: relative;
    padding-top: 26px; }
    .content-block h2:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: #DB0F16;
      height: 1px;
      width: 80px; }
  .content-block img {
    width: 100%; }
  .content-block > div:first-child {
    margin-bottom: 20px; }
    .content-block > div:first-child.bigger-gutter {
      padding-right: 40px; }
  .content-block > div:nth-child(2).bigger-gutter {
    padding-left: 40px; }
  .content-block.right > div:first-child {
    float: right; }
    .content-block.right > div:first-child.bigger-gutter {
      padding-left: 40px;
      padding-right: 15px; }
  .content-block.right > div:nth-child(2).bigger-gutter {
    padding-right: 40px;
    padding-left: 15px; }
  .content-block .image {
    width: 100%;
    margin-left: 0;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    margin-top: 20px;
    display: block; }
    .content-block .image.image--large {
      height: 300px; }
    .content-block .image:first-child {
      margin-bottom: 6px; }
    @media print, screen and (min-width: 64em) {
      .content-block .image {
        margin-top: 0; } }
    .content-block .image.image--small {
      height: 150px; }
  .content-block .info {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100px;
    min-height: 100px;
    overflow: hidden;
    color: #222222;
    font-weight: 200; }
    .content-block .info.open:after {
      height: 0px; }
    .content-block .info:after {
      position: absolute;
      bottom: -10%;
      left: 0;
      content: '';
      width: 100%;
      height: 90%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
      background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .content-block .info.expanded {
      overflow: auto;
      height: auto; }
  .content-block a.read-more {
    color: #DB0F16;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      .content-block a.read-more {
        margin-bottom: 0;
        display: inline-block; } }
  @media (max-width: 640px) {
    .content-block {
      padding: 30px 0px; }
      .content-block > div:first-child.bigger-gutter {
        padding-right: 15px !important;
        padding-left: 15px !important; }
      .content-block > div:nth-child(2).bigger-gutter {
        padding-left: 15px !important;
        padding-right: 15px !important; } }

#page .industries {
  position: relative;
  margin: 50px 0px; }
  #page .industries > li {
    display: inline-block;
    float: none;
    margin: 20px 0px;
    position: relative;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    overflow: auto;
    vertical-align: top; }
    #page .industries > li:last-child {
      float: none; }
    #page .industries > li:hover {
      -webkit-transition: all, 0.12s ease-out;
      transition: all, 0.12s ease-out;
      -webkit-transform: scale(1.08);
      -khtml-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    #page .industries > li a {
      color: #DB0F16;
      padding: 0px 10px;
      display: block;
      text-align: center; }
      #page .industries > li a:before {
        content: " ";
        position: absolute;
        width: 140px;
        height: 80px;
        top: 10px;
        left: 50%;
        margin-left: -70px; }
    #page .industries > li.katoennatie a:before {
      background: url("../images/katoennatie/main/logo-katoen-natie-normal.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .industries > li.art a:before {
      background: url("../images/katoennatie/main/industries/ico-arts-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .industries > li.cgi a:before {
      background: url("../images/katoennatie/main/industries/ico-consumer-goods-red.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page .industries > li.foodfeed a:before {
      background: url("../images/katoennatie/main/industries/ico-food-and-feed-red.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    #page .industries > li.gcc a:before {
      background: url("../images/katoennatie/main/industries/ico-commodities-red.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page .industries > li.petrochemicals a:before {
      background: url("../images/katoennatie/main/industries/ico-petrochemicals-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .industries > li.portoperations a:before {
      background: url("../images/katoennatie/main/industries/ico-port-operations-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .industries > li.processengineering a:before {
      background: url("../images/katoennatie/main/industries/ico-process-engineering-red.svg") no-repeat 50%;
      -webkit-background-size: auto 90%;
              background-size: auto 90%; }
    #page .industries > li.specialtychemicals a:before {
      background: url("../images/katoennatie/main/industries/ico-specialty-chemicals-red.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    #page .industries > li.sce a:before {
      background: url("../images/katoennatie/main/industries/ico-supply-chain-engineering-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .industries > li.silocleaning a:before {
      background: url("../images/katoennatie/main/industries/ico-silocleaning-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
  @media (max-width: 480px) {
    #page .industries {
      margin: 15px 0px; }
      #page .industries li {
        margin: 0px 0px 15px 0px; }
        #page .industries li a:before {
          -webkit-transform: scale(0.7);
          -khtml-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); } }

.home #page .industries li.katoennatie {
  display: none; }

#page .industries.hide-global li.katoennatie {
  display: none; }

.img-slider {
  position: relative;
  overflow: hidden; }
  .img-slider:after {
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    height: 150px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .img-slider div {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%; }
  .img-slider .slick-arrow {
    position: absolute;
    bottom: 40px;
    color: #fefefe;
    padding: 15px 10px;
    z-index: 9;
    cursor: pointer;
    width: 100%; }
    .img-slider .slick-arrow.prev-slide {
      text-align: right;
      width: 50%; }
    .img-slider .slick-arrow.next-slide {
      text-align: left;
      width: 50%;
      right: 0; }
  .img-slider ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999; }
    .img-slider ul.slick-dots li {
      display: inline-block;
      height: 12px;
      width: 12px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50px;
      margin-left: 5px;
      margin-right: 5px;
      text-indent: -9999px;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      cursor: pointer; }
      .img-slider ul.slick-dots li.slick-active {
        background-color: white;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }

.video-player {
  padding-top: 56.25%;
  position: relative;
  background: #ccc;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  margin-bottom: 50px; }
  .video-player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .video-player:hover:before {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all, 0.2s ease-out;
    transition: all, 0.2s ease-out; }

.video-ico:before {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  height: 90px;
  width: 90px;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background-color: white;
  background-image: url("../images/katoennatie/main/ico-play-red.svg");
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  background-repeat: no-repeat;
  background-position: 58% 50%;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5); }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url("../images/katoennatie/main/swipebox/loader.gif") no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../images/katoennatie/main/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

#page .company-dna {
  position: relative;
  margin: 50px 0px 100px;
  text-align: center; }
  #page .company-dna li {
    display: inline-block;
    float: none;
    margin: 20px 0px;
    position: relative;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    overflow: auto;
    vertical-align: top; }
    #page .company-dna li:last-child {
      float: none; }
    #page .company-dna li:hover {
      -webkit-transition: all, 0.12s ease-out;
      transition: all, 0.12s ease-out;
      -webkit-transform: scale(1.08);
      -khtml-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    #page .company-dna li a {
      color: #DB0F16;
      padding: 0px 10px;
      display: block; }
      #page .company-dna li a:before {
        content: " ";
        position: absolute;
        width: 140px;
        height: 80px;
        top: 10px;
        left: 50%;
        margin-left: -70px; }
    #page .company-dna li.locations a:before {
      background: url("../images/katoennatie/main/ico-locations.svg") no-repeat 50%;
      -webkit-background-size: auto 94%;
              background-size: auto 94%; }
    #page .company-dna li.organisation a:before {
      background: url("../images/katoennatie/main/ico-organisation.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page .company-dna li.responsible a:before {
      background: url("../images/katoennatie/main/ico-responsible-business.svg") no-repeat 50%;
      -webkit-background-size: auto 90%;
              background-size: auto 90%; }
    #page .company-dna li.history a:before {
      background: url("../images/katoennatie/main/ico-history.svg") no-repeat 50%;
      -webkit-background-size: auto 90%;
              background-size: auto 90%; }
    #page .company-dna li.philosophy a:before {
      background: url("../images/katoennatie/main/ico-philosophy.svg") no-repeat 50%;
      -webkit-background-size: auto 90%;
              background-size: auto 90%; }
  @media (max-width: 480px) {
    #page .company-dna {
      margin: 0px 0px 50px; }
      #page .company-dna li {
        margin: 0px 0px 15px 0px; }
        #page .company-dna li a:before {
          -webkit-transform: scale(0.7);
          -khtml-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); } }

.home #page .industries li.katoennatie {
  display: none; }

.history-timeline {
  position: relative;
  padding-bottom: 100px;
  margin: 40px 0px 100px; }
  .history-timeline .line {
    position: absolute;
    left: 50%;
    height: 100%;
    background: #DB0F16;
    width: 2px;
    top: 0px;
    margin-left: -1px; }
  .history-timeline .dot {
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-left: -35px;
    background: url("../images/katoennatie/main/ico-red-shape-outline.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    color: #DB0F16;
    text-align: center;
    font-weight: 600;
    line-height: 68px;
    position: absolute;
    font-size: 18px;
    left: 50%;
    bottom: -3px; }
  .history-timeline .time-item {
    position: relative;
    padding: 0px 0px; }
    .history-timeline .time-item.right {
      text-align: right; }
    .history-timeline .time-item .year {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin-left: -35px;
      margin-top: -3px;
      color: #DB0F16;
      text-align: center;
      font-weight: 600;
      line-height: 68px;
      position: absolute;
      font-size: 18px;
      left: 50%;
      background: url("../images/katoennatie/main/ico-red-shape-outline.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .history-timeline .time-item .info {
      margin-bottom: 60px;
      margin-top: 20px; }
  @media (max-width: 639px) {
    .history-timeline .line {
      left: 40px; }
    .history-timeline .dot {
      left: 40px; }
    .history-timeline .time-item {
      padding-left: 80px; }
      .history-timeline .time-item.right {
        text-align: left; }
      .history-timeline .time-item .info {
        margin-bottom: 40px; }
      .history-timeline .time-item .year {
        left: 40px; } }

.home .our-people, .our-people {
  overflow: auto;
  padding: 80px 0px; }
  .home .our-people ul, .our-people ul {
    margin: 0px; }
  .home .our-people li, .our-people li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding-left: 100px;
    vertical-align: top;
    margin-bottom: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .home .our-people li .title, .our-people li .title {
      font-weight: 200;
      color: #000; }
    .home .our-people li:before, .our-people li:before {
      width: 70px;
      height: 50px;
      position: absolute;
      content: ' ';
      top: 10px;
      left: 0px; }
    .home .our-people li.customer-friendly:before, .our-people li.customer-friendly:before {
      background: url("../images/katoennatie/main/ico-customer-friendly.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .home .our-people li.economical:before, .our-people li.economical:before {
      background: url("../images/katoennatie/main/ico-economical.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .home .our-people li.learn:before, .our-people li.learn:before {
      background: url("../images/katoennatie/main/ico-learn.svg") no-repeat 50%;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }
    .home .our-people li.motivated:before, .our-people li.motivated:before {
      background: url("../images/katoennatie/main/ico-motivated.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .home .our-people li.creative:before, .our-people li.creative:before {
      background: url("../images/katoennatie/main/ico-creative.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .home .our-people li.responsible:before, .our-people li.responsible:before {
      background: url("../images/katoennatie/main/ico-responsible.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
  .home .our-people.no-info li, .our-people.no-info li {
    padding: 80px 15px 10px; }
    .home .our-people.no-info li .title, .our-people.no-info li .title {
      text-align: center;
      font-size: 21px; }
    .home .our-people.no-info li:before, .our-people.no-info li:before {
      left: 50%;
      margin-left: -35px; }

.events-block {
  padding: 7% 0px 5%; }
  .events-block .right {
    float: right; }
  .events-block .img-container {
    min-height: 60px; }
  .events-block img {
    max-height: 60px; }
  .events-block h4 {
    margin: 15px 0px 0px;
    color: #0a0a0a; }
  .events-block .info {
    color: #0a0a0a; }
  .events-block .column:last-child:not(:first-child), .events-block .columns:last-child:not(:first-child), .events-block .columns:last-child:not(:first-child) {
    float: left; }
  .events-block .event-item {
    margin-bottom: 20px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .events-block .event-item:focus {
      outline: none; }
  @media (max-width: 640px) {
    .events-block .event-item {
      padding: 15px 15px; } }

.organigram-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px; }
  .organigram-container a {
    position: absolute;
    width: 11.25%;
    height: 30%;
    bottom: 10%;
    margin-left: -0.6%; }
  .organigram-container img {
    width: 100%; }
  .organigram-container.horizontal a:nth-child(2) {
    left: 50%;
    margin-left: -5.56%;
    top: 8%; }
  .organigram-container.horizontal a:nth-child(3) {
    left: 0%; }
  .organigram-container.horizontal a:nth-child(4) {
    left: 10%; }
  .organigram-container.horizontal a:nth-child(5) {
    left: 20%; }
  .organigram-container.horizontal a:nth-child(6) {
    left: 30%; }
  .organigram-container.horizontal a:nth-child(7) {
    left: 40%; }
  .organigram-container.horizontal a:nth-child(8) {
    left: 50%; }
  .organigram-container.horizontal a:nth-child(9) {
    left: 60%; }
  .organigram-container.horizontal a:nth-child(10) {
    left: 70%; }
  .organigram-container.horizontal a:nth-child(11) {
    left: 80%; }
  .organigram-container.horizontal a:nth-child(12) {
    left: 90%; }
  .organigram-container.vertical {
    width: 280px;
    margin: 20px auto 60px;
    display: none; }
    .organigram-container.vertical a {
      width: 40%;
      height: 10%;
      margin-left: -2%; }
      .organigram-container.vertical a:nth-child(2n+2) {
        left: 61%; }
      .organigram-container.vertical a:nth-child(3) {
        top: 10%; }
      .organigram-container.vertical a:nth-child(4) {
        top: 20%; }
      .organigram-container.vertical a:nth-child(5) {
        top: 30%; }
      .organigram-container.vertical a:nth-child(6) {
        top: 40%; }
      .organigram-container.vertical a:nth-child(7) {
        top: 50%; }
      .organigram-container.vertical a:nth-child(8) {
        top: 60%; }
      .organigram-container.vertical a:nth-child(9) {
        top: 70%; }
      .organigram-container.vertical a:nth-child(10) {
        top: 80%; }
      .organigram-container.vertical a:nth-child(11) {
        top: 90%; }
      .organigram-container.vertical a:nth-child(12) {
        top: 100%; }
      .organigram-container.vertical a:nth-child(2) {
        left: 50%;
        margin-left: -21%;
        top: 0%; }
  @media (max-width: 1023px) {
    .organigram-container.vertical {
      display: block; }
    .organigram-container.horizontal {
      display: none; } }

.float-right-block {
  float: right; }
  @media (max-width: 639px) {
    .float-right-block {
      float: none;
      text-align: left; }
      .float-right-block.text-right .kn-title:before {
        right: auto;
        left: 0px; } }

.block.icons-block img {
  margin-bottom: 25px; }

@media print, screen and (min-width: 64em) {
  .block.icons-block img {
    margin-bottom: 0; } }

.block.icons-block ul.icons-alternative {
  list-style: none;
  margin-top: 100px; }
  .block.icons-block ul.icons-alternative li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .block.icons-block ul.icons-alternative li .icon {
      max-width: 70px;
      height: auto;
      width: 100%;
      display: inline-block;
      float: left; }
    .block.icons-block ul.icons-alternative li .icon-content {
      padding-left: 100px; }

.careers-filter {
  padding-top: 90px;
  position: relative; }
  .careers-filter .toggle-filter {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1.125rem;
    margin-bottom: 20px;
    background-image: url(../images/katoennatie/main/menu-arrow-down-grey.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-background-size: 20px 20px;
            background-size: 20px;
    display: block; }
    @media print, screen and (min-width: 64em) {
      .careers-filter .toggle-filter {
        display: none; } }
    .careers-filter .toggle-filter.open {
      background-image: url(../images/katoennatie/main/menu-arrow-up-grey.svg); }
  .careers-filter .disabled {
    display: none; }
  .careers-filter .filter-form {
    position: relative; }
    @media (max-width: 1023px) {
      .careers-filter .filter-form {
        height: 0;
        overflow: hidden; } }
    .careers-filter .filter-form select {
      background-color: #F7F7F7;
      border-color: #EEE;
      color: #666;
      border-radius: 4px;
      cursor: pointer; }
      .careers-filter .filter-form select:disabled {
        cursor: auto; }
    .careers-filter .filter-form .hidden {
      display: none; }
  .careers-filter .kn-title {
    margin-bottom: 18px; }
  .careers-filter .filter-form > p {
    margin-top: 40px; }
    @media print, screen and (min-width: 40em) {
      .careers-filter .filter-form > p {
        margin-top: 54px; } }
  .careers-filter a#reset-filters {
    font-size: 0.9375rem;
    font-weight: 200;
    color: #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    -webkit-transition: all 0.07s ease-in-out;
    transition: all 0.07s ease-in-out; }
    .careers-filter a#reset-filters:hover {
      padding-bottom: 5px;
      -webkit-transition: all 0.07s ease-in-out;
      transition: all 0.07s ease-in-out; }
  .careers-filter .careers-count {
    font-size: 1rem;
    font-weight: 200;
    color: #8a8a8a; }
  .careers-filter .loader-container {
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 29; }
  .careers-filter .loader {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .careers-filter .loader > div {
    width: 18px;
    height: 18px;
    background-color: #DB0F16;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .careers-filter .loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .careers-filter .loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.single-landing_pages .block:nth-child(even).text-product-groups .hexagon p {
  background-color: #f7f7f7; }

.single-landing_pages .block:nth-child(odd).text-product-groups .hexagon p {
  background-color: #fff; }

.text-product-groups {
  overflow: hidden; }
  .text-product-groups #container {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .text-product-groups #container.medium {
      width: 400px;
      height: 400px; }
    .text-product-groups #container.large {
      width: 500px;
      height: 500px; }
  .text-product-groups .hexagon {
    position: absolute;
    width: 73px;
    height: 105px; }
    .text-product-groups .hexagon p {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -khtml-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      display: block;
      width: 180%;
      padding: 3px 0;
      text-align: center;
      margin: 0;
      font-size: 15px; }
  .text-product-groups ul.product-group-list {
    list-style: none;
    border-left: 1px solid #DB0F16;
    margin: 0 0 10px 0; }
    .text-product-groups ul.product-group-list li {
      padding: 5px 10px 5px 20px;
      font-weight: 200; }
      .text-product-groups ul.product-group-list li:nth-child(odd) {
        background-color: #fefefe; }
      .text-product-groups ul.product-group-list li:nth-child(even) {
        background-color: #efefef; }
  .text-product-groups a.hide-for-large {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -khtml-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
    .text-product-groups a.hide-for-large:hover {
      -webkit-transform: translateX(-50%) scale(1.04);
      -khtml-transform: translateX(-50%) scale(1.04);
      -ms-transform: translateX(-50%) scale(1.04);
      transform: translateX(-50%) scale(1.04); }

.cookie-consent {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 29; }
  .cookie-consent .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -khtml-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 90%;
    max-width: 700px;
    padding: 40px;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center; }
    .cookie-consent .content h1 {
      font-size: 20px;
      color: #DB0F16;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 64em) {
        .cookie-consent .content h1 {
          margin-bottom: 50px;
          margin-top: 50px; } }
    .cookie-consent .content p {
      color: #333;
      font-weight: 200;
      font-size: 16px;
      display: block;
      margin: 0 auto;
      width: 100%;
      margin-bottom: 40px; }
      @media print, screen and (min-width: 64em) {
        .cookie-consent .content p {
          width: 50%; } }
    .cookie-consent .content .button {
      width: 100%;
      display: block;
      margin: 10px auto; }
      @media print, screen and (min-width: 64em) {
        .cookie-consent .content .button {
          width: 50%; } }
      .cookie-consent .content .button.ghost {
        color: #cacaca;
        background-color: transparent;
        border: 1px solid #cacaca; }
  .cookie-consent .refuse {
    display: block;
    margin-bottom: 10px;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      .cookie-consent .refuse {
        margin-top: 40px; } }
    .cookie-consent .refuse a {
      color: #cacaca;
      text-decoration: underline;
      font-size: 14px; }

.site-header .lang-menu .menu-item .flag {
  width: 30px; }

.site-header .lang-menu .menu-item span {
  display: block;
  margin-top: 10px; }

.languages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99; }
  .languages .content {
    width: 80%;
    max-width: 400px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .languages .content .logo {
      margin-bottom: 30px;
      width: 70%; }
    .languages .content .lang-list .flag {
      width: 30px; }

.news-media-nav {
  margin-bottom: 30px; }
  .news-media-nav .kn-title {
    top: -25px; }
  .news-media-nav .label {
    margin-right: 20px; }
  .news-media-nav .select-field {
    width: 300px;
    cursor: pointer;
    background-color: #F7F7F7;
    border-color: #EEE;
    color: #666;
    border-radius: 4px; }

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 29;
  display: none; }
  .modal.active {
    display: block; }
  .modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -khtml-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    width: 90%;
    max-width: 1200px;
    max-height: 70vh;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .modal .content .close {
      height: 40px;
      width: 40px;
      position: absolute;
      top: -20px;
      right: -20px;
      background-color: #DB0F16;
      border-radius: 100%;
      background-image: url(../images/katoennatie/main/ico-close-white.svg);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 13px 13px;
              background-size: 13px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .modal .content .close:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .modal .content img {
      width: 100%;
      margin-bottom: 30px; }
    .modal .content p {
      color: #333;
      font-weight: 200;
      font-size: 16px;
      display: block;
      width: 100%;
      max-width: 600px; }

.gm-style .gm-style-iw-d {
  overflow: hidden !important; }

.gm-style .gm-style-iw {
  padding: 0 !important;
  border-radius: 0 !important; }

.gm-style .gm-ui-hover-effect {
  display: none !important; }

.gm-style .info-close {
  right: 15px !important; }

.didyouknow-block {
  padding-top: 80px;
  padding-bottom: 80px; }
  .didyouknow-block .vimeo-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .didyouknow-block .vimeo-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.services-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0; }
  .services-icons__link {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .services-icons__link:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    @media print, screen and (min-width: 40em) {
      .services-icons__link {
        width: 20%; } }
    .services-icons__link__image {
      width: 120px;
      height: 60px;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 64em) {
        .services-icons__link__image {
          width: 140px;
          height: 80px; } }
      .services-icons__link__image img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.home .philosophy {
  padding: 80px 0px;
  background: #EFEFEF; }
  .home .philosophy .button {
    margin-top: 40px; }
  .home .philosophy img {
    margin-bottom: 40px; }

.home .video-section {
  padding-top: 100px;
  padding-bottom: 70px; }

.home .facts-and-figures {
  padding: 80px 0px; }
  .home .facts-and-figures ul {
    margin: 60px 0px 0px 0px;
    text-align: center;
    width: 100%;
    position: relative; }
  .home .facts-and-figures li {
    position: relative;
    display: inline-block;
    list-style: none;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 60px 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #484848; }
    .home .facts-and-figures li:last-child {
      float: none; }
    .home .facts-and-figures li .type {
      font-weight: 200; }
    .home .facts-and-figures li .value {
      font-weight: 700; }
    .home .facts-and-figures li:before {
      width: 80px;
      height: 50px;
      position: absolute;
      content: ' ';
      top: 0px;
      left: 50%;
      margin-left: -40px; }
    .home .facts-and-figures li.structure:before {
      background: url("../images/katoennatie/main/ico-structure.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.headquarters:before {
      background: url("../images/katoennatie/main/ico-headquarters.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.turnover:before {
      background: url("../images/katoennatie/main/ico-turnover.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.employees:before {
      background: url("../images/katoennatie/main/ico-employees.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.countries:before {
      background: url("../images/katoennatie/main/ico-countries.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.logistic:before {
      background: url("../images/katoennatie/main/ico-logistic-platforms.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.warehouse:before {
      background: url("../images/katoennatie/main/ico-warehouse.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .home .facts-and-figures li.silos:before {
      background: url("../images/katoennatie/main/ico-silos.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }

#page.services .services {
  margin: 0px 0px 100px; }
  #page.services .services li {
    display: inline-block;
    float: none;
    margin: 20px 0px;
    position: relative;
    padding-top: 100px;
    cursor: pointer;
    overflow: auto; }
    #page.services .services li:last-child {
      float: none; }
    #page.services .services li:hover {
      -webkit-transition: all, 0.12s ease-out;
      transition: all, 0.12s ease-out;
      -webkit-transform: scale(1.08);
      -khtml-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    #page.services .services li a {
      color: #DB0F16; }
      #page.services .services li a:before {
        content: " ";
        position: absolute;
        width: 140px;
        height: 80px;
        top: 10px;
        left: 50%;
        margin-left: -70px; }
    #page.services .services li.customs a:before {
      background: url("../images/katoennatie/main/ico-service-customs.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page.services .services li.freight-forwarding a:before {
      background: url("../images/katoennatie/main/ico-service-freightforwarding.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page.services .services li.transport a:before, #page.services .services li.portoperations a:before {
      background: url("../images/katoennatie/main/ico-service-transport.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page.services .services li.it a:before {
      background: url("../images/katoennatie/main/ico-service-it.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }

#page.industries .intro {
  margin-top: 40px;
  text-align: left; }

#page.industries ul.industries {
  margin: 0px 0px 80px; }
  #page.industries ul.industries li.katoennatie {
    display: none; }

#page.careers #careers {
  padding-top: 7%;
  min-height: 100vh; }

#page.careers .privacy-notice {
  margin: 15px 0px 0px;
  text-align: right;
  color: #999; }

#page.careers .nothing-found {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0a0a0a; }

#page.careers .nothing-found-text {
  font-size: 1.125rem;
  color: #8a8a8a; }

#page.careers .career-block {
  position: relative;
  margin-bottom: 40px;
  overflow: auto;
  padding-top: 25px;
  padding-bottom: 25px; }
  #page.careers .career-block:after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: url("../images/katoennatie/main/divider-horizontal.png") no-repeat 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    left: 0px; }
  #page.careers .career-block .read-more.linkedin {
    color: #0077b5; }
    #page.careers .career-block .read-more.linkedin:hover:before {
      display: none; }
  #page.careers .career-block .linkedin-icon {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    background: url("../images/katoennatie/main/ico-linkedin.png") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain;
    top: 5px; }

#page.careers h3 {
  margin-top: 20px; }

#page.careers .career-row:last-child .career-block:after {
  background: none; }

#page.careers .career-item {
  list-style: none;
  margin-bottom: 30px;
  font-weight: 200; }
  #page.careers .career-item .location {
    color: #999; }
  #page.careers .career-item .career-title {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    display: block;
    line-height: 120%; }
  #page.careers .career-item .external-career-title {
    position: relative;
    padding-right: 30px;
    display: inline-block; }
    #page.careers .career-item .external-career-title img {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 5px;
      right: 5px; }

#page.careers .industries {
  margin: 0px; }
  #page.careers .industries li {
    color: #DB0F16;
    padding: 0px 10px;
    display: block;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 20px 0px;
    position: relative;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
    cursor: default;
    vertical-align: top; }
    #page.careers .industries li:before {
      content: " ";
      position: absolute;
      width: 140px;
      height: 80px;
      top: 10px;
      left: 50%;
      margin-left: -70px; }
    #page.careers .industries li:hover {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    #page.careers .industries li.katoennatie:before {
      background: url("../images/katoennatie/main/logo-katoen-natie-normal.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page.careers .industries li.art:before {
      background: url("../images/katoennatie/main/industries/ico-arts-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page.careers .industries li.cgi:before {
      background: url("../images/katoennatie/main/industries/ico-consumer-goods-red.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page.careers .industries li.foodfeed:before {
      background: url("../images/katoennatie/main/industries/ico-food-and-feed-red.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    #page.careers .industries li.gcc:before {
      background: url("../images/katoennatie/main/industries/ico-commodities-red.svg") no-repeat 50%;
      -webkit-background-size: auto 85%;
              background-size: auto 85%; }
    #page.careers .industries li.petrochemicals:before {
      background: url("../images/katoennatie/main/industries/ico-petrochemicals-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page.careers .industries li.portoperations:before {
      background: url("../images/katoennatie/main/industries/ico-port-operations-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page.careers .industries li.processengineering:before {
      background: url("../images/katoennatie/main/industries/ico-process-engineering-red.svg") no-repeat 50%;
      -webkit-background-size: auto 90%;
              background-size: auto 90%; }
    #page.careers .industries li.specialtychemicals:before {
      background: url("../images/katoennatie/main/industries/ico-specialty-chemicals-red.svg") no-repeat 50%;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    #page.careers .industries li.sce:before {
      background: url("../images/katoennatie/main/industries/ico-supply-chain-engineering-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }
    #page.careers .industries li.silocleaning:before {
      background: url("../images/katoennatie/main/industries/ico-silocleaning-red.svg") no-repeat 50%;
      -webkit-background-size: auto 80%;
              background-size: auto 80%; }

.page-template-page-locations .site-header.offset {
  top: 0px !important; }

#page.locations .row.search {
  position: relative;
  top: calc(-100vh + 125px);
  max-width: 85rem; }

#page.locations .search-block {
  top: 20px;
  width: calc(100% - 40px);
  position: absolute;
  z-index: 2;
  left: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 14px 0px rgba(0, 0, 0, 0.15); }
  #page.locations .search-block input {
    background: none;
    border: none;
    height: 40px;
    line-height: 20px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 11px;
    padding-right: 30px;
    background: url("../images/katoennatie/main/ico-search-loop-grey.svg") no-repeat 5px 50%;
    -webkit-background-size: 16px auto;
            background-size: 16px auto;
    padding-left: 28px; }
    #page.locations .search-block input.placeholder {
      color: #666; }
    #page.locations .search-block input:-moz-placeholder {
      color: #666; }
    #page.locations .search-block input::-moz-placeholder {
      color: #666; }
    #page.locations .search-block input::-webkit-input-placeholder {
      color: #666; }
  #page.locations .search-block .reset-search {
    width: 30px;
    height: 40px;
    right: 0px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    background: #fff url("../images/katoennatie/main/ico-close-grey.svg") no-repeat 50% 50%;
    -webkit-background-size: 40% auto;
            background-size: 40% auto;
    border-left: 1px solid #D7D7D7;
    display: none; }
    #page.locations .search-block .reset-search:hover {
      background-color: #eee; }
  #page.locations .search-block .filter-toggle {
    width: 100%;
    height: 30px;
    cursor: pointer;
    background: #DB0F16 url("../images/katoennatie/main/ico-filter.svg") no-repeat;
    background-position: right 9px top 50%;
    -webkit-background-size: auto 40%;
            background-size: auto 40%;
    text-align: left;
    top: 40px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 6px 12px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    #page.locations .search-block .filter-toggle:hover {
      background-color: #e22530; }
  #page.locations .search-block #filter-options {
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #D7D7D7;
    display: none; }
    #page.locations .search-block #filter-options label {
      color: #202020;
      font-weight: 100;
      font-size: 15px; }
    #page.locations .search-block #filter-options select.grey {
      background-color: #F7F7F7;
      border: none;
      border-radius: 5px;
      margin-bottom: 10px;
      font-weight: 100; }
    #page.locations .search-block #filter-options select.disabled {
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30); }
  #page.locations .search-block.active .filter-toggle {
    background: #666 url("../images/katoennatie/main/ico-close-white.svg") no-repeat calc(100% - 10px) 50%;
    -webkit-background-size: auto 30%;
            background-size: auto 30%; }
  #page.locations .search-block.active #filter-options {
    display: block; }

#page.locations .terminal-downloads {
  padding: 15px 15px;
  font-weight: 400;
  border-top: 1px solid #D7D7D7;
  display: none; }
  #page.locations .terminal-downloads h4 {
    font-size: 16px; }
  #page.locations .terminal-downloads a {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 8px;
    color: #AAA; }
    #page.locations .terminal-downloads a:hover {
      color: #DB0F16; }
    #page.locations .terminal-downloads a:before {
      content: ' ';
      position: absolute;
      background: url("../images/katoennatie/main/ico-pdf.png") no-repeat 50% 50%;
      -webkit-background-size: contain;
              background-size: contain;
      width: 18px;
      height: 24px;
      left: 0px; }
    #page.locations .terminal-downloads a:last-child {
      margin-bottom: 0px; }

#page.locations .terminal-shortinfo {
  display: none;
  padding: 10px;
  border-top: 1px solid #D7D7D7;
  color: #202020; }
  #page.locations .terminal-shortinfo a:hover {
    text-decoration: underline; }
  #page.locations .terminal-shortinfo .title {
    font-size: 16px;
    margin-bottom: 0px; }
  #page.locations .terminal-shortinfo .address {
    font-weight: 200; }
    #page.locations .terminal-shortinfo .address p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 0px; }
    #page.locations .terminal-shortinfo .address .name {
      font-weight: 400; }
  #page.locations .terminal-shortinfo .close {
    background: url("../images/katoennatie/main/ico-menu-arrow-back-dark.svg") no-repeat 0px 2px;
    -webkit-background-size: 20px auto;
            background-size: 20px auto;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 25px;
    color: #999;
    font-size: 14px;
    line-height: 14px; }
  #page.locations .terminal-shortinfo .images {
    width: 80px; }
    #page.locations .terminal-shortinfo .images a {
      display: none;
      margin-bottom: 10px; }
    #page.locations .terminal-shortinfo .images a:first-child {
      display: block; }
  #page.locations .terminal-shortinfo .contact {
    margin-top: 10px;
    line-height: 130%;
    display: none; }

#page.locations .get-directions-gate {
  padding: 0px 10px 10px 50px; }
  #page.locations .get-directions-gate a {
    display: block;
    line-height: 20px;
    font-weight: 400; }
    #page.locations .get-directions-gate a .ico {
      background: url("../images/katoennatie/main/ico-direction-red.svg") no-repeat 0px 0px;
      -webkit-background-size: 19px 19px;
              background-size: 19px 19px;
      width: 20px;
      height: 20px;
      content: " ";
      display: inline-block;
      top: 5px;
      position: relative;
      margin-right: 5px; }
    #page.locations .get-directions-gate a:hover {
      text-decoration: underline; }

#page.locations .get-directions {
  display: none;
  padding: 10px;
  border-top: 1px solid #D7D7D7;
  position: relative; }
  #page.locations .get-directions a {
    display: block;
    line-height: 20px; }
    #page.locations .get-directions a .ico {
      background: url("../images/katoennatie/main/ico-direction-red.svg") no-repeat 0px 0px;
      -webkit-background-size: 19px 19px;
              background-size: 19px 19px;
      width: 20px;
      height: 20px;
      content: " ";
      display: inline-block;
      top: 5px;
      position: relative;
      margin-right: 5px; }
    #page.locations .get-directions a:hover {
      text-decoration: underline; }

#page.locations .readmore {
  display: none;
  padding: 10px;
  border-top: 1px solid #D7D7D7;
  position: relative; }
  #page.locations .readmore a {
    display: block;
    line-height: 20px; }
    #page.locations .readmore a .ico {
      background: url("../images/katoennatie/main/ico-arrow-left.svg") no-repeat center left;
      -webkit-background-size: 10px 10px;
              background-size: 10px;
      width: 20px;
      height: 20px;
      content: " ";
      display: inline-block;
      top: 5px;
      position: relative;
      margin-right: 5px; }
    #page.locations .readmore a:hover {
      text-decoration: underline; }

#page.locations .terminal-info {
  background: #fff;
  border-left: 1px solid #D7D7D7;
  font-size: 15px;
  font-weight: 200;
  position: absolute;
  width: 250px;
  left: 100%;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.15);
  overflow: auto; }
  #page.locations .terminal-info.desktop {
    -webkit-overflow-scrolling: touch; }
  #page.locations .terminal-info.mobile {
    width: 100%;
    bottom: 0px;
    left: 0px;
    top: auto;
    z-index: 20;
    position: fixed;
    display: none; }
    #page.locations .terminal-info.mobile .offices ol li span {
      right: 10px; }
  #page.locations .terminal-info.active .title-toggle:after {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #page.locations .terminal-info.active .terminal-scroll-container {
    display: block; }
  #page.locations .terminal-info .terminal-scroll-container {
    height: auto;
    position: relative;
    display: none;
    -webkit-overflow-scrolling: touch; }
  #page.locations .terminal-info .title-toggle {
    background: #fff;
    font-size: 15px;
    line-height: 120%;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 15px; }
    #page.locations .terminal-info .title-toggle:after {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -16px;
      content: ' ';
      background: #DB0F16 url("../images/katoennatie/main/ico-arrow-up-small.svg") no-repeat 50% 45%;
      -webkit-background-size: auto 30%;
              background-size: auto 30%; }
  #page.locations .terminal-info ol {
    margin-bottom: 0px;
    margin-left: 0px; }
  #page.locations .terminal-info ol li {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 50px;
    position: relative;
    list-style: none; }
  #page.locations .terminal-info .gates {
    padding: 15px 0px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    background: #eee; }
    #page.locations .terminal-info .gates li {
      border-bottom: 1px solid #ddd;
      margin-bottom: 5px; }
      #page.locations .terminal-info .gates li.white {
        background: #fff;
        height: 10px;
        position: relative;
        margin-top: -5px; }
      #page.locations .terminal-info .gates li:last-child {
        margin-bottom: 0px;
        border-bottom: none; }
    #page.locations .terminal-info .gates li:last-child .get-directions-gate {
      padding-bottom: 0px; }
  #page.locations .terminal-info .offices {
    padding: 15px 0px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    background: #eee;
    display: none; }
    #page.locations .terminal-info .offices li {
      border-bottom: 1px solid #ddd;
      margin-bottom: 5px; }
      #page.locations .terminal-info .offices li.white {
        background: #fff;
        height: 10px;
        position: relative;
        margin-top: -5px; }
      #page.locations .terminal-info .offices li:last-child {
        margin-bottom: 0px;
        border-bottom: none; }
  #page.locations .terminal-info .offices ol li span:first-child {
    background: #666;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 19px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 4px;
    vertical-align: top; }
  #page.locations .terminal-info .offices ol li span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 31px);
    margin-left: 6px; }
  #page.locations .terminal-info .gates ol li > span:nth-child(1) {
    background: #DB0F16;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px 4px 0px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 38px;
    text-align: center; }
  #page.locations .terminal-info .gates ol li > span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 54px; }
    #page.locations .terminal-info .gates ol li > span:nth-child(2) p {
      margin: 0px 0px 5px;
      line-height: 18px; }
  #page.locations .terminal-info .offices ol li span:nth-child(3) {
    background: #DB0F16;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px 4px 0px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 0px;
    min-width: 38px;
    text-align: center; }
  #page.locations .terminal-info .legende {
    border-top: 1px solid #D7D7D7;
    padding: 15px 0px;
    font-size: 13px; }
    #page.locations .terminal-info .legende ul {
      margin-bottom: 0px;
      margin-left: 11px; }
    #page.locations .terminal-info .legende ul li {
      list-style: none;
      position: relative;
      padding-left: 20px; }
      #page.locations .terminal-info .legende ul li > span:first-child {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0px;
        top: 2px;
        border-radius: 50%; }

#page.locations #locations-map {
  position: relative;
  margin-top: 125px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 125px); }

#page.locations #interactive-map {
  overflow: hidden;
  display: none;
  position: absolute;
  background: #f6f6f6;
  width: 100%;
  height: calc(100vh - 125px);
  left: 0px;
  top: 0px;
  z-index: 1;
  text-align: center; }
  #page.locations #interactive-map .panzoom {
    height: calc(100vh - 125px);
    text-align: center; }
    #page.locations #interactive-map .panzoom img {
      max-width: none;
      position: absolute;
      left: 50%;
      display: block;
      border: 1px solid #ccc; }
  #page.locations #interactive-map .map-buttons {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 10px 14px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 14px 0px rgba(0, 0, 0, 0.15); }
    #page.locations #interactive-map .map-buttons > div {
      list-style: none;
      width: 32px;
      height: 32px;
      background: #DB0F16;
      border-radius: 32px;
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      position: absolute;
      cursor: pointer;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      opacity: 1;
      color: #fff;
      font-weight: 700;
      right: 0px; }
    #page.locations #interactive-map .map-buttons .fit-to-screen {
      background: #DB0F16 url("../images/katoennatie/main/ico-fit-to-screen.png") no-repeat 50%;
      -webkit-background-size: 58% auto;
              background-size: 58% auto;
      top: 76px; }
    #page.locations #interactive-map .map-buttons .close {
      background: #DB0F16 url("../images/katoennatie/main/ico-close-white.svg") no-repeat 50%;
      -webkit-background-size: 40% auto;
              background-size: 40% auto;
      top: 114px; }
    #page.locations #interactive-map .map-buttons .zoom {
      font-size: 22px; }
      #page.locations #interactive-map .map-buttons .zoom:after {
        content: "+"; }
      #page.locations #interactive-map .map-buttons .zoom.zoom-out {
        top: 38px; }
      #page.locations #interactive-map .map-buttons .zoom.zoom-out:after {
        content: "-";
        top: -1px;
        position: relative; }

#page.locations .filter-results {
  overflow: auto;
  position: relative;
  display: none;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #D7D7D7; }
  #page.locations .filter-results #no-results {
    padding: 10px 15px 0px;
    color: #666;
    margin: 0px;
    text-align: center;
    display: none; }
  #page.locations .filter-results .description {
    font-weight: 400; }
  #page.locations .filter-results .loader {
    width: 20px;
    height: 20px;
    margin: 10px auto 2px;
    display: block;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25); }

#page.locations .scroll-container {
  padding: 5px 15px 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#page.locations .location-result {
  margin: 12px 0px;
  cursor: pointer;
  position: relative;
  color: #202020;
  font-size: 15px;
  font-weight: 100; }
  #page.locations .location-result p {
    font-weight: 200;
    line-height: 130%; }
  #page.locations .location-result .name {
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 3px;
    display: block; }
  #page.locations .location-result .gates {
    margin-left: 20px; }
  #page.locations .location-result:hover:before {
    position: absolute;
    margin-left: -18px;
    background: #C4C4C4;
    content: " ";
    top: 0px;
    height: 100%;
    width: 2px; }

#page.locations .location-image {
  width: 85px;
  position: relative;
  display: none;
  float: left;
  margin-bottom: 5px; }
  #page.locations .location-image img {
    width: 100%;
    height: auto; }

#page.locations .location-images a:first-child {
  display: inline-block; }

#page.locations .clear {
  clear: both; }

#page.locations .has-image .company-info {
  margin-left: 100px; }

#page.locations .seperate-address {
  margin-top: 6px;
  word-wrap: break-word;
  font-size: 12px; }

#page.locations .company-info .address {
  word-wrap: break-word; }

#page.locations .company-info p {
  margin-bottom: 15px; }

#page.locations .gm-style > div > div:nth-child(4) > div:nth-child(4) > div > div > div {
  display: none; }

#page.locations .gm-style-iw {
  overflow: visible !important; }
  > div #page.locations .gm-style-iw:nth-child(1), > div #page.locations .gm-style-iw:nth-child(2), > div #page.locations .gm-style-iw:nth-child(3), > div #page.locations .gm-style-iw:nth-child(4) {
    display: none; }
  #page.locations .gm-style-iw > div {
    overflow: visible !important; }
    #page.locations .gm-style-iw > div > div {
      overflow: visible !important; }

#page.locations .gm-style .gm-style-iw-t::after {
  display: none; }

#page.locations #content:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 12px;
  left: 50%;
  margin-left: -12px;
  bottom: -10px;
  background: url("../images/katoennatie/main/ico-infowindow-arrow.svg?v=2") no-repeat 50%;
  -webkit-background-size: contain;
          background-size: contain; }

@media (min-width: 960px) {
  #page.locations .search-block {
    top: 50px;
    width: 245px;
    left: 15px; }
  #page.locations .terminal-info.mobile {
    display: none !important; }
    #page.locations .terminal-info.mobile .get-directions, #page.locations .terminal-info.mobile .readmore {
      display: none !important; } }

@media (max-width: 959px) {
  #page.locations .terminal-info.desktop {
    display: none !important; }
  #page.locations .desktop.get-directions, #page.locations .desktop.readmore, #page.locations .desktop.terminal-downloads, #page.locations .desktop.terminal-shortinfo {
    display: none !important; } }

.page-template-page-locations #footer-container {
  margin-top: 0px;
  display: none; }

#page.who-we-are {
  padding-top: 40px; }
  #page.who-we-are .intro {
    text-align: left;
    margin-bottom: 40px; }
  #page.who-we-are .info b, #page.who-we-are .info strong {
    color: #000;
    font-weight: 400; }
  #page.who-we-are .info p {
    font-weight: 200;
    color: #666; }
  #page.who-we-are h3 {
    margin-bottom: 20px;
    font-size: 26px;
    color: #555551;
    font-weight: 200;
    margin-top: 0px; }
    #page.who-we-are h3.gutter {
      margin-left: 25px; }
  #page.who-we-are .text-center {
    font-size: 26px;
    color: #212121; }
  #page.who-we-are .who-we-are-section {
    padding: 30px 0px;
    position: relative; }
  #page.who-we-are .scroll-to {
    top: -58px;
    bottom: auto; }
  #page.who-we-are .double-column {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    column-gap: 80px; }
  @media (max-width: 767px) {
    #page.who-we-are .text-center {
      font-size: 19px; }
    #page.who-we-are .double-column {
      -webkit-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0px;
      column-gap: 0px; } }
  @media (max-width: 1023px) {
    #page.who-we-are h3.gutter {
      margin-left: 0px; } }

#page.contact #contact-map {
  width: 100%;
  height: 345px; }

#page.contact a {
  color: #0a0a0a; }
  #page.contact a:hover {
    text-decoration: underline; }

#page.contact .wpcf7-submit {
  background: #DB0F16;
  font-size: 16px;
  border-radius: 120px;
  color: #fff;
  padding: 12px 40px;
  margin: 20px 0px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out;
  margin-right: 10px; }

#page.contact input, #page.contact textarea {
  border-radius: 4px; }
  #page.contact input.placeholder, #page.contact textarea.placeholder {
    color: #838383; }
  #page.contact input:-moz-placeholder, #page.contact textarea:-moz-placeholder {
    color: #838383; }
  #page.contact input::-moz-placeholder, #page.contact textarea::-moz-placeholder {
    color: #838383; }
  #page.contact input::-webkit-input-placeholder, #page.contact textarea::-webkit-input-placeholder {
    color: #838383; }

#page.contact .contact-info {
  margin-top: 25px;
  margin-bottom: 25px;
  position: absolute;
  bottom: 140px; }
  #page.contact .contact-info .text-right {
    text-align: left; }
    @media print, screen and (min-width: 64em) {
      #page.contact .contact-info .text-right {
        text-align: right; } }

#page.contact .contact-form {
  margin-top: 40px;
  padding-top: 5%;
  padding-bottom: 70px; }
  #page.contact .contact-form select {
    background-color: #F7F7F7;
    border-color: #EEE;
    color: #666;
    border-radius: 4px; }
  #page.contact .contact-form .textfield {
    padding: 14px 15px;
    height: auto;
    background-color: #F7F7F7;
    color: #838383;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #page.contact .contact-form .textfield.contact-message {
      resize: none; }
  #page.contact .contact-form .wpcf7-not-valid-tip {
    margin-bottom: 10px;
    font-weight: 300;
    color: #DB0F16; }
  #page.contact .contact-form .wpcf7-response-output {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
    #page.contact .contact-form .wpcf7-response-output.wpcf7-validation-errors {
      border: 1px solid #DB0F16;
      color: #DB0F16; }
    #page.contact .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
      border: 1px solid #8BC34A;
      color: #8BC34A; }
  #page.contact .contact-form div.wpcf7 .ajax-loader {
    display: none; }
  #page.contact .contact-form .button {
    border: none;
    float: right; }

#page.contact .contact-locations {
  padding: 5% 0px 3%; }
  #page.contact .contact-locations .location-list > div {
    margin-bottom: 35px;
    min-height: 200px; }
    #page.contact .contact-locations .location-list > div.column:last-child:not(:first-child), #page.contact .contact-locations .location-list > div.columns:last-child:not(:first-child) {
      float: left; }
    @media (max-width: 639px) {
      #page.contact .contact-locations .location-list > div {
        min-height: auto; } }
  @media (max-width: 1023px) {
    #page.contact .contact-locations .location-list {
      padding: 0px; } }
  #page.contact .contact-locations .kn-title {
    margin-bottom: 25px; }

@media (max-width: 1600px) {
  #page.contact.ico-katoen-right:before {
    background: none; } }

@media (max-width: 1023px) {
  #page.contact .contact-info {
    bottom: auto;
    position: relative; } }

.contact span {
  font-weight: 200;
  display: block; }
  .contact span.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px; }
    .contact span.ico.phone {
      background: url("../images/katoennatie/main/ico-phone.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .contact span.ico.fax {
      background: url("../images/katoennatie/main/ico-fax.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .contact span.ico.email {
      background: url("../images/katoennatie/main/ico-email.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .contact span.ico.location {
      background: url("../images/katoennatie/main/ico-mappointer.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    .contact span.ico.direction {
      background: url("../images/katoennatie/main/ico-direction.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
  .contact span.red.ico.phone {
    background: url("../images/katoennatie/main/ico-phone-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }
  .contact span.red.ico.fax {
    background: url("../images/katoennatie/main/ico-fax-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }
  .contact span.red.ico.email {
    background: url("../images/katoennatie/main/ico-email-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }
  .contact span.red.ico.location {
    background: url("../images/katoennatie/main/ico-mappointer-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }
  .contact span.red.ico.direction {
    background: url("../images/katoennatie/main/ico-direction-red.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }

.red.ico.direction {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 5px;
  background: url("../images/katoennatie/main/ico-direction-red.svg") no-repeat 50%;
  -webkit-background-size: contain;
          background-size: contain; }

#page.sitemap .intro {
  margin-top: 125px; }

#page.sitemap .wsp-container {
  margin: 60px 0px; }
  #page.sitemap .wsp-container ul {
    margin-left: 30px; }
  #page.sitemap .wsp-container h2 {
    position: relative;
    padding-bottom: 5px;
    margin-top: 40px; }
    #page.sitemap .wsp-container h2:after {
      content: ' ';
      position: absolute;
      width: 40px;
      background: #DB0F16;
      height: 1px;
      bottom: 0px;
      left: 0px; }
  #page.sitemap .wsp-container li {
    list-style: square; }
    #page.sitemap .wsp-container li a {
      color: #333;
      font-weight: 200;
      font-size: 16px; }

#page.downloads .downloads-brochures {
  padding-top: 7%;
  padding-bottom: 60px; }
  #page.downloads .downloads-brochures .kn-title {
    margin-bottom: 7%; }
  #page.downloads .downloads-brochures .columns {
    position: relative; }
    #page.downloads .downloads-brochures .columns .text-right {
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        #page.downloads .downloads-brochures .columns .text-right {
          text-align: right; } }
  #page.downloads .downloads-brochures .brochure-item {
    margin-bottom: 50px; }
  #page.downloads .downloads-brochures .downloads-brochures-title {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.0;
    padding-top: 13px;
    color: #303030;
    position: relative;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      #page.downloads .downloads-brochures .downloads-brochures-title {
        margin-top: 0; } }
    #page.downloads .downloads-brochures .downloads-brochures-title:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 1px;
      width: 67px;
      background-color: #303030; }
  #page.downloads .downloads-brochures .downloads-brochures-download {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      #page.downloads .downloads-brochures .downloads-brochures-download {
        margin-bottom: 0; } }
    #page.downloads .downloads-brochures .downloads-brochures-download span {
      color: #DBDBDB; }
    #page.downloads .downloads-brochures .downloads-brochures-download ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      #page.downloads .downloads-brochures .downloads-brochures-download ul li {
        display: inline-block;
        padding-right: 19px;
        padding-left: 0;
        font-weight: 700; }
        @media print, screen and (min-width: 64em) {
          #page.downloads .downloads-brochures .downloads-brochures-download ul li {
            padding-right: 30px; } }
        #page.downloads .downloads-brochures .downloads-brochures-download ul li a {
          color: #DB0F16; }

#page.downloads .downloads-movies {
  padding-top: 77px;
  padding-bottom: 118px; }
  #page.downloads .downloads-movies .kn-title {
    margin-bottom: 70px; }
  #page.downloads .downloads-movies .video-thumbnail {
    padding-top: 56%;
    width: 100%;
    background-color: black;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative; }
    #page.downloads .downloads-movies .video-thumbnail:before {
      height: 72px;
      width: 72px;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: white;
      background-image: url("../images/katoennatie/main/ico-play-red.svg");
      -webkit-background-size: 24px 24px;
              background-size: 24px;
      background-repeat: no-repeat;
      background-position: 58% 50%;
      border-radius: 100px; }
  #page.downloads .downloads-movies .video-description {
    margin-top: 26px;
    margin-left: 30px;
    font-size: 1.625rem;
    margin-bottom: 40px;
    color: black; }
    @media print, screen and (min-width: 64em) {
      #page.downloads .downloads-movies .video-description {
        margin-bottom: 0; } }

#page.downloads .downloads-press {
  padding-top: 88px;
  padding-bottom: 100px;
  background-image: url("../images/katoennatie/industry/components/bg_logo.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 450px 500px;
          background-size: 450px 500px;
  background-position: bottom -60px right -225px; }
  @media print, screen and (min-width: 64em) {
    #page.downloads .downloads-press {
      padding-bottom: 230px; } }
  #page.downloads .downloads-press .column:last-child:not(:first-child), #page.downloads .downloads-press .columns:last-child:not(:first-child), #page.downloads .downloads-press .columns:last-child:not(:first-child) {
    float: left; }
  #page.downloads .downloads-press .kn-title {
    margin-bottom: 90px; }
  #page.downloads .downloads-press .article {
    margin-bottom: 65px; }
    #page.downloads .downloads-press .article .article-date {
      font-size: 1rem;
      color: #A6A6A6;
      margin-bottom: 10px;
      display: block;
      letter-spacing: 1px;
      font-weight: 200; }
    #page.downloads .downloads-press .article .article-title {
      color: #303030;
      font-size: 1.375rem;
      margin-bottom: 14px; }
    #page.downloads .downloads-press .article .article-read-more {
      margin-top: 15px;
      color: #DB0F16; }

#page.downloads .column:last-child:not(:first-child), #page.downloads .columns:last-child:not(:first-child), #page.downloads .columns:last-child:not(:first-child) {
  float: left; }

@media (max-width: 767px) {
  #page.downloads .downloads-brochures .downloads-brochures-title {
    font-size: 21px; }
  #page.downloads .downloads-brochures .brochure-item {
    margin-bottom: 25px; } }

#page.news {
  overflow-x: hidden;
  padding-top: 7%;
  margin-top: 125px; }
  #page.news .news-items {
    margin: -60px auto 0px;
    padding-bottom: 100px; }
  #page.news ul {
    padding-bottom: 100px; }
  #page.news .share {
    margin-bottom: 10px;
    margin-top: -15px;
    position: relative;
    z-index: 2; }
    #page.news .share .a2a_kit_size_26 a {
      height: 26px; }
    #page.news .share .addtoany_shortcode {
      position: absolute;
      right: 15px;
      top: 7px; }
    @media (max-width: 1023px) {
      #page.news .share .addtoany_shortcode {
        float: left;
        position: relative;
        right: 0px; }
        #page.news .share .addtoany_shortcode .addtoany_list a {
          padding-left: 0px;
          padding-right: 6px; } }
  #page.news .news-item {
    list-style: none;
    color: #303030;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative; }
    #page.news .news-item:before {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(right, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(-90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: -1px;
      left: -50px; }
    #page.news .news-item:after {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: -1px;
      right: -50px; }
    #page.news .news-item:nth-last-child(1) {
      border-bottom: none; }
    #page.news .news-item:nth-last-child(1):after, #page.news .news-item:nth-last-child(1):before {
      background: none; }
    #page.news .news-item .date {
      color: #DBDBDB;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 20px 0px 20px; }
    #page.news .news-item .title {
      color: #303030; }
    #page.news .news-item .teaser-image {
      display: block;
      text-align: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      padding-top: 50%;
      width: 86%;
      position: relative; }
    #page.news .news-item:nth-child(2n) .teaser-image {
      right: -14%; }
    #page.news .news-item:nth-child(2n) .info {
      padding: 0px 40px 0px 21%; }
    #page.news .news-item .info {
      padding: 0px 21% 0px 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #page.news .news-item .teaser {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100px;
      overflow: hidden;
      color: #222222;
      font-weight: 200;
      margin-bottom: 15px; }
      #page.news .news-item .teaser:after {
        position: absolute;
        bottom: -10%;
        left: 0;
        content: '';
        width: 100%;
        height: 90%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  @media print, screen and (min-width: 40em) {
    #page.news .news-item {
      list-style: none;
      color: #303030;
      border-bottom: 1px solid #eee;
      padding-bottom: 40px;
      padding-top: 80px;
      position: relative; }
      #page.news .news-item:after {
        background: none; }
      #page.news .news-item:nth-last-child(2):nth-child(odd) {
        border-bottom: none; }
      #page.news .news-item:nth-child(2n):before {
        background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
        background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
        background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
        right: -50px;
        left: auto; }
      #page.news .news-item:nth-last-child(2):nth-child(odd):after, #page.news .news-item:nth-last-child(1):nth-child(odd):after {
        content: ' ';
        position: absolute;
        width: 1px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(100%, #eeeeee), to(#EEEEEE));
        background-image: -webkit-linear-gradient(bottom, white 0%, #eeeeee 100%, #EEEEEE 100%);
        background-image: linear-gradient(0deg, white 0%, #eeeeee 100%, #EEEEEE 100%);
        height: 150px;
        bottom: 0px;
        right: -1px; }
      #page.news .news-item:nth-last-child(2):nth-child(odd):before, #page.news .news-item:nth-last-child(1):nth-child(odd):before {
        background: none; }
      #page.news .news-item:first-child:nth-child(odd):after {
        content: ' ';
        position: absolute;
        width: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(100%, rgba(238, 238, 238, 0)), to(#EEEEEE));
        background-image: -webkit-linear-gradient(top, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
        background-image: linear-gradient(-180deg, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
        height: 350px;
        top: 0px;
        right: -1px; }
      #page.news .news-item:nth-last-child(1):before {
        background: none; }
      #page.news .news-item:nth-child(2n+1) {
        border-right: 1px solid #eee; }
      #page.news .news-item:nth-last-child(1):nth-child(odd):before {
        background: none; } }
  @media (max-width: 960px) {
    #page.news .news-item .info {
      padding: 0px 60px; }
    #page.news .news-item .teaser-image {
      width: 90%;
      left: 5%; }
    #page.news .news-item:nth-child(2n) .info {
      padding: 0px 60px; } }
  @media (max-width: 479px) {
    #page.news .news-item .info {
      padding: 0px 10px; }
    #page.news .news-item .teaser-image {
      width: 100%;
      left: 0%;
      padding-top: 55%; } }

#page.industry-media, #page.single-media {
  overflow-x: hidden;
  padding-top: 7%;
  margin-top: 125px; }
  #page.industry-media .media-items, #page.single-media .media-items {
    margin: -60px auto 0px;
    padding-bottom: 100px; }
  #page.industry-media ul, #page.single-media ul {
    padding-bottom: 100px; }
  #page.industry-media .media-item, #page.single-media .media-item {
    list-style: none;
    color: #303030;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative; }
    #page.industry-media .media-item:before, #page.single-media .media-item:before {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(right, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(-90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: -1px;
      left: -50px; }
    #page.industry-media .media-item:after, #page.single-media .media-item:after {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: -1px;
      right: -50px; }
    #page.industry-media .media-item:nth-last-child(1), #page.single-media .media-item:nth-last-child(1) {
      border-bottom: none; }
    #page.industry-media .media-item:nth-last-child(1):after, #page.industry-media .media-item:nth-last-child(1):before, #page.single-media .media-item:nth-last-child(1):after, #page.single-media .media-item:nth-last-child(1):before {
      background: none; }
    #page.industry-media .media-item .date, #page.single-media .media-item .date {
      color: #DBDBDB;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 20px 0px 20px; }
    #page.industry-media .media-item .title, #page.single-media .media-item .title {
      color: #303030;
      margin-top: 20px; }
    #page.industry-media .media-item .teaser-image, #page.single-media .media-item .teaser-image {
      display: block;
      text-align: center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      padding-top: 50%;
      width: 86%;
      position: relative; }
      #page.industry-media .media-item .teaser-image::before, #page.single-media .media-item .teaser-image::before {
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        height: 70px;
        width: 70px;
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        background-color: white;
        background-image: url("../images/katoennatie/main/ico-play-red.svg");
        -webkit-background-size: 32px 32px;
                background-size: 32px;
        background-repeat: no-repeat;
        background-position: 58% 50%;
        border-radius: 100px;
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5); }
    #page.industry-media .media-item:nth-child(2n) .teaser-image, #page.single-media .media-item:nth-child(2n) .teaser-image {
      right: -14%; }
    #page.industry-media .media-item:nth-child(2n) .info, #page.single-media .media-item:nth-child(2n) .info {
      padding: 0px 40px 0px 21%; }
    #page.industry-media .media-item .info, #page.single-media .media-item .info {
      padding: 0px 21% 0px 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #page.industry-media .media-item .teaser, #page.single-media .media-item .teaser {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100px;
      overflow: hidden;
      color: #222222;
      font-weight: 200;
      margin-bottom: 15px; }
      #page.industry-media .media-item .teaser:after, #page.single-media .media-item .teaser:after {
        position: absolute;
        bottom: -10%;
        left: 0;
        content: '';
        width: 100%;
        height: 90%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
  @media print, screen and (min-width: 40em) {
    #page.industry-media .media-item, #page.single-media .media-item {
      list-style: none;
      color: #303030;
      border-bottom: 1px solid #eee;
      padding-bottom: 40px;
      padding-top: 80px;
      position: relative; }
      #page.industry-media .media-item:after, #page.single-media .media-item:after {
        background: none; }
      #page.industry-media .media-item:nth-last-child(2):nth-child(odd), #page.single-media .media-item:nth-last-child(2):nth-child(odd) {
        border-bottom: none; }
      #page.industry-media .media-item:nth-child(2n):before, #page.single-media .media-item:nth-child(2n):before {
        background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
        background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
        background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
        right: -50px;
        left: auto; }
      #page.industry-media .media-item:nth-last-child(2):nth-child(odd):after, #page.industry-media .media-item:nth-last-child(1):nth-child(odd):after, #page.single-media .media-item:nth-last-child(2):nth-child(odd):after, #page.single-media .media-item:nth-last-child(1):nth-child(odd):after {
        content: ' ';
        position: absolute;
        width: 1px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(100%, #eeeeee), to(#EEEEEE));
        background-image: -webkit-linear-gradient(bottom, white 0%, #eeeeee 100%, #EEEEEE 100%);
        background-image: linear-gradient(0deg, white 0%, #eeeeee 100%, #EEEEEE 100%);
        height: 150px;
        bottom: 0px;
        right: -1px; }
      #page.industry-media .media-item:nth-last-child(2):nth-child(odd):before, #page.industry-media .media-item:nth-last-child(1):nth-child(odd):before, #page.single-media .media-item:nth-last-child(2):nth-child(odd):before, #page.single-media .media-item:nth-last-child(1):nth-child(odd):before {
        background: none; }
      #page.industry-media .media-item:first-child:nth-child(odd):after, #page.single-media .media-item:first-child:nth-child(odd):after {
        content: ' ';
        position: absolute;
        width: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(100%, rgba(238, 238, 238, 0)), to(#EEEEEE));
        background-image: -webkit-linear-gradient(top, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
        background-image: linear-gradient(-180deg, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
        height: 350px;
        top: 0px;
        right: -1px; }
      #page.industry-media .media-item:nth-last-child(1):before, #page.single-media .media-item:nth-last-child(1):before {
        background: none; }
      #page.industry-media .media-item:nth-child(2n+1), #page.single-media .media-item:nth-child(2n+1) {
        border-right: 1px solid #eee; }
      #page.industry-media .media-item:nth-last-child(1):nth-child(odd):before, #page.single-media .media-item:nth-last-child(1):nth-child(odd):before {
        background: none; } }
  @media (max-width: 960px) {
    #page.industry-media .media-item .info, #page.single-media .media-item .info {
      padding: 0px 60px; }
    #page.industry-media .media-item .teaser-image, #page.single-media .media-item .teaser-image {
      width: 90%;
      left: 5%; }
    #page.industry-media .media-item:nth-child(2n) .info, #page.single-media .media-item:nth-child(2n) .info {
      padding: 0px 60px; } }
  @media (max-width: 479px) {
    #page.industry-media .media-item .info, #page.single-media .media-item .info {
      padding: 0px 10px; }
    #page.industry-media .media-item .teaser-image, #page.single-media .media-item .teaser-image {
      width: 100%;
      left: 0%;
      padding-top: 55%; } }

#page.single-media {
  padding-bottom: 100px; }
  #page.single-media .back-to-media a {
    position: relative;
    margin-bottom: 20px; }
  #page.single-media .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    #page.single-media .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#page.search {
  margin-top: 150px; }
  #page.search h1.red {
    font-size: 36px; }
  #page.search h2 {
    margin-bottom: 10px; }
  #page.search .white-header {
    overflow: hidden; }
  #page.search .column:last-child:not(:first-child), #page.search .columns:last-child:not(:first-child), #page.search .columns:last-child:not(:first-child) {
    float: left; }
  #page.search #searchform {
    color: #000;
    width: 280px;
    position: relative;
    float: none; }
    #page.search #searchform input {
      color: #000; }
      #page.search #searchform input.placeholder {
        color: #000; }
      #page.search #searchform input:-moz-placeholder {
        color: #000; }
      #page.search #searchform input::-moz-placeholder {
        color: #000; }
      #page.search #searchform input::-webkit-input-placeholder {
        color: #000; }
    #page.search #searchform:after {
      background: -webkit-linear-gradient(left, transparent 0%, black 100%);
      background: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
      background: linear-gradient(to right, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); }
    #page.search #searchform #searchsubmit {
      background: url("../images/katoennatie/main/ico-search-loop-black.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
  #page.search .result-list {
    margin-bottom: 90px; }
    #page.search .result-list .item {
      margin-bottom: 40px;
      margin-top: 0px;
      position: relative;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
      #page.search .result-list .item:before {
        content: ' ';
        position: absolute;
        top: 0px;
        left: 10px;
        width: 24px;
        height: 24px;
        margin-top: -2px; }
      #page.search .result-list .item.katoennatie:before {
        background: url("../images/katoennatie/main/industries/ico-global-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
      #page.search .result-list .item.art:before {
        background: url("../images/katoennatie/main/industries/ico-arts-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
      #page.search .result-list .item.cgi:before {
        background: url("../images/katoennatie/main/industries/ico-consumer-goods-red.svg") no-repeat 50%;
        -webkit-background-size: auto 85%;
                background-size: auto 85%; }
      #page.search .result-list .item.foodfeed:before {
        background: url("../images/katoennatie/main/industries/ico-food-and-feed-red.svg") no-repeat 50%;
        -webkit-background-size: auto 100%;
                background-size: auto 100%; }
      #page.search .result-list .item.gcc:before {
        background: url("../images/katoennatie/main/industries/ico-commodities-red.svg") no-repeat 50%;
        -webkit-background-size: auto 85%;
                background-size: auto 85%; }
      #page.search .result-list .item.petrochemicals:before {
        background: url("../images/katoennatie/main/industries/ico-petrochemicals-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
      #page.search .result-list .item.portoperations:before {
        background: url("../images/katoennatie/main/industries/ico-port-operations-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
      #page.search .result-list .item.processengineering:before {
        background: url("../images/katoennatie/main/industries/ico-process-engineering-red.svg") no-repeat 50%;
        -webkit-background-size: auto 90%;
                background-size: auto 90%; }
      #page.search .result-list .item.specialtychemicals:before {
        background: url("../images/katoennatie/main/industries/ico-specialty-chemicals-red.svg") no-repeat 50%;
        -webkit-background-size: auto 100%;
                background-size: auto 100%; }
      #page.search .result-list .item.sce:before {
        background: url("../images/katoennatie/main/industries/ico-supply-chain-engineering-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
      #page.search .result-list .item.silocleaning:before {
        background: url("../images/katoennatie/main/industries/ico-silocleaning-red.svg") no-repeat 50%;
        -webkit-background-size: auto 80%;
                background-size: auto 80%; }
    #page.search .result-list .info {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 80px;
      overflow: hidden;
      color: #222222;
      font-weight: 200; }
      #page.search .result-list .info.open {
        overflow: visible; }
        #page.search .result-list .info.open:after {
          height: 0px; }
      #page.search .result-list .info:after {
        position: absolute;
        bottom: -10%;
        left: 0;
        content: '';
        width: 100%;
        height: 90%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #page.search .result-list .type {
      color: #DB0F16;
      padding-bottom: 6px;
      margin-bottom: 15px;
      position: relative;
      text-transform: capitalize;
      padding-left: 25px; }
      #page.search .result-list .type:after {
        content: ' ';
        width: 50px;
        height: 1px;
        position: absolute;
        background-color: #DB0F16;
        bottom: 0px;
        left: 0px; }
    #page.search .result-list h2 {
      font-size: 21px;
      color: #333; }
    #page.search .result-list a {
      color: #333; }
  #page.search .pagination {
    text-align: center;
    margin: 0px 0px 80px; }
    #page.search .pagination li {
      display: inline-block; }
      #page.search .pagination li a {
        color: #666;
        display: block;
        padding: 10px 15px; }
      #page.search .pagination li.current {
        background: #eee; }
  #page.search .video-thumbnail {
    width: 100%;
    padding-top: 56%;
    display: block;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%;
    position: relative; }
    #page.search .video-thumbnail:before {
      height: 44px;
      width: 44px;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: white;
      background-image: url("../images/katoennatie/main/ico-play-red.svg");
      -webkit-background-size: 18px 18px;
              background-size: 18px;
      background-repeat: no-repeat;
      background-position: 58% 50%;
      border-radius: 60px; }
  #page.search .downloads-brochures-download {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      #page.search .downloads-brochures-download {
        margin-bottom: 0; } }
    #page.search .downloads-brochures-download span {
      color: #DBDBDB; }
    #page.search .downloads-brochures-download ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      #page.search .downloads-brochures-download ul li {
        display: inline-block;
        padding-right: 19px;
        padding-left: 0;
        font-weight: 700; }
        @media print, screen and (min-width: 64em) {
          #page.search .downloads-brochures-download ul li {
            padding-right: 30px; } }
        #page.search .downloads-brochures-download ul li a {
          color: #DB0F16; }

#page.industry-home-processeng .intro, #page.industry-home-art .intro {
  text-align: left;
  margin-bottom: 0px; }
  #page.industry-home-processeng .intro .info, #page.industry-home-art .intro .info {
    font-size: 18px;
    font-weight: 200; }

#page.industry-home-processeng h3, #page.industry-home-art h3 {
  margin-bottom: 20px; }

#page.industry-home-processeng .text-center, #page.industry-home-art .text-center {
  font-size: 26px;
  color: #212121; }

#page.industry-home-processeng .processengineering-section, #page.industry-home-art .processengineering-section {
  padding: 30px 0px;
  position: relative; }

#page.industry-home-processeng .scroll-to, #page.industry-home-art .scroll-to {
  top: -58px;
  bottom: auto; }

@media (max-width: 767px) {
  #page.industry-home-processeng .text-center, #page.industry-home-art .text-center {
    font-size: 19px; } }

.page-template-christmas .video-header.half {
  height: 70vh; }

.page-template-christmas #site-navigation {
  display: none; }

.page-template-christmas .video-header:not(.video-header-mobile) {
  background: -webkit-gradient(linear, left top, left bottom, from(#77b0dd), to(#559cd3)) !important;
  background: -webkit-linear-gradient(#77b0dd, #559cd3) !important;
  background: linear-gradient(#77b0dd, #559cd3) !important; }

.page-template-christmas .video-header.half:before {
  display: none; }

.page-template-christmas .video-header video {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.page-template-christmas .christmas {
  margin-bottom: 120px; }

.page-template-christmas #searchform {
  display: none !important; }

.page-template-christmas #footer-container #site-navigation, .page-template-christmas #footer-container .menu-footer-secondary-menu-container {
  display: none; }

.single-landing_pages .video-header.half, .landing-page .video-header.half {
  height: 70vh; }
  @media screen and (max-width: 767px) {
    .single-landing_pages .video-header.half, .landing-page .video-header.half {
      height: 70vh; } }

.single-landing_pages .site-header.white #menu-main-menu li:after, .landing-page .site-header.white #menu-main-menu li:after {
  background: rgba(0, 0, 0, 0.1); }

.single-landing_pages .site-header.white #menu-main-menu > li:nth-child(2) > a, .landing-page .site-header.white #menu-main-menu > li:nth-child(2) > a {
  color: #4C4C4C !important;
  font-weight: 200 !important; }
  .single-landing_pages .site-header.white #menu-main-menu > li:nth-child(2) > a:before, .landing-page .site-header.white #menu-main-menu > li:nth-child(2) > a:before {
    background: url("../images/katoennatie/main/ico-menu-arrow-back-dark.svg") no-repeat 50%;
    -webkit-background-size: contain;
            background-size: contain; }

.single-landing_pages #menu-main-menu li.submenu.menu-item-has-children:hover .dropdown, .landing-page #menu-main-menu li.submenu.menu-item-has-children:hover .dropdown {
  background: none; }

.single-landing_pages #menu-main-menu > li:not(:nth-child(2)) .dropdown li, .landing-page #menu-main-menu > li:not(:nth-child(2)) .dropdown li {
  width: auto; }

.single-landing_pages #menu-main-menu > li:not(:nth-child(2)) .dropdown li a, .landing-page #menu-main-menu > li:not(:nth-child(2)) .dropdown li a {
  padding-top: 15px;
  padding-bottom: 15px; }

.single-landing_pages #menu-main-menu .ico-menu li.active, .landing-page #menu-main-menu .ico-menu li.active {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.single-landing_pages #menu-main-menu > li:nth-child(2), .landing-page #menu-main-menu > li:nth-child(2) {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }
  .single-landing_pages #menu-main-menu > li:nth-child(2) > a, .landing-page #menu-main-menu > li:nth-child(2) > a {
    padding-left: 30px;
    font-weight: 200 !important; }
    .single-landing_pages #menu-main-menu > li:nth-child(2) > a:before, .landing-page #menu-main-menu > li:nth-child(2) > a:before {
      content: " ";
      background: url("../images/katoennatie/main/ico-menu-arrow-back-white.svg") no-repeat 50%;
      border-bottom: 0px;
      -webkit-background-size: contain;
              background-size: contain;
      width: 30px;
      height: 12px;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 0px; }
    @media print, screen and (min-width: 40em) {
      .single-landing_pages #menu-main-menu > li:nth-child(2) > a:before, .landing-page #menu-main-menu > li:nth-child(2) > a:before {
        margin-top: -15px; } }
  .single-landing_pages #menu-main-menu > li:nth-child(2):hover, .landing-page #menu-main-menu > li:nth-child(2):hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

.single-landing_pages .block, .landing-page .block {
  /* Blocks */ }
  .single-landing_pages .block table, .landing-page .block table {
    width: 100% !important; }
  .single-landing_pages .block.sponsors-block, .landing-page .block.sponsors-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.sponsors-block .row, .landing-page .block.sponsors-block .row {
      text-align: center; }
    .single-landing_pages .block.sponsors-block .kn-title, .landing-page .block.sponsors-block .kn-title {
      text-align: left !important; }
    .single-landing_pages .block.sponsors-block .column.sp-block, .single-landing_pages .block.sponsors-block .sp-block.columns, .landing-page .block.sponsors-block .column.sp-block, .landing-page .block.sponsors-block .sp-block.columns {
      display: inline-block; }
      .single-landing_pages .block.sponsors-block .column.sp-block:hover .sponsor-block-image, .single-landing_pages .block.sponsors-block .sp-block.columns:hover .sponsor-block-image, .landing-page .block.sponsors-block .column.sp-block:hover .sponsor-block-image, .landing-page .block.sponsors-block .sp-block.columns:hover .sponsor-block-image {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    .single-landing_pages .block.sponsors-block .sponsor-block-image, .landing-page .block.sponsors-block .sponsor-block-image {
      margin-top: 40px;
      height: 100px;
      width: 100%;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .single-landing_pages .block.sponsors-block .sponsor-block-text, .landing-page .block.sponsors-block .sponsor-block-text {
      text-align: center;
      margin-top: 20px;
      position: relative; }
    .single-landing_pages .block.sponsors-block .sponsor-block-rm, .landing-page .block.sponsors-block .sponsor-block-rm {
      text-align: center;
      margin-top: 10px; }
  .single-landing_pages .block.rsvp-block, .landing-page .block.rsvp-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.rsvp-block .textfield, .landing-page .block.rsvp-block .textfield {
      padding: 14px 15px;
      height: auto;
      background-color: #efefef;
      color: #838383;
      font-size: 16px;
      border: 1px solid #efefef;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .single-landing_pages .block.rsvp-block:nth-child(odd) .textfield, .landing-page .block.rsvp-block:nth-child(odd) .textfield {
      background-color: #f7f7f7; }
    .single-landing_pages .block.rsvp-block .button, .landing-page .block.rsvp-block .button {
      margin-right: 15px; }
    .single-landing_pages .block.rsvp-block .feedback, .landing-page .block.rsvp-block .feedback {
      padding: 12px 20px;
      margin-bottom: 20px;
      margin-left: 15px;
      margin-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - 30px);
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 0; }
      .single-landing_pages .block.rsvp-block .feedback.active, .landing-page .block.rsvp-block .feedback.active {
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: auto; }
      .single-landing_pages .block.rsvp-block .feedback.error, .landing-page .block.rsvp-block .feedback.error {
        border: 1px solid #DB0F16;
        color: #DB0F16; }
      .single-landing_pages .block.rsvp-block .feedback.success, .landing-page .block.rsvp-block .feedback.success {
        border: 1px solid #8BC34A;
        color: #8BC34A; }
  .single-landing_pages .block.speakers-block, .landing-page .block.speakers-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.speakers-block .kn-title, .landing-page .block.speakers-block .kn-title {
      text-align: center;
      margin-bottom: 50px; }
      .single-landing_pages .block.speakers-block .kn-title::before, .landing-page .block.speakers-block .kn-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .single-landing_pages .block.speakers-block .speakers-grid, .landing-page .block.speakers-block .speakers-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .single-landing_pages .block.speakers-block .speaker, .landing-page .block.speakers-block .speaker {
      padding-top: 20px;
      padding-bottom: 20px; }
      .single-landing_pages .block.speakers-block .speaker .speaker-content, .landing-page .block.speakers-block .speaker .speaker-content {
        width: 80%;
        margin: 0 auto;
        display: block; }
      .single-landing_pages .block.speakers-block .speaker .speaker-image, .landing-page .block.speakers-block .speaker .speaker-image {
        height: 100px;
        width: 100px;
        border-radius: 100%;
        margin-bottom: 20px;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: center;
        display: inline-block; }
      .single-landing_pages .block.speakers-block .speaker .speaker-name, .landing-page .block.speakers-block .speaker .speaker-name {
        margin-bottom: 10px;
        font-size: 18px; }
      .single-landing_pages .block.speakers-block .speaker .speaker-function, .landing-page .block.speakers-block .speaker .speaker-function {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 14px; }
      .single-landing_pages .block.speakers-block .speaker .speaker-company, .landing-page .block.speakers-block .speaker .speaker-company {
        font-weight: 700;
        display: block;
        text-align: center;
        width: 100%;
        display: block;
        margin: 10px auto;
        font-size: 14px; }
  .single-landing_pages .block.program-block, .landing-page .block.program-block {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-background-size: 700px auto;
            background-size: 700px auto;
    background-repeat: no-repeat;
    background-position: right 55vw bottom 100px; }
    @media screen and (max-width: 1024px) {
      .single-landing_pages .block.program-block, .landing-page .block.program-block {
        background-image: none !important; } }
    .single-landing_pages .block.program-block .kn-title, .landing-page .block.program-block .kn-title {
      margin-bottom: 40px; }
    .single-landing_pages .block.program-block .row, .landing-page .block.program-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .single-landing_pages .block.program-block .program-table .program-table-slot, .landing-page .block.program-block .program-table .program-table-slot {
      margin-bottom: 8px; }
      .single-landing_pages .block.program-block .program-table .program-table-slot .row, .landing-page .block.program-block .program-table .program-table-slot .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-times, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-times {
        background-color: #F7F7F7;
        text-align: center;
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: 700; }
        .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-times .line, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-times .line {
          width: 1px;
          height: calc(100% - 70px);
          background-color: #979797;
          margin: 15px auto; }
      .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event {
        padding-top: 18px;
        padding-bottom: 23px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative; }
        .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event::after, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event::after {
          height: 1px;
          width: 60%;
          background-color: #E0E0E0;
          content: '';
          position: absolute;
          bottom: 0;
          left: 20px; }
        .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event .event-title, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event .event-title {
          color: #DB0F16;
          display: block; }
        .single-landing_pages .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event .event-description, .landing-page .block.program-block .program-table .program-table-slot .program-table-slot-events .program-table-slot-event .event-description {
          font-weight: 300;
          display: block; }
    .single-landing_pages .block.program-block:nth-child(even) .program-table .program-table-slot-times, .landing-page .block.program-block:nth-child(even) .program-table .program-table-slot-times {
      background-color: #efefef; }
  .single-landing_pages .block.socials-block, .landing-page .block.socials-block {
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center; }
    .single-landing_pages .block.socials-block .kn-title, .landing-page .block.socials-block .kn-title {
      margin-bottom: 40px; }
      .single-landing_pages .block.socials-block .kn-title::before, .landing-page .block.socials-block .kn-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .single-landing_pages .block.socials-block .socials, .landing-page .block.socials-block .socials {
      max-width: 500px !important;
      display: block;
      margin: 0 auto; }
    .single-landing_pages .block.socials-block .social, .landing-page .block.socials-block .social {
      border: none;
      height: 28px;
      width: 28px;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -9999px;
      display: block;
      margin: 0 auto;
      opacity: 0.2;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .single-landing_pages .block.socials-block .social:hover, .landing-page .block.socials-block .social:hover {
        opacity: 0.4;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        border: none; }
      .single-landing_pages .block.socials-block .social.linkedin, .landing-page .block.socials-block .social.linkedin {
        background-image: url("../images/katoennatie/main/ico-linkedin-dark.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.socials-block .social.facebook, .landing-page .block.socials-block .social.facebook {
        background-image: url("../images/katoennatie/main/ico-facebook-dark.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.socials-block .social.youtube, .landing-page .block.socials-block .social.youtube {
        background-image: url("../images/katoennatie/main/ico-youtube-dark-full.svg");
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.socials-block .social.instagram, .landing-page .block.socials-block .social.instagram {
        background-image: url("../images/katoennatie/main/ico-instagram-dark.svg");
        -webkit-background-size: contain;
                background-size: contain; }
  .single-landing_pages .block.location-info-block, .landing-page .block.location-info-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.location-info-block .location-image, .landing-page .block.location-info-block .location-image {
      position: relative; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.location-info-block .location-image, .landing-page .block.location-info-block .location-image {
          margin-bottom: 40px; } }
      .single-landing_pages .block.location-info-block .location-image .location-map, .landing-page .block.location-info-block .location-image .location-map {
        position: absolute;
        z-index: 9;
        top: 10px;
        right: 30px;
        width: 100px;
        height: 100px;
        cursor: pointer;
        border: 2px solid #FFF;
        -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .single-landing_pages .block.location-info-block .location-image .location-map, .landing-page .block.location-info-block .location-image .location-map {
            right: 10px; } }
        .single-landing_pages .block.location-info-block .location-image .location-map .map, .landing-page .block.location-info-block .location-image .location-map .map {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          .single-landing_pages .block.location-info-block .location-image .location-map .map:hover, .landing-page .block.location-info-block .location-image .location-map .map:hover {
            -webkit-transform: scale(1.15);
                -ms-transform: scale(1.15);
                    transform: scale(1.15); }
        .single-landing_pages .block.location-info-block .location-image .location-map a[href^="http://maps.google.com/maps"], .landing-page .block.location-info-block .location-image .location-map a[href^="http://maps.google.com/maps"] {
          display: none !important; }
        .single-landing_pages .block.location-info-block .location-image .location-map a[href^="https://maps.google.com/maps"], .landing-page .block.location-info-block .location-image .location-map a[href^="https://maps.google.com/maps"] {
          display: none !important; }
        .single-landing_pages .block.location-info-block .location-image .location-map .gmnoprint a, .single-landing_pages .block.location-info-block .location-image .location-map .gmnoprint span, .single-landing_pages .block.location-info-block .location-image .location-map .gm-style-cc, .landing-page .block.location-info-block .location-image .location-map .gmnoprint a, .landing-page .block.location-info-block .location-image .location-map .gmnoprint span, .landing-page .block.location-info-block .location-image .location-map .gm-style-cc {
          display: none; }
        .single-landing_pages .block.location-info-block .location-image .location-map .gmnoprint div, .landing-page .block.location-info-block .location-image .location-map .gmnoprint div {
          background: none !important; }
        .single-landing_pages .block.location-info-block .location-image .location-map.open, .landing-page .block.location-info-block .location-image .location-map.open {
          width: calc(100% - 18px);
          height: 350px;
          position: absolute;
          top: 0;
          right: 18px;
          border: none; }
          @media screen and (max-width: 768px) {
            .single-landing_pages .block.location-info-block .location-image .location-map.open, .landing-page .block.location-info-block .location-image .location-map.open {
              right: 0;
              width: 100%; } }
          .single-landing_pages .block.location-info-block .location-image .location-map.open .map:hover, .landing-page .block.location-info-block .location-image .location-map.open .map:hover {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
          .single-landing_pages .block.location-info-block .location-image .location-map.open .close, .landing-page .block.location-info-block .location-image .location-map.open .close {
            width: 30px;
            height: 30px;
            z-index: 10;
            background-color: #FFF;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            background-image: url(../images/katoennatie/main/ico-close-red.svg);
            background-position: center;
            -webkit-background-size: 12px 12px;
                    background-size: 12px;
            background-repeat: no-repeat;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .single-landing_pages .block.location-info-block .location-image .location-map.open .close:hover, .landing-page .block.location-info-block .location-image .location-map.open .close:hover {
              -webkit-transform: scale(1.05);
                  -ms-transform: scale(1.05);
                      transform: scale(1.05); }
          .single-landing_pages .block.location-info-block .location-image .location-map.open a[href^="http://maps.google.com/maps"], .landing-page .block.location-info-block .location-image .location-map.open a[href^="http://maps.google.com/maps"] {
            display: block !important; }
          .single-landing_pages .block.location-info-block .location-image .location-map.open a[href^="https://maps.google.com/maps"], .landing-page .block.location-info-block .location-image .location-map.open a[href^="https://maps.google.com/maps"] {
            display: block !important; }
          .single-landing_pages .block.location-info-block .location-image .location-map.open .gmnoprint a, .single-landing_pages .block.location-info-block .location-image .location-map.open .gmnoprint span, .single-landing_pages .block.location-info-block .location-image .location-map.open .gm-style-cc, .landing-page .block.location-info-block .location-image .location-map.open .gmnoprint a, .landing-page .block.location-info-block .location-image .location-map.open .gmnoprint span, .landing-page .block.location-info-block .location-image .location-map.open .gm-style-cc {
            display: block; }
          .single-landing_pages .block.location-info-block .location-image .location-map.open .gmnoprint div, .landing-page .block.location-info-block .location-image .location-map.open .gmnoprint div {
            background: #FFF !important; }
      .single-landing_pages .block.location-info-block .location-image .location-image_big, .landing-page .block.location-info-block .location-image .location-image_big {
        width: calc(100% - 18px);
        height: 350px;
        margin-bottom: 20px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .single-landing_pages .block.location-info-block .location-image .location-image_big, .landing-page .block.location-info-block .location-image .location-image_big {
            width: 100%; } }
        .single-landing_pages .block.location-info-block .location-image .location-image_big .slide, .landing-page .block.location-info-block .location-image .location-image_big .slide {
          height: 350px;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center; }
      .single-landing_pages .block.location-info-block .location-image .location-image_slider, .landing-page .block.location-info-block .location-image .location-image_slider {
        position: relative; }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider:not(.slick-initialized), .landing-page .block.location-info-block .location-image .location-image_slider:not(.slick-initialized) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: calc(100% - 20px); }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-track, .landing-page .block.location-info-block .location-image .location-image_slider .slick-track {
          margin: 0 !important; }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-list, .landing-page .block.location-info-block .location-image .location-image_slider .slick-list {
          padding: 0 !important; }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-slide, .landing-page .block.location-info-block .location-image .location-image_slider .slick-slide {
          height: 60px !important; }
          @media screen and (max-width: 768px) {
            .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-slide, .landing-page .block.location-info-block .location-image .location-image_slider .slick-slide {
              height: 50px !important; } }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-prev, .landing-page .block.location-info-block .location-image .location-image_slider .slick-prev {
          width: 15px;
          height: 15px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -40px;
          background-image: url("../images/katoennatie/main/ico-arrow-left.svg");
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: c center;
          text-indent: -9999px;
          overflow: hidden;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          @media screen and (max-width: 768px) {
            .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-prev, .landing-page .block.location-info-block .location-image .location-image_slider .slick-prev {
              left: -15px; } }
          .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-prev:hover, .landing-page .block.location-info-block .location-image .location-image_slider .slick-prev:hover {
            -webkit-transform: translateY(-50%) scale(1.1);
                -ms-transform: translateY(-50%) scale(1.1);
                    transform: translateY(-50%) scale(1.1); }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-next, .landing-page .block.location-info-block .location-image .location-image_slider .slick-next {
          width: 15px;
          height: 15px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: -20px;
          background-image: url("../images/katoennatie/main/ico-arrow-right.svg");
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: c center;
          text-indent: -9999px;
          overflow: hidden;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .single-landing_pages .block.location-info-block .location-image .location-image_slider .slick-next:hover, .landing-page .block.location-info-block .location-image .location-image_slider .slick-next:hover {
            -webkit-transform: translateY(-50%) scale(1.1);
                -ms-transform: translateY(-50%) scale(1.1);
                    transform: translateY(-50%) scale(1.1); }
        .single-landing_pages .block.location-info-block .location-image .location-image_slider .image, .landing-page .block.location-info-block .location-image .location-image_slider .image {
          width: 60px !important;
          cursor: pointer; }
          .single-landing_pages .block.location-info-block .location-image .location-image_slider .image div.slide, .landing-page .block.location-info-block .location-image .location-image_slider .image div.slide {
            height: 60px;
            width: 60px;
            -webkit-background-size: cover;
                    background-size: cover;
            background-position: center;
            margin: 0 !important; }
            @media screen and (max-width: 768px) {
              .single-landing_pages .block.location-info-block .location-image .location-image_slider .image div.slide, .landing-page .block.location-info-block .location-image .location-image_slider .image div.slide {
                width: 50px;
                height: 50px; } }
    .single-landing_pages .block.location-info-block .location-tags, .landing-page .block.location-info-block .location-tags {
      margin-top: 20px; }
      .single-landing_pages .block.location-info-block .location-tags ul, .landing-page .block.location-info-block .location-tags ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0;
        margin: 0; }
        .single-landing_pages .block.location-info-block .location-tags ul li, .landing-page .block.location-info-block .location-tags ul li {
          width: 33%;
          font-weight: 300;
          padding-left: 25px;
          position: relative;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            .single-landing_pages .block.location-info-block .location-tags ul li, .landing-page .block.location-info-block .location-tags ul li {
              width: 100%; } }
          .single-landing_pages .block.location-info-block .location-tags ul li::before, .landing-page .block.location-info-block .location-tags ul li::before {
            width: 13px;
            height: 13px;
            background-image: url("../images/katoennatie/main/ico-check-red.svg");
            -webkit-background-size: contain;
                    background-size: contain;
            background-repeat: no-repeat;
            background-position: c center;
            content: '';
            position: absolute;
            top: 6px;
            left: 0; }
    .single-landing_pages .block.location-info-block .location-info, .landing-page .block.location-info-block .location-info {
      border: 1px solid #DB0F16;
      padding: 30px 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% + 25px);
      margin-top: 50px;
      margin-left: -25px; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.location-info-block .location-info, .landing-page .block.location-info-block .location-info {
          margin-left: 0;
          width: 100%; }
          .single-landing_pages .block.location-info-block .location-info .column, .single-landing_pages .block.location-info-block .location-info .columns, .landing-page .block.location-info-block .location-info .column, .landing-page .block.location-info-block .location-info .columns {
            margin-bottom: 20px; }
          .single-landing_pages .block.location-info-block .location-info .column:last-child, .single-landing_pages .block.location-info-block .location-info .columns:last-child, .landing-page .block.location-info-block .location-info .column:last-child, .landing-page .block.location-info-block .location-info .columns:last-child {
            margin-bottom: 0; } }
      .single-landing_pages .block.location-info-block .location-info p, .landing-page .block.location-info-block .location-info p {
        margin-bottom: 0; }
      .single-landing_pages .block.location-info-block .location-info .phone, .landing-page .block.location-info-block .location-info .phone {
        position: relative;
        width: 10px;
        height: 14px;
        display: inline-block; }
        .single-landing_pages .block.location-info-block .location-info .phone::before, .landing-page .block.location-info-block .location-info .phone::before {
          content: 'T';
          position: absolute;
          top: -2px;
          left: 0;
          color: #DB0F16;
          font-weight: 700; }
      .single-landing_pages .block.location-info-block .location-info .fax, .landing-page .block.location-info-block .location-info .fax {
        position: relative;
        width: 10px;
        height: 14px;
        display: inline-block; }
        .single-landing_pages .block.location-info-block .location-info .fax::before, .landing-page .block.location-info-block .location-info .fax::before {
          content: 'F';
          position: absolute;
          top: -2px;
          left: 0;
          color: #DB0F16;
          font-weight: 700; }
      .single-landing_pages .block.location-info-block .location-info .view-on-map, .single-landing_pages .block.location-info-block .location-info .directions, .landing-page .block.location-info-block .location-info .view-on-map, .landing-page .block.location-info-block .location-info .directions {
        font-weight: 700; }
        .single-landing_pages .block.location-info-block .location-info .view-on-map a, .single-landing_pages .block.location-info-block .location-info .directions a, .landing-page .block.location-info-block .location-info .view-on-map a, .landing-page .block.location-info-block .location-info .directions a {
          position: relative; }
          .single-landing_pages .block.location-info-block .location-info .view-on-map a::after, .single-landing_pages .block.location-info-block .location-info .directions a::after, .landing-page .block.location-info-block .location-info .view-on-map a::after, .landing-page .block.location-info-block .location-info .directions a::after {
            width: 0;
            left: 50%;
            height: 1px;
            background-color: #DB0F16;
            content: '';
            position: absolute;
            bottom: -2px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .single-landing_pages .block.location-info-block .location-info .view-on-map a:hover::after, .single-landing_pages .block.location-info-block .location-info .directions a:hover::after, .landing-page .block.location-info-block .location-info .view-on-map a:hover::after, .landing-page .block.location-info-block .location-info .directions a:hover::after {
            width: 100%;
            left: 0; }
      .single-landing_pages .block.location-info-block .location-info .view-on-map .location, .landing-page .block.location-info-block .location-info .view-on-map .location {
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 6px;
        position: relative;
        top: 5px;
        background: url(../images/katoennatie/main/ico-map-marker.svg) no-repeat 50%;
        -webkit-background-size: contain;
        background-size: contain; }
  .single-landing_pages .block:nth-child(even), .landing-page .block:nth-child(even) {
    background-color: #F7F7F7; }
    .single-landing_pages .block:nth-child(even).contact-block .contact-form .textfield, .landing-page .block:nth-child(even).contact-block .contact-form .textfield {
      border: 1px solid #EEE;
      background-color: #efefef; }
    .single-landing_pages .block:nth-child(even).general-news-block .news-block, .landing-page .block:nth-child(even).general-news-block .news-block {
      background-color: transparent; }
    .single-landing_pages .block:nth-child(even).general-news-block .teaser::after, .landing-page .block:nth-child(even).general-news-block .teaser::after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(86%, rgba(247, 247, 247, 0.95)), to(#F7F7F7));
      background-image: -webkit-linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #F7F7F7 100%);
      background-image: linear-gradient(rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #F7F7F7 100%); }
    .single-landing_pages .block:nth-child(even).more-services-block .service .teaser::after, .landing-page .block:nth-child(even).more-services-block .service .teaser::after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(86%, rgba(247, 247, 247, 0.95)), to(#FFFFFF));
      background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #FFFFFF 100%);
      background-image: linear-gradient(-180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #FFFFFF 100%); }
  .single-landing_pages .block.text-block, .landing-page .block.text-block {
    padding-top: 100px;
    padding-bottom: 150px; }
  .single-landing_pages .block.submenu-block, .landing-page .block.submenu-block {
    padding-top: 80px;
    padding-bottom: 80px; }
    .single-landing_pages .block.submenu-block .items, .landing-page .block.submenu-block .items {
      margin-top: 25px;
      padding: 0;
      margin-left: 0; }
      .single-landing_pages .block.submenu-block .items .item, .landing-page .block.submenu-block .items .item {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .single-landing_pages .block.submenu-block .items .item, .landing-page .block.submenu-block .items .item {
            display: block;
            text-align: center;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 20px; } }
        .single-landing_pages .block.submenu-block .items .item a, .landing-page .block.submenu-block .items .item a {
          color: #DB0F16;
          font-size: 16px;
          text-align: center;
          position: relative;
          background-color: transparent;
          border: 1px solid #DB0F16; }
          .single-landing_pages .block.submenu-block .items .item a.arrow::after, .landing-page .block.submenu-block .items .item a.arrow::after {
            background: url("../images/katoennatie/main/button-arrow-red.svg") no-repeat 50%; }
          .single-landing_pages .block.submenu-block .items .item a.arrow:hover, .landing-page .block.submenu-block .items .item a.arrow:hover {
            background-color: #DB0F16;
            color: white; }
            .single-landing_pages .block.submenu-block .items .item a.arrow:hover::after, .landing-page .block.submenu-block .items .item a.arrow:hover::after {
              background: url("../images/katoennatie/main/button-arrow.svg") no-repeat 50%; }
  .single-landing_pages .block.icons-block, .landing-page .block.icons-block {
    padding-top: 80px;
    padding-bottom: 80px; }
    .single-landing_pages .block.icons-block ul.icons, .landing-page .block.icons-block ul.icons {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      margin-bottom: 40px;
      margin-left: 0; }
      .single-landing_pages .block.icons-block ul.icons .item, .landing-page .block.icons-block ul.icons .item {
        display: inline-block;
        width: 19%; }
        @media screen and (max-width: 1200px) {
          .single-landing_pages .block.icons-block ul.icons .item, .landing-page .block.icons-block ul.icons .item {
            width: 25%;
            margin-top: 20px;
            margin-bottom: 20px; } }
        @media screen and (max-width: 768px) {
          .single-landing_pages .block.icons-block ul.icons .item, .landing-page .block.icons-block ul.icons .item {
            display: inline-block;
            width: 49%;
            margin-top: 40px;
            margin-bottom: 40px; } }
        .single-landing_pages .block.icons-block ul.icons .item img.icon, .landing-page .block.icons-block ul.icons .item img.icon {
          width: 120px;
          height: auto;
          margin-bottom: 0; }
        .single-landing_pages .block.icons-block ul.icons .item span, .landing-page .block.icons-block ul.icons .item span {
          width: 90%;
          display: block;
          margin: 0 auto;
          text-align: center; }
  .single-landing_pages .block.slider-block, .landing-page .block.slider-block {
    height: 90vh;
    position: relative; }
    .single-landing_pages .block.slider-block .img-slider, .landing-page .block.slider-block .img-slider {
      position: relative;
      height: 100%; }
      .single-landing_pages .block.slider-block .img-slider .image, .landing-page .block.slider-block .img-slider .image {
        height: 90vh;
        width: 100%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: top center; }
  .single-landing_pages .block.image-with-zoom .tabs, .landing-page .block.image-with-zoom .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .single-landing_pages .block.image-with-zoom .tabs, .landing-page .block.image-with-zoom .tabs {
        display: block; } }
    .single-landing_pages .block.image-with-zoom .tabs span, .landing-page .block.image-with-zoom .tabs span {
      margin-left: 40px;
      margin-right: 60px;
      font-weight: 200;
      margin-top: 55px; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.image-with-zoom .tabs span, .landing-page .block.image-with-zoom .tabs span {
          padding-top: 20px;
          padding-bottom: 20px;
          width: 100%;
          text-align: center;
          display: block;
          margin: 0; } }
    .single-landing_pages .block.image-with-zoom .tabs .tab, .landing-page .block.image-with-zoom .tabs .tab {
      width: 15%;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      cursor: pointer;
      z-index: 9;
      position: relative; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.image-with-zoom .tabs .tab, .landing-page .block.image-with-zoom .tabs .tab {
          width: 33.3333%;
          float: left; } }
      .single-landing_pages .block.image-with-zoom .tabs .tab.active, .single-landing_pages .block.image-with-zoom .tabs .tab:hover, .landing-page .block.image-with-zoom .tabs .tab.active, .landing-page .block.image-with-zoom .tabs .tab:hover {
        background-color: #efefef; }
      .single-landing_pages .block.image-with-zoom .tabs .tab .icon, .landing-page .block.image-with-zoom .tabs .tab .icon {
        height: 45px;
        margin-bottom: 10px; }
      .single-landing_pages .block.image-with-zoom .tabs .tab span, .landing-page .block.image-with-zoom .tabs .tab span {
        display: block;
        text-align: center;
        line-height: 1.0;
        margin: 0; }
  .single-landing_pages .block.image-with-zoom .images, .landing-page .block.image-with-zoom .images {
    position: relative; }
    .single-landing_pages .block.image-with-zoom .images .image, .landing-page .block.image-with-zoom .images .image {
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.image-with-zoom .images .image, .landing-page .block.image-with-zoom .images .image {
          display: none; } }
      .single-landing_pages .block.image-with-zoom .images .image.mobile, .landing-page .block.image-with-zoom .images .image.mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          .single-landing_pages .block.image-with-zoom .images .image.mobile, .landing-page .block.image-with-zoom .images .image.mobile {
            display: block; } }
      .single-landing_pages .block.image-with-zoom .images .image.hidden, .landing-page .block.image-with-zoom .images .image.hidden {
        visibility: hidden;
        z-index: 0;
        position: absolute !important;
        top: 0;
        left: 0; }
      .single-landing_pages .block.image-with-zoom .images .image .lens-container, .landing-page .block.image-with-zoom .images .image .lens-container {
        background-image: url(../images/katoennatie/main/lens.png);
        background-position: center;
        -webkit-background-size: cover;
                background-size: cover;
        padding: 30px; }
        .single-landing_pages .block.image-with-zoom .images .image .lens-container .lens, .landing-page .block.image-with-zoom .images .image .lens-container .lens {
          z-index: 9; }
  .single-landing_pages .block.cb-block, .landing-page .block.cb-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.cb-block .blocks .cb-block, .landing-page .block.cb-block .blocks .cb-block {
      list-style: none;
      color: #303030;
      border-bottom: 1px solid #eee;
      padding-bottom: 40px;
      padding-top: 80px;
      overflow: hidden;
      position: relative; }
      .single-landing_pages .block.cb-block .blocks .cb-block::before, .landing-page .block.cb-block .blocks .cb-block::before {
        content: ' ';
        position: absolute;
        height: 1px;
        background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
        background-image: -webkit-linear-gradient(right, #eeeeee 0%, white 100%, #EEEEEE 100%);
        background-image: linear-gradient(-90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
        width: 200px;
        bottom: -1px;
        left: -50px; }
      .single-landing_pages .block.cb-block .blocks .cb-block::after, .landing-page .block.cb-block .blocks .cb-block::after {
        content: ' ';
        position: absolute;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
        background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
        background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
        width: 200px;
        bottom: -1px;
        right: -50px; }
      .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1), .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1) {
        border-bottom: none; }
      .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1):after, .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1):before, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1):after, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1):before {
        background: none; }
      .single-landing_pages .block.cb-block .blocks .cb-block .subtitle, .landing-page .block.cb-block .blocks .cb-block .subtitle {
        color: #DBDBDB;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 20px 0px 20px; }
      .single-landing_pages .block.cb-block .blocks .cb-block .title, .landing-page .block.cb-block .blocks .cb-block .title {
        color: #303030; }
      .single-landing_pages .block.cb-block .blocks .cb-block .teaser-image, .landing-page .block.cb-block .blocks .cb-block .teaser-image {
        display: block;
        text-align: center;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 86%;
        position: relative;
        margin-bottom: 35px; }
      .single-landing_pages .block.cb-block .blocks .cb-block:nth-child(2n) .teaser-image, .landing-page .block.cb-block .blocks .cb-block:nth-child(2n) .teaser-image {
        right: -14%; }
      .single-landing_pages .block.cb-block .blocks .cb-block:nth-child(2n) .info, .landing-page .block.cb-block .blocks .cb-block:nth-child(2n) .info {
        padding: 0px 40px 0px 21%; }
      .single-landing_pages .block.cb-block .blocks .cb-block .info, .landing-page .block.cb-block .blocks .cb-block .info {
        padding: 0px 21% 0px 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .single-landing_pages .block.cb-block .blocks .cb-block .teaser, .landing-page .block.cb-block .blocks .cb-block .teaser {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        color: #222222;
        font-weight: 200;
        margin-bottom: 15px; }
        .single-landing_pages .block.cb-block .blocks .cb-block .teaser:after, .landing-page .block.cb-block .blocks .cb-block .teaser:after {
          position: absolute;
          bottom: -10%;
          left: 0;
          content: '';
          width: 100%;
          height: 90%;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
          background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .single-landing_pages .block.cb-block .blocks .cb-block .teaser.no-read-more::after, .landing-page .block.cb-block .blocks .cb-block .teaser.no-read-more::after {
          display: none; }
    .single-landing_pages .block.cb-block .blocks:nth-child(even) .teaser:after, .landing-page .block.cb-block .blocks:nth-child(even) .teaser:after {
      position: absolute;
      bottom: -10%;
      left: 0;
      content: '';
      width: 100%;
      height: 90%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(86%, rgba(247, 247, 247, 0.95)), to(#F7F7F7));
      background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #F7F7F7 100%);
      background-image: linear-gradient(-180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.95) 86%, #F7F7F7 100%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    @media print, screen and (min-width: 40em) {
      .single-landing_pages .block.cb-block .blocks .cb-block, .landing-page .block.cb-block .blocks .cb-block {
        list-style: none;
        color: #303030;
        border-bottom: 1px solid #eee;
        padding-bottom: 40px;
        padding-top: 80px;
        position: relative; }
        .single-landing_pages .block.cb-block .blocks .cb-block::after, .landing-page .block.cb-block .blocks .cb-block::after {
          background: none; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd), .landing-page .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd) {
          border-bottom: none; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-child(2n)::before, .landing-page .block.cb-block .blocks .cb-block:nth-child(2n)::before {
          background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
          background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
          background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
          right: -50px;
          left: auto; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd)::after, .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::after, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd)::after, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::after {
          content: ' ';
          position: absolute;
          width: 1px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(100%, #eeeeee), to(#EEEEEE));
          background-image: -webkit-linear-gradient(bottom, white 0%, #eeeeee 100%, #EEEEEE 100%);
          background-image: linear-gradient(0deg, white 0%, #eeeeee 100%, #EEEEEE 100%);
          height: 150px;
          bottom: 0px;
          right: -1px; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd)::before, .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::before, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(2):nth-child(odd)::before, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::before {
          background: none; }
        .single-landing_pages .block.cb-block .blocks .cb-block:first-child:nth-child(odd)::after, .landing-page .block.cb-block .blocks .cb-block:first-child:nth-child(odd)::after {
          content: ' ';
          position: absolute;
          width: 1px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(100%, rgba(238, 238, 238, 0)), to(#EEEEEE));
          background-image: -webkit-linear-gradient(top, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
          background-image: linear-gradient(-180deg, white 0%, rgba(238, 238, 238, 0) 100%, #EEEEEE 100%);
          height: 350px;
          top: 0px;
          right: -1px; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1)::before, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1)::before {
          background: none; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-child(2n+1), .landing-page .block.cb-block .blocks .cb-block:nth-child(2n+1) {
          border-right: 1px solid #eee; }
        .single-landing_pages .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::before, .landing-page .block.cb-block .blocks .cb-block:nth-last-child(1):nth-child(odd)::before {
          background: none; } }
    @media (max-width: 960px) {
      .single-landing_pages .block.cb-block .blocks .cb-block .info, .landing-page .block.cb-block .blocks .cb-block .info {
        padding: 0px 60px; }
      .single-landing_pages .block.cb-block .blocks .cb-block .teaser-image, .landing-page .block.cb-block .blocks .cb-block .teaser-image {
        width: 90%;
        left: 5%; }
      .single-landing_pages .block.cb-block .blocks .cb-block:nth-child(2n) .info, .landing-page .block.cb-block .blocks .cb-block:nth-child(2n) .info {
        padding: 0px 60px; } }
    @media (max-width: 479px) {
      .single-landing_pages .block.cb-block .blocks .cb-block .info, .landing-page .block.cb-block .blocks .cb-block .info {
        padding: 0 !important; }
      .single-landing_pages .block.cb-block .blocks .cb-block .teaser-image, .landing-page .block.cb-block .blocks .cb-block .teaser-image {
        width: 100%;
        left: 0;
        right: 0;
        margin-bottom: 20px; } }
    .single-landing_pages .block.cb-block .blocks .cb-block-content, .landing-page .block.cb-block .blocks .cb-block-content {
      background-color: red;
      height: 100%; }
  .single-landing_pages .block.map-block, .landing-page .block.map-block {
    position: relative;
    padding-top: 100px; }
    .single-landing_pages .block.map-block .map, .landing-page .block.map-block .map {
      height: 80vh;
      max-height: 700px;
      width: 100%;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .single-landing_pages .block.map-block .map .gm-style-iw, .landing-page .block.map-block .map .gm-style-iw {
          width: 340px !important;
          left: -20px !important; }
        .single-landing_pages .block.map-block .map .gm-style-iw div, .landing-page .block.map-block .map .gm-style-iw div {
          max-width: 400px !important; } }
      .single-landing_pages .block.map-block .map #content, .landing-page .block.map-block .map #content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 360px !important; }
        .single-landing_pages .block.map-block .map #content .company-info, .landing-page .block.map-block .map #content .company-info {
          margin-left: 20px; }
  .single-landing_pages .block.video-block, .landing-page .block.video-block {
    padding-top: 150px;
    padding-bottom: 100px; }
    .single-landing_pages .block.video-block .video-block_content, .landing-page .block.video-block .video-block_content {
      padding-bottom: 100px; }
  .single-landing_pages .block.locations-block, .landing-page .block.locations-block {
    height: 65vh; }
    .single-landing_pages .block.locations-block .gm-style-iw, .landing-page .block.locations-block .gm-style-iw {
      overflow: visible !important; }
      .single-landing_pages .block.locations-block .gm-style-iw #content::after, .landing-page .block.locations-block .gm-style-iw #content::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 12px;
        left: 50%;
        margin-left: -24px;
        bottom: -8px;
        background: url("../images/katoennatie/main/ico-infowindow-arrow.svg?v=2") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }
  .single-landing_pages .block.text-image-block, .landing-page .block.text-image-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.text-image-block img, .landing-page .block.text-image-block img {
      margin-bottom: 25px; }
    .single-landing_pages .block.text-image-block a.button, .landing-page .block.text-image-block a.button {
      margin-bottom: 25px; }
  .single-landing_pages .block.more-services-block, .landing-page .block.more-services-block {
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.more-services-block .service, .landing-page .block.more-services-block .service {
      list-style: none;
      color: #303030;
      padding-bottom: 40px;
      padding-top: 40px;
      position: relative; }
      .single-landing_pages .block.more-services-block .service .date, .landing-page .block.more-services-block .service .date {
        color: #DBDBDB;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 20px 0px 20px; }
      .single-landing_pages .block.more-services-block .service .title, .landing-page .block.more-services-block .service .title {
        color: #303030; }
      .single-landing_pages .block.more-services-block .service .teaser-image, .landing-page .block.more-services-block .service .teaser-image {
        display: block;
        text-align: center;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        padding-top: 50%;
        width: 86%;
        position: relative; }
      .single-landing_pages .block.more-services-block .service:nth-child(2n) .teaser-image, .landing-page .block.more-services-block .service:nth-child(2n) .teaser-image {
        right: -14%; }
      .single-landing_pages .block.more-services-block .service:nth-child(2n) .info, .landing-page .block.more-services-block .service:nth-child(2n) .info {
        padding: 0px 40px 0px 21%; }
      .single-landing_pages .block.more-services-block .service .info, .landing-page .block.more-services-block .service .info {
        padding: 0px 21% 0px 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .single-landing_pages .block.more-services-block .service .teaser, .landing-page .block.more-services-block .service .teaser {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        color: #222222;
        font-weight: 200;
        margin-bottom: 15px; }
        .single-landing_pages .block.more-services-block .service .teaser:after, .landing-page .block.more-services-block .service .teaser:after {
          position: absolute;
          bottom: -10%;
          left: 0;
          content: '';
          width: 100%;
          height: 90%;
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(255, 255, 255, 0.95)), to(#FFFFFF));
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
          background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 86%, #FFFFFF 100%);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
    @media print, screen and (min-width: 40em) {
      .single-landing_pages .block.more-services-block .service, .landing-page .block.more-services-block .service {
        list-style: none;
        color: #303030;
        padding-bottom: 40px;
        padding-top: 40px;
        position: relative; } }
    @media (max-width: 960px) {
      .single-landing_pages .block.more-services-block .service .info, .landing-page .block.more-services-block .service .info {
        padding: 0px 60px; }
      .single-landing_pages .block.more-services-block .service .teaser-image, .landing-page .block.more-services-block .service .teaser-image {
        width: 90%;
        left: 5%; }
      .single-landing_pages .block.more-services-block .service:nth-child(2n) .info, .landing-page .block.more-services-block .service:nth-child(2n) .info {
        padding: 0px 60px; } }
    @media (max-width: 479px) {
      .single-landing_pages .block.more-services-block .service .info, .landing-page .block.more-services-block .service .info {
        padding: 0px 10px; }
      .single-landing_pages .block.more-services-block .service:nth-child(2n) .info, .landing-page .block.more-services-block .service:nth-child(2n) .info {
        padding: 0px 10px; }
      .single-landing_pages .block.more-services-block .service .teaser-image, .landing-page .block.more-services-block .service .teaser-image {
        width: 100%;
        left: 0%;
        padding-top: 55%; } }
  .single-landing_pages .block.news-block .news-block, .landing-page .block.news-block .news-block {
    background-color: transparent; }
  .single-landing_pages .block.contact-block, .landing-page .block.contact-block {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; }
    .single-landing_pages .block.contact-block .wpcf7-submit, .landing-page .block.contact-block .wpcf7-submit {
      background: #DB0F16;
      font-size: 16px;
      font-family: "TextaNarrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      border-radius: 120px;
      color: #fff;
      padding: 12px 40px;
      margin: 20px 0px;
      display: inline-block;
      cursor: pointer;
      position: relative;
      -webkit-transition: all, 0.2s ease-out;
      transition: all, 0.2s ease-out;
      margin-right: 10px; }
    .single-landing_pages .block.contact-block input, .single-landing_pages .block.contact-block textarea, .landing-page .block.contact-block input, .landing-page .block.contact-block textarea {
      border-radius: 4px; }
      .single-landing_pages .block.contact-block input.placeholder, .single-landing_pages .block.contact-block textarea.placeholder, .landing-page .block.contact-block input.placeholder, .landing-page .block.contact-block textarea.placeholder {
        color: #838383; }
      .single-landing_pages .block.contact-block input:-moz-placeholder, .single-landing_pages .block.contact-block textarea:-moz-placeholder, .landing-page .block.contact-block input:-moz-placeholder, .landing-page .block.contact-block textarea:-moz-placeholder {
        color: #838383; }
      .single-landing_pages .block.contact-block input::-moz-placeholder, .single-landing_pages .block.contact-block textarea::-moz-placeholder, .landing-page .block.contact-block input::-moz-placeholder, .landing-page .block.contact-block textarea::-moz-placeholder {
        color: #838383; }
      .single-landing_pages .block.contact-block input::-webkit-input-placeholder, .single-landing_pages .block.contact-block textarea::-webkit-input-placeholder, .landing-page .block.contact-block input::-webkit-input-placeholder, .landing-page .block.contact-block textarea::-webkit-input-placeholder {
        color: #838383; }
    .single-landing_pages .block.contact-block .contact-info, .landing-page .block.contact-block .contact-info {
      margin-top: 25px;
      margin-bottom: 25px;
      position: absolute;
      bottom: 140px; }
      .single-landing_pages .block.contact-block .contact-info .text-right, .landing-page .block.contact-block .contact-info .text-right {
        text-align: left; }
        @media print, screen and (min-width: 64em) {
          .single-landing_pages .block.contact-block .contact-info .text-right, .landing-page .block.contact-block .contact-info .text-right {
            text-align: right; } }
    .single-landing_pages .block.contact-block .contact-form select, .landing-page .block.contact-block .contact-form select {
      background-color: #F7F7F7;
      border-color: #EEE;
      color: #666;
      border-radius: 4px; }
    .single-landing_pages .block.contact-block .contact-form .textfield, .landing-page .block.contact-block .contact-form .textfield {
      padding: 14px 15px;
      height: auto;
      background-color: #F7F7F7;
      color: #838383;
      font-size: 16px;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .single-landing_pages .block.contact-block .contact-form .textfield.contact-message, .landing-page .block.contact-block .contact-form .textfield.contact-message {
        resize: none; }
    .single-landing_pages .block.contact-block .contact-form .wpcf7-not-valid-tip, .landing-page .block.contact-block .contact-form .wpcf7-not-valid-tip {
      margin-top: -10px;
      margin-bottom: 10px;
      font-weight: 300;
      color: #DB0F16; }
    .single-landing_pages .block.contact-block .contact-form .wpcf7-response-output, .landing-page .block.contact-block .contact-form .wpcf7-response-output {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      .single-landing_pages .block.contact-block .contact-form .wpcf7-response-output.wpcf7-validation-errors, .landing-page .block.contact-block .contact-form .wpcf7-response-output.wpcf7-validation-errors {
        border: 1px solid #DB0F16;
        color: #DB0F16; }
      .single-landing_pages .block.contact-block .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok, .landing-page .block.contact-block .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
        border: 1px solid #8BC34A;
        color: #8BC34A; }
    .single-landing_pages .block.contact-block .contact-form div.wpcf7 .ajax-loader, .landing-page .block.contact-block .contact-form div.wpcf7 .ajax-loader {
      display: none; }
    .single-landing_pages .block.contact-block .contact-form .button, .landing-page .block.contact-block .contact-form .button {
      border: none;
      float: right; }
    @media (max-width: 1023px) {
      .single-landing_pages .block.contact-block .contact-info, .landing-page .block.contact-block .contact-info {
        bottom: auto;
        position: relative; } }
    .single-landing_pages .block.contact-block a, .landing-page .block.contact-block a {
      color: #0a0a0a; }
      .single-landing_pages .block.contact-block a:hover, .landing-page .block.contact-block a:hover {
        text-decoration: underline; }
    .single-landing_pages .block.contact-block form span, .landing-page .block.contact-block form span {
      display: inline-block;
      width: 100%; }
    .single-landing_pages .block.contact-block span, .landing-page .block.contact-block span {
      font-weight: 200;
      display: block; }
      .single-landing_pages .block.contact-block span.ico, .landing-page .block.contact-block span.ico {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 5px;
        margin-right: 7px; }
        .single-landing_pages .block.contact-block span.ico.phone, .landing-page .block.contact-block span.ico.phone {
          background: url("../images/katoennatie/main/ico-phone.svg") no-repeat 50%;
          -webkit-background-size: contain;
                  background-size: contain; }
        .single-landing_pages .block.contact-block span.ico.fax, .landing-page .block.contact-block span.ico.fax {
          background: url("../images/katoennatie/main/ico-fax.svg") no-repeat 50%;
          -webkit-background-size: contain;
                  background-size: contain; }
        .single-landing_pages .block.contact-block span.ico.email, .landing-page .block.contact-block span.ico.email {
          background: url("../images/katoennatie/main/ico-email.svg") no-repeat 50%;
          -webkit-background-size: contain;
                  background-size: contain; }
        .single-landing_pages .block.contact-block span.ico.location, .landing-page .block.contact-block span.ico.location {
          background: url("../images/katoennatie/main/ico-mappointer.svg") no-repeat 50%;
          -webkit-background-size: contain;
                  background-size: contain; }
        .single-landing_pages .block.contact-block span.ico.direction, .landing-page .block.contact-block span.ico.direction {
          background: url("../images/katoennatie/main/ico-direction.svg") no-repeat 50%;
          -webkit-background-size: contain;
                  background-size: contain; }
      .single-landing_pages .block.contact-block span.red.ico.phone, .landing-page .block.contact-block span.red.ico.phone {
        background: url("../images/katoennatie/main/ico-phone-red.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.contact-block span.red.ico.fax, .landing-page .block.contact-block span.red.ico.fax {
        background: url("../images/katoennatie/main/ico-fax-red.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.contact-block span.red.ico.email, .landing-page .block.contact-block span.red.ico.email {
        background: url("../images/katoennatie/main/ico-email-red.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.contact-block span.red.ico.location, .landing-page .block.contact-block span.red.ico.location {
        background: url("../images/katoennatie/main/ico-mappointer-red.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }
      .single-landing_pages .block.contact-block span.red.ico.direction, .landing-page .block.contact-block span.red.ico.direction {
        background: url("../images/katoennatie/main/ico-direction-red.svg") no-repeat 50%;
        -webkit-background-size: contain;
                background-size: contain; }

.single-landing_pages .image-with-zoom, .landing-page .image-with-zoom {
  height: auto; }
  .single-landing_pages .image-with-zoom .image, .landing-page .image-with-zoom .image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.didyouknow {
  padding-top: 0px;
  padding-bottom: 40px; }
  @media print, screen and (min-width: 64em) {
    .didyouknow {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .didyouknow .row .columns {
    float: left; }
  .didyouknow .video .video-image {
    height: 200px;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    margin-top: 20px;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .didyouknow .video .video-image {
        height: 300px; } }
    .didyouknow .video .video-image:before {
      height: 70px;
      width: 70px;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      margin-left: -35px;
      margin-top: -35px;
      background-color: white;
      background-image: url("../images/katoennatie/main/ico-play-red.svg");
      -webkit-background-size: 20px 20px;
              background-size: 20px;
      background-repeat: no-repeat;
      background-position: 54% 50%;
      border-radius: 100px;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .didyouknow .video .video-image:hover {
      cursor: pointer; }
      .didyouknow .video .video-image:hover::before {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
  .didyouknow .video .video-title {
    font-size: 18px;
    margin-top: 10px;
    display: block; }

.didyouknow-detail {
  padding-top: 180px; }
  @media print, screen and (min-width: 64em) {
    .didyouknow-detail {
      padding-top: 80px; } }
  .didyouknow-detail .kn-title {
    margin-bottom: 10px; }
  .didyouknow-detail a.back {
    position: relative;
    margin-bottom: 30px; }
  .didyouknow-detail .share-text {
    font-size: 14px;
    color: #AAA; }
  .didyouknow-detail .addtoany_shortcode a:first-child {
    padding-left: 0 !important; }
  .didyouknow-detail .vimeo-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .didyouknow-detail .vimeo-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.people-with-passion {
  padding-top: 0px;
  padding-bottom: 40px; }
  @media print, screen and (min-width: 64em) {
    .people-with-passion {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .people-with-passion .row .columns {
    float: left; }
  .people-with-passion .video .video-image {
    height: 200px;
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    margin-top: 20px;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .people-with-passion .video .video-image {
        height: 300px; } }
    .people-with-passion .video .video-image:before {
      height: 70px;
      width: 70px;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      margin-left: -35px;
      margin-top: -35px;
      background-color: white;
      background-image: url("../images/katoennatie/main/ico-play-red.svg");
      -webkit-background-size: 20px 20px;
              background-size: 20px;
      background-repeat: no-repeat;
      background-position: 54% 50%;
      border-radius: 100px;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .people-with-passion .video .video-image:hover {
      cursor: pointer; }
      .people-with-passion .video .video-image:hover::before {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
  .people-with-passion .video .video-title {
    font-size: 18px;
    margin-top: 10px;
    display: block; }

.people-with-passion-detail {
  padding-top: 180px; }
  @media print, screen and (min-width: 64em) {
    .people-with-passion-detail {
      padding-top: 80px; } }
  .people-with-passion-detail .kn-title {
    margin-bottom: 10px; }
  .people-with-passion-detail a.back {
    position: relative;
    margin-bottom: 30px; }
  .people-with-passion-detail .share-text {
    font-size: 14px;
    color: #AAA; }
  .people-with-passion-detail .addtoany_shortcode a:first-child {
    padding-left: 0 !important; }
  .people-with-passion-detail .vimeo-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .people-with-passion-detail .vimeo-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.page-template-survey .kn-title {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.page-template-survey .survey-detail {
  -webkit-animation: surveyFadeIn .5s ease-in-out forwards;
          animation: surveyFadeIn .5s ease-in-out forwards; }

.page-template-survey #page {
  padding-bottom: 100px; }

.page-template-survey .go-back {
  color: #fff;
  padding: 57px 0px 21px 30px;
  margin: 0px 12px;
  position: relative;
  font-weight: 200;
  font-size: 19px;
  position: relative;
  display: inline-block;
  float: right;
  opacity: .5; }
  @media (max-width: 479px) {
    .page-template-survey .go-back {
      display: none; } }
  .page-template-survey .go-back:hover {
    opacity: 1; }
  .page-template-survey .go-back:before {
    content: " ";
    background: url("../images/katoennatie/main/ico-menu-arrow-back-white.svg") no-repeat 50%;
    border-bottom: 0px;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: 11px;
    left: 0px; }

.page-template-survey .terminal-table {
  display: block;
  margin-left: 150px;
  margin-bottom: 30px;
  width: calc(100% - 145px);
  margin-top: 50px; }
  .page-template-survey .terminal-table .scroll-container {
    overflow-x: hidden; }

.page-template-survey .terminal-fillout {
  display: none; }
  .page-template-survey .terminal-fillout .hide {
    display: none; }
  .page-template-survey .terminal-fillout .rating-labels {
    position: absolute;
    margin-top: 15px;
    line-height: 40px; }
    .page-template-survey .terminal-fillout .rating-labels label {
      padding: 6px 6px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 140px;
      margin-left: -6px; }
    .page-template-survey .terminal-fillout .rating-labels label:hover {
      background: #eee;
      z-index: 2;
      position: relative;
      overflow: auto;
      text-overflow: unset;
      width: auto; }
  .page-template-survey .terminal-fillout .fixed-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .page-template-survey .terminal-fillout #fixed-numbers label {
    margin: 20px; }
  .page-template-survey .terminal-fillout .answers {
    width: 100px;
    float: left;
    border-right: 1px solid #E8E8E8;
    text-align: center;
    margin-left: -1px; }
    .page-template-survey .terminal-fillout .answers:first-child {
      margin-left: 0px; }
    .page-template-survey .terminal-fillout .answers label:first-child {
      margin-top: 15px; }
    .page-template-survey .terminal-fillout .answers label:nth-last-child(2) {
      margin-bottom: 15px; }
    .page-template-survey .terminal-fillout .answers label {
      line-height: 40px; }
    .page-template-survey .terminal-fillout .answers input {
      margin: 0px; }
    .page-template-survey .terminal-fillout .answers .add-comment {
      background: #E8E8E8;
      padding: 7px 10px;
      font-size: 14px;
      cursor: pointer;
      line-height: 18px; }
      .page-template-survey .terminal-fillout .answers .add-comment.active {
        background: #CCC; }
      .page-template-survey .terminal-fillout .answers .add-comment:hover {
        background: #D7D7D7; }
    .page-template-survey .terminal-fillout .answers:first-child {
      border-left: 1px solid #E8E8E8; }
  .page-template-survey .terminal-fillout .answer-block-holder {
    display: block; }
  .page-template-survey .terminal-fillout .terminal-names {
    position: relative; }
    .page-template-survey .terminal-fillout .terminal-names label {
      border-left: 1px solid #E8E8E8;
      border-bottom: 1px solid #D7D7D7;
      border-top: 1px solid #D7D7D7;
      border-right: 1px solid #E8E8E8;
      padding: 6px 10px 2px;
      width: 100px;
      text-align: center;
      display: inline-block;
      line-height: 120%;
      margin-left: -1px; }
      .page-template-survey .terminal-fillout .terminal-names label:first-child {
        border-left: 1px solid #D7D7D7;
        margin-left: 0px; }
      .page-template-survey .terminal-fillout .terminal-names label:last-child {
        border-right: 1px solid #D7D7D7; }
  .page-template-survey .terminal-fillout.terminal-fillout--nps .answers {
    width: auto;
    float: none;
    border: none;
    margin-bottom: 10px; }
    .page-template-survey .terminal-fillout.terminal-fillout--nps .answers label:first-child {
      margin-top: 10px;
      margin-left: 0; }
    .page-template-survey .terminal-fillout.terminal-fillout--nps .answers:last-child {
      margin-bottom: 0; }

.page-template-survey .general-fillout {
  display: none; }
  .page-template-survey .general-fillout .item {
    display: none; }
  .page-template-survey .general-fillout .item:first-child {
    display: block; }

.page-template-survey .previous-answer {
  background-color: #eee;
  padding: 1em;
  margin-bottom: 1.5em; }

.page-template-survey .comments-holder {
  margin: 20px 0px 10px; }
  .page-template-survey .comments-holder p {
    color: #0a0a0a;
    margin-bottom: 7px; }

.page-template-survey .answers {
  margin-left: 20px; }
  .page-template-survey .answers label {
    font-weight: 200; }

.page-template-survey .question-category {
  margin-top: -15px; }

.page-template-survey .comments {
  width: 100%;
  max-width: 500px;
  background: #eee;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  height: 120px; }

.page-template-survey .warning {
  border: 1px solid #DB0F16;
  padding: 7px 10px;
  color: #DB0F16;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  max-width: 500px;
  display: none;
  border-radius: 5px; }

.page-template-survey .counter {
  font-size: 44px;
  color: #838383;
  font-weight: 200;
  display: none;
  margin-top: -15px;
  margin-bottom: 30px; }

.page-template-survey .survey-type.general {
  margin-right: 10px; }

.page-template-survey .survey-step-finish {
  display: none; }

.page-template-survey .survey-overview-page {
  display: none; }

.page-template-survey .survey-overview-controls {
  display: none; }

.page-template-survey .survey-overview-page table {
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #DB0F16;
  width: 100%; }

.page-template-survey .survey-overview-page {
  font: normal 12px/150% Geneva, Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border-radius: 3px; }

.page-template-survey .nav-btn {
  display: inline-block; }
  .page-template-survey .nav-btn.previous {
    display: none;
    margin-right: 10px; }
  .page-template-survey .nav-btn.ktn-print {
    display: none; }

.page-template-survey .question-holder {
  display: none;
  -webkit-animation: surveyFadeIn .5s ease-in-out forwards;
          animation: surveyFadeIn .5s ease-in-out forwards; }
  .page-template-survey .question-holder .question {
    font-weight: 600;
    font-size: 125%; }
  .page-template-survey .question-holder.question-holder--overview-page {
    padding-bottom: 1em;
    border-bottom: 1px solid #DB0F16;
    margin-bottom: 1em; }
    .page-template-survey .question-holder.question-holder--overview-page .survey-controls {
      display: none !important; }
  .page-template-survey .question-holder .back-to-overview {
    display: none; }

.page-template-survey .button.continue {
  margin-right: 10px; }

.page-template-survey .terminal-title {
  margin-top: 50px; }
  .page-template-survey .terminal-title:nth-child(1) {
    margin-top: 0px; }

.page-template-survey .survey-step-2, .page-template-survey .survey-step-3 {
  display: none;
  -webkit-animation: surveyFadeIn .5s ease-in-out forwards;
          animation: surveyFadeIn .5s ease-in-out forwards; }

.page-template-survey label {
  font-weight: 200; }

.page-template-survey .user-form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F7F7F7;
  border: none;
  border-radius: 4px; }
  .page-template-survey .user-form input.error {
    border: 1px solid #DB0F16; }
  .page-template-survey .user-form input.placeholder {
    color: #838383; }
  .page-template-survey .user-form input:-moz-placeholder {
    color: #838383; }
  .page-template-survey .user-form input::-moz-placeholder {
    color: #838383; }
  .page-template-survey .user-form input::-webkit-input-placeholder {
    color: #838383; }

.page-template-survey .site-header.white.fixed .go-back {
  color: #000; }
  .page-template-survey .site-header.white.fixed .go-back:before {
    background: url("../images/katoennatie/main/ico-menu-arrow-back-dark.svg") no-repeat 50%; }

.page-template-survey [data-type="6"] .terminal-table {
  margin-left: 0; }
  .page-template-survey [data-type="6"] .terminal-table .answers > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.page-template-survey [data-type="7"] .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0px;
  margin-top: 20px;
  overflow-y: scroll; }
  .page-template-survey [data-type="7"] .answers label:first-child {
    margin-left: 0px; }
  .page-template-survey [data-type="7"] .answers label {
    margin: 10px; }

.page-template-survey [data-type="7"] .color-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-template-survey [data-type="7"] .color-box-text p:first-child {
    width: 64%;
    color: #b87709; }

.page-template-survey .survey-overview-loader {
  display: none;
  -webkit-animation: surveyFadeIn 1s ease-in-out forwards;
          animation: surveyFadeIn 1s ease-in-out forwards; }

.page-template-survey .survey-loader-logo {
  display: block;
  padding: 5em 0;
  margin: 0 auto;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -webkit-animation: surveyPulse 2s .5s ease-in-out infinite;
          animation: surveyPulse 2s .5s ease-in-out infinite; }

.page-template-survey .survey-overview-nps-title {
  margin-top: 1em; }

.page-template-survey .survey-overview-table table {
  border-collapse: collapse; }
  .page-template-survey .survey-overview-table table tr.overview-category {
    font-weight: bold;
    background: #DB0F16;
    color: #fefefe; }
    .page-template-survey .survey-overview-table table tr.overview-category a {
      color: #fefefe; }
  .page-template-survey .survey-overview-table table tr.overview-subcategory:nth-child(even) {
    background-color: #eee; }
  .page-template-survey .survey-overview-table table th {
    text-align: left; }
  .page-template-survey .survey-overview-table table th, .page-template-survey .survey-overview-table table td {
    padding: 0.5em 1em; }
  .page-template-survey .survey-overview-table table .question-column {
    max-width: 350px; }
  .page-template-survey .survey-overview-table table .survey-overview-score-icon {
    width: 1em; }

.page-template-survey .survey-controls {
  border-top: 1px solid #DB0F16;
  padding-top: 1em;
  margin-top: 2em; }

@media screen {
  .page-template-survey .survey-overview-table table {
    width: 100%;
    -webkit-animation: surveyFadeIn 0.5s ease-in-out forwards;
            animation: surveyFadeIn 0.5s ease-in-out forwards; }
    .page-template-survey .survey-overview-table table tr.overview-category {
      position: sticky;
      top: 0; }
    .page-template-survey .survey-overview-table table .question-column {
      max-width: 350px; } }

@media (min-width: 639px) {
  .page-template-survey .survey-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-template-survey .survey-overview-controls .survey-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media print {
  .page-template-survey * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari, Edge */
    color-adjust: exact !important;
    /*Firefox*/ }
  .page-template-survey .site-header {
    border-bottom: 0; }
  .page-template-survey .column:last-child:not(:first-child), .page-template-survey .columns:last-child:not(:first-child), .page-template-survey .columns:last-child:not(:first-child) {
    float: none !important; }
  .page-template-survey .medium-4, .page-template-survey .medium-8 {
    width: 100%; }
  .page-template-survey .page-template-survey .question-category {
    margin-top: 0; }
  .page-template-survey .button, .page-template-survey .go-back {
    display: none !important; }
  .page-template-survey .rangeslider {
    display: none; }
  .page-template-survey .comments-holder {
    margin-bottom: 2em; }
    .page-template-survey .comments-holder .comments:empty {
      display: none; }
  .page-template-survey footer {
    display: none; }
  .page-template-survey .copyright {
    text-align: center;
    color: black; }
  .page-template-survey .survey-overview-table {
    page-break-before: always; }
    .page-template-survey .survey-overview-table table {
      width: 90%; }
      .page-template-survey .survey-overview-table table td a {
        color: black;
        text-decoration: none; } }

.page-template-survey .print-enabled .nav-btn.ktn-print {
  display: block; }

.color-box {
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#e99609), color-stop(60%, #e99609), color-stop(60%, #fff203), color-stop(80%, #fff203), color-stop(80%, #2db904), to(#2db904));
  background: -webkit-linear-gradient(left, #e99609 0%, #e99609 60%, #fff203 60%, #fff203 80%, #2db904 80%, #2db904 100%);
  background: linear-gradient(90deg, #e99609 0%, #e99609 60%, #fff203 60%, #fff203 80%, #2db904 80%, #2db904 100%); }

@-webkit-keyframes surveyFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes surveyFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes surveyPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes surveyPulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: .6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.page-template-default .main-content, .page-template-cookie-policy-page .main-content {
  padding-top: 150px;
  padding-bottom: 80px; }
  .page-template-default .main-content .entry-content, .page-template-cookie-policy-page .main-content .entry-content {
    width: 100%;
    max-width: 600px; }

#page.news-detail {
  margin-top: 0px;
  padding-top: 0px; }
  #page.news-detail h2 {
    margin-left: 10px; }
  #page.news-detail .news-items {
    margin-top: 100px; }
  #page.news-detail .video-header.half {
    display: block !important; }
  #page.news-detail .read-article {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    display: inline-block; }
  #page.news-detail .article {
    color: #2C2C2C;
    margin: 50px 0px 120px;
    position: relative; }
    #page.news-detail .article .date {
      color: #DB0F16;
      font-weight: 700;
      letter-spacing: 1px; }
    #page.news-detail .article .article-intro {
      font-size: 26px;
      font-weight: 200;
      margin: 50px 0px; }
      #page.news-detail .article .article-intro:before {
        width: 100px;
        height: 1px;
        background: #2C2C2C;
        position: relative;
        content: ' ';
        display: inline-block;
        margin-right: 10px;
        top: -5px; }
    #page.news-detail .article .article-full {
      font-weight: 200;
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 80px;
      column-gap: 80px; }
  #page.news-detail .video {
    padding-top: 80px; }
  @media (max-width: 767px) {
    #page.news-detail .article .article-full {
      -webkit-column-count: 1;
      column-count: 1; } }

#page.careers-detail {
  margin: 200px 0px 120px; }
  #page.careers-detail .privacy-notice {
    margin: 15px 0px 0px;
    text-align: left;
    color: #999; }
  #page.careers-detail .career-information {
    margin-bottom: 30px;
    position: relative; }
    #page.careers-detail .career-information label {
      color: #DB0F16;
      font-weight: 700;
      display: inline-block;
      width: 35%;
      vertical-align: top; }
    #page.careers-detail .career-information .info {
      display: inline-block;
      width: 65%;
      font-weight: 200;
      color: #585858;
      font-size: 16px; }
  @media (max-width: 639px) {
    #page.careers-detail a.top-back {
      top: -40px; } }

.industries {
  padding-bottom: 60px; }
  .industries .video-player {
    margin-bottom: 10px; }
  .industries .video-caption {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 0; }
  .industries .img-slider {
    margin-bottom: 40px; }
  .industries .downloads-brochures {
    padding-top: 100px; }
    .industries .downloads-brochures .download-col {
      padding: 75px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .industries .downloads-brochures .download-col:nth-child(odd) {
        padding-left: 0; }
      .industries .downloads-brochures .download-col:nth-child(even) {
        padding-right: 0; }
  .industries .columns {
    position: relative; }
    .industries .columns .text-right {
      text-align: left; }
      @media print, screen and (min-width: 64em) {
        .industries .columns .text-right {
          text-align: right; } }
  .industries .brochure-item {
    margin-bottom: 50px;
    text-align: right; }
    .industries .brochure-item .columns {
      height: 200px; }
    .industries .brochure-item img {
      height: 100%;
      width: auto;
      max-width: 100%; }
  .industries .downloads-brochures-title {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.0;
    padding-top: 13px;
    color: #303030;
    position: relative;
    text-align: right;
    margin-top: 20px; }
    @media print, screen and (min-width: 64em) {
      .industries .downloads-brochures-title {
        margin-top: 0; } }
    .industries .downloads-brochures-title:before {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      height: 1px;
      width: 67px;
      background-color: #303030; }
  .industries .downloads-brochures-download {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0; }
    .industries .downloads-brochures-download span {
      color: #DBDBDB; }
    .industries .downloads-brochures-download ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .industries .downloads-brochures-download ul li {
        display: inline-block;
        padding-right: 0;
        padding-left: 19px !important;
        padding-top: 0 !important;
        margin: 0 !important;
        font-weight: 700; }
        @media print, screen and (min-width: 64em) {
          .industries .downloads-brochures-download ul li {
            padding-right: 30px; } }
        .industries .downloads-brochures-download ul li a {
          color: #DB0F16; }
  .industries .switch-places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .industries .switch-places > *:first-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media print, screen and (min-width: 64em) {
        .industries .switch-places > *:first-child {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .industries .switch-places > *:last-child {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media print, screen and (min-width: 64em) {
        .industries .switch-places > *:last-child {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }

.industries-template {
  padding-bottom: 100px; }

#page.industry-services {
  padding-top: 20px; }
  #page.industry-services .services-navigation {
    position: relative; }
    #page.industry-services .services-navigation ul {
      margin-left: 0px; }
    #page.industry-services .services-navigation h4 {
      color: #DB0F16;
      font-size: 18px;
      margin-top: 15px;
      position: relative;
      padding-top: 7px; }
      #page.industry-services .services-navigation h4:first-child {
        margin-top: 0px; }
    #page.industry-services .services-navigation li {
      margin-bottom: 5px; }
      #page.industry-services .services-navigation li a {
        padding: 8px 0px; }
    #page.industry-services .services-navigation ul.services-navigation--fixed.page-height-reached {
      max-height: 100%;
      max-height: 98vh;
      overflow-x: visible;
      overflow-y: auto;
      padding-right: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      bottom: 30px !important; }
      #page.industry-services .services-navigation ul.services-navigation--fixed.page-height-reached:after, #page.industry-services .services-navigation ul.services-navigation--fixed.page-height-reached:before {
        display: none; }
    #page.industry-services .services-navigation:after {
      content: ' ';
      width: 1px;
      height: 150px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
      background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      right: -1px;
      top: 0px;
      z-index: 44; }
  #page.industry-services .services-blocks {
    overflow: hidden; }
    #page.industry-services .services-blocks .hidden {
      height: 0;
      overflow: hidden; }
  #page.industry-services .content-block:nth-child(even) .service-info {
    float: right; }
  @media (max-width: 1023px) {
    #page.industry-services .services-navigation:after {
      display: none; } }

.industry-services .services-navigation {
  position: relative;
  left: 0;
  top: 0; }
  .industry-services .services-navigation ul {
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-transition: all, 0.2s ease-out;
    transition: all, 0.2s ease-out; }
    @media print, screen and (min-width: 64em) {
      .industry-services .services-navigation ul {
        position: absolute; } }
    .industry-services .services-navigation ul.services-navigation--fixed {
      position: fixed;
      top: 40px; }
    .industry-services .services-navigation ul li {
      font-size: 1rem;
      font-weight: 300;
      margin-bottom: 16px;
      color: #8a8a8a; }
      .industry-services .services-navigation ul li a {
        color: #8a8a8a; }
        .industry-services .services-navigation ul li a.active {
          font-weight: 500;
          color: #1E1E1E; }

.industry-services .services-blocks {
  position: relative;
  border-left: 1px solid #eee; }
  .industry-services .services-blocks:before {
    content: ' ';
    position: absolute;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    height: 200px;
    top: 0;
    left: -1px; }
  .industry-services .services-blocks:after {
    content: ' ';
    position: absolute;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fefefe));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #fefefe 100%);
    height: 200px;
    left: -1px;
    bottom: 0; }
  .industry-services .services-blocks .content-block {
    border-bottom: 1px solid #eee;
    position: relative; }
    .industry-services .services-blocks .content-block:last-child {
      border-bottom: none; }
    .industry-services .services-blocks .content-block img {
      margin: 3px;
      width: calc(100% - 6px); }
    .industry-services .services-blocks .content-block .info {
      display: block; }
    .industry-services .services-blocks .content-block .info.open.short {
      overflow: visible; }
    .industry-services .services-blocks .content-block:before {
      content: ' ';
      position: absolute;
      height: 1px;
      background-image: -webkit-gradient(linear, left top, right top, from(#eeeeee), color-stop(100%, white), to(#EEEEEE));
      background-image: -webkit-linear-gradient(left, #eeeeee 0%, white 100%, #EEEEEE 100%);
      background-image: linear-gradient(90deg, #eeeeee 0%, white 100%, #EEEEEE 100%);
      width: 200px;
      bottom: -1px;
      right: -50px; }

@media (max-width: 1279px) and (min-width: 1023px) {
  .industry .site-header #searchform {
    top: 15px; } }

@media (min-width: 1023px) {
  .industry .site-header.white #menu-main-menu li:after {
    background: rgba(0, 0, 0, 0.1); }
  .industry .site-header.white #menu-main-menu > li:nth-child(2) > a {
    color: #4C4C4C !important;
    font-weight: 200 !important; }
    .industry .site-header.white #menu-main-menu > li:nth-child(2) > a:before {
      background: url("../images/katoennatie/main/ico-menu-arrow-back-dark.svg") no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
  .industry .site-header.white #menu-main-menu .submenu > .dropdown {
    border-bottom: none; }
  .industry .site-header.white #menu-main-menu .submenu > .sub-menu-wrap {
    background: #fff;
    border-bottom: 1px solid #eee; }
  .industry .site-header.white #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > a {
    color: #DB0F16; }
  .industry .site-header.white #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li:nth-child(2) > .sub-menu-wrap > .dropdown:before {
    background: #eee; }
  .industry .site-header.white #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown a:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .industry #menu-main-menu li.submenu.menu-item-has-children:hover .dropdown {
    background: none; }
  .industry #menu-main-menu > li:not(:nth-child(2)) .dropdown li {
    width: auto; }
  .industry #menu-main-menu > li:not(:nth-child(2)) .dropdown li a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .industry #menu-main-menu .ico-menu li.active {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }
  .industry #menu-main-menu > li:nth-child(2) {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }
    .industry #menu-main-menu > li:nth-child(2) > a {
      padding-left: 30px;
      font-weight: 200 !important; }
      .industry #menu-main-menu > li:nth-child(2) > a:before {
        content: " ";
        background: url("../images/katoennatie/main/ico-menu-arrow-back-white.svg") no-repeat 50%;
        border-bottom: 0px;
        -webkit-background-size: contain;
                background-size: contain;
        width: 30px;
        height: 12px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 0px; } }
    @media print and (min-width: 1023px), screen and (min-width: 1023px) and (min-width: 40em) {
      .industry #menu-main-menu > li:nth-child(2) > a:before {
        margin-top: -15px; } }

@media (min-width: 1023px) {
    .industry #menu-main-menu > li:nth-child(2):hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .industry #menu-main-menu .submenu .dropdown {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding: 0px 30px 0px 0px; }
  .industry #menu-main-menu .submenu > .sub-menu-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0px;
    top: 125px;
    text-align: center;
    overflow: hidden;
    visibility: hidden; }
  .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown {
    max-width: 85rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10px;
    height: 40px;
    border-bottom: none;
    top: 0px; }
    .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown li:hover {
      background: none; }
    .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown li a {
      padding: 4px 0px;
      height: auto; }
    .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li {
      width: 50%;
      display: inline-block;
      float: left;
      text-align: left; }
      .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown {
        top: 30px;
        padding-bottom: 15px;
        padding-top: 0px;
        border-bottom: none; }
        .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown li {
          width: 50%;
          float: left; }
        .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown a {
          position: relative; }
          .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown a:before {
            content: "";
            position: absolute;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            bottom: 0px;
            width: 0px;
            left: 50%; }
          .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > .sub-menu-wrap > .dropdown a:hover:before {
            -webkit-transition: width, 0.15s ease-out;
            transition: width, 0.15s ease-out;
            width: 100%;
            left: 0px; }
      .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > a {
        color: #fff;
        font-weight: 700;
        position: relative; }
        .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li > a:hover:before {
          -webkit-transition: width, 0.15s ease-out;
          transition: width, 0.15s ease-out;
          width: 100%;
          left: 0px; }
      .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li:first-child {
        width: 75%; }
        .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li:first-child > .sub-menu-wrap > .dropdown li {
          width: 33%; }
      .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li:nth-child(2) {
        width: 25%; }
        .industry #menu-main-menu .submenu > .sub-menu-wrap > .dropdown > li:nth-child(2) > .sub-menu-wrap > .dropdown li {
          width: 100%; }
  .industry #menu-main-menu .submenu ul li {
    width: auto;
    margin: 0;
    position: relative; }
    .industry #menu-main-menu .submenu ul li a {
      font-size: 17px;
      display: inline-block;
      height: 30px !important;
      padding: 6px 8px;
      margin: 0px; }
  .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:first-child {
    width: 50%; }
    .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:first-child > .sub-menu-wrap > .dropdown li {
      width: 50%; }
  .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:nth-child(2), .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:nth-child(3) {
    width: 25%; }
    .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:nth-child(2) > .sub-menu-wrap > .dropdown li, .industry #menu-main-menu .submenu.extra-col > .sub-menu-wrap > .dropdown > li:nth-child(3) > .sub-menu-wrap > .dropdown li {
      width: 100%; } }

@media (max-width: 1279px) and (min-width: 1023px) {
  .industry .social-header {
    right: 12px;
    top: -15px; }
  .industry .site-header #menu-main-menu {
    text-align: right; }
    .industry .site-header #menu-main-menu a {
      padding: 57px 0px 21px; }
    .industry .site-header #menu-main-menu > li.menu-item-has-children > a:after {
      margin-top: 11px; }
    .industry .site-header #menu-main-menu > li:nth-child(2) a:before {
      top: 80px; }
    .industry .site-header #menu-main-menu .hovershape {
      height: 30px;
      top: 100px; }
    .industry .site-header #menu-main-menu > li > a:before {
      bottom: 20px; } }

@media (max-width: 1023px) {
  .industry .site-header #menu-main-menu li .dropdown {
    left: 0px; }
    .industry .site-header #menu-main-menu li .dropdown .dropdown {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      position: relative;
      margin-top: 0px;
      padding-bottom: 30px; }
  .industry .site-header #menu-main-menu .sub-menu-wrap {
    height: auto !important; }
  .industry .site-header #menu-main-menu > .submenu > .sub-menu-wrap > .dropdown > li > a {
    color: #DB0F16;
    font-weight: 700; }
  .industry .site-header #menu-main-menu > li:nth-child(2) > a {
    padding-left: 26px;
    margin-left: -15px;
    width: 100px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    font-size: 21px;
    line-height: 125%;
    color: #4C4C4C !important;
    font-weight: 200 !important; }
    .industry .site-header #menu-main-menu > li:nth-child(2) > a:before {
      content: " ";
      /*background: url('../images/katoennatie/main/ico-menu-arrow-back-dark.svg') no-repeat 50%;*/
      border-bottom: 0px;
      -webkit-background-size: contain;
              background-size: contain;
      width: 20px;
      height: 12px;
      position: absolute;
      top: 18px;
      margin-top: -8px;
      left: 0px; } }

.industry #page.industry-home .intro {
  margin-bottom: 0; }

.industry #page.industry-home #careers {
  padding-top: 7%; }

.industry #page.industry-home .career-block {
  position: relative;
  margin-bottom: 40px;
  overflow: auto;
  padding-top: 25px;
  padding-bottom: 25px; }
  .industry #page.industry-home .career-block:after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: url("../images/katoennatie/main/divider-horizontal.png") no-repeat 50%;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    left: 0px; }

.industry #page.industry-home h3 {
  margin-top: 20px; }

.industry #page.industry-home .career-row:last-child .career-block:after {
  background: none; }

.industry #page.industry-home .career-item {
  list-style: none;
  margin-bottom: 30px;
  font-weight: 200; }
  .industry #page.industry-home .career-item .location {
    color: #999; }
  .industry #page.industry-home .career-item .career-title {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    display: block;
    line-height: 120%; }

.industry #page.industry-home .industries {
  margin: 0px; }

.industry #page.who-we-are {
  padding-top: 40px;
  padding-bottom: 100px; }
  .industry #page.who-we-are .hidden {
    height: 0;
    overflow: hidden; }

.industry.petrochemicals .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-petrochemicals-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.petrochemicals .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-petrochemicals-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 215px;
  height: 95px; }

@media print {
  .industry.petrochemicals .site-header {
    content: url("../images/katoennatie/industry/logo/logo-petrochemicals-normal.svg"); } }

.industry.specialtychemicals .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-specialty-chemicals-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.specialtychemicals .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-specialty-chemicals-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 225px;
  height: 95px; }

@media print {
  .industry.specialtychemicals .site-header {
    content: url("../images/katoennatie/industry/logo/logo-specialty-chemicals-normal.svg"); } }

.industry.portoperations .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-port-operations-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.portoperations .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-port-operations-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 220px;
  height: 95px; }

@media print {
  .industry.portoperations .site-header {
    content: url("../images/katoennatie/industry/logo/logo-port-operations-normal.svg"); } }

.industry.art .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-art-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.art .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-art-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 190px;
  height: 95px; }

.industry.cgi .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-cgi-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.cgi .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-cgi-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 260px;
  height: 95px; }

@media print {
  .industry.cgi .site-header {
    content: url("../images/katoennatie/industry/logo/logo-cgi-normal.svg"); } }

.industry.cgi #page.industry-cgi-home .cgi-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 5px; }
  .industry.cgi #page.industry-cgi-home .cgi-services .service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media (min-width: 576px) {
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.333%;
                flex: 1 1 33.333%; } }
    @media (min-width: 992px) {
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%; } }
    @media (min-width: 1200px) {
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
    @media (hover: hover) {
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link:hover .service-link__title::before {
        width: 52px; }
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link:hover .service-link__image img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); } }
    .industry.cgi #page.industry-cgi-home .cgi-services .service-link__image {
      position: relative;
      width: 100%;
      height: 210px;
      margin-bottom: 10px;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .industry.cgi #page.industry-cgi-home .cgi-services .service-link__image {
          width: 255px; } }
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link__image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .industry.cgi #page.industry-cgi-home .cgi-services .service-link__title {
      position: relative;
      margin-top: 10px; }
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link__title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 26px;
        background-color: #DB0F16;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out; }
      .industry.cgi #page.industry-cgi-home .cgi-services .service-link__title p {
        font-size: 16px;
        font-weight: 400;
        color: #DB0F16;
        margin-bottom: 0;
        margin-top: 5px; }

.industry.cgi #page.industry-cgi-home .services {
  padding-bottom: 50px;
  margin-left: 0px; }
  .industry.cgi #page.industry-cgi-home .services li {
    display: inline-block;
    float: none;
    margin: 20px 0px;
    position: relative;
    padding-top: 90px;
    cursor: pointer;
    overflow: auto;
    vertical-align: top; }
    .industry.cgi #page.industry-cgi-home .services li:last-child {
      float: none; }
    .industry.cgi #page.industry-cgi-home .services li:hover {
      -webkit-transition: all, 0.12s ease-out;
      transition: all, 0.12s ease-out;
      -webkit-transform: scale(1.08);
      -khtml-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    .industry.cgi #page.industry-cgi-home .services li a {
      color: #DB0F16; }
      .industry.cgi #page.industry-cgi-home .services li a:before {
        content: " ";
        position: absolute;
        width: 140px;
        height: 80px;
        top: 10px;
        left: 50%;
        margin-left: -70px; }
    .industry.cgi #page.industry-cgi-home .services li.e-commerce a:before {
      background: url("../images/katoennatie/cgi/services/omni_channel.svg") no-repeat 50%;
      -webkit-background-size: auto 60%;
              background-size: auto 60%; }
    .industry.cgi #page.industry-cgi-home .services li.aftermarket a:before {
      background: url("../images/katoennatie/cgi/services/aftermarket.svg") no-repeat 50%;
      -webkit-background-size: auto 62%;
              background-size: auto 62%; }
    .industry.cgi #page.industry-cgi-home .services li.consumer-electronics a:before {
      background: url("../images/katoennatie/cgi/services/technical.svg") no-repeat 50%;
      -webkit-background-size: auto 65%;
              background-size: auto 65%; }
    .industry.cgi #page.industry-cgi-home .services li.footwear-leisure a:before {
      background: url("../images/katoennatie/cgi/services/footwear-leisure.svg") no-repeat 50%;
      -webkit-background-size: auto 58%;
              background-size: auto 58%; }
    .industry.cgi #page.industry-cgi-home .services li.health-and-personal-care a:before {
      background: url("../images/katoennatie/cgi/services/health-and-personal-care.svg") no-repeat 50%;
      -webkit-background-size: auto 65%;
              background-size: auto 65%; }
    .industry.cgi #page.industry-cgi-home .services li.fashion-professional-apparel a:before {
      background: url("../images/katoennatie/cgi/services/fashion.svg") no-repeat 50%;
      -webkit-background-size: auto 56%;
              background-size: auto 56%; }
    .industry.cgi #page.industry-cgi-home .services li.diy-home-garden a:before {
      background: url("../images/katoennatie/cgi/services/diy.svg") no-repeat 50%;
      -webkit-background-size: auto 70%;
              background-size: auto 70%; }
    .industry.cgi #page.industry-cgi-home .services li.automotive-industry a:before {
      background: url("../images/katoennatie/cgi/services/automotive.svg") no-repeat 50%;
      -webkit-background-size: auto 42%;
              background-size: auto 42%; }

.industry.processengineering .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-process-engineering-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.processengineering .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-process-engineering-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 230px;
  height: 95px; }

@media print {
  .industry.processengineering .site-header {
    content: url("../images/katoennatie/industry/logo/logo-process-engineering-normal.svg"); } }

.industry.processengineering .industries-block {
  position: relative;
  padding-top: 7%;
  padding-bottom: 12%; }
  .industry.processengineering .industries-block h2 {
    position: absolute;
    top: -38px; }
  .industry.processengineering .industries-block .block {
    display: inline-block;
    width: 13.785%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% -35px;
    float: left;
    margin-right: .5%;
    padding-top: 21%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 60px; }
    .industry.processengineering .industries-block .block .content {
      background: #fff;
      padding: 5px 10px 9px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      min-height: 75px; }
    .industry.processengineering .industries-block .block .kn-title {
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
      padding-top: 4px;
      text-transform: uppercase; }
      .industry.processengineering .industries-block .block .kn-title:before {
        width: 20px;
        height: 2px; }
  @media (max-width: 959px) {
    .industry.processengineering .industries-block .block {
      width: 19%;
      margin-right: 1.25%;
      padding-top: 28%; }
      .industry.processengineering .industries-block .block:nth-child(5n) {
        margin-right: 0%; } }
  @media (max-width: 640px) {
    .industry.processengineering .industries-block .block {
      width: 32%;
      margin-right: 2%;
      padding-top: 35%; }
      .industry.processengineering .industries-block .block:nth-child(5n) {
        margin-right: 2%; }
      .industry.processengineering .industries-block .block:nth-child(3n) {
        margin-right: 0%; } }
  @media (max-width: 480px) {
    .industry.processengineering .industries-block .block {
      width: 49%;
      margin-right: 2%;
      padding-top: 60%; }
      .industry.processengineering .industries-block .block:nth-child(5n) {
        margin-right: 2%; }
      .industry.processengineering .industries-block .block:nth-child(3n) {
        margin-right: 2%; }
      .industry.processengineering .industries-block .block:nth-child(2n) {
        margin-right: 0%; } }

.industry.processengineering .industry-group {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .industry.processengineering .industry-group {
      margin-bottom: 30px; } }

.industry.processengineering .industry .column:last-child:not(:first-child), .industry.processengineering .industry .columns:last-child:not(:first-child), .industry.processengineering .industry .columns:last-child:not(:first-child) {
  float: left; }

.industry.processengineering .industry .industry-block {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 64em) {
    .industry.processengineering .industry .industry-block {
      margin-bottom: 0; } }
  .industry.processengineering .industry .industry-block .content {
    width: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 62px;
    padding-top: 22px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #DB0F16;
    text-transform: uppercase;
    line-height: 1.0;
    font-weight: 900;
    font-size: 0.9375rem; }
    .industry.processengineering .industry .industry-block .content:before {
      position: absolute;
      top: 15px;
      left: 10px;
      content: '';
      width: 20px;
      height: 2px;
      background-color: #DB0F16; }

@media (max-width: 640px) {
  .industry.processengineering .industry .industry-block {
    padding-bottom: 140%; }
    .industry.processengineering .industry .industry-block .content {
      width: 100%; } }

.industry.foodfeed .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-food-and-feed-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.foodfeed .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-food-and-feed-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 200px;
  height: 95px; }

@media print {
  .industry.foodfeed .site-header {
    content: url("../images/katoennatie/industry/logo/logo-food-and-feed-normal.svg"); } }

.industry.sce .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-sce-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.sce .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-sce-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 250px;
  height: 95px; }

@media print {
  .industry.sce .site-header {
    content: url("../images/katoennatie/industry/logo/logo/logo-sce-normal.svg"); } }

.industry.gcc .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-gcc-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.gcc .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-gcc-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 265px;
  height: 95px; }

@media print {
  .industry.gcc .site-header {
    content: url("../images/katoennatie/industry/logo/logo-gcc-normal.svg"); } }

.industry.gcc .video-header {
  height: 65vh; }

.industry.gcc .business-line-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 20px 0; }
  .industry.gcc .business-line-icons__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (hover: hover) {
      .industry.gcc .business-line-icons__icon:hover > p:before {
        width: 52px; } }
  .industry.gcc .business-line-icons img {
    height: 25px;
    margin-left: 10px; }

.industry.gcc .intro-light-main-image {
  max-width: 520px;
  width: 100%;
  padding-bottom: 20px; }

.industry.gcc .info p {
  margin-bottom: 0; }

.industry.silocleaning .site-header.white .logo {
  background: url("../images/katoennatie/industry/logo/logo-silocleaning-normal.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain; }

.industry.silocleaning .site-header .logo {
  background: url("../images/katoennatie/industry/logo/logo-silocleaning-white.svg") no-repeat 0% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  width: 260px;
  height: 95px; }

@media print {
  .industry.silocleaning .site-header {
    content: url("../images/katoennatie/industry/logo/logo-silocleaning-normal.svg"); } }

.industry.silocleaning .opening-hours {
  border-collapse: collapse;
  width: 100%;
  max-width: 300px;
  color: #A8A8A8;
  margin-bottom: 50px;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .industry.silocleaning .opening-hours {
      margin-bottom: 10px; } }
  .industry.silocleaning .opening-hours:not(.full) {
    display: none; }
  .industry.silocleaning .opening-hours.full {
    width: 90%;
    max-width: none; }
  .industry.silocleaning .opening-hours tr:first-child td {
    position: relative; }
    .industry.silocleaning .opening-hours tr:first-child td span.hour {
      position: absolute;
      top: -25px;
      text-align: right; }
      .industry.silocleaning .opening-hours tr:first-child td span.hour.start {
        left: -50%; }
      .industry.silocleaning .opening-hours tr:first-child td span.hour.end {
        right: -10px; }
  .industry.silocleaning .opening-hours tr:not(:first-child) {
    height: 15px; }
    .industry.silocleaning .opening-hours tr:not(:first-child) td {
      position: relative; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td::before {
        position: absolute;
        content: '';
        bottom: -1px;
        right: -20%;
        height: 1px;
        width: 140%;
        background-color: #D8D8D8;
        z-index: 1; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td.open::before {
        height: 3px;
        bottom: -1.5px;
        background-color: #DB0F16;
        z-index: 2; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td:first-child {
        width: 80px;
        border-bottom: none; }
        .industry.silocleaning .opening-hours tr:not(:first-child) td:first-child::before {
          display: none; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td:nth-child(odd) {
        border-right: 0.6px solid #D8D8D8; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td:last-child {
        border-right: 0.6px solid #D8D8D8; }
      .industry.silocleaning .opening-hours tr:not(:first-child) td span.day {
        position: relative;
        top: 12px; }
        @media screen and (max-width: 768px) {
          .industry.silocleaning .opening-hours tr:not(:first-child) td span.day {
            font-size: 12px; } }
  .industry.silocleaning .opening-hours tr:last-child td {
    border-bottom: none;
    height: 10px; }
    .industry.silocleaning .opening-hours tr:last-child td::before {
      display: none; }

.industry.silocleaning .locations {
  height: 105vh;
  min-height: 970px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .industry.silocleaning .locations {
      height: 100vh;
      min-height: auto;
      overflow: hidden; } }
  .industry.silocleaning .locations #locations-map {
    height: 100%;
    width: 100vw; }
  .industry.silocleaning .locations .search {
    position: absolute;
    top: 80px;
    width: 300px;
    left: 10%;
    height: calc(100% - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 1230px) {
      .industry.silocleaning .locations .search {
        height: calc(100% - 160px); } }
    @media screen and (max-width: 768px) {
      .industry.silocleaning .locations .search {
        width: 80vw;
        left: 10vw;
        top: 40px;
        height: auto; } }
    .industry.silocleaning .locations .search .row, .industry.silocleaning .locations .search .column, .industry.silocleaning .locations .search .columns {
      height: 100%;
      padding: 0; }
    .industry.silocleaning .locations .search .search-block {
      position: relative; }
      .industry.silocleaning .locations .search .search-block input {
        background: 0 0;
        border: none;
        height: 40px;
        line-height: 20px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 11px;
        padding-right: 30px;
        background-color: white;
        background-image: url(../images/katoennatie/main/ico-search-loop-grey.svg);
        background-position: center left 10px;
        background-repeat: no-repeat;
        -webkit-background-size: 16px auto;
        background-size: 16px auto;
        padding-left: 35px;
        margin-bottom: 0; }
      .industry.silocleaning .locations .search .search-block .reset-search {
        width: 30px;
        height: 40px;
        right: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        background: #fff url(../images/katoennatie/main/ico-close-grey.svg) no-repeat 50% 50%;
        -webkit-background-size: 40% auto;
        background-size: 40% auto;
        border-left: 1px solid #d7d7d7;
        display: none; }
    .industry.silocleaning .locations .search .filters-block {
      width: 100%;
      background-color: white;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.05);
      height: 30px;
      z-index: 10;
      max-height: auto; }
      .industry.silocleaning .locations .search .filters-block .show-filters {
        display: block;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: white;
        background-color: #DB0F16;
        background-image: url(../images/katoennatie/main/ico-filter.svg);
        -webkit-background-size: 15px 15px;
                background-size: 15px;
        background-repeat: no-repeat;
        background-position: left 12px center;
        cursor: pointer; }
        .industry.silocleaning .locations .search .filters-block .show-filters .show-text {
          display: block; }
        .industry.silocleaning .locations .search .filters-block .show-filters .hide-text {
          display: none; }
      .industry.silocleaning .locations .search .filters-block.open {
        height: auto;
        overflow: visible; }
        .industry.silocleaning .locations .search .filters-block.open .show-filters {
          background-color: #666;
          background-image: url(../images/katoennatie/main/ico-close-white.svg);
          -webkit-background-size: 12px 12px;
                  background-size: 12px; }
          .industry.silocleaning .locations .search .filters-block.open .show-filters .hide-text {
            display: block; }
          .industry.silocleaning .locations .search .filters-block.open .show-filters .show-text {
            display: none; }
        .industry.silocleaning .locations .search .filters-block.open ul {
          display: block; }
      .industry.silocleaning .locations .search .filters-block ul {
        list-style: none;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
        overflow: auto;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .industry.silocleaning .locations .search .filters-block ul {
            display: none;
            height: 90%; } }
        .industry.silocleaning .locations .search .filters-block ul li {
          padding: 2px 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1.0; }
          .industry.silocleaning .locations .search .filters-block ul li .checkbox {
            margin-bottom: 0;
            background: #E9E9E9;
            border-radius: 4px;
            width: 15px;
            height: 15px;
            margin-right: 15px;
            -webkit-appearance: none;
            appearance: none;
            margin-top: -2px;
            outline: none;
            position: relative;
            cursor: pointer; }
            .industry.silocleaning .locations .search .filters-block ul li .checkbox:checked::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 3px;
              height: 17px;
              width: 17px;
              background-image: url(../images/katoennatie/main/ico-check.svg);
              -webkit-background-size: 17px 17px;
                      background-size: 17px;
              background-repeat: no-repeat;
              background-position: center; }
    .industry.silocleaning .locations .search .results-block {
      width: 100%;
      max-height: calc(100% - 200px);
      height: auto;
      background-color: white;
      overflow: auto;
      position: relative;
      z-index: 1;
      -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 768px) {
        .industry.silocleaning .locations .search .results-block {
          max-height: 70vh;
          height: auto; } }
      .industry.silocleaning .locations .search .results-block .header {
        background-color: #666666;
        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;
        color: white;
        height: 30px; }
        .industry.silocleaning .locations .search .results-block .header .station-header {
          padding-left: 20px; }
        .industry.silocleaning .locations .search .results-block .header .counter-header {
          width: 70px;
          border-left: 1px solid #EDEDED;
          text-align: center; }
          .industry.silocleaning .locations .search .results-block .header .counter-header img {
            display: inline-block;
            height: 13px; }
      .industry.silocleaning .locations .search .results-block ul {
        list-style: none;
        margin: 0; }
        .industry.silocleaning .locations .search .results-block ul li {
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .industry.silocleaning .locations .search .results-block ul li:not(.no-result):hover {
            background-color: #F0F0F0; }
          .industry.silocleaning .locations .search .results-block ul li.no-result {
            padding: 9px 20px; }
          .industry.silocleaning .locations .search .results-block ul li .address {
            font-size: 13px;
            display: block;
            color: #959595; }
          .industry.silocleaning .locations .search .results-block ul li .name {
            padding-left: 20px;
            padding-top: 9px;
            padding-bottom: 9px; }
          .industry.silocleaning .locations .search .results-block ul li .counter {
            width: 70px;
            text-align: center;
            border-left: 1px solid #EDEDED;
            padding-top: 9px;
            padding-bottom: 9px; }
            .industry.silocleaning .locations .search .results-block ul li .counter .loader {
              height: 15px;
              width: 15px;
              background-image: url(../images/katoennatie/main/loader.svg);
              -webkit-background-size: 15px 15px;
                      background-size: 15px;
              background-position: center;
              background-repeat: no-repeat;
              display: inline-block;
              position: relative; }
  .industry.silocleaning .locations .detail-block {
    width: 300px;
    height: auto;
    max-height: calc(100% - 202px);
    margin-top: 42px;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-left: 2px;
    position: absolute;
    top: 80px;
    left: calc(10% + 300px);
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 0;
    overflow-y: auto;
    display: none;
    -webkit-transform: translateX(-50px);
    -khtml-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .industry.silocleaning .locations .detail-block .close {
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 15px;
      border-radius: 100%;
      z-index: 999;
      text-indent: -9999px;
      overflow: hidden;
      background: #DB0F16 url(../images/katoennatie/main/ico-close-white.svg) no-repeat 50% 50%;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .industry.silocleaning .locations .detail-block .close:hover {
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        -webkit-transform: scale(1.05);
        -khtml-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    @media screen and (max-width: 1230px) {
      .industry.silocleaning .locations .detail-block {
        width: 35vw;
        z-index: 10; } }
    @media screen and (max-width: 768px) {
      .industry.silocleaning .locations .detail-block {
        width: 100vw;
        left: 0;
        bottom: 0;
        height: 100%;
        max-height: none;
        top: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        overflow: hidden;
        z-index: 999;
        position: fixed;
        -webkit-transform: translateY(-100vh);
        -khtml-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh); }
        .industry.silocleaning .locations .detail-block.active {
          -webkit-transform: translateY(0);
          -khtml-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          overflow-y: auto; }
        .industry.silocleaning .locations .detail-block .close {
          display: block;
          position: absolute;
          top: 10px;
          right: 20px;
          background-color: #DB0F16;
          background-image: url(../images/katoennatie/main/ico-close-white.svg);
          -webkit-background-size: 10px 10px;
                  background-size: 10px;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 100%;
          height: 40px;
          width: 40px;
          text-indent: -999px;
          overflow: hidden;
          z-index: 12; } }
    .industry.silocleaning .locations .detail-block.active {
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      display: block; }
    .industry.silocleaning .locations .detail-block .image {
      width: 100%;
      height: 200px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center; }
    .industry.silocleaning .locations .detail-block .name {
      margin-bottom: 0px;
      font-weight: 500;
      margin-top: 200px; }
    .industry.silocleaning .locations .detail-block .address {
      color: #959595;
      width: 150px; }
    .industry.silocleaning .locations .detail-block .facilities {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px;
      margin-top: 15px; }
      .industry.silocleaning .locations .detail-block .facilities .icon {
        height: 25px;
        width: 25px;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        margin-right: 15px;
        margin-bottom: 10px; }
    .industry.silocleaning .locations .detail-block .phone {
      padding-left: 20px;
      position: relative;
      margin-bottom: 5px; }
      .industry.silocleaning .locations .detail-block .phone::before {
        content: 'T';
        position: absolute;
        top: 0;
        left: 0;
        color: #DB0F16;
        font-weight: 500; }
    .industry.silocleaning .locations .detail-block .email {
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px; }
      .industry.silocleaning .locations .detail-block .email::before {
        content: '@';
        position: absolute;
        top: 0;
        left: 0;
        color: #DB0F16;
        font-weight: 700; }
      .industry.silocleaning .locations .detail-block .email a {
        display: inline-block;
        color: #222222; }
        .industry.silocleaning .locations .detail-block .email a:hover {
          text-decoration: underline; }
    .industry.silocleaning .locations .detail-block .get-directions {
      background-image: url(../images/katoennatie/main/ico-direction-red.svg);
      -webkit-background-size: 18px 18px;
              background-size: 18px;
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 30px;
      color: #DB0F16;
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .industry.silocleaning .locations .detail-block .get-directions {
          margin-bottom: 10px; } }
    .industry.silocleaning .locations .detail-block .button {
      display: block;
      width: 150px; }

.industry.silocleaning .request-quote {
  padding: 80px 0px; }
  .industry.silocleaning .request-quote select {
    background-color: #F7F7F7;
    border-color: #EEE;
    color: #666;
    border-radius: 4px; }
  .industry.silocleaning .request-quote .textfield {
    padding: 14px 15px;
    height: auto;
    background-color: #F7F7F7;
    color: #838383;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .industry.silocleaning .request-quote .textfield.contact-message {
      resize: none; }
  .industry.silocleaning .request-quote .wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #DB0F16; }
  .industry.silocleaning .request-quote .wpcf7-response-output {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
    .industry.silocleaning .request-quote .wpcf7-response-output.wpcf7-validation-errors {
      border: 1px solid #DB0F16;
      color: #DB0F16; }
    .industry.silocleaning .request-quote .wpcf7-response-output.wpcf7-mail-sent-ok {
      border: 1px solid #8BC34A;
      color: #8BC34A; }
  .industry.silocleaning .request-quote div.wpcf7 .ajax-loader {
    display: none; }
  .industry.silocleaning .request-quote .button {
    border: none;
    float: right; }
  .industry.silocleaning .request-quote .contact-info .name {
    margin-bottom: 0px;
    font-weight: 500;
    margin-top: 35px; }
  .industry.silocleaning .request-quote .contact-info .address {
    color: #959595;
    width: 150px; }
  .industry.silocleaning .request-quote .contact-info .phone {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px; }
    .industry.silocleaning .request-quote .contact-info .phone::before {
      content: 'T';
      position: absolute;
      top: 0;
      left: 0;
      color: #DB0F16;
      font-weight: 500; }
  .industry.silocleaning .request-quote .contact-info .email {
    padding-left: 25px;
    position: relative;
    margin-bottom: 40px; }
    .industry.silocleaning .request-quote .contact-info .email::before {
      content: '@';
      position: absolute;
      top: 0;
      left: 0;
      color: #DB0F16;
      font-weight: 700; }
    .industry.silocleaning .request-quote .contact-info .email a {
      display: inline-block;
      color: #222222; }

.industry.silocleaning .queue-indictator h2 {
  margin-bottom: 9px; }

.industry.silocleaning .queue-indictator .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500; }

.industry.silocleaning .queue-indictator .counter {
  display: none; }
  .industry.silocleaning .queue-indictator .counter.show {
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    top: -2px;
    position: relative; }

.industry.silocleaning .queue-indictator img {
  height: 20px; }

.industry.silocleaning .queue-indictator .counter-container {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.industry.silocleaning .queue-indictator .loader {
  height: 20px;
  width: 20px;
  background-image: url(../images/katoennatie/main/loader.svg);
  -webkit-background-size: 20px 20px;
          background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-left: 5px; }

.industry.silocleaning.page-template-page-industry-home-silocleaning {
  overflow-x: hidden; }
  .industry.silocleaning.page-template-page-industry-home-silocleaning .services-block {
    padding: 80px 0px; }

.industry.silocleaning.single-cleaning-stations {
  overflow-x: hidden; }
  .industry.silocleaning.single-cleaning-stations .site-header.white {
    border: none; }
  .industry.silocleaning.single-cleaning-stations .video-header {
    height: 40vh; }
  .industry.silocleaning.single-cleaning-stations .intro {
    padding-top: 80px;
    padding-bottom: 80px; }
  .industry.silocleaning.single-cleaning-stations .general-info {
    background-color: #F6F6F6;
    margin-top: 70px; }
    .industry.silocleaning.single-cleaning-stations .general-info .row {
      height: 100%;
      position: relative; }
    .industry.silocleaning.single-cleaning-stations .general-info .columns {
      height: 100%; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .map {
        padding: 0;
        min-height: 100vh;
        height: 100%;
        width: 100%; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns.info {
        padding-top: 80px;
        padding-bottom: 50px; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .name {
        margin-bottom: 0px;
        font-weight: 500;
        margin-top: 50px; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .address {
        width: 150px; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .phone {
        padding-left: 20px;
        position: relative;
        margin-bottom: 5px; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .phone::before {
          content: 'T';
          position: absolute;
          top: 0;
          left: 0;
          color: #DB0F16;
          font-weight: 500; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .email {
        padding-left: 25px;
        position: relative;
        margin-bottom: 10px; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .email::before {
          content: '@';
          position: absolute;
          top: 0;
          left: 0;
          color: #DB0F16;
          font-weight: 700; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .email a {
          display: inline-block;
          color: #222222; }
          .industry.silocleaning.single-cleaning-stations .general-info .columns .email a:hover {
            text-decoration: underline; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .facilities {
        margin-bottom: 10px;
        margin-top: 30px; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .facilities h2 {
          margin-bottom: 0; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .facilities .columns .image {
          height: 40px;
          width: 40px;
          margin-right: 20px; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .facilities .columns span {
          color: #0a0a0a;
          font-weight: 200; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .get-directions {
        background-image: url(../images/katoennatie/main/ico-direction-red.svg);
        -webkit-background-size: 18px 18px;
                background-size: 18px;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 30px;
        color: #DB0F16;
        display: inline-block;
        margin-bottom: 50px;
        font-weight: 700; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .get-directions:hover {
          text-decoration: underline; }
      .industry.silocleaning.single-cleaning-stations .general-info .columns .columns {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px; }
        .industry.silocleaning.single-cleaning-stations .general-info .columns .columns h2 {
          color: #333;
          margin-left: 0 !important;
          font-size: 18px; }
  .industry.silocleaning.single-cleaning-stations .content {
    padding-top: 150px;
    padding-bottom: 150px; }
    .industry.silocleaning.single-cleaning-stations .content .row {
      margin-bottom: 80px; }
      .industry.silocleaning.single-cleaning-stations .content .row .columns .image {
        width: 100%; }

.industry.silocleaning.page-template-page-choose-language .site-header {
  display: none; }

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