@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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;
  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;
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-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) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*
BlaulichtMeile 	
ClubZukunft 	
GirlsMINTCamp 	
IdeenHalle 8 	
Campus der Ideen 	
IdeenHalle 7 	
IdeenHalle 9 	
KinderUni 	
OutdoorPark 	
*/
/*
@navbar-default-link-color:                @gray-dark;
@navbar-default-link-hover-color:          #000;
@navbar-default-link-hover-bg:             transparent;
@navbar-default-link-active-color:         @brand-primary;
@navbar-default-link-active-bg:            transparent;
@navbar-default-link-disabled-color:       #ccc;
@navbar-default-link-disabled-bg:          transparent;
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.625;
  color: #000000;
  background-color: #f2f2f2;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ec4d19;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ec4d19;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 12px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 29px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 57px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 14.5px;
}
.lead {
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ededed;
}
.text-primary {
  color: #ec4d19;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c23c10;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ec4d19;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c23c10;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 29px;
}
dt,
dd {
  line-height: 1.625;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14.5px 29px;
  margin: 0 0 29px;
  font-size: 22.5px;
  border-left: 5px solid #f2f2f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #ededed;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 29px;
  font-style: normal;
  line-height: 1.625;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14px;
  margin: 0 0 14.5px;
  font-size: 17px;
  line-height: 1.625;
  color: #626366;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .container {
    width: 1236px;
  }
}
.container-fluid {
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -18px;
  margin-left: -18px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1236px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ededed;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 29px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f2f2f2;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 27px;
  line-height: inherit;
  color: #626366;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 13px;
  font-size: 18px;
  line-height: 1.625;
  color: #4d4d4d;
}
.form-control {
  display: block;
  width: 100%;
  height: 40;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  color: #4d4d4d;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 81px;
  }
}
.form-group {
  margin-bottom: 0px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 29px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 47px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 38px;
  line-height: 38px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 38px;
  line-height: 38px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 38px;
  min-height: 45px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 81px;
  padding: 24px 32px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 12px;
}
select.input-lg {
  height: 81px;
  line-height: 81px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 81px;
  padding: 24px 32px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.form-group-lg select.form-control {
  height: 81px;
  line-height: 81px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 81px;
  min-height: 52px;
  padding: 25px 32px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40;
  height: 40;
  line-height: 40;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 81px;
  height: 81px;
  line-height: 81px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 34px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 42px;
}
.form-horizontal .form-group {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 13px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 18px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 25px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ec4d19;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ec4d19;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ec4d19;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ec4d19;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #ec4d19;
}
.btn-primary {
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.btn-primary .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #ec4d19;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ec4d19;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ededed;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 24px 32px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 18px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid none;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 13.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.625;
  color: #626366;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #222222;
  text-decoration: none;
  background-color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #222222;
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ededed;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.625;
  color: #ededed;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 81px;
  padding: 24px 32px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 12px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 81px;
  line-height: 81px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  line-height: 38px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
}
.input-group-addon.input-lg {
  padding: 24px 32px;
  font-size: 23px;
  border-radius: 12px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #ededed;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ededed;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #ec4d19;
}
.nav .nav-divider {
  height: 1px;
  margin: 13.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4d4d4d;
  cursor: default;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 18px;
  padding-left: 18px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 80vh;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 80px;
  padding: 25.5px 18px;
  font-size: 23px;
  line-height: 29px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -18px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 18px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.75px -18px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 29px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 29px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25.5px;
    padding-bottom: 25.5px;
  }
}
.navbar-form {
  padding: 10px 18px;
  margin-right: -18px;
  margin-left: -18px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-sm {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-right: 18px;
    margin-left: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -18px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ec4d19;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ec4d19;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ec4d19;
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ec4d19;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ec4d19;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-link {
  color: #000000;
}
.navbar-default .navbar-link:hover {
  color: #ec4d19;
}
.navbar-default .btn-link {
  color: #000000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ec4d19;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 29px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #ededed;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 29px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 24px;
  margin-left: -1px;
  line-height: 1.625;
  color: #ec4d19;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ec4d19;
  background-color: #f2f2f2;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #ec4d19;
  border-color: #ec4d19;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ededed;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 24px 32px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pager {
  padding-left: 0;
  margin: 29px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ededed;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ededed;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #d4d4d4;
}
.label-primary {
  background-color: #ec4d19;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c23c10;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ededed;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 29px;
  line-height: 1.625;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ec4d19;
}
.thumbnail .caption {
  padding: 9px;
  color: #000000;
}
.alert {
  padding: 15px;
  margin-bottom: 29px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 29px;
  margin-bottom: 29px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  text-align: center;
  background-color: #ec4d19;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #ededed;
  cursor: not-allowed;
  background-color: #f2f2f2;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ededed;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 29px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 15px 30px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 30px;
  padding-left: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 29px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ededed;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #ededed;
  border-color: #ededed;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ededed;
}
.panel-default > .panel-heading .badge {
  color: #ededed;
  background-color: #000000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ededed;
}
.panel-primary {
  border-color: #ec4d19;
}
.panel-primary > .panel-heading {
  color: #000000;
  background-color: #ec4d19;
  border-color: #ec4d19;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ec4d19;
}
.panel-primary > .panel-heading .badge {
  color: #ec4d19;
  background-color: #000000;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ec4d19;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 12px;
}
.well-sm {
  padding: 9px;
  border-radius: 4px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.modal-header {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.625;
}
.modal-body {
  position: relative;
  padding: 32px;
}
.modal-footer {
  padding: 32px;
  text-align: right;
  border-top: 1px solid #ffffff;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1200px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 60%;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 18px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #ec4d19;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: #ec4d19;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: #ec4d19;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #ec4d19;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #ec4d19;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 18px;
  background-color: #ec4d19;
  border-bottom: 1px solid #da4312;
  border-radius: 11px 11px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.filter-wrapper:before,
.filter-wrapper:after,
.user-pass:before,
.user-pass:after,
.user-login-form:before,
.user-login-form:after,
.user-register-form:before,
.user-register-form:after,
.page-node-126 .region-content:before,
.page-node-126 .region-content:after,
.section-workshops .view-empty:before,
.section-workshops .view-empty:after,
.section-exponate .view-empty:before,
.section-exponate .view-empty:after,
.section-roadshow .view-empty:before,
.section-roadshow .view-empty:after,
.section-liveprogramm .view-empty:before,
.section-liveprogramm .view-empty:after,
.section-karrieremarkt .view-empty:before,
.section-karrieremarkt .view-empty:after,
.section-mediathek .view-empty:before,
.section-mediathek .view-empty:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.filter-wrapper:after,
.user-pass:after,
.user-login-form:after,
.user-register-form:after,
.page-node-126 .region-content:after,
.section-workshops .view-empty:after,
.section-exponate .view-empty:after,
.section-roadshow .view-empty:after,
.section-liveprogramm .view-empty:after,
.section-karrieremarkt .view-empty:after,
.section-mediathek .view-empty:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1236px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1236px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1236px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1236px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1236px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}
.alert a {
  font-weight: bold;
}
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}
/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #ededed;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #ec4d19;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: #ffffff;
}
html.js .ajax-new-content:empty {
  display: none !important;
}
/**
 * @file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field--label,
[dir="rtl"] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}
.field--label-inline .field--label::after {
  content: ':';
}
/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #ec4d19;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.file > span:first-child {
  border-left: 1px solid #cccccc;
}
.file > span:last-child {
  border-right: 1px solid #cccccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a,
.file-link a:hover,
.file-link a:focus,
.file-link a:active {
  color: inherit;
}
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}
/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-top: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}
/**
 * Form styles.
 */
table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}
/*
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  .form-inline & {
    width: auto;
  }
  .input-group & {
    display: table-cell;
    // Reset rounded corners
    &:first-child .form-control:first-child {
      .border-left-radius(@border-radius-base);
    }
    &:last-child .form-control:first-child {
      .border-right-radius(@border-radius-base);
    }
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    padding-right: 2em;
    &::-ms-expand {
      opacity: 0;
    }
  }
  &:after {
    color: @brand-primary;
    content: '▼';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: .5em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;

    // Use a more stylish icon if the theme uses glyphicons.
    .has-glyphicons & {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e114'; // .glyphicon-chevron-down
      display: inline-block;
      font-family: 'Glyphicons Halflings';
    }
    .has-error & {
      color: @state-danger-text;
    }
    .has-success & {
      color: @state-success-text;
    }
    .has-warning & {
      color: @state-warning-text;
    }
  }
} */
/*
.form-required:after {
  background-image: url('@{image-path}/required.svg');
  background-size: 10px 7px;
  content:"";
  display: inline-block;
  vertical-align: super;
  line-height:1;
  height: 7px;
  width: 10px;
} */
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}
/**
 * Icon styles.
 */
a.icon-before .glyphicon,
a .glyphicon.icon-before {
  margin-right: .25em;
}
a.icon-after .glyphicon,
a .glyphicon.icon-after {
  margin-left: .25em;
}
.btn.icon-before .glyphicon,
.btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.btn.icon-after .glyphicon,
.btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 98px;
}
@media (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1236px) {
  .navbar.container {
    max-width: 1200px;
  }
}
.navbar .logo {
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 992px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}
.node-preview-container {
  margin-top: -18px;
}
.node-preview-form-select {
  padding: 18px;
}
/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title,
.panel-title:hover,
.panel-title:focus,
.panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus,
.panel-title:hover {
  text-decoration: none;
}
/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 0px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 16px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}
/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}
.tabledrag-handle {
  color: #ededed;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover,
.tabledrag-handle:focus {
  color: #ec4d19;
}
.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}
.tabs--secondary {
  margin: 10px 0 5px;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #ededed;
  font-size: 16px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 6px 6px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 6px 6px 6px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 6px 0 0 6px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f2f2f2 #dddddd #f2f2f2 #f2f2f2;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 6px 6px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2 #dddddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray,
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}
body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 18px;
}
/**
 * jQuery UI autocomplete widget style overrides.
 *
 * @todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid none;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #626366;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.625;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #ffffff;
  color: #222222;
}
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #ffffff;
  color: #222222;
}
ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
}
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 23px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
.help-block,
.control-group .help-inline {
  color: #4d4d4d;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child,
.control-group .help-inline:first-child {
  margin-top: 0;
}
.region-header .tabs--primary {
  margin-top: 32px;
  margin-bottom: 32px;
}
.user-pass,
.user-login-form,
.user-register-form {
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .user-pass,
  .user-login-form,
  .user-register-form {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .user-pass,
  .user-login-form,
  .user-register-form {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .user-pass,
  .user-login-form,
  .user-register-form {
    width: 1236px;
  }
}
.user-pass > .navbar-header,
.user-login-form > .navbar-header,
.user-register-form > .navbar-header,
.user-pass > .navbar-collapse,
.user-login-form > .navbar-collapse,
.user-register-form > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .user-pass > .navbar-header,
  .user-login-form > .navbar-header,
  .user-register-form > .navbar-header,
  .user-pass > .navbar-collapse,
  .user-login-form > .navbar-collapse,
  .user-register-form > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.user-pass .button,
.user-login-form .button,
.user-register-form .button {
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  padding: 12px 24px !important;
  font-size: 18px !important;
  line-height: 1.625 !important;
  border-radius: 6px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  font-size: 16px !important;
  line-height: 30px !important;
  padding: 8px 36px !important;
  text-transform: none !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  position: relative !important;
  z-index: 1 !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  display: inline-block !important;
  font-family: Fago, Arial, sans-serif !important;
  color: #ffffff !important;
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
  overflow: hidden !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.user-pass .button:focus,
.user-login-form .button:focus,
.user-register-form .button:focus,
.user-pass .button:active:focus,
.user-login-form .button:active:focus,
.user-register-form .button:active:focus,
.user-pass .button.active:focus,
.user-login-form .button.active:focus,
.user-register-form .button.active:focus,
.user-pass .button.focus,
.user-login-form .button.focus,
.user-register-form .button.focus,
.user-pass .button:active.focus,
.user-login-form .button:active.focus,
.user-register-form .button:active.focus,
.user-pass .button.active.focus,
.user-login-form .button.active.focus,
.user-register-form .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.user-pass .button:hover,
.user-login-form .button:hover,
.user-register-form .button:hover,
.user-pass .button:focus,
.user-login-form .button:focus,
.user-register-form .button:focus,
.user-pass .button.focus,
.user-login-form .button.focus,
.user-register-form .button.focus {
  color: #ec4d19 !important;
  text-decoration: none !important;
}
.user-pass .button:active,
.user-login-form .button:active,
.user-register-form .button:active,
.user-pass .button.active,
.user-login-form .button.active,
.user-register-form .button.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.user-pass .button.disabled,
.user-login-form .button.disabled,
.user-register-form .button.disabled,
.user-pass .button[disabled],
.user-login-form .button[disabled],
.user-register-form .button[disabled],
fieldset[disabled] .user-pass .button,
fieldset[disabled] .user-login-form .button,
fieldset[disabled] .user-register-form .button {
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.user-pass .button.disabled,
a.user-login-form .button.disabled,
a.user-register-form .button.disabled,
fieldset[disabled] a.user-pass .button,
fieldset[disabled] a.user-login-form .button,
fieldset[disabled] a.user-register-form .button {
  pointer-events: none !important;
}
.user-pass .button.icon-before .glyphicon,
.user-login-form .button.icon-before .glyphicon,
.user-register-form .button.icon-before .glyphicon,
.user-pass .button .glyphicon.icon-before,
.user-login-form .button .glyphicon.icon-before,
.user-register-form .button .glyphicon.icon-before {
  margin-left: -0.25em !important;
  margin-right: .25em !important;
}
.user-pass .button.icon-after .glyphicon,
.user-login-form .button.icon-after .glyphicon,
.user-register-form .button.icon-after .glyphicon,
.user-pass .button .glyphicon.icon-after,
.user-login-form .button .glyphicon.icon-after,
.user-register-form .button .glyphicon.icon-after {
  margin-left: .25em !important;
  margin-right: -0.25em !important;
}
.user-pass .button.arrow-right:after,
.user-login-form .button.arrow-right:after,
.user-register-form .button.arrow-right:after {
  transition: all 0.5s !important;
  font-family: 'icomoon' !important;
  content: "\e902" !important;
  display: inline-block !important;
  text-align: right !important;
  margin-left: 16px !important;
}
.user-pass .button.arrow-right:hover:after,
.user-login-form .button.arrow-right:hover:after,
.user-register-form .button.arrow-right:hover:after {
  margin-left: 20px !important;
}
.user-pass .button.phone-left:before,
.user-login-form .button.phone-left:before,
.user-register-form .button.phone-left:before {
  font-family: 'icomoon' !important;
  content: "\e92f" !important;
  display: inline-block !important;
  margin-right: 10px !important;
  text-align: left !important;
}
.user-pass .button i,
.user-login-form .button i,
.user-register-form .button i {
  margin-right: 8px !important;
  font-size: 18px !important;
}
.user-pass .button:focus,
.user-login-form .button:focus,
.user-register-form .button:focus,
.user-pass .button.focus,
.user-login-form .button.focus,
.user-register-form .button.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.user-pass .button:hover,
.user-login-form .button:hover,
.user-register-form .button:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.user-pass .button:active,
.user-login-form .button:active,
.user-register-form .button:active,
.user-pass .button.active,
.user-login-form .button.active,
.user-register-form .button.active,
.open > .dropdown-toggle.user-pass .button,
.open > .dropdown-toggle.user-login-form .button,
.open > .dropdown-toggle.user-register-form .button {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.user-pass .button:active:hover,
.user-login-form .button:active:hover,
.user-register-form .button:active:hover,
.user-pass .button.active:hover,
.user-login-form .button.active:hover,
.user-register-form .button.active:hover,
.open > .dropdown-toggle.user-pass .button:hover,
.open > .dropdown-toggle.user-login-form .button:hover,
.open > .dropdown-toggle.user-register-form .button:hover,
.user-pass .button:active:focus,
.user-login-form .button:active:focus,
.user-register-form .button:active:focus,
.user-pass .button.active:focus,
.user-login-form .button.active:focus,
.user-register-form .button.active:focus,
.open > .dropdown-toggle.user-pass .button:focus,
.open > .dropdown-toggle.user-login-form .button:focus,
.open > .dropdown-toggle.user-register-form .button:focus,
.user-pass .button:active.focus,
.user-login-form .button:active.focus,
.user-register-form .button:active.focus,
.user-pass .button.active.focus,
.user-login-form .button.active.focus,
.user-register-form .button.active.focus,
.open > .dropdown-toggle.user-pass .button.focus,
.open > .dropdown-toggle.user-login-form .button.focus,
.open > .dropdown-toggle.user-register-form .button.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.user-pass .button.disabled:hover,
.user-login-form .button.disabled:hover,
.user-register-form .button.disabled:hover,
.user-pass .button[disabled]:hover,
.user-login-form .button[disabled]:hover,
.user-register-form .button[disabled]:hover,
fieldset[disabled] .user-pass .button:hover,
fieldset[disabled] .user-login-form .button:hover,
fieldset[disabled] .user-register-form .button:hover,
.user-pass .button.disabled:focus,
.user-login-form .button.disabled:focus,
.user-register-form .button.disabled:focus,
.user-pass .button[disabled]:focus,
.user-login-form .button[disabled]:focus,
.user-register-form .button[disabled]:focus,
fieldset[disabled] .user-pass .button:focus,
fieldset[disabled] .user-login-form .button:focus,
fieldset[disabled] .user-register-form .button:focus,
.user-pass .button.disabled.focus,
.user-login-form .button.disabled.focus,
.user-register-form .button.disabled.focus,
.user-pass .button[disabled].focus,
.user-login-form .button[disabled].focus,
.user-register-form .button[disabled].focus,
fieldset[disabled] .user-pass .button.focus,
fieldset[disabled] .user-login-form .button.focus,
fieldset[disabled] .user-register-form .button.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.user-pass .button .badge,
.user-login-form .button .badge,
.user-register-form .button .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.user-pass .button:focus,
.user-login-form .button:focus,
.user-register-form .button:focus,
.user-pass .button.focus,
.user-login-form .button.focus,
.user-register-form .button.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.user-pass .button:hover,
.user-login-form .button:hover,
.user-register-form .button:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.user-pass .button:active,
.user-login-form .button:active,
.user-register-form .button:active,
.user-pass .button.active,
.user-login-form .button.active,
.user-register-form .button.active,
.open > .dropdown-toggle.user-pass .button,
.open > .dropdown-toggle.user-login-form .button,
.open > .dropdown-toggle.user-register-form .button {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.user-pass .button:active:hover,
.user-login-form .button:active:hover,
.user-register-form .button:active:hover,
.user-pass .button.active:hover,
.user-login-form .button.active:hover,
.user-register-form .button.active:hover,
.open > .dropdown-toggle.user-pass .button:hover,
.open > .dropdown-toggle.user-login-form .button:hover,
.open > .dropdown-toggle.user-register-form .button:hover,
.user-pass .button:active:focus,
.user-login-form .button:active:focus,
.user-register-form .button:active:focus,
.user-pass .button.active:focus,
.user-login-form .button.active:focus,
.user-register-form .button.active:focus,
.open > .dropdown-toggle.user-pass .button:focus,
.open > .dropdown-toggle.user-login-form .button:focus,
.open > .dropdown-toggle.user-register-form .button:focus,
.user-pass .button:active.focus,
.user-login-form .button:active.focus,
.user-register-form .button:active.focus,
.user-pass .button.active.focus,
.user-login-form .button.active.focus,
.user-register-form .button.active.focus,
.open > .dropdown-toggle.user-pass .button.focus,
.open > .dropdown-toggle.user-login-form .button.focus,
.open > .dropdown-toggle.user-register-form .button.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.user-pass .button.disabled:hover,
.user-login-form .button.disabled:hover,
.user-register-form .button.disabled:hover,
.user-pass .button[disabled]:hover,
.user-login-form .button[disabled]:hover,
.user-register-form .button[disabled]:hover,
fieldset[disabled] .user-pass .button:hover,
fieldset[disabled] .user-login-form .button:hover,
fieldset[disabled] .user-register-form .button:hover,
.user-pass .button.disabled:focus,
.user-login-form .button.disabled:focus,
.user-register-form .button.disabled:focus,
.user-pass .button[disabled]:focus,
.user-login-form .button[disabled]:focus,
.user-register-form .button[disabled]:focus,
fieldset[disabled] .user-pass .button:focus,
fieldset[disabled] .user-login-form .button:focus,
fieldset[disabled] .user-register-form .button:focus,
.user-pass .button.disabled.focus,
.user-login-form .button.disabled.focus,
.user-register-form .button.disabled.focus,
.user-pass .button[disabled].focus,
.user-login-form .button[disabled].focus,
.user-register-form .button[disabled].focus,
fieldset[disabled] .user-pass .button.focus,
fieldset[disabled] .user-login-form .button.focus,
fieldset[disabled] .user-register-form .button.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.user-pass .button .badge,
.user-login-form .button .badge,
.user-register-form .button .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.user-pass .button:link:after,
.user-login-form .button:link:after,
.user-register-form .button:link:after,
.user-pass .button:visited:after,
.user-login-form .button:visited:after,
.user-register-form .button:visited:after {
  content: "" !important;
  position: absolute !important;
  height: 0% !important;
  left: 50% !important;
  top: 50% !important;
  width: 150% !important;
  z-index: -1 !important;
  -webkit-transition: all 0.75s ease 0s !important;
  -moz-transition: all 0.75s ease 0s !important;
  -o-transition: all 0.75s ease 0s !important;
  transition: all 0.75s ease 0s !important;
}
.user-pass .button:link:hover:after,
.user-login-form .button:link:hover:after,
.user-register-form .button:link:hover:after,
.user-pass .button:visited:hover:after,
.user-login-form .button:visited:hover:after,
.user-register-form .button:visited:hover:after {
  height: 450% !important;
}
.user-pass .button:hover,
.user-login-form .button:hover,
.user-register-form .button:hover {
  color: #fff !important !important;
}
.user-pass .button:hover:before,
.user-login-form .button:hover:before,
.user-register-form .button:hover:before {
  left: 0% !important;
  right: auto !important;
  width: 500px !important;
}
.user-pass .button:before,
.user-login-form .button:before,
.user-register-form .button:before {
  display: block !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  height: 100% !important;
  width: 0px !important;
  z-index: -1 !important;
  content: '' !important;
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.user-pass ul,
.user-login-form ul,
.user-register-form ul {
  display: none;
}
#searchform-flyout .trigger,
#search-block-form .trigger,
#search-form .trigger {
  display: none !important;
}
#searchform-flyout .form-control,
#search-block-form .form-control,
#search-form .form-control {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  height: unset;
  border-color: black;
  height: 40px;
  min-width: 250px;
}
#searchform-flyout .help-block,
#search-block-form .help-block,
#search-form .help-block {
  display: none;
}
#searchform-flyout button,
#search-block-form button,
#search-form button {
  height: 40px;
  box-shadow: none;
  color: #000000;
  border-color: black;
  border-left: 0px solid transparent;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 22px;
  padding: 8px;
  line-height: 22px;
  background: transparent;
  background-image: none;
  background-color: white;
}
#searchform-flyout button:before,
#search-block-form button:before,
#search-form button:before,
#searchform-flyout button:after,
#search-block-form button:after,
#search-form button:after {
  display: none;
}
#searchform-flyout button:hover,
#search-block-form button:hover,
#search-form button:hover {
  opacity: 1;
  color: #ec4d19 !important;
}
.popover-title {
  color: white;
  text-transform: none;
  font-weight: normal;
}
.region-highlighted .alert {
  margin-top: 16px;
}
.carousel-indicators li {
  background-color: white;
  border: none !important;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin: 2px;
  transition: all .3s;
  opacity: 0.5;
}
.carousel-indicators li:hover {
  opacity: 1;
}
.carousel-indicators li.active {
  width: 28px;
  height: 14px;
  border-radius: 14px;
  margin: 2px;
  opacity: 1;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.panel-group {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}
.panel-group .panel {
  border: 1px solid #EDEDED !important;
  margin-bottom: 30px !important;
  border: none;
  background-color: white;
  transition: all .3s;
}
.panel-group .panel:before,
.panel-group .panel:after {
  display: table;
  content: " ";
}
.panel-group .panel:after {
  clear: both;
}
.panel-group .panel:before,
.panel-group .panel:after {
  display: table;
  content: " ";
}
.panel-group .panel:after {
  clear: both;
}
.panel-group .panel.opened {
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
}
.panel-group .panel .panel-heading {
  margin: 0px;
  padding: 24px;
  border: 0px;
  background-color: #fff;
  transition: all .3s;
}
.panel-group .panel .panel-heading .panel-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
}
.panel-group .panel .panel-heading .panel-title a {
  text-decoration: none;
  display: block;
  padding: 0px;
  font-weight: normal;
  position: relative;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .panel-group .panel .panel-heading .panel-title a {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panel-group .panel .panel-heading .panel-title a {
    font-size: 19px;
  }
}
.panel-group .panel .panel-heading .panel-title a span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ec4d19;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
}
.panel-group .panel .panel-heading .panel-title a span.icon-arrow-navigate-up {
  background-image: url('../images/icons/icon/minus.svg');
}
.panel-group .panel .panel-heading .panel-title a span.icon-arrow-navigate-down {
  background-image: url('../images/icons/icon/plus.svg');
}
.panel-group .panel .panel-heading .panel-title a span.icon-chevron-navigate-up {
  background-image: url('../images/icons/icon/arrow-up.svg');
}
.panel-group .panel .panel-heading .panel-title a span.icon-chevron-navigate-down {
  background-image: url('../images/icons/icon/arrow-down.svg');
}
.panel-group .panel .panel-collapse {
  transition: all .3s;
  padding: 25px;
  padding-top: 0;
  background-color: #fff;
  border: none;
}
.panel-group .panel .panel-body {
  transition: all .3s;
  border: none !important;
  padding: 0;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 25px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: Fago;
  src: url(../fonts/FagoCorrSansWebPro.eot#) format('eot');
  src: local('Ø'), url(../fonts/FagoCorrSansWebPro.woff) format('woff');
}
@font-face {
  font-family: Fago;
  src: url(../fonts/FagoCorrSansWeb-Bold.eot#) format('eot');
  src: local('Ø'), url(../fonts/FagoCorrSansWeb-Bold.woff) format('woff');
  font-weight: bold;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600italic.eot');
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-600italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700italic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin-700italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.bg-top-left {
  background-position: left top  !important;
}
.bg-top-center {
  background-position: center top !important;
}
.bg-top-right {
  background-position: right top !important;
}
.bg-middle-left {
  background-position: left center !important;
}
.bg-middle-center {
  background-position: center center !important;
}
.bg-middle-right {
  background-position: right center !important;
}
.bg-bottom-left {
  background-position: left bottom !important;
}
.bg-bottom-center {
  background-position: center bottom !important;
}
.bg-bottom-right {
  background-position: right bottm !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.bg-white {
  background-color: white;
}
.no-margin-top {
  margin-top: 6px;
}
.zero-margin-top {
  margin-top: 0px;
}
img {
  pointer-events: none;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.uniform-height-tile.lazy {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s 0s ease;
  -moz-transition: opacity 0.4s 0s ease;
  -o-transition: opacity 0.4s 0s ease;
  transition: opacity 0.4s 0s ease;
}
.wait-animation {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .d-flex {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-flex {
    display: block;
  }
}
.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
@media (max-width: 767px) {
  .vcenter {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vcenter {
    display: block;
  }
}
.vbottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .vbottom {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vbottom {
    display: block;
  }
}
.field--name-field-brief-description {
  margin-bottom: 24px;
}
.rotate {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1060px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.inner-padding {
  padding: 0 30px;
}
.collapsable-text .arrows.opened.more .arrow {
  transform: translate3d(0, 0, 0) rotate(-90deg);
  -moz-transform: translate3d(0, 0, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
}
.collapsable-text .collapse {
  margin-top: 15px;
}
.collapsable-text .arrows .arrow {
  display: none;
}
.square:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
video {
  border: none !important;
  clip-path: fill-box;
}
video:focus {
  outline: none;
}
#navbar .tb-megamenu .nav > li > a.menu-link-merkliste {
  display: inline-block;
  width: 24px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  margin-right: 0;
  padding-right: 0;
  padding-top: 43px;
  background-image: url('../images/merkliste-menu-black.svg') !important;
}
#navbar .tb-megamenu .nav > li > a.menu-link-merkliste:hover {
  background-image: url('../images/merkliste-menu-red.svg') !important;
}
body.merkliste #navbar .tb-megamenu .nav > li > a.menu-link-merkliste {
  background-image: url('../images/merkliste-menu-red.svg') !important;
}
.calender--container {
  margin-top: 23px;
  margin-left: 20px;
}
.ie-plus {
  position: relative;
  padding-right: 33px !important;
}
.ie-plus:after {
  position: absolute;
  right: 12px;
  top: 28px;
  content: "Plus";
  color: #ec4d19;
  text-transform: uppercase;
  height: 16px;
  width: 33px;
  font-family: Fago, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
}
#masthead-mobile #navbar-mobile .navbar-header {
  width: 80px;
  height: 80px;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
#masthead-mobile #navbar-mobile .navbar-header .logo {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  height: 60px;
}
#masthead-mobile #navbar-mobile .navbar-header .logo img {
  height: 60px;
  width: auto;
}
#masthead-mobile #navbar-mobile .navbar-toggle {
  position: absolute;
  top: 0px;
  right: 18px;
}
#masthead {
  /*
  .main-menu-mobile-footer {
    .clearfix;
    margin-top: 20px;
    //height: 80px;
    line-height: 40px;
    background-color: white;
    color: white;

    a {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: none;
      
      &:hover {
        color: rgba(255, 255, 255, 1);        
      }
    }    
          
    ul.menu--topbar-menu {
      padding: 0px;
      margin: 0px;
      display: inline-block;

      li {
        padding: 0px !important;
        margin: 0px !important;
        margin-right: 16px !important;
        display: inline-block;

        a {
          padding: 0px !important;
          margin: 0px !important;          
          display: inline-block;
          color: rgba(255, 255, 255, 0.75) !important;
          background: transparent !important;
          font-size: 14px !important;
          text-transform: uppercase !important;
          font-weight: bold !important;

          &:hover {
            color: rgba(255, 255, 255, 1) !important;            
          }
        }
      }      
    }
    
    .main-menu-mobile-social-profiles {
      text-align: right;
      
      a {
        margin-left: 12px;
      }
      
      span.name {
        display: none;
      }
    }
    
  } */
}
@media (min-width: 992px) and (max-width: 1235px) {
  #masthead #tb-megamenu-main-tb-mega-menu .container {
    width: auto !important;
    max-width: unset !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}
#masthead .navbar-right {
  margin-right: 0;
}
@media (min-width: 1236px) {
  #masthead .block-inner,
  #masthead .mega-dropdown-inner {
    padding: 20px 10px;
    padding-bottom: 0px;
    border: none !important;
    box-shadow: none !important;
  }
}
#topbar {
  height: 35px;
  overflow: hidden;
  font-size: 16px;
  line-height: 35px;
  background-color: #f2f2f2;
  color: black;
}
#topbar .social-media-icon {
  float: right;
  display: inline-block;
  margin-left: 15px;
  color: black;
}
#topbar #block-topbarmenu {
  padding: 0px;
  margin: 0px;
  float: right;
  display: inline-block;
  margin-right: 20px;
  text-align: right;
}
#topbar #block-topbarmenu .contextual {
  display: none;
}
#topbar #block-topbarmenu ul {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
#topbar #block-topbarmenu ul li {
  padding: 0px;
  margin: 0px;
  margin-left: 24px;
  display: inline-block;
}
#topbar #block-topbarmenu ul li a {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  color: black;
  background: transparent !important;
  font-size: 16px;
  font-weight: normal;
  font-family: Fago, Arial, sans-serif;
}
#topbar #block-topbarmenu ul li a:hover {
  color: #ec4d19;
}
#navbar {
  border: none;
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  /*
  #block-searchform {
    padding: 0px;
    margin: 0px;
    width: 160px;
    display: inline-block;
    float: right;
    
    form {
      padding: 0px;
      margin: 0px;      
      .navbar-form;
      margin-bottom: 0px;
      
      .help-block {
        display: none;
      }
    }
   
  } */
}
#navbar.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  border-bottom: none;
  background-color: white;
  -webkit-box-shadow: none;
}
#navbar.affix .navbar-toggle {
  border: none !important;
}
#navbar.affix .navbar-toggle .icon-bar {
  background-color: #000000;
}
#navbar.affix .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #000000;
  border-top-color: #000000;
}
#navbar.affix .tb-megamenu li,
#navbar.affix .navbar-nav li {
  background-color: transparent !important;
}
#navbar.affix .tb-megamenu li.active-trail > a,
#navbar.affix .navbar-nav li.active-trail > a,
#navbar.affix .tb-megamenu li.is-active > a,
#navbar.affix .navbar-nav li.is-active > a {
  color: #ec4d19;
}
#navbar.affix .tb-megamenu li > a,
#navbar.affix .navbar-nav li > a {
  color: black;
  background-color: transparent !important;
}
#navbar .navbar-search ul {
  padding: 0px;
  margin: 0px;
}
#navbar .navbar-search ul li {
  position: relative;
}
#navbar .navbar-search ul li a {
  padding-top: 25px;
  padding-bottom: 25px;
}
#navbar .navbar-search .searchform-flyout h2 {
  padding: 0;
  margin: 0;
  margin-right: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  float: left;
}
#navbar .navbar-search .searchform-flyout .contextual {
  display: inline-block;
}
#navbar .navbar-search .searchform-flyout .dropdown-menu {
  border: none;
  background-color: white;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  left: unset;
  right: 0px;
  min-width: 500px;
  width: 500px;
}
#navbar .navbar-search .searchform-flyout #searchform-flyout {
  padding: 20px 35px;
  padding-right: 0;
}
#navbar .tb-megamenu {
  background-color: white;
}
#navbar .tb-megamenu .nav-collapse {
  margin-top: 0;
  left: 0;
}
#navbar .tb-megamenu .nav > li {
  background-color: transparent !important;
}
#navbar .tb-megamenu .nav > li > a {
  background-color: transparent !important;
  background-image: none !important;
  border: none;
  font-size: 19px;
  line-height: 21px;
  padding-top: 29.5px;
  padding-bottom: 29.5px;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Fago, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1235px) {
  #navbar .tb-megamenu .nav > li > a {
    margin-left: 4px;
    margin-right: 16px;
  }
}
#navbar .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: white;
  border-top-color: white;
  vertical-align: middle;
  margin-top: 0;
  display: none;
}
#navbar .tb-megamenu .tb-megamenu-submenu {
  border: none;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  min-width: 290px;
  margin-left: -44px;
}
#navbar .tb-megamenu .tb-megamenu-submenu.mega-menu-big {
  width: 580px;
  min-width: 580px;
}
#navbar .tb-megamenu .tb-megamenu-submenu .mega-dropdown-inner {
  padding: 30px;
}
#navbar .tb-megamenu .tb-megamenu-submenu .mega-inner {
  padding: 0;
  margin: 0;
}
#navbar .tb-megamenu .tb-megamenu-submenu .block-inner {
  padding: 0;
  margin: 0;
  display: block;
}
#navbar .tb-megamenu .tb-megamenu-submenu .mega-menu-right-big-links ul {
  border-left: 1px solid #EDEDED;
}
#navbar .tb-megamenu .tb-megamenu-submenu .mega-menu-right-big-links ul li a {
  font-size: 20px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
}
#navbar .tb-megamenu .tb-megamenu-submenu .mega-menu-big-links ul li a {
  font-size: 24px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul {
  display: block;
  padding: 0;
  margin: 0;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul li {
  display: block;
  margin-top: 25px;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul li.first {
  margin-top: 30px;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul li.last {
  margin-bottom: 30px;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul li a {
  display: block;
  padding: 0 30px;
  padding-right: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#navbar .tb-megamenu .tb-megamenu-submenu ul li a:hover {
  color: #ec4d19;
}
#navbar .nav-collapse,
#navbar #navbar-collapse {
  /*
    @media @mobile {
      border-top: 1px solid @gray-light;
      background-color: white;
    }      
    @media @tablet {
      border-top: 1px solid @gray-light; 
      background-color: white;      
    } 
    @media @normal {
      border-top: 1px solid @gray-light; 
      background-color: white;      
    }     */
  /*
    .block-views-blockmega-menu-articles-block-3,
    .block-views-blockmega-menu-youth-corner-block-3 {
      position: relative;

      a {
        margin-left: 0 !important;
        margin-right: 0 !important;                
        padding-left: 0px !important;
        text-transform: none !important;
        margin-bottom: 12px;
        display: block;
        text-decoration: none !important;
        transition: all .3s; 
        color: @brand-primary;
        font-size: 16px !important;    
        font-weight: bold;
      } 
      
      .more-link {
        margin-top: 10px;
        display: block;
        
        a {
         font-weight: normal;
         text-transform: uppercase !important; 
         letter-spacing: 1px;
         color: @goal9;
         font-size: 14px !important;        
        }
      }

    }      
  */
}
#navbar .nav-collapse.in,
#navbar #navbar-collapse.in {
  background-color: white;
}
#navbar .nav-collapse ul li,
#navbar #navbar-collapse ul li {
  background-color: transparent !important;
}
#navbar .nav-collapse ul li.active,
#navbar #navbar-collapse ul li.active,
#navbar .nav-collapse ul li.active-trail,
#navbar #navbar-collapse ul li.active-trail {
  background-color: transparent !important;
}
#navbar .nav-collapse ul li.active > a,
#navbar #navbar-collapse ul li.active > a,
#navbar .nav-collapse ul li.active-trail > a,
#navbar #navbar-collapse ul li.active-trail > a {
  background-color: transparent !important;
  background-image: none !important;
  transition: all .3s;
  position: relative;
}
#navbar .nav-collapse ul li.active > a:after,
#navbar #navbar-collapse ul li.active > a:after,
#navbar .nav-collapse ul li.active-trail > a:after,
#navbar #navbar-collapse ul li.active-trail > a:after {
  content: '';
  height: 2px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#navbar .nav-collapse ul li a,
#navbar #navbar-collapse ul li a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 19px;
}
@media (max-width: 767px) {
  #navbar .nav-collapse ul li a,
  #navbar #navbar-collapse ul li a {
    color: #000000 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbar .nav-collapse ul li a,
  #navbar #navbar-collapse ul li a {
    color: #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  #navbar .nav-collapse ul li a,
  #navbar #navbar-collapse ul li a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1236px) {
  #navbar .nav-collapse ul li a,
  #navbar #navbar-collapse ul li a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
#navbar .nav-collapse ul li a:hover,
#navbar #navbar-collapse ul li a:hover {
  color: #ec4d19 !important;
}
#navbar .nav-collapse ul li ul.dropdown-menu,
#navbar #navbar-collapse ul li ul.dropdown-menu {
  margin-top: -1px;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
#navbar .nav-collapse ul li ul.dropdown-menu li,
#navbar #navbar-collapse ul li ul.dropdown-menu li {
  padding-top: 4px;
  padding-bottom: 4px;
}
#navbar .nav-collapse ul li ul.dropdown-menu li:last-child,
#navbar #navbar-collapse ul li ul.dropdown-menu li:last-child {
  border-bottom: none;
}
#navbar .nav-collapse ul li ul.dropdown-menu li a,
#navbar #navbar-collapse ul li ul.dropdown-menu li a {
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 0px solid transparent;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
#navbar .nav-collapse .menu-card .nav > li > a,
#navbar #navbar-collapse .menu-card .nav > li > a {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  text-align: center;
  display: block;
  background-color: #fbfcfc;
  line-height: 130px;
  transition: all .5s;
  color: black !important;
  opacity: 0.8;
  font-weight: bold !important;
}
@media (min-width: 1236px) {
  #navbar .nav-collapse .menu-card .nav > li > a,
  #navbar #navbar-collapse .menu-card .nav > li > a {
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
  }
}
#navbar .nav-collapse .menu-card .nav > li > a:hover,
#navbar #navbar-collapse .menu-card .nav > li > a:hover {
  opacity: 1;
  font-size: 18px !important;
}
#navbar .navbar-toggle {
  border: none !important;
}
@media (max-width: 767px) {
  #navbar .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbar .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  #navbar .navbar-toggle {
    margin-right: 0px;
    padding-right: 0px;
  }
}
#navbar .navbar-toggle .icon-bar {
  background-color: black;
}
#navbar .navbar-header {
  height: 80px;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
#navbar .navbar-header .logo {
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
  height: 64px;
}
#navbar .navbar-header .logo img {
  height: 64px;
  width: auto;
}
#navbar .contextual {
  display: none;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#sidebar-wrapper {
  margin-right: -320px;
  width: 320px;
  background-color: #f2f2f2;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 10000;
  transition: all 0.1s ease-in 0s;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -ms-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
}
#sidebar-wrapper.active {
  right: 320px;
  width: 320px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  box-shadow: -10px 0 17px 0 rgba(0, 0, 0, 0.3);
}
#sidebar-wrapper .toggle {
  position: absolute;
  top: 38px;
  right: 30px;
  z-index: 3;
}
#sidebar-wrapper .sidebar-menus-wrapper {
  padding: 50px;
  background-color: #fff;
}
#sidebar-wrapper .sidebar-menus-wrapper .sidebar-menus-header {
  height: 60px;
  margin-bottom: 70px;
  position: relative;
}
#sidebar-wrapper .sidebar-menus-wrapper .sidebar-menus-header .backlink {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#sidebar-wrapper .sidebar-menus-wrapper .sidebar-menus-header .sidebar-logo img {
  width: 60px;
  height: 60px;
}
#sidebar-wrapper .sidebar-menus-wrapper .sidebar-menus-header .toggle {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 3;
}
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs li a {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  font-family: Fago, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  background-color: transparent !important;
}
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs li a:hover {
  color: #ec4d19;
}
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs li a.active,
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs li a:active,
#sidebar-wrapper .sidebar-menus-wrapper ul.menu-tabs li a:focus {
  color: #ec4d19;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper {
  background-color: #f2f2f2;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper ul {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper ul li {
  background-color: transparent !important;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper ul li a {
  background-color: transparent !important;
  font-size: 18px;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper .sidebar-footer-social-media {
  margin-top: 12px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
#sidebar-wrapper .sidebar-footer-menu-wrapper .sidebar-footer-social-media a {
  color: black;
  display: inline-block;
  margin-left: 16px;
}
#sidebar-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar-wrapper ul li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
#sidebar-wrapper ul li a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-color: transparent !important;
}
#sidebar-wrapper ul li a:hover {
  color: #ec4d19;
}
#sidebar-wrapper ul li a.active,
#sidebar-wrapper ul li a:active,
#sidebar-wrapper ul li a:focus {
  color: #ec4d19;
}
#sidebar-wrapper ul li a.seperator {
  display: block;
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
}
#sidebar-wrapper ul li a.big-link {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 30px;
  font-family: Fago, Arial, sans-serif;
}
#sidebar-wrapper ul li a.medium-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  font-family: Fago, Arial, sans-serif;
}
#sidebar-wrapper ul li a.ie-plus {
  position: relative;
  padding-right: 33px !important;
}
#sidebar-wrapper ul li a.ie-plus:after {
  position: absolute;
  right: -2px;
  top: -2px;
  content: "Plus";
  color: #ec4d19;
  text-transform: uppercase;
  height: 16px;
  width: 33px;
  font-family: Fago, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
}
#sidebar-wrapper .region-footer {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 80px;
}
#sidebar-wrapper .region-footer ul li {
  line-height: 40px;
  text-indent: 30px;
}
#sidebar-wrapper .region-footer ul li a {
  padding: 0px;
  margin: 0px;
  display: block;
  color: #808080;
  text-decoration: none;
  background-color: white;
  font-size: 14px;
}
#sidebar-wrapper .region-footer ul li a:hover {
  color: #ec4d19;
  background-color: white;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.tb-megamenu .clearfix,
.tb-megamenu .dl-horizontal dd,
.tb-megamenu .container,
.tb-megamenu .container-fluid,
.tb-megamenu .row,
.tb-megamenu .form-horizontal .form-group,
.tb-megamenu .btn-toolbar,
.tb-megamenu .btn-group-vertical > .btn-group,
.tb-megamenu .nav,
.tb-megamenu .navbar,
.tb-megamenu .navbar-header,
.tb-megamenu .navbar-collapse,
.tb-megamenu .pager,
.tb-megamenu .panel-body,
.tb-megamenu .modal-header,
.tb-megamenu .modal-footer,
.tb-megamenu .filter-wrapper,
.tb-megamenu .user-pass,
.tb-megamenu .user-login-form,
.tb-megamenu .user-register-form,
.tb-megamenu .page-node-126 .region-content,
.tb-megamenu .section-workshops .view-empty,
.tb-megamenu .section-exponate .view-empty,
.tb-megamenu .section-roadshow .view-empty,
.tb-megamenu .section-liveprogramm .view-empty,
.tb-megamenu .section-karrieremarkt .view-empty,
.tb-megamenu .section-mediathek .view-empty {
  *zoom: 1;
}
.tb-megamenu .clearfix:before,
.tb-megamenu .clearfix:after,
.tb-megamenu .dl-horizontal dd:before,
.tb-megamenu .dl-horizontal dd:after,
.tb-megamenu .container:before,
.tb-megamenu .container:after,
.tb-megamenu .container-fluid:before,
.tb-megamenu .container-fluid:after,
.tb-megamenu .row:before,
.tb-megamenu .row:after,
.tb-megamenu .form-horizontal .form-group:before,
.tb-megamenu .form-horizontal .form-group:after,
.tb-megamenu .btn-toolbar:before,
.tb-megamenu .btn-toolbar:after,
.tb-megamenu .btn-group-vertical > .btn-group:before,
.tb-megamenu .btn-group-vertical > .btn-group:after,
.tb-megamenu .nav:before,
.tb-megamenu .nav:after,
.tb-megamenu .navbar:before,
.tb-megamenu .navbar:after,
.tb-megamenu .navbar-header:before,
.tb-megamenu .navbar-header:after,
.tb-megamenu .navbar-collapse:before,
.tb-megamenu .navbar-collapse:after,
.tb-megamenu .pager:before,
.tb-megamenu .pager:after,
.tb-megamenu .panel-body:before,
.tb-megamenu .panel-body:after,
.tb-megamenu .modal-header:before,
.tb-megamenu .modal-header:after,
.tb-megamenu .modal-footer:before,
.tb-megamenu .modal-footer:after,
.tb-megamenu .filter-wrapper:before,
.tb-megamenu .filter-wrapper:after,
.tb-megamenu .user-pass:before,
.tb-megamenu .user-pass:after,
.tb-megamenu .user-login-form:before,
.tb-megamenu .user-login-form:after,
.tb-megamenu .user-register-form:before,
.tb-megamenu .user-register-form:after,
.tb-megamenu .page-node-126 .region-content:before,
.tb-megamenu .page-node-126 .region-content:after,
.tb-megamenu .section-workshops .view-empty:before,
.tb-megamenu .section-workshops .view-empty:after,
.tb-megamenu .section-exponate .view-empty:before,
.tb-megamenu .section-exponate .view-empty:after,
.tb-megamenu .section-roadshow .view-empty:before,
.tb-megamenu .section-roadshow .view-empty:after,
.tb-megamenu .section-liveprogramm .view-empty:before,
.tb-megamenu .section-liveprogramm .view-empty:after,
.tb-megamenu .section-karrieremarkt .view-empty:before,
.tb-megamenu .section-karrieremarkt .view-empty:after,
.tb-megamenu .section-mediathek .view-empty:before,
.tb-megamenu .section-mediathek .view-empty:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .clearfix:after,
.tb-megamenu .dl-horizontal dd:after,
.tb-megamenu .container:after,
.tb-megamenu .container-fluid:after,
.tb-megamenu .row:after,
.tb-megamenu .form-horizontal .form-group:after,
.tb-megamenu .btn-toolbar:after,
.tb-megamenu .btn-group-vertical > .btn-group:after,
.tb-megamenu .nav:after,
.tb-megamenu .navbar:after,
.tb-megamenu .navbar-header:after,
.tb-megamenu .navbar-collapse:after,
.tb-megamenu .pager:after,
.tb-megamenu .panel-body:after,
.tb-megamenu .modal-header:after,
.tb-megamenu .modal-footer:after,
.tb-megamenu .filter-wrapper:after,
.tb-megamenu .user-pass:after,
.tb-megamenu .user-login-form:after,
.tb-megamenu .user-register-form:after,
.tb-megamenu .page-node-126 .region-content:after,
.tb-megamenu .section-workshops .view-empty:after,
.tb-megamenu .section-exponate .view-empty:after,
.tb-megamenu .section-roadshow .view-empty:after,
.tb-megamenu .section-liveprogramm .view-empty:after,
.tb-megamenu .section-karrieremarkt .view-empty:after,
.tb-megamenu .section-mediathek .view-empty:after {
  clear: both;
}
.tb-megamenu .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tb-megamenu .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-megamenu .row {
  margin-left: -20px;
  *zoom: 1;
}
.tb-megamenu .row:before,
.tb-megamenu .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .row:after {
  clear: both;
}
.tb-megamenu [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.tb-megamenu .row-fluid {
  width: 100%;
  *zoom: 1;
}
.tb-megamenu .row-fluid:before,
.tb-megamenu .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .row-fluid:after {
  clear: both;
}
.tb-megamenu .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.tb-megamenu .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.tb-megamenu .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.tb-megamenu .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.tb-megamenu .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.tb-megamenu .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.tb-megamenu .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.tb-megamenu .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.tb-megamenu .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.tb-megamenu .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.tb-megamenu .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.tb-megamenu .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.tb-megamenu .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.tb-megamenu .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.tb-megamenu .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.tb-megamenu .row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.tb-megamenu .row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.tb-megamenu .row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.tb-megamenu .row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.tb-megamenu .row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.tb-megamenu .row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.tb-megamenu .row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.tb-megamenu .row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.tb-megamenu .row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.tb-megamenu .row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.tb-megamenu .row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.tb-megamenu .row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.tb-megamenu .row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.tb-megamenu .row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.tb-megamenu .row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.tb-megamenu .row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.tb-megamenu .row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.tb-megamenu .row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.tb-megamenu .row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.tb-megamenu .row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.tb-megamenu .row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.tb-megamenu .row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.tb-megamenu .row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.tb-megamenu .row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.tb-megamenu [class*="span"].hide,
.tb-megamenu .row-fluid [class*="span"].hide {
  display: none;
}
.tb-megamenu [class*="span"].pull-right,
.tb-megamenu .row-fluid [class*="span"].pull-right {
  float: right;
}
.tb-megamenu .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:focus,
.tb-megamenu .btn:active,
.tb-megamenu .btn.active,
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.tb-megamenu .btn:active,
.tb-megamenu .btn.active {
  background-color: #cccccc \9;
}
.tb-megamenu .btn:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.tb-megamenu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tb-megamenu .btn.active,
.tb-megamenu .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tb-megamenu .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.tb-megamenu .btn-large [class^="fa-"],
.tb-megamenu .btn-large [class*=" fa-"] {
  margin-top: 4px;
}
.tb-megamenu .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tb-megamenu .btn-small [class^="fa-"],
.tb-megamenu .btn-small [class*=" fa-"] {
  margin-top: 0;
}
.tb-megamenu .btn-mini [class^="fa-"],
.tb-megamenu .btn-mini [class*=" fa-"] {
  margin-top: -1px;
}
.tb-megamenu .btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tb-megamenu .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-megamenu .btn-block + .btn-block {
  margin-top: 5px;
}
.tb-megamenu input[type="submit"].btn-block,
.tb-megamenu input[type="reset"].btn-block,
.tb-megamenu input[type="button"].btn-block {
  width: 100%;
}
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.tb-megamenu .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-primary:hover,
.tb-megamenu .btn-primary:focus,
.tb-megamenu .btn-primary:active,
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-primary.disabled,
.tb-megamenu .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.tb-megamenu .btn-primary:active,
.tb-megamenu .btn-primary.active {
  background-color: #003399 \9;
}
.tb-megamenu .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-warning:hover,
.tb-megamenu .btn-warning:focus,
.tb-megamenu .btn-warning:active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-warning.disabled,
.tb-megamenu .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.tb-megamenu .btn-warning:active,
.tb-megamenu .btn-warning.active {
  background-color: #c67605 \9;
}
.tb-megamenu .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-danger:hover,
.tb-megamenu .btn-danger:focus,
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-danger.disabled,
.tb-megamenu .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active {
  background-color: #942a25 \9;
}
.tb-megamenu .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-success:hover,
.tb-megamenu .btn-success:focus,
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-success.disabled,
.tb-megamenu .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active {
  background-color: #408140 \9;
}
.tb-megamenu .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-info:hover,
.tb-megamenu .btn-info:focus,
.tb-megamenu .btn-info:active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-info.disabled,
.tb-megamenu .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.tb-megamenu .btn-info:active,
.tb-megamenu .btn-info.active {
  background-color: #24748c \9;
}
.tb-megamenu .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-inverse:hover,
.tb-megamenu .btn-inverse:focus,
.tb-megamenu .btn-inverse:active,
.tb-megamenu .btn-inverse.active,
.tb-megamenu .btn-inverse.disabled,
.tb-megamenu .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.tb-megamenu .btn-inverse:active,
.tb-megamenu .btn-inverse.active {
  background-color: #080808 \9;
}
.tb-megamenu button.btn,
.tb-megamenu input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.tb-megamenu button.btn::-moz-focus-inner,
.tb-megamenu input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.tb-megamenu button.btn.btn-large,
.tb-megamenu input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.tb-megamenu button.btn.btn-small,
.tb-megamenu input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.tb-megamenu button.btn.btn-mini,
.tb-megamenu input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.tb-megamenu .btn-link,
.tb-megamenu .btn-link:active,
.tb-megamenu .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tb-megamenu .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .btn-link:hover,
.tb-megamenu .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.tb-megamenu .btn-link[disabled]:hover,
.tb-megamenu .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.tb-megamenu [class^="fa-"],
.tb-megamenu [class*=" fa-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.tb-megamenu .fa-white,
.tb-megamenu .nav-pills > .active > a > [class^="fa-"],
.tb-megamenu .nav-pills > .active > a > [class*=" fa-"],
.tb-megamenu .nav-list > .active > a > [class^="fa-"],
.tb-megamenu .nav-list > .active > a > [class*=" fa-"],
.tb-megamenu .navbar-inverse .nav > .active > a > [class^="fa-"],
.tb-megamenu .navbar-inverse .nav > .active > a > [class*=" fa-"],
.tb-megamenu .dropdown-menu > li > a:hover > [class^="fa-"],
.tb-megamenu .dropdown-menu > li > a:focus > [class^="fa-"],
.tb-megamenu .dropdown-menu > li > a:hover > [class*=" fa-"],
.tb-megamenu .dropdown-menu > li > a:focus > [class*=" fa-"],
.tb-megamenu .dropdown-menu > .active > a > [class^="fa-"],
.tb-megamenu .dropdown-menu > .active > a > [class*=" fa-"],
.tb-megamenu .dropdown-submenu:hover > a > [class^="fa-"],
.tb-megamenu .dropdown-submenu:focus > a > [class^="fa-"],
.tb-megamenu .dropdown-submenu:hover > a > [class*=" fa-"],
.tb-megamenu .fa-glass {
  background-position: 0      0;
}
.tb-megamenu .fa-music {
  background-position: -24px 0;
}
.tb-megamenu .fa-search {
  background-position: -48px 0;
}
.tb-megamenu .fa-envelope {
  background-position: -72px 0;
}
.tb-megamenu .fa-heart {
  background-position: -96px 0;
}
.tb-megamenu .fa-star {
  background-position: -120px 0;
}
.tb-megamenu .fa-star-empty {
  background-position: -144px 0;
}
.tb-megamenu .fa-user {
  background-position: -168px 0;
}
.tb-megamenu .fa-film {
  background-position: -192px 0;
}
.tb-megamenu .fa-th-large {
  background-position: -216px 0;
}
.tb-megamenu .fa-th {
  background-position: -240px 0;
}
.tb-megamenu .fa-th-list {
  background-position: -264px 0;
}
.tb-megamenu .fa-ok {
  background-position: -288px 0;
}
.tb-megamenu .fa-remove {
  background-position: -312px 0;
}
.tb-megamenu .fa-zoom-in {
  background-position: -336px 0;
}
.tb-megamenu .fa-zoom-out {
  background-position: -360px 0;
}
.tb-megamenu .fa-off {
  background-position: -384px 0;
}
.tb-megamenu .fa-signal {
  background-position: -408px 0;
}
.tb-megamenu .fa-cog {
  background-position: -432px 0;
}
.tb-megamenu .fa-trash {
  background-position: -456px 0;
}
.tb-megamenu .fa-home {
  background-position: 0 -24px;
}
.tb-megamenu .fa-file {
  background-position: -24px -24px;
}
.tb-megamenu .fa-time {
  background-position: -48px -24px;
}
.tb-megamenu .fa-road {
  background-position: -72px -24px;
}
.tb-megamenu .fa-download-alt {
  background-position: -96px -24px;
}
.tb-megamenu .fa-download {
  background-position: -120px -24px;
}
.tb-megamenu .fa-upload {
  background-position: -144px -24px;
}
.tb-megamenu .fa-inbox {
  background-position: -168px -24px;
}
.tb-megamenu .fa-play-circle {
  background-position: -192px -24px;
}
.tb-megamenu .fa-repeat {
  background-position: -216px -24px;
}
.tb-megamenu .fa-refresh {
  background-position: -240px -24px;
}
.tb-megamenu .fa-list-alt {
  background-position: -264px -24px;
}
.tb-megamenu .fa-lock {
  background-position: -287px -24px;
}
.tb-megamenu .fa-flag {
  background-position: -312px -24px;
}
.tb-megamenu .fa-headphones {
  background-position: -336px -24px;
}
.tb-megamenu .fa-volume-off {
  background-position: -360px -24px;
}
.tb-megamenu .fa-volume-down {
  background-position: -384px -24px;
}
.tb-megamenu .fa-volume-up {
  background-position: -408px -24px;
}
.tb-megamenu .fa-qrcode {
  background-position: -432px -24px;
}
.tb-megamenu .fa-barcode {
  background-position: -456px -24px;
}
.tb-megamenu .fa-tag {
  background-position: 0 -48px;
}
.tb-megamenu .fa-tags {
  background-position: -25px -48px;
}
.tb-megamenu .fa-book {
  background-position: -48px -48px;
}
.tb-megamenu .fa-bookmark {
  background-position: -72px -48px;
}
.tb-megamenu .fa-print {
  background-position: -96px -48px;
}
.tb-megamenu .fa-camera {
  background-position: -120px -48px;
}
.tb-megamenu .fa-font {
  background-position: -144px -48px;
}
.tb-megamenu .fa-bold {
  background-position: -167px -48px;
}
.tb-megamenu .fa-italic {
  background-position: -192px -48px;
}
.tb-megamenu .fa-text-height {
  background-position: -216px -48px;
}
.tb-megamenu .fa-text-width {
  background-position: -240px -48px;
}
.tb-megamenu .fa-align-left {
  background-position: -264px -48px;
}
.tb-megamenu .fa-align-center {
  background-position: -288px -48px;
}
.tb-megamenu .fa-align-right {
  background-position: -312px -48px;
}
.tb-megamenu .fa-align-justify {
  background-position: -336px -48px;
}
.tb-megamenu .fa-list {
  background-position: -360px -48px;
}
.tb-megamenu .fa-indent-left {
  background-position: -384px -48px;
}
.tb-megamenu .fa-indent-right {
  background-position: -408px -48px;
}
.tb-megamenu .fa-facetime-video {
  background-position: -432px -48px;
}
.tb-megamenu .fa-picture {
  background-position: -456px -48px;
}
.tb-megamenu .fa-pencil {
  background-position: 0 -72px;
}
.tb-megamenu .fa-map-marker {
  background-position: -24px -72px;
}
.tb-megamenu .fa-adjust {
  background-position: -48px -72px;
}
.tb-megamenu .fa-tint {
  background-position: -72px -72px;
}
.tb-megamenu .fa-edit {
  background-position: -96px -72px;
}
.tb-megamenu .fa-share {
  background-position: -120px -72px;
}
.tb-megamenu .fa-check {
  background-position: -144px -72px;
}
.tb-megamenu .fa-move {
  background-position: -168px -72px;
}
.tb-megamenu .fa-step-backward {
  background-position: -192px -72px;
}
.tb-megamenu .fa-fast-backward {
  background-position: -216px -72px;
}
.tb-megamenu .fa-backward {
  background-position: -240px -72px;
}
.tb-megamenu .fa-play {
  background-position: -264px -72px;
}
.tb-megamenu .fa-pause {
  background-position: -288px -72px;
}
.tb-megamenu .fa-stop {
  background-position: -312px -72px;
}
.tb-megamenu .fa-forward {
  background-position: -336px -72px;
}
.tb-megamenu .fa-fast-forward {
  background-position: -360px -72px;
}
.tb-megamenu .fa-step-forward {
  background-position: -384px -72px;
}
.tb-megamenu .fa-eject {
  background-position: -408px -72px;
}
.tb-megamenu .fa-chevron-left {
  background-position: -432px -72px;
}
.tb-megamenu .fa-chevron-right {
  background-position: -456px -72px;
}
.tb-megamenu .fa-plus-sign {
  background-position: 0 -96px;
}
.tb-megamenu .fa-minus-sign {
  background-position: -24px -96px;
}
.tb-megamenu .fa-remove-sign {
  background-position: -48px -96px;
}
.tb-megamenu .fa-ok-sign {
  background-position: -72px -96px;
}
.tb-megamenu .fa-question-sign {
  background-position: -96px -96px;
}
.tb-megamenu .fa-info-sign {
  background-position: -120px -96px;
}
.tb-megamenu .fa-screenshot {
  background-position: -144px -96px;
}
.tb-megamenu .fa-remove-circle {
  background-position: -168px -96px;
}
.tb-megamenu .fa-ok-circle {
  background-position: -192px -96px;
}
.tb-megamenu .fa-ban-circle {
  background-position: -216px -96px;
}
.tb-megamenu .fa-arrow-left {
  background-position: -240px -96px;
}
.tb-megamenu .fa-arrow-right {
  background-position: -264px -96px;
}
.tb-megamenu .fa-arrow-up {
  background-position: -289px -96px;
}
.tb-megamenu .fa-arrow-down {
  background-position: -312px -96px;
}
.tb-megamenu .fa-share-alt {
  background-position: -336px -96px;
}
.tb-megamenu .fa-resize-full {
  background-position: -360px -96px;
}
.tb-megamenu .fa-resize-small {
  background-position: -384px -96px;
}
.tb-megamenu .fa-plus {
  background-position: -408px -96px;
}
.tb-megamenu .fa-minus {
  background-position: -433px -96px;
}
.tb-megamenu .fa-asterisk {
  background-position: -456px -96px;
}
.tb-megamenu .fa-exclamation-sign {
  background-position: 0 -120px;
}
.tb-megamenu .fa-gift {
  background-position: -24px -120px;
}
.tb-megamenu .fa-leaf {
  background-position: -48px -120px;
}
.tb-megamenu .fa-fire {
  background-position: -72px -120px;
}
.tb-megamenu .fa-eye-open {
  background-position: -96px -120px;
}
.tb-megamenu .fa-eye-close {
  background-position: -120px -120px;
}
.tb-megamenu .fa-warning-sign {
  background-position: -144px -120px;
}
.tb-megamenu .fa-plane {
  background-position: -168px -120px;
}
.tb-megamenu .fa-calendar {
  background-position: -192px -120px;
}
.tb-megamenu .fa-random {
  background-position: -216px -120px;
  width: 16px;
}
.tb-megamenu .fa-comment {
  background-position: -240px -120px;
}
.tb-megamenu .fa-magnet {
  background-position: -264px -120px;
}
.tb-megamenu .fa-chevron-up {
  background-position: -288px -120px;
}
.tb-megamenu .fa-chevron-down {
  background-position: -313px -119px;
}
.tb-megamenu .fa-retweet {
  background-position: -336px -120px;
}
.tb-megamenu .fa-shopping-cart {
  background-position: -360px -120px;
}
.tb-megamenu .fa-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.tb-megamenu .fa-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.tb-megamenu .fa-resize-vertical {
  background-position: -432px -119px;
}
.tb-megamenu .fa-resize-horizontal {
  background-position: -456px -118px;
}
.tb-megamenu .fa-hdd {
  background-position: 0 -144px;
}
.tb-megamenu .fa-bullhorn {
  background-position: -24px -144px;
}
.tb-megamenu .fa-bell {
  background-position: -48px -144px;
}
.tb-megamenu .fa-certificate {
  background-position: -72px -144px;
}
.tb-megamenu .fa-thumbs-up {
  background-position: -96px -144px;
}
.tb-megamenu .fa-thumbs-down {
  background-position: -120px -144px;
}
.tb-megamenu .fa-hand-right {
  background-position: -144px -144px;
}
.tb-megamenu .fa-hand-left {
  background-position: -168px -144px;
}
.tb-megamenu .fa-hand-up {
  background-position: -192px -144px;
}
.tb-megamenu .fa-hand-down {
  background-position: -216px -144px;
}
.tb-megamenu .fa-circle-arrow-right {
  background-position: -240px -144px;
}
.tb-megamenu .fa-circle-arrow-left {
  background-position: -264px -144px;
}
.tb-megamenu .fa-circle-arrow-up {
  background-position: -288px -144px;
}
.tb-megamenu .fa-circle-arrow-down {
  background-position: -312px -144px;
}
.tb-megamenu .fa-globe {
  background-position: -336px -144px;
}
.tb-megamenu .fa-wrench {
  background-position: -360px -144px;
}
.tb-megamenu .fa-tasks {
  background-position: -384px -144px;
}
.tb-megamenu .fa-filter {
  background-position: -408px -144px;
}
.tb-megamenu .fa-briefcase {
  background-position: -432px -144px;
}
.tb-megamenu .fa-fullscreen {
  background-position: -456px -144px;
}
.tb-megamenu .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.tb-megamenu .btn-group:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn-group + .btn-group {
  margin-left: 5px;
}
.tb-megamenu .btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tb-megamenu .btn-toolbar > .btn + .btn,
.tb-megamenu .btn-toolbar > .btn-group + .btn,
.tb-megamenu .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.tb-megamenu .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .btn-group > .btn + .btn {
  margin-left: -1px;
}
.tb-megamenu .btn-group > .btn,
.tb-megamenu .btn-group > .dropdown-menu,
.tb-megamenu .btn-group > .popover {
  font-size: 14px;
}
.tb-megamenu .btn-group > .btn-mini {
  font-size: 10.5px;
}
.tb-megamenu .btn-group > .btn-small {
  font-size: 11.9px;
}
.tb-megamenu .btn-group > .btn-large {
  font-size: 17.5px;
}
.tb-megamenu .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.tb-megamenu .btn-group > .btn:last-child,
.tb-megamenu .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.tb-megamenu .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.tb-megamenu .btn-group > .btn.large:last-child,
.tb-megamenu .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.tb-megamenu .btn-group > .btn:hover,
.tb-megamenu .btn-group > .btn:focus,
.tb-megamenu .btn-group > .btn:active,
.tb-megamenu .btn-group > .btn.active {
  z-index: 2;
}
.tb-megamenu .btn-group .dropdown-toggle:active,
.tb-megamenu .btn-group.open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.tb-megamenu .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.tb-megamenu .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.tb-megamenu .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.tb-megamenu .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.tb-megamenu .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.tb-megamenu .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.tb-megamenu .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.tb-megamenu .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.tb-megamenu .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.tb-megamenu .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.tb-megamenu .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.tb-megamenu .btn-large .caret {
  margin-top: 6px;
}
.tb-megamenu .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.tb-megamenu .btn-mini .caret,
.tb-megamenu .btn-small .caret {
  margin-top: 8px;
}
.tb-megamenu .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.tb-megamenu .btn-primary .caret,
.tb-megamenu .btn-warning .caret,
.tb-megamenu .btn-danger .caret,
.tb-megamenu .btn-info .caret,
.tb-megamenu .btn-success .caret,
.tb-megamenu .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tb-megamenu .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.tb-megamenu .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.tb-megamenu .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tb-megamenu .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tb-megamenu .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.tb-megamenu .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.tb-megamenu .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.tb-megamenu .nav > li > a {
  display: block;
}
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.tb-megamenu .nav > li > a > img {
  max-width: none;
}
.tb-megamenu .nav > .pull-right {
  float: right;
}
.tb-megamenu .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.tb-megamenu .nav li + .nav-header {
  margin-top: 9px;
}
.tb-megamenu .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.tb-megamenu .nav-list > li > a,
.tb-megamenu .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tb-megamenu .nav-list > li > a {
  padding: 3px 15px;
}
.tb-megamenu .nav-list > .active > a,
.tb-megamenu .nav-list > .active > a:hover,
.tb-megamenu .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.tb-megamenu .nav-list [class^="fa-"],
.tb-megamenu .nav-list [class*=" fa-"] {
  margin-right: 2px;
}
.tb-megamenu .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.tb-megamenu .nav-tabs,
.tb-megamenu .nav-pills {
  *zoom: 1;
}
.tb-megamenu .nav-tabs:before,
.tb-megamenu .nav-pills:before,
.tb-megamenu .nav-tabs:after,
.tb-megamenu .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .nav-tabs:after,
.tb-megamenu .nav-pills:after {
  clear: both;
}
.tb-megamenu .nav-tabs > li,
.tb-megamenu .nav-pills > li {
  float: left;
}
.tb-megamenu .nav-tabs > li > a,
.tb-megamenu .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.tb-megamenu .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tb-megamenu .nav-tabs > li {
  margin-bottom: -1px;
}
.tb-megamenu .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tb-megamenu .nav-tabs > li > a:hover,
.tb-megamenu .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tb-megamenu .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tb-megamenu .nav-pills > .active > a,
.tb-megamenu .nav-pills > .active > a:hover,
.tb-megamenu .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.tb-megamenu .nav-stacked > li {
  float: none;
}
.tb-megamenu .nav-stacked > li > a {
  margin-right: 0;
}
.tb-megamenu .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.tb-megamenu .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.tb-megamenu .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.tb-megamenu .nav-tabs.nav-stacked > li > a:hover,
.tb-megamenu .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.tb-megamenu .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.tb-megamenu .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tb-megamenu .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.tb-megamenu .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.tb-megamenu .nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.tb-megamenu .nav .dropdown-toggle:hover .caret,
.tb-megamenu .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.tb-megamenu .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.tb-megamenu .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.tb-megamenu .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.tb-megamenu .nav > .dropdown.active > a:hover,
.tb-megamenu .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.tb-megamenu .nav-tabs .open .dropdown-toggle,
.tb-megamenu .nav-pills .open .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.tb-megamenu .nav li.dropdown.open .caret,
.tb-megamenu .nav li.dropdown.open.active .caret,
.tb-megamenu .nav li.dropdown.open a:hover .caret,
.tb-megamenu .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tb-megamenu .tabs-stacked .open > a:hover,
.tb-megamenu .tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tb-megamenu .tabbable {
  *zoom: 1;
}
.tb-megamenu .tabbable:before,
.tb-megamenu .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .tabbable:after {
  clear: both;
}
.tb-megamenu .tab-content {
  overflow: auto;
}
.tb-megamenu .tabs-below > .nav-tabs,
.tb-megamenu .tabs-right > .nav-tabs,
.tb-megamenu .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tb-megamenu .tab-content > .tab-pane,
.tb-megamenu .pill-content > .pill-pane {
  display: none;
}
.tb-megamenu .tab-content > .active,
.tb-megamenu .pill-content > .active {
  display: block;
}
.tb-megamenu .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tb-megamenu .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tb-megamenu .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tb-megamenu .tabs-below > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tb-megamenu .tabs-below > .nav-tabs > .active > a,
.tb-megamenu .tabs-below > .nav-tabs > .active > a:hover,
.tb-megamenu .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tb-megamenu .tabs-left > .nav-tabs > li,
.tb-megamenu .tabs-right > .nav-tabs > li {
  float: none;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a,
.tb-megamenu .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tb-megamenu .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tb-megamenu .tabs-left > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tb-megamenu .tabs-left > .nav-tabs .active > a,
.tb-megamenu .tabs-left > .nav-tabs .active > a:hover,
.tb-megamenu .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tb-megamenu .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tb-megamenu .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tb-megamenu .tabs-right > .nav-tabs > li > a:hover,
.tb-megamenu .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tb-megamenu .tabs-right > .nav-tabs .active > a,
.tb-megamenu .tabs-right > .nav-tabs .active > a:hover,
.tb-megamenu .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.tb-megamenu .nav > .disabled > a {
  color: #999999;
}
.tb-megamenu .nav > .disabled > a:hover,
.tb-megamenu .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.tb-megamenu .navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.tb-megamenu .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.tb-megamenu .navbar-inner:before,
.tb-megamenu .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .navbar-inner:after {
  clear: both;
}
.tb-megamenu .navbar .container {
  width: auto;
}
.tb-megamenu .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.tb-megamenu .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.tb-megamenu .navbar .brand:hover,
.tb-megamenu .navbar .brand:focus {
  text-decoration: none;
}
.tb-megamenu .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.tb-megamenu .navbar-link {
  color: #777777;
}
.tb-megamenu .navbar-link:hover,
.tb-megamenu .navbar-link:focus {
  color: #333333;
}
.tb-megamenu .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.tb-megamenu .navbar .btn,
.tb-megamenu .navbar .btn-group {
  margin-top: 5px;
}
.tb-megamenu .navbar .btn-group .btn,
.tb-megamenu .navbar .input-prepend .btn,
.tb-megamenu .navbar .input-append .btn,
.tb-megamenu .navbar .input-prepend .btn-group,
.tb-megamenu .navbar .input-append .btn-group {
  margin-top: 0;
}
.tb-megamenu .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.tb-megamenu .navbar-form:before,
.tb-megamenu .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .navbar-form:after {
  clear: both;
}
.tb-megamenu .navbar-form input,
.tb-megamenu .navbar-form select,
.tb-megamenu .navbar-form .radio,
.tb-megamenu .navbar-form .checkbox {
  margin-top: 5px;
}
.tb-megamenu .navbar-form input,
.tb-megamenu .navbar-form select,
.tb-megamenu .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.tb-megamenu .navbar-form input[type="image"],
.tb-megamenu .navbar-form input[type="checkbox"],
.tb-megamenu .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.tb-megamenu .navbar-form .input-append,
.tb-megamenu .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.tb-megamenu .navbar-form .input-append input,
.tb-megamenu .navbar-form .input-prepend input {
  margin-top: 0;
}
.tb-megamenu .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.tb-megamenu .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.tb-megamenu .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.tb-megamenu .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .navbar-fixed-top,
.tb-megamenu .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .navbar-static-top .container,
.tb-megamenu .navbar-fixed-top .container,
.tb-megamenu .navbar-fixed-bottom .container {
  width: 940px !important;
}
.tb-megamenu .navbar-fixed-top {
  top: 0;
}
.tb-megamenu .navbar-fixed-top .navbar-inner,
.tb-megamenu .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.tb-megamenu .navbar-fixed-bottom {
  bottom: 0;
}
.tb-megamenu .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.tb-megamenu .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.tb-megamenu .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.tb-megamenu .navbar .nav > li {
  float: left;
}
.tb-megamenu .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.tb-megamenu .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.tb-megamenu .navbar .nav > li > a:focus,
.tb-megamenu .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.tb-megamenu .navbar .nav > .active > a,
.tb-megamenu .navbar .nav > .active > a:hover,
.tb-megamenu .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.tb-megamenu .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.tb-megamenu .navbar .btn-navbar:hover,
.tb-megamenu .navbar .btn-navbar:focus,
.tb-megamenu .navbar .btn-navbar:active,
.tb-megamenu .navbar .btn-navbar.active,
.tb-megamenu .navbar .btn-navbar.disabled,
.tb-megamenu .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.tb-megamenu .navbar .btn-navbar:active,
.tb-megamenu .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.tb-megamenu .navbar .btn-navbar .fa-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.tb-megamenu .btn-navbar .fa-bar + .fa-bar {
  margin-top: 3px;
}
.tb-megamenu .navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.tb-megamenu .navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.tb-megamenu .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.tb-megamenu .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.tb-megamenu .navbar .nav li.dropdown > a:hover .caret,
.tb-megamenu .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.tb-megamenu .navbar .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .navbar .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.tb-megamenu .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.tb-megamenu .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu:before,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu:after,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.tb-megamenu .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.tb-megamenu .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.tb-megamenu .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.tb-megamenu .navbar-inverse .brand,
.tb-megamenu .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tb-megamenu .navbar-inverse .brand:hover,
.tb-megamenu .navbar-inverse .nav > li > a:hover,
.tb-megamenu .navbar-inverse .brand:focus,
.tb-megamenu .navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.tb-megamenu .navbar-inverse .brand {
  color: #999999;
}
.tb-megamenu .navbar-inverse .navbar-text {
  color: #999999;
}
.tb-megamenu .navbar-inverse .nav > li > a:focus,
.tb-megamenu .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav .active > a,
.tb-megamenu .navbar-inverse .nav .active > a:hover,
.tb-megamenu .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.tb-megamenu .navbar-inverse .navbar-link {
  color: #999999;
}
.tb-megamenu .navbar-inverse .navbar-link:hover,
.tb-megamenu .navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.tb-megamenu .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.tb-megamenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav li.dropdown > a:hover .caret,
.tb-megamenu .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tb-megamenu .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.tb-megamenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.tb-megamenu .navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .navbar-inverse .btn-navbar:hover,
.tb-megamenu .navbar-inverse .btn-navbar:focus,
.tb-megamenu .navbar-inverse .btn-navbar:active,
.tb-megamenu .navbar-inverse .btn-navbar.active,
.tb-megamenu .navbar-inverse .btn-navbar.disabled,
.tb-megamenu .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.tb-megamenu .navbar-inverse .btn-navbar:active,
.tb-megamenu .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.tb-megamenu .dropup,
.tb-megamenu .dropdown {
  position: relative;
}
.tb-megamenu .dropdown-toggle {
  *margin-bottom: -3px;
}
.tb-megamenu .dropdown-toggle:active,
.tb-megamenu .open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.tb-megamenu .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.tb-megamenu .dropdown-menu > li > a:hover,
.tb-megamenu .dropdown-menu > li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tb-megamenu .dropdown-menu > .active > a,
.tb-megamenu .dropdown-menu > .active > a:hover,
.tb-megamenu .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tb-megamenu .dropdown-menu > .disabled > a,
.tb-megamenu .dropdown-menu > .disabled > a:hover,
.tb-megamenu .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.tb-megamenu .dropdown-menu > .disabled > a:hover,
.tb-megamenu .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.tb-megamenu .open {
  *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
  display: block;
}
.tb-megamenu .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
  position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.tb-megamenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.tb-megamenu .dropdown-submenu.pull-left {
  float: none;
}
.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.tb-megamenu .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tb-megamenu .accordion {
  margin-bottom: 20px;
}
.tb-megamenu .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tb-megamenu .accordion-heading {
  border-bottom: 0;
}
.tb-megamenu .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.tb-megamenu .accordion-toggle {
  cursor: pointer;
}
.tb-megamenu .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
@-ms-viewport {
  width: device-width;
}
.tb-megamenu .hidden {
  display: none;
  visibility: hidden;
}
.tb-megamenu .visible-phone {
  display: none !important;
}
.tb-megamenu .visible-tablet {
  display: none !important;
}
.tb-megamenu .hidden-desktop {
  display: none !important;
}
.tb-megamenu .visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .tb-megamenu .hidden-desktop {
    display: inherit !important;
  }
  .tb-megamenu .visible-desktop {
    display: none !important;
  }
  .tb-megamenu .visible-tablet {
    display: inherit !important;
  }
  .tb-megamenu .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tb-megamenu .hidden-desktop {
    display: inherit !important;
  }
  .tb-megamenu .visible-desktop {
    display: none !important;
  }
  .tb-megamenu .visible-phone {
    display: inherit !important;
  }
  .tb-megamenu .hidden-phone {
    display: none !important;
  }
}
.tb-megamenu .visible-print {
  display: none !important;
}
@media print {
  .tb-megamenu .visible-print {
    display: inherit !important;
  }
  .tb-megamenu .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tb-megamenu body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tb-megamenu .navbar-fixed-top,
  .tb-megamenu .navbar-fixed-bottom,
  .tb-megamenu .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tb-megamenu .container-fluid {
    padding: 0;
  }
  .tb-megamenu .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .tb-megamenu .dl-horizontal dd {
    margin-left: 0;
  }
  .tb-megamenu .container {
    width: auto;
  }
  .tb-megamenu .row-fluid {
    width: 100%;
  }
  .tb-megamenu .row,
  .tb-megamenu .thumbnails {
    margin-left: 0;
  }
  .tb-megamenu .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  .tb-megamenu [class*="span"],
  .tb-megamenu .uneditable-input[class*="span"],
  .tb-megamenu .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tb-megamenu .span12,
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tb-megamenu .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .input-large,
  .tb-megamenu .input-xlarge,
  .tb-megamenu .input-xxlarge,
  .tb-megamenu input[class*="span"],
  .tb-megamenu select[class*="span"],
  .tb-megamenu textarea[class*="span"],
  .tb-megamenu .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tb-megamenu .input-prepend input,
  .tb-megamenu .input-append input,
  .tb-megamenu .input-prepend input[class*="span"],
  .tb-megamenu .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .tb-megamenu .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .tb-megamenu .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .tb-megamenu .modal.fade {
    top: -100px;
  }
  .tb-megamenu .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .tb-megamenu .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .tb-megamenu .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  .tb-megamenu input[type="checkbox"],
  .tb-megamenu input[type="radio"] {
    border: 1px solid #ccc;
  }
  .tb-megamenu .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .tb-megamenu .form-horizontal .controls {
    margin-left: 0;
  }
  .tb-megamenu .form-horizontal .control-list {
    padding-top: 0;
  }
  .tb-megamenu .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tb-megamenu .media .pull-left,
  .tb-megamenu .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .tb-megamenu .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .tb-megamenu .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .tb-megamenu .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .tb-megamenu .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .tb-megamenu .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after {
    clear: both;
  }
  .tb-megamenu [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .tb-megamenu .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .tb-megamenu .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .tb-megamenu .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .tb-megamenu .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .tb-megamenu .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .tb-megamenu .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .tb-megamenu .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .tb-megamenu .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .tb-megamenu .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .tb-megamenu .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .tb-megamenu .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .tb-megamenu .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .tb-megamenu .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .tb-megamenu .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .tb-megamenu .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .tb-megamenu .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .tb-megamenu .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .tb-megamenu .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .tb-megamenu .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .tb-megamenu .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .tb-megamenu .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .tb-megamenu .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .tb-megamenu .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .tb-megamenu .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .tb-megamenu .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .tb-megamenu .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .tb-megamenu .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .tb-megamenu .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .tb-megamenu .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .tb-megamenu .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .tb-megamenu .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .tb-megamenu .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .tb-megamenu .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .tb-megamenu .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .tb-megamenu .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .tb-megamenu .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  .tb-megamenu input,
  .tb-megamenu textarea,
  .tb-megamenu .uneditable-input {
    margin-left: 0;
  }
  .tb-megamenu .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .tb-megamenu .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after {
    clear: both;
  }
  .tb-megamenu [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .tb-megamenu .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .tb-megamenu .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .tb-megamenu .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .tb-megamenu .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .tb-megamenu .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .tb-megamenu .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .tb-megamenu .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .tb-megamenu .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .tb-megamenu .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .tb-megamenu .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .tb-megamenu .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .tb-megamenu .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .tb-megamenu .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .tb-megamenu .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .tb-megamenu .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .tb-megamenu .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .tb-megamenu .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .tb-megamenu .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .tb-megamenu .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .tb-megamenu .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .tb-megamenu .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .tb-megamenu .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .tb-megamenu .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .tb-megamenu .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .tb-megamenu .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .tb-megamenu .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .tb-megamenu .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .tb-megamenu .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .tb-megamenu .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .tb-megamenu .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .tb-megamenu .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .tb-megamenu .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .tb-megamenu .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .tb-megamenu .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .tb-megamenu .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .tb-megamenu .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  .tb-megamenu input,
  .tb-megamenu textarea,
  .tb-megamenu .uneditable-input {
    margin-left: 0;
  }
  .tb-megamenu .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  .tb-megamenu .thumbnails {
    margin-left: -30px;
  }
  .tb-megamenu .thumbnails > li {
    margin-left: 30px;
  }
  .tb-megamenu .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .tb-megamenu body {
    padding-top: 0;
  }
  .tb-megamenu .navbar-fixed-top,
  .tb-megamenu .navbar-fixed-bottom {
    position: static;
  }
  .tb-megamenu .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .tb-megamenu .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .tb-megamenu .navbar-fixed-top .navbar-inner,
  .tb-megamenu .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .tb-megamenu .navbar .container {
    width: auto;
    padding: 0;
  }
  .tb-megamenu .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .tb-megamenu .nav-collapse {
    clear: both;
  }
  .tb-megamenu .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .tb-megamenu .nav-collapse .nav > li {
    float: none;
  }
  .tb-megamenu .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .tb-megamenu .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .tb-megamenu .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .tb-megamenu .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .tb-megamenu .nav-collapse .nav > li > a:hover,
  .tb-megamenu .nav-collapse .nav > li > a:focus,
  .tb-megamenu .nav-collapse .dropdown-menu a:hover,
  .tb-megamenu .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a,
  .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a:hover,
  .tb-megamenu .navbar-inverse .nav-collapse .nav > li > a:focus,
  .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .tb-megamenu .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .tb-megamenu .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .tb-megamenu .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .tb-megamenu .nav-collapse .dropdown-menu:before,
  .tb-megamenu .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .tb-megamenu .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .tb-megamenu .nav-collapse .nav > li > .dropdown-menu:before,
  .tb-megamenu .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .tb-megamenu .nav-collapse .navbar-form,
  .tb-megamenu .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .tb-megamenu .navbar-inverse .nav-collapse .navbar-form,
  .tb-megamenu .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .tb-megamenu .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .tb-megamenu .nav-collapse,
  .tb-megamenu .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .tb-megamenu .navbar .btn-navbar {
    display: block;
  }
  .tb-megamenu .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .tb-megamenu .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.tb-megamenu .clearfix,
.tb-megamenu .dl-horizontal dd,
.tb-megamenu .container,
.tb-megamenu .container-fluid,
.tb-megamenu .row,
.tb-megamenu .form-horizontal .form-group,
.tb-megamenu .btn-toolbar,
.tb-megamenu .btn-group-vertical > .btn-group,
.tb-megamenu .nav,
.tb-megamenu .navbar,
.tb-megamenu .navbar-header,
.tb-megamenu .navbar-collapse,
.tb-megamenu .pager,
.tb-megamenu .panel-body,
.tb-megamenu .modal-header,
.tb-megamenu .modal-footer,
.tb-megamenu .filter-wrapper,
.tb-megamenu .user-pass,
.tb-megamenu .user-login-form,
.tb-megamenu .user-register-form,
.tb-megamenu .page-node-126 .region-content,
.tb-megamenu .section-workshops .view-empty,
.tb-megamenu .section-exponate .view-empty,
.tb-megamenu .section-roadshow .view-empty,
.tb-megamenu .section-liveprogramm .view-empty,
.tb-megamenu .section-karrieremarkt .view-empty,
.tb-megamenu .section-mediathek .view-empty {
  *zoom: 1;
}
.tb-megamenu .clearfix:before,
.tb-megamenu .clearfix:after,
.tb-megamenu .dl-horizontal dd:before,
.tb-megamenu .dl-horizontal dd:after,
.tb-megamenu .container:before,
.tb-megamenu .container:after,
.tb-megamenu .container-fluid:before,
.tb-megamenu .container-fluid:after,
.tb-megamenu .row:before,
.tb-megamenu .row:after,
.tb-megamenu .form-horizontal .form-group:before,
.tb-megamenu .form-horizontal .form-group:after,
.tb-megamenu .btn-toolbar:before,
.tb-megamenu .btn-toolbar:after,
.tb-megamenu .btn-group-vertical > .btn-group:before,
.tb-megamenu .btn-group-vertical > .btn-group:after,
.tb-megamenu .nav:before,
.tb-megamenu .nav:after,
.tb-megamenu .navbar:before,
.tb-megamenu .navbar:after,
.tb-megamenu .navbar-header:before,
.tb-megamenu .navbar-header:after,
.tb-megamenu .navbar-collapse:before,
.tb-megamenu .navbar-collapse:after,
.tb-megamenu .pager:before,
.tb-megamenu .pager:after,
.tb-megamenu .panel-body:before,
.tb-megamenu .panel-body:after,
.tb-megamenu .modal-header:before,
.tb-megamenu .modal-header:after,
.tb-megamenu .modal-footer:before,
.tb-megamenu .modal-footer:after,
.tb-megamenu .filter-wrapper:before,
.tb-megamenu .filter-wrapper:after,
.tb-megamenu .user-pass:before,
.tb-megamenu .user-pass:after,
.tb-megamenu .user-login-form:before,
.tb-megamenu .user-login-form:after,
.tb-megamenu .user-register-form:before,
.tb-megamenu .user-register-form:after,
.tb-megamenu .page-node-126 .region-content:before,
.tb-megamenu .page-node-126 .region-content:after,
.tb-megamenu .section-workshops .view-empty:before,
.tb-megamenu .section-workshops .view-empty:after,
.tb-megamenu .section-exponate .view-empty:before,
.tb-megamenu .section-exponate .view-empty:after,
.tb-megamenu .section-roadshow .view-empty:before,
.tb-megamenu .section-roadshow .view-empty:after,
.tb-megamenu .section-liveprogramm .view-empty:before,
.tb-megamenu .section-liveprogramm .view-empty:after,
.tb-megamenu .section-karrieremarkt .view-empty:before,
.tb-megamenu .section-karrieremarkt .view-empty:after,
.tb-megamenu .section-mediathek .view-empty:before,
.tb-megamenu .section-mediathek .view-empty:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .clearfix:after,
.tb-megamenu .dl-horizontal dd:after,
.tb-megamenu .container:after,
.tb-megamenu .container-fluid:after,
.tb-megamenu .row:after,
.tb-megamenu .form-horizontal .form-group:after,
.tb-megamenu .btn-toolbar:after,
.tb-megamenu .btn-group-vertical > .btn-group:after,
.tb-megamenu .nav:after,
.tb-megamenu .navbar:after,
.tb-megamenu .navbar-header:after,
.tb-megamenu .navbar-collapse:after,
.tb-megamenu .pager:after,
.tb-megamenu .panel-body:after,
.tb-megamenu .modal-header:after,
.tb-megamenu .modal-footer:after,
.tb-megamenu .filter-wrapper:after,
.tb-megamenu .user-pass:after,
.tb-megamenu .user-login-form:after,
.tb-megamenu .user-register-form:after,
.tb-megamenu .page-node-126 .region-content:after,
.tb-megamenu .section-workshops .view-empty:after,
.tb-megamenu .section-exponate .view-empty:after,
.tb-megamenu .section-roadshow .view-empty:after,
.tb-megamenu .section-liveprogramm .view-empty:after,
.tb-megamenu .section-karrieremarkt .view-empty:after,
.tb-megamenu .section-mediathek .view-empty:after {
  clear: both;
}
.tb-megamenu .mega-inner {
  padding: 10px;
  *zoom: 1;
}
.tb-megamenu .mega-inner:before,
.tb-megamenu .mega-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-inner:after {
  clear: both;
}
.tb-megamenu .row-fluid + .row-fluid {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.tb-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.tb-megamenu .mega.open > .mega-dropdown-menu,
.tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
  display: block;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
}
.tb-megamenu .mega-group {
  *zoom: 1;
}
.tb-megamenu .mega-group:before,
.tb-megamenu .mega-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-group:after {
  clear: both;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.tb-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: inherit;
}
.tb-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tb-megamenu .mega-group-ct:before,
.tb-megamenu .mega-group-ct:after {
  display: table;
  content: "";
  line-height: 0;
}
.tb-megamenu .mega-group-ct:after {
  clear: both;
}
.tb-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
  padding: 0;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
  padding: 10px;
}
.tb-megamenu .mega-nav,
.tb-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tb-megamenu .mega-nav > li,
.tb-megamenu .dropdown-menu .mega-nav > li {
  display: block;
  float: none;
  list-style: none;
  margin-left: 0;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a,
.tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
  white-space: normal;
}
.tb-megamenu .mega-group > .mega-nav,
.tb-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.tb-megamenu .mega-nav .dropdown-submenu > a::after,
.tb-megamenu .mega-nav .dropdown-submenu > span.tb-megamenu-no-link::after {
  margin-right: 5px;
}
.tb-megamenu .tb-block {
  margin-bottom: 10px;
}
.tb-megamenu .tb-block .block-title {
  margin-bottom: 0;
}
.tb-megamenu .tb-block .block-ct {
  margin: 0;
  padding: 0;
}
.tb-megamenu .nav .caret,
.tb-megamenu .dropdown-submenu .caret,
.tb-megamenu .mega-menu .caret {
  display: none;
}
.tb-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.tb-megamenu .nav [class^="fa-"],
.tb-megamenu .nav [class*=" fa-"] {
  margin-right: 5px;
}
.tb-megamenu .nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  display: block;
}
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: #eee;
}
.tb-megamenu .nav > .pull-right {
  float: right;
}
.tb-megamenu .dropup,
.tb-megamenu .dropdown {
  position: relative;
}
.tb-megamenu .dropdown-toggle {
  *margin-bottom: -3px;
}
.tb-megamenu .dropdown-toggle:active,
.tb-megamenu .open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.tb-megamenu .dropdown-menu a,
.tb-megamenu .dropdown-menu span.tb-megamenu-no-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.tb-megamenu .open {
  *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
  display: block;
}
.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.tb-megamenu .dropup .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "\2191";
}
.tb-megamenu .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
  position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.tb-megamenu .dropdown-submenu > a:after,
.tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link:after {
  border-left-color: #fff;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.tb-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.tb-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.tb-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.tb-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.tb-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.tb-megamenu .mega-align-justify {
  position: static;
}
.tb-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.tb-megamenu .mega-align-justify > .dropdown-menu.span12 {
  width: 100%;
}
.tb-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.tb-megamenu .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.tb-megamenu .fade.in {
  opacity: 1;
}
.tb-megamenu .collapse {
  position: relative;
  height: 0;
  overflow: visible;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.tb-megamenu .collapse.in {
  height: auto;
}
.tb-megamenu .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tb-megamenu .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.tb-megamenu button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tb-megamenu .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn:hover,
.tb-megamenu .btn:active,
.tb-megamenu .btn.active,
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.tb-megamenu .btn:active,
.tb-megamenu .btn.active {
  background-color: #cccccc \9;
}
.tb-megamenu .btn:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.tb-megamenu .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tb-megamenu .btn.active,
.tb-megamenu .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn.disabled,
.tb-megamenu .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tb-megamenu .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-danger:hover,
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-danger.disabled,
.tb-megamenu .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.tb-megamenu .btn-danger:active,
.tb-megamenu .btn-danger.active {
  background-color: #942a25 \9;
}
.tb-megamenu .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.tb-megamenu .btn-success:hover,
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-success.disabled,
.tb-megamenu .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.tb-megamenu .btn-success:active,
.tb-megamenu .btn-success.active {
  background-color: #408140 \9;
}
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active {
  color: rgba(255, 255, 255, 0.75);
}
.tb-megamenu .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tb-megamenu .btn-block + .btn-block {
  margin-top: 5px;
}
.tb-megamenu .btn-primary.active,
.tb-megamenu .btn-warning.active,
.tb-megamenu .btn-danger.active,
.tb-megamenu .btn-success.active,
.tb-megamenu .btn-info.active,
.tb-megamenu .btn-inverse.active {
  color: rgba(255, 255, 255, 0.95);
}
.tb-megamenu .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.tb-megamenu button.btn,
.tb-megamenu input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.tb-megamenu button.btn::-moz-focus-inner,
.tb-megamenu input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.tb-megamenu .btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  *margin-left: .3em;
}
.tb-megamenu .btn-group:first-child {
  *margin-left: 0;
}
.tb-megamenu .btn-group + .btn-group {
  margin-left: 5px;
}
.tb-megamenu .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .btn-group > .btn + .btn {
  margin-left: -1px;
}
.tb-megamenu .btn-group > .btn,
.tb-megamenu .btn-group > .dropdown-menu {
  font-size: 13px;
}
.tb-megamenu .btn-group > .btn.first,
.tb-megamenu .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.tb-megamenu .btn-group > .btn.last,
.tb-megamenu .btn-group > .btn:last-child,
.tb-megamenu .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.tb-megamenu .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.tb-megamenu .btn-group > .btn.large:last-child,
.tb-megamenu .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.tb-megamenu .btn-group > .btn:hover,
.tb-megamenu .btn-group > .btn:focus,
.tb-megamenu .btn-group > .btn:active,
.tb-megamenu .btn-group > .btn.active {
  z-index: 2;
}
.tb-megamenu .btn-group .dropdown-toggle:active,
.tb-megamenu .btn-group.open .dropdown-toggle {
  outline: 0;
}
.tb-megamenu .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.tb-megamenu .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tb-megamenu .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.tb-megamenu a.disabled,
.tb-megamenu a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
#tb-megamenu-admin fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.tb-megamenu legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.tb-megamenu legend small {
  font-size: 13.5px;
  color: #999;
}
.tb-megamenu label,
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.tb-megamenu input,
.tb-megamenu button,
.tb-megamenu select,
.tb-megamenu textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tb-megamenu label {
  display: block;
  margin-bottom: 5px;
}
.tb-megamenu select,
.tb-megamenu textarea,
.tb-megamenu input[type="text"],
.tb-megamenu input[type="password"],
.tb-megamenu input[type="datetime"],
.tb-megamenu input[type="datetime-local"],
.tb-megamenu input[type="date"],
.tb-megamenu input[type="month"],
.tb-megamenu input[type="time"],
.tb-megamenu input[type="week"],
.tb-megamenu input[type="number"],
.tb-megamenu input[type="email"],
.tb-megamenu input[type="url"],
.tb-megamenu input[type="search"],
.tb-megamenu input[type="tel"],
.tb-megamenu input[type="color"],
.tb-megamenu .uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tb-megamenu input,
.tb-megamenu textarea {
  width: 170px;
}
.tb-megamenu textarea {
  height: auto;
}
.tb-megamenu textarea,
.tb-megamenu input[type="text"],
.tb-megamenu input[type="password"],
.tb-megamenu input[type="datetime"],
.tb-megamenu input[type="datetime-local"],
.tb-megamenu input[type="date"],
.tb-megamenu input[type="month"],
.tb-megamenu input[type="time"],
.tb-megamenu input[type="week"],
.tb-megamenu input[type="number"],
.tb-megamenu input[type="email"],
.tb-megamenu input[type="url"],
.tb-megamenu input[type="search"],
.tb-megamenu input[type="tel"],
.tb-megamenu input[type="color"],
.tb-megamenu .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.tb-megamenu textarea:focus,
.tb-megamenu input[type="text"]:focus,
.tb-megamenu input[type="password"]:focus,
.tb-megamenu input[type="datetime"]:focus,
.tb-megamenu input[type="datetime-local"]:focus,
.tb-megamenu input[type="date"]:focus,
.tb-megamenu input[type="month"]:focus,
.tb-megamenu input[type="time"]:focus,
.tb-megamenu input[type="week"]:focus,
.tb-megamenu input[type="number"]:focus,
.tb-megamenu input[type="email"]:focus,
.tb-megamenu input[type="url"]:focus,
.tb-megamenu input[type="search"]:focus,
.tb-megamenu input[type="tel"]:focus,
.tb-megamenu input[type="color"]:focus,
.tb-megamenu .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.tb-megamenu input[type="radio"],
.tb-megamenu input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
.tb-megamenu input[type="file"],
.tb-megamenu input[type="image"],
.tb-megamenu input[type="submit"],
.tb-megamenu input[type="reset"],
.tb-megamenu input[type="button"],
.tb-megamenu input[type="radio"],
.tb-megamenu input[type="checkbox"] {
  width: auto;
}
.tb-megamenu select,
.tb-megamenu input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
.tb-megamenu select {
  width: 220px;
  border: 1px solid #bbb;
  background-color: #fff;
}
.tb-megamenu select[multiple],
.tb-megamenu select[size] {
  height: auto;
}
.tb-megamenu select:focus,
.tb-megamenu input[type="file"]:focus,
.tb-megamenu input[type="radio"]:focus,
.tb-megamenu input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tb-megamenu span.tb-megamenu-no-link:hover {
  cursor: default;
}
.tb-megamenu span.tb-megamenu-no-link.tb-megamenu-no-submenu:hover {
  color: inherit !important;
}
@media (max-width: 979px) {
  .tb-megamenu .navbar .brand {
    font-size: 13px;
  }
  .tb-megamenu .navbar .nav {
    margin: 0 2px 0 0;
  }
  .tb-megamenu .navbar .nav > li > a,
  .tb-megamenu .navbar .nav > li > span.tb-megamenu-no-link {
    padding: 6px;
  }
  .tb-megamenu .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .tb-megamenu .page-title {
    text-align: center;
  }
  .tb-megamenu .navbar-search.pull-right {
    float: none;
    text-align: center;
  }
  .tb-megamenu .subhead-fixed {
    position: static;
    width: auto;
  }
  .tb-megamenu .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 738px) {
  .tb-megamenu body {
    padding-top: 30px;
  }
}
@media (max-width: 738px) {
  .tb-megamenu .navbar .brand {
    font-size: 16px;
  }
}
.tb-megamenu .btn-subhead {
  display: none;
}
@media (min-width: 481px) {
  .tb-megamenu #filter-bar {
    height: 29px;
  }
}
@media (max-width: 480px) {
  .table th:nth-of-type(n+5),
  .table th:nth-of-type(3),
  .table th:nth-of-type(2),
  .table td:nth-of-type(n+5),
  .table td:nth-of-type(2),
  .table td:nth-of-type(3) {
    white-space: normal;
  }
  .tb-megamenu .pagination a {
    padding: 5px;
  }
  .tb-megamenu .btn-group.divider,
  .tb-megamenu .header .row-fluid .span3,
  .tb-megamenu .header .row-fluid .span7,
  .tb-megamenu .subhead-collapse {
    display: none;
  }
  .tb-megamenu .btn {
    font-size: 11px;
    padding: 1px 4px 2px 4px;
  }
  .tb-megamenu .navbar .btn {
    margin: 0;
  }
  .tb-megamenu .btn-subhead {
    display: block;
    margin: 10px 0;
  }
  .tb-megamenu .chzn-container,
  .tb-megamenu .chzn-container .chzn-results,
  .tb-megamenu .chzn-container-single .chzn-drop,
  .tb-megamenu .btn-toolbar > .btn-group,
  .tb-megamenu .btn-toolbar > .btn-group > .btn {
    width: 99% !important;
  }
  .tb-megamenu .login .chzn-single {
    width: 222px !important;
  }
  .tb-megamenu .login .chzn-container,
  .tb-megamenu .login .chzn-drop {
    width: 230px !important;
  }
}
@media (max-width: 738px) {
  .tb-megamenu .navbar .brand {
    margin-top: 2px;
  }
  .tb-megamenu .navbar .btn-navbar {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .tb-megamenu .nav-collapse .nav .nav-header {
    color: #fff;
  }
  .tb-megamenu .nav-collapse.collapse.in {
    height: auto !important;
  }
  .tb-megamenu .nav-collapse .nav,
  .tb-megamenu .navbar .nav-collapse .nav.pull-right {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .nav li a {
    margin-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
  .tb-megamenu .nav-collapse .nav li ul li ul.dropdown-menu,
  .tb-megamenu .nav-collapse .nav li ul li:hover ul.dropdown-menu,
  .tb-megamenu .nav-collapse .caret {
    display: none !important;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::before,
  .tb-megamenu .navbar .nav-collapse .nav > li > .dropdown-menu::after,
  .tb-megamenu .navbar .nav-collapse .dropdown-submenu > a::after,
  .tb-megamenu .navbar .nav-collapse .dropdown-submenu > span.tb-megamenu-no-link::after {
    display: none;
  }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a,
  .tb-megamenu .nav-collapse .dropdown-menu li + li span.tb-megamenu-no-link {
    margin-bottom: 0;
  }
}
.tb-megamenu {
  background-color: #fff;
}
.tb-megamenu:before,
.tb-megamenu:after {
  content: "";
  display: table;
  line-height: 0;
}
.tb-megamenu:after {
  clear: both;
}
.tb-megamenu .nav {
  margin: 0;
}
.tb-megamenu .nav > li {
  float: left;
  margin-left: 0;
}
.tb-megamenu .nav > li > a,
.tb-megamenu .nav > li > span.tb-megamenu-no-link {
  border-bottom: 0;
  border-top: 0;
  color: #000;
  font-weight: bold;
  padding: 15px 20px;
  text-shadow: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus,
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
  background-color: #fff !important;
  color: #ec4d19;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
  background-color: #ec4d19;
  color: #000;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.tb-megamenu .btn-navbar {
  display: none;
  float: left;
  padding: 10px;
  margin: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e8e8e8;
  *background-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.tb-megamenu .btn-navbar:hover,
.tb-megamenu .btn-navbar:focus,
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active,
.tb-megamenu .btn-navbar.disabled,
.tb-megamenu .btn-navbar[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;
}
.tb-megamenu .btn-navbar:active,
.tb-megamenu .btn-navbar.active {
  background-color: #bfbfbf \9;
}
.tb-megamenu .btn-navbar [class^="fa-"],
.tb-megamenu .btn-navbar [class^=" fa-"] {
  color: #666;
  text-shadow: none;
}
.tb-megamenu .dropdown .caret {
  margin-left: 5px;
  margin-top: 9px;
}
.tb-megamenu .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
  border-bottom: 0;
  border-top: 1px solid #eee;
  padding: 5px 20px;
  text-shadow: none;
}
.tb-megamenu .dropdown-menu li:first-child > a,
.tb-megamenu .dropdown-menu li:first-child > span.tb-megamenu-no-link {
  border-top: 0;
}
.tb-megamenu .mega-nav > li:first-child > a,
.tb-megamenu .dropdown-menu .mega-nav > li:first-child > a,
.tb-megamenu .mega-nav > li:first-child > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .mega-nav > li:first-child > span.tb-megamenu-no-link {
  margin-top: 0;
  padding-top: 0;
}
.tb-megamenu .nav > li > .dropdown-menu:before {
  display: none;
}
.tb-megamenu .nav > li > .dropdown-menu:after {
  display: none;
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  background-color: transparent;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #fff;
  color: #ec4d19;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ec4d19;
  color: #000;
}
.tb-megamenu .mega-inner {
  padding: 0px;
}
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a,
.tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
  padding: 5px 0 !important;
}
.tb-megamenu .mega-nav .dropdown-submenu > a::after,
.tb-megamenu .mega-nav .dropdown-submenu > span.tb-megamenu-no-link::after {
  margin-right: 0;
}
.tb-megamenu .tb-block .block-title {
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
  margin: 0;
}
.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
  background: none;
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.tb-megamenu .tb-block ul li a,
.tb-megamenu .tb-block .nav li a,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.tb-megamenu .tb-block ul li a:hover,
.tb-megamenu .tb-block ul li a:focus,
.tb-megamenu .tb-block ul li a:active,
.tb-megamenu .tb-block .nav li a:hover,
.tb-megamenu .tb-block .nav li a:focus,
.tb-megamenu .tb-block .nav li a:active,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:hover,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:focus,
.tb-megamenu .tb-block ul li span.tb-megamenu-no-link:active,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:hover,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:focus,
.tb-megamenu .tb-block .nav li span.tb-megamenu-no-link:active {
  background: none;
  font: inherit;
}
.tb-megamenu .mega-caption {
  color: #000000;
  font-size: 14px;
  margin-top: 3px;
  font-weight: normal;
}
.tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.tb-megamenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.tb-megamenu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tb-megamenu .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tb-megamenu .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
  clear: both;
  color: #333;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: normal;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ec4d19;
  text-decoration: none;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
  color: #ec4d19;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  color: #999;
}
.tb-megamenu .dropdown-menu .disabled > a:hover,
.tb-megamenu .dropdown-menu .disabled > span.tb-megamenu-no-link:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.tb-megamenu .open {
  *z-index: 1000;
}
.tb-megamenu .open > .dropdown-menu {
  display: block;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
  background-color: #fff;
  border-color: #444;
  color: #ec4d19;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
  margin-top: 8px;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #eee;
  border-bottom-color: #eee;
}
.tb-megamenu .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.tb-megamenu .dropup .caret,
.tb-megamenu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.tb-megamenu .dropup .dropdown-menu,
.tb-megamenu .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.tb-megamenu .dropdown-submenu {
  position: relative;
}
.tb-megamenu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.tb-megamenu .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.tb-megamenu .touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.tb-megamenu .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tb-megamenu .dropdown-submenu > a:after,
.tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.tb-megamenu .dropdown-submenu:hover > a:after,
.tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link:after {
  border-left-color: #eee;
}
.tb-megamenu .dropdown-submenu.pull-left {
  float: none;
}
.tb-megamenu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.tb-megamenu .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1170px) {
  .tb-megamenu .row {
    margin-left: -40px;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after {
    clear: both;
  }
  .tb-megamenu [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
  }
  .tb-megamenu .span11 {
    width: 851px;
  }
  .tb-megamenu .span10 {
    width: 770px;
  }
  .tb-megamenu .span9 {
    width: 689px;
  }
  .tb-megamenu .span8 {
    width: 608px;
  }
  .tb-megamenu .span7 {
    width: 527px;
  }
  .tb-megamenu .span6 {
    width: 446px;
  }
  .tb-megamenu .span5 {
    width: 365px;
  }
  .tb-megamenu .span4 {
    width: 284px;
  }
  .tb-megamenu .span3 {
    width: 203px;
  }
  .tb-megamenu .span2 {
    width: 122px;
  }
  .tb-megamenu .span1 {
    width: 41px;
  }
  .tb-megamenu .offset12 {
    margin-left: 1012px;
  }
  .tb-megamenu .offset11 {
    margin-left: 931px;
  }
  .tb-megamenu .offset10 {
    margin-left: 850px;
  }
  .tb-megamenu .offset9 {
    margin-left: 769px;
  }
  .tb-megamenu .offset8 {
    margin-left: 688px;
  }
  .tb-megamenu .offset7 {
    margin-left: 607px;
  }
  .tb-megamenu .offset6 {
    margin-left: 526px;
  }
  .tb-megamenu .offset5 {
    margin-left: 445px;
  }
  .tb-megamenu .offset4 {
    margin-left: 364px;
  }
  .tb-megamenu .offset3 {
    margin-left: 283px;
  }
  .tb-megamenu .offset2 {
    margin-left: 202px;
  }
  .tb-megamenu .offset1 {
    margin-left: 121px;
  }
  .tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.2918454935622%;
    *margin-left: 4.2381974248927%;
    margin-left: 0%;
    *margin-left: 0%;
  }
  .tb-megamenu .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 4.2918454935622%;
  }
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94635193133%;
  }
  .tb-megamenu .row-fluid .span11 {
    width: 91.309012875536%;
    *width: 91.255364806867%;
  }
  .tb-megamenu .row-fluid .span10 {
    width: 82.618025751073%;
    *width: 82.564377682403%;
  }
  .tb-megamenu .row-fluid .span9 {
    width: 75%;
    *width: 75%;
  }
  .tb-megamenu .row-fluid .span8 {
    width: 65.236051502146%;
    *width: 65.182403433476%;
  }
  .tb-megamenu .row-fluid .span7 {
    width: 56.545064377682%;
    *width: 56.491416309013%;
  }
  .tb-megamenu .row-fluid .span6 {
    width: 50%;
    *width: 50%;
  }
  .tb-megamenu .row-fluid .span5 {
    width: 39.163090128755%;
    *width: 39.109442060086%;
  }
  .tb-megamenu .row-fluid .span4 {
    width: 33.333%;
    *width: 33.333%;
  }
  .tb-megamenu .row-fluid .span3 {
    width: 25%;
    *width: 25%;
  }
  .tb-megamenu .row-fluid .span2 {
    width: 13.090128755365%;
    *width: 13.036480686695%;
  }
  .tb-megamenu .row-fluid .span1 {
    width: 4.3991416309013%;
    *width: 4.3454935622318%;
  }
  .tb-megamenu .row-fluid .offset12 {
    margin-left: 108.58369098712%;
    *margin-left: 108.47639484979%;
  }
  .tb-megamenu .row-fluid .offset12:first-child {
    margin-left: 104.29184549356%;
    *margin-left: 104.18454935622%;
  }
  .tb-megamenu .row-fluid .offset11 {
    margin-left: 99.892703862661%;
    *margin-left: 99.785407725322%;
  }
  .tb-megamenu .row-fluid .offset11:first-child {
    margin-left: 95.600858369099%;
    *margin-left: 95.49356223176%;
  }
  .tb-megamenu .row-fluid .offset10 {
    margin-left: 91.201716738197%;
    *margin-left: 91.094420600858%;
  }
  .tb-megamenu .row-fluid .offset10:first-child {
    margin-left: 86.909871244635%;
    *margin-left: 86.802575107296%;
  }
  .tb-megamenu .row-fluid .offset9 {
    margin-left: 82.510729613734%;
    *margin-left: 82.403433476395%;
  }
  .tb-megamenu .row-fluid .offset9:first-child {
    margin-left: 78.218884120172%;
    *margin-left: 78.111587982833%;
  }
  .tb-megamenu .row-fluid .offset8 {
    margin-left: 73.81974248927%;
    *margin-left: 73.712446351931%;
  }
  .tb-megamenu .row-fluid .offset8:first-child {
    margin-left: 69.527896995708%;
    *margin-left: 69.420600858369%;
  }
  .tb-megamenu .row-fluid .offset7 {
    margin-left: 65.128755364807%;
    *margin-left: 65.021459227468%;
  }
  .tb-megamenu .row-fluid .offset7:first-child {
    margin-left: 60.836909871245%;
    *margin-left: 60.729613733906%;
  }
  .tb-megamenu .row-fluid .offset6 {
    margin-left: 56.437768240343%;
    *margin-left: 56.330472103004%;
  }
  .tb-megamenu .row-fluid .offset6:first-child {
    margin-left: 52.145922746781%;
    *margin-left: 52.038626609442%;
  }
  .tb-megamenu .row-fluid .offset5 {
    margin-left: 47.74678111588%;
    *margin-left: 47.639484978541%;
  }
  .tb-megamenu .row-fluid .offset5:first-child {
    margin-left: 43.454935622318%;
    *margin-left: 43.347639484979%;
  }
  .tb-megamenu .row-fluid .offset4 {
    margin-left: 39.055793991416%;
    *margin-left: 38.948497854077%;
  }
  .tb-megamenu .row-fluid .offset4:first-child {
    margin-left: 34.763948497854%;
    *margin-left: 34.656652360515%;
  }
  .tb-megamenu .row-fluid .offset3 {
    margin-left: 30.364806866953%;
    *margin-left: 30.257510729614%;
  }
  .tb-megamenu .row-fluid .offset3:first-child {
    margin-left: 26.072961373391%;
    *margin-left: 25.965665236052%;
  }
  .tb-megamenu .row-fluid .offset2 {
    margin-left: 21.673819742489%;
    *margin-left: 21.56652360515%;
  }
  .tb-megamenu .row-fluid .offset2:first-child {
    margin-left: 17.381974248927%;
    *margin-left: 17.274678111588%;
  }
  .tb-megamenu .row-fluid .offset1 {
    margin-left: 12.982832618026%;
    *margin-left: 12.875536480687%;
  }
  .tb-megamenu .row-fluid .offset1:first-child {
    margin-left: 8.6909871244635%;
    *margin-left: 8.5836909871245%;
  }
  .tb-megamenu input,
  .tb-megamenu textarea,
  .tb-megamenu .uneditable-input {
    margin-left: 0;
  }
  .tb-megamenu .controls-row [class*="span"] + [class*="span"] {
    margin-left: 40px;
  }
  .tb-megamenu input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 918px;
  }
  .tb-megamenu input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 837px;
  }
  .tb-megamenu input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 756px;
  }
  .tb-megamenu input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 675px;
  }
  .tb-megamenu input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 594px;
  }
  .tb-megamenu input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 513px;
  }
  .tb-megamenu input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 432px;
  }
  .tb-megamenu input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 351px;
  }
  .tb-megamenu input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 270px;
  }
  .tb-megamenu input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 189px;
  }
  .tb-megamenu input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 108px;
  }
  .tb-megamenu input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tb-megamenu .offset-12 {
    margin-left: -736px;
  }
  .tb-megamenu .offset-11 {
    margin-left: -673px;
  }
  .tb-megamenu .offset-10 {
    margin-left: -610px;
  }
  .tb-megamenu .offset-9 {
    margin-left: -547px;
  }
  .tb-megamenu .offset-8 {
    margin-left: -484px;
  }
  .tb-megamenu .offset-7 {
    margin-left: -421px;
  }
  .tb-megamenu .offset-6 {
    margin-left: -358px;
  }
  .tb-megamenu .offset-5 {
    margin-left: -295px;
  }
  .tb-megamenu .offset-4 {
    margin-left: -232px;
  }
  .tb-megamenu .offset-3 {
    margin-left: -169px;
  }
  .tb-megamenu .offset-2 {
    margin-left: -106px;
  }
  .tb-megamenu .offset-1 {
    margin-left: -43px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .tb-megamenu .offset-12 {
    margin-left: -932px;
  }
  .tb-megamenu .offset-11 {
    margin-left: -851px;
  }
  .tb-megamenu .offset-10 {
    margin-left: -770px;
  }
  .tb-megamenu .offset-9 {
    margin-left: -689px;
  }
  .tb-megamenu .offset-8 {
    margin-left: -608px;
  }
  .tb-megamenu .offset-7 {
    margin-left: -527px;
  }
  .tb-megamenu .offset-6 {
    margin-left: -446px;
  }
  .tb-megamenu .offset-5 {
    margin-left: -365px;
  }
  .tb-megamenu .offset-4 {
    margin-left: -284px;
  }
  .tb-megamenu .offset-3 {
    margin-left: -203px;
  }
  .tb-megamenu .offset-2 {
    margin-left: -122px;
  }
  .tb-megamenu .offset-1 {
    margin-left: -41px;
  }
}
@media (min-width: 1170px) {
  .tb-megamenu .offset-12 {
    margin-left: -1196px;
  }
  .tb-megamenu .offset-11 {
    margin-left: -1093px;
  }
  .tb-megamenu .offset-10 {
    margin-left: -990px;
  }
  .tb-megamenu .offset-9 {
    margin-left: -887px;
  }
  .tb-megamenu .offset-8 {
    margin-left: -784px;
  }
  .tb-megamenu .offset-7 {
    margin-left: -681px;
  }
  .tb-megamenu .offset-6 {
    margin-left: -578px;
  }
  .tb-megamenu .offset-5 {
    margin-left: -475px;
  }
  .tb-megamenu .offset-4 {
    margin-left: -372px;
  }
  .tb-megamenu .offset-3 {
    margin-left: -269px;
  }
  .tb-megamenu .offset-2 {
    margin-left: -166px;
  }
  .tb-megamenu .offset-1 {
    margin-left: -63px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .tb-megamenu .row,
  .tb-megamenu .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .tb-megamenu .row:before,
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:before,
  .tb-megamenu .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .tb-megamenu .row:after,
  .tb-megamenu .row-fluid:after {
    clear: both;
  }
  .tb-megamenu .row [class*="span"],
  .tb-megamenu .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7173913043478%;
    *margin-left: 2.6637432356783%;
  }
  .row [class*="span"]:first-child:not(.pull-right),
  .row-fluid [class*="span"]:first-child:not(.pull-right) {
    margin-left: 0;
  }
  .row [class*="span"].pull-right:first-child + [class*="span"]:not(.pull-right),
  .row-fluid [class*="span"].pull-right:first-child + [class*="span"]:not(.pull-right) {
    margin-left: 0;
  }
  .tb-megamenu .row .span12,
  .tb-megamenu .row-fluid .span12 {
    width: 100%;
    *width: 99.94635193133%;
  }
  .tb-megamenu .row .span11,
  .tb-megamenu .row-fluid .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%;
  }
  .tb-megamenu .row .span10,
  .tb-megamenu .row-fluid .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%;
  }
  .tb-megamenu .row .span9,
  .tb-megamenu .row-fluid .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%;
  }
  .tb-megamenu .row .span8,
  .tb-megamenu .row-fluid .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%;
  }
  .tb-megamenu .row .span7,
  .tb-megamenu .row-fluid .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%;
  }
  .tb-megamenu .row .span6,
  .tb-megamenu .row-fluid .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%;
  }
  .tb-megamenu .row .span5,
  .tb-megamenu .row-fluid .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%;
  }
  .tb-megamenu .row .span4,
  .tb-megamenu .row-fluid .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%;
  }
  .tb-megamenu .row .span3,
  .tb-megamenu .row-fluid .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%;
  }
  .tb-megamenu .row .span2,
  .tb-megamenu .row-fluid .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%;
  }
  .tb-megamenu .row .span1,
  .tb-megamenu .row-fluid .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%;
  }
  .tb-megamenu .span12 .row [class*="span"] {
    margin-left: 2.7173913043478%;
    *margin-left: 2.6637432356783%;
  }
  .tb-megamenu .span12 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span12 .row .span12 {
    width: 100%;
    *width: 99.94635193133%;
  }
  .tb-megamenu .span12 .row .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%;
  }
  .tb-megamenu .span12 .row .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%;
  }
  .tb-megamenu .span12 .row .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%;
  }
  .tb-megamenu .span12 .row .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%;
  }
  .tb-megamenu .span12 .row .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%;
  }
  .tb-megamenu .span12 .row .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%;
  }
  .tb-megamenu .span12 .row .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%;
  }
  .tb-megamenu .span12 .row .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%;
  }
  .tb-megamenu .span12 .row .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%;
  }
  .tb-megamenu .span12 .row .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%;
  }
  .tb-megamenu .span12 .row .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%;
  }
  .tb-megamenu .span11 .row [class*="span"] {
    margin-left: 2.9717682020802%;
    *margin-left: 2.9181201334107%;
  }
  .tb-megamenu .span11 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span11 .row .span11 {
    width: 91.440217391304%;
    *width: 91.386569322635%;
  }
  .tb-megamenu .span11 .row .span10 {
    width: 82.880434782609%;
    *width: 82.826786713939%;
  }
  .tb-megamenu .span11 .row .span9 {
    width: 74.320652173913%;
    *width: 74.267004105244%;
  }
  .tb-megamenu .span11 .row .span8 {
    width: 65.760869565217%;
    *width: 65.707221496548%;
  }
  .tb-megamenu .span11 .row .span7 {
    width: 57.201086956522%;
    *width: 57.147438887852%;
  }
  .tb-megamenu .span11 .row .span6 {
    width: 48.641304347826%;
    *width: 48.587656279157%;
  }
  .tb-megamenu .span11 .row .span5 {
    width: 40.08152173913%;
    *width: 40.027873670461%;
  }
  .tb-megamenu .span11 .row .span4 {
    width: 31.521739130435%;
    *width: 31.468091061765%;
  }
  .tb-megamenu .span11 .row .span3 {
    width: 22.961956521739%;
    *width: 22.90830845307%;
  }
  .tb-megamenu .span11 .row .span2 {
    width: 14.402173913043%;
    *width: 14.348525844374%;
  }
  .tb-megamenu .span11 .row .span1 {
    width: 5.8423913043478%;
    *width: 5.7887432356783%;
  }
  .tb-megamenu .span10 .row [class*="span"] {
    margin-left: 3.2786885245902%;
    *margin-left: 3.2250404559206%;
  }
  .tb-megamenu .span10 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span10 .row .span10 {
    width: 90.638930163447%;
    *width: 90.585282094778%;
  }
  .tb-megamenu .span10 .row .span9 {
    width: 81.277860326894%;
    *width: 81.224212258225%;
  }
  .tb-megamenu .span10 .row .span8 {
    width: 71.916790490342%;
    *width: 71.863142421672%;
  }
  .tb-megamenu .span10 .row .span7 {
    width: 62.555720653789%;
    *width: 62.502072585119%;
  }
  .tb-megamenu .span10 .row .span6 {
    width: 53.194650817236%;
    *width: 53.141002748567%;
  }
  .tb-megamenu .span10 .row .span5 {
    width: 43.833580980684%;
    *width: 43.779932912014%;
  }
  .tb-megamenu .span10 .row .span4 {
    width: 34.472511144131%;
    *width: 34.418863075461%;
  }
  .tb-megamenu .span10 .row .span3 {
    width: 25.111441307578%;
    *width: 25.057793238908%;
  }
  .tb-megamenu .span10 .row .span2 {
    width: 15.750371471025%;
    *width: 15.696723402356%;
  }
  .tb-megamenu .span10 .row .span1 {
    width: 6.3893016344725%;
    *width: 6.335653565803%;
  }
  .tb-megamenu .span9 .row [class*="span"] {
    margin-left: 3.6563071297989%;
    *margin-left: 3.6026590611294%;
  }
  .tb-megamenu .span9 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span9 .row .span9 {
    width: 89.672131147541%;
    *width: 89.618483078871%;
  }
  .tb-megamenu .span9 .row .span8 {
    width: 79.344262295082%;
    *width: 79.290614226412%;
  }
  .tb-megamenu .span9 .row .span7 {
    width: 69.016393442623%;
    *width: 68.962745373953%;
  }
  .tb-megamenu .span9 .row .span6 {
    width: 58.688524590164%;
    *width: 58.634876521494%;
  }
  .tb-megamenu .span9 .row .span5 {
    width: 48.360655737705%;
    *width: 48.307007669035%;
  }
  .tb-megamenu .span9 .row .span4 {
    width: 38.032786885246%;
    *width: 37.979138816576%;
  }
  .tb-megamenu .span9 .row .span3 {
    width: 27.704918032787%;
    *width: 27.651269964117%;
  }
  .tb-megamenu .span9 .row .span2 {
    width: 17.377049180328%;
    *width: 17.323401111658%;
  }
  .tb-megamenu .span9 .row .span1 {
    width: 7.0491803278689%;
    *width: 6.9955322591993%;
  }
  .tb-megamenu .span8 .row [class*="span"] {
    margin-left: 4.1322314049587%;
    *margin-left: 4.0785833362892%;
  }
  .tb-megamenu .span8 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span8 .row .span8 {
    width: 88.482632541133%;
    *width: 88.428984472464%;
  }
  .tb-megamenu .span8 .row .span7 {
    width: 76.965265082267%;
    *width: 76.911617013597%;
  }
  .tb-megamenu .span8 .row .span6 {
    width: 65.4478976234%;
    *width: 65.394249554731%;
  }
  .tb-megamenu .span8 .row .span5 {
    width: 53.930530164534%;
    *width: 53.876882095864%;
  }
  .tb-megamenu .span8 .row .span4 {
    width: 42.413162705667%;
    *width: 42.359514636998%;
  }
  .tb-megamenu .span8 .row .span3 {
    width: 30.895795246801%;
    *width: 30.842147178131%;
  }
  .tb-megamenu .span8 .row .span2 {
    width: 19.378427787934%;
    *width: 19.324779719265%;
  }
  .tb-megamenu .span8 .row .span1 {
    width: 7.8610603290676%;
    *width: 7.8074122603981%;
  }
  .tb-megamenu .span7 .row [class*="span"] {
    margin-left: 4.750593824228%;
    *margin-left: 4.6969457555585%;
  }
  .tb-megamenu .span7 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span7 .row .span7 {
    width: 86.98347107438%;
    *width: 86.929823005711%;
  }
  .tb-megamenu .span7 .row .span6 {
    width: 73.96694214876%;
    *width: 73.913294080091%;
  }
  .tb-megamenu .span7 .row .span5 {
    width: 60.950413223141%;
    *width: 60.896765154471%;
  }
  .tb-megamenu .span7 .row .span4 {
    width: 47.933884297521%;
    *width: 47.880236228851%;
  }
  .tb-megamenu .span7 .row .span3 {
    width: 34.917355371901%;
    *width: 34.863707303231%;
  }
  .tb-megamenu .span7 .row .span2 {
    width: 21.900826446281%;
    *width: 21.847178377611%;
  }
  .tb-megamenu .span7 .row .span1 {
    width: 8.8842975206612%;
    *width: 8.8306494519916%;
  }
  .tb-megamenu .span6 .row [class*="span"] {
    margin-left: 5.586592178771%;
    *margin-left: 5.5329441101014%;
  }
  .tb-megamenu .span6 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span6 .row .span6 {
    width: 85.035629453682%;
    *width: 84.981981385012%;
  }
  .tb-megamenu .span6 .row .span5 {
    width: 70.071258907363%;
    *width: 70.017610838694%;
  }
  .tb-megamenu .span6 .row .span4 {
    width: 55.106888361045%;
    *width: 55.053240292376%;
  }
  .tb-megamenu .span6 .row .span3 {
    width: 40.142517814727%;
    *width: 40.088869746057%;
  }
  .tb-megamenu .span6 .row .span2 {
    width: 25.178147268409%;
    *width: 25.124499199739%;
  }
  .tb-megamenu .span6 .row .span1 {
    width: 10.21377672209%;
    *width: 10.160128653421%;
  }
  .tb-megamenu .span5 .row [class*="span"] {
    margin-left: 6.7796610169492%;
    *margin-left: 6.7260129482796%;
  }
  .tb-megamenu .span5 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span5 .row .span5 {
    width: 82.402234636872%;
    *width: 82.348586568202%;
  }
  .tb-megamenu .span5 .row .span4 {
    width: 64.804469273743%;
    *width: 64.750821205073%;
  }
  .tb-megamenu .span5 .row .span3 {
    width: 47.206703910615%;
    *width: 47.153055841945%;
  }
  .tb-megamenu .span5 .row .span2 {
    width: 29.608938547486%;
    *width: 29.555290478817%;
  }
  .tb-megamenu .span5 .row .span1 {
    width: 12.011173184358%;
    *width: 11.957525115688%;
  }
  .tb-megamenu .span4 .row [class*="span"] {
    margin-left: 8.6206896551724%;
    *margin-left: 8.5670415865029%;
  }
  .tb-megamenu .span4 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span4 .row .span4 {
    width: 78.64406779661%;
    *width: 78.590419727941%;
  }
  .tb-megamenu .span4 .row .span3 {
    width: 57.28813559322%;
    *width: 57.234487524551%;
  }
  .tb-megamenu .span4 .row .span2 {
    width: 35.932203389831%;
    *width: 35.878555321161%;
  }
  .tb-megamenu .span4 .row .span1 {
    width: 14.576271186441%;
    *width: 14.522623117771%;
  }
  .tb-megamenu .span3 .row [class*="span"] {
    margin-left: 11.834319526627%;
    *margin-left: 11.780671457958%;
  }
  .tb-megamenu .span3 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span3 .row .span3 {
    width: 72.844827586207%;
    *width: 72.791179517537%;
  }
  .tb-megamenu .span3 .row .span2 {
    width: 45.689655172414%;
    *width: 45.636007103744%;
  }
  .tb-megamenu .span3 .row .span1 {
    width: 18.534482758621%;
    *width: 18.480834689951%;
  }
  .tb-megamenu .span2 .row [class*="span"] {
    margin-left: 18.867924528302%;
    *margin-left: 18.814276459632%;
  }
  .tb-megamenu .span2 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span2 .row .span2 {
    width: 62.721893491124%;
    *width: 62.668245422455%;
  }
  .tb-megamenu .span2 .row .span1 {
    width: 25.443786982249%;
    *width: 25.390138913579%;
  }
  .tb-megamenu .span1 .row [class*="span"] {
    margin-left: 46.511627906977%;
    *margin-left: 46.457979838307%;
  }
  .tb-megamenu .span1 .row [class*="span"]:first-child {
    margin-left: 0;
  }
  .tb-megamenu .span1 .row .span1 {
    width: 40.566037735849%;
    *width: 40.51238966718%;
  }
  .tb-megamenu .spanfirst {
    margin-left: 0 !important;
    clear: left;
  }
}
.tb-megamenu .row .span50,
.tb-megamenu .row-fluid .span50 {
  width: 50%;
  float: left;
}
.tb-megamenu .row .span33,
.tb-megamenu .row-fluid .span33 {
  width: 33.3333%;
  float: left;
}
.tb-megamenu .row .span25,
.tb-megamenu .row-fluid .span25 {
  width: 25%;
  float: left;
}
.tb-megamenu .row .span20,
.tb-megamenu .row-fluid .span20 {
  width: 20%;
  float: left;
}
.tb-megamenu .row .span16,
.tb-megamenu .row-fluid .span16 {
  width: 16.6666%;
  float: left;
}
.tb-megamenu .hidden {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 1235px) {
  .tb-megamenu .navbar-collapse-fixed-top,
  .tb-megamenu .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in,
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0;
  }
  .tb-megamenu .navbar-collapse-fixed-top .nav-collapse.in > *,
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px;
  }
  .tb-megamenu .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .tb-megamenu .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px;
  }
}
@media (max-width: 1235px) {
  .tb-megamenu {
    background-color: inherit;
    height: auto;
  }
  .tb-megamenu .btn-navbar {
    display: block;
    margin-bottom: 10px;
  }
  .tb-megamenu .btn-navbar:hover {
    cursor: pointer;
  }
  .tb-megamenu .nav-collapse {
    background: #fff;
    z-index: 999;
  }
  .tb-megamenu .nav-collapse .nav {
    margin: 0;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link {
    font-size: 15px;
    margin-bottom: 0;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border-right: none;
    color: #000;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tb-megamenu .nav-collapse .dropdown-menu li + li a,
  .tb-megamenu .nav-collapse .dropdown-menu li + li span.tb-megamenu-no-link {
    margin-bottom: 0;
  }
  .tb-megamenu .nav-collapse .nav > li > a:hover,
  .tb-megamenu .nav-collapse .nav > li > a:focus,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link:focus {
    background-color: #fff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ec4d19;
  }
  .tb-megamenu .nav-collapse .nav > li.active > a:hover,
  .tb-megamenu .nav-collapse .nav > li.active > a:focus,
  .tb-megamenu .nav-collapse .nav > li.active > span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav-collapse .nav > li.active > span.tb-megamenu-no-link:focus {
    background-color: #fff;
  }
  .tb-megamenu .nav-collapse .dropdown-menu a {
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 0px;
  }
  .tb-megamenu .nav-collapse .dropdown-menu a:hover,
  .tb-megamenu .nav-collapse .dropdown-menu a:focus,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link:focus {
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
  }
  .tb-megamenu.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .tb-megamenu .navbar .nav > li > .dropdown-menu:before,
  .tb-megamenu .navbar .nav > li > .dropdown-menu:after,
  .tb-megamenu .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .tb-megamenu .customization {
    display: none;
  }
  .tb-megamenu .tb-block .block-title {
    color: #fff;
  }
}
@media (max-width: 1235px) and (max-width: 767px) {
  .tb-megamenu .nav-collapse {
    top: 60px;
  }
}
@media (max-width: 1235px) and (min-width: 768px) and (max-width: 991px) {
  .tb-megamenu .nav-collapse {
    top: 60px;
  }
}
@media (max-width: 1235px) and (min-width: 992px) and (max-width: 1235px) {
  .tb-megamenu .nav-collapse {
    top: 80px;
  }
}
@media (min-width: 1170px) {
  .tb-megamenu.animate .mega > .mega-dropdown-menu {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .tb-megamenu.animate .mega.animating > .mega-dropdown-menu {
    display: block!important;
  }
  .tb-megamenu.animate .mega.open > .mega-dropdown-menu,
  .tb-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .tb-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0, 0);
    transform-origin: 20% 20%;
    -webkit-transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -ms-transform: scale(0, 0);
    -ms-transform-origin: 20% 20%;
    -o-transform: scale(0, 0);
    -o-transform-origin: 20% 20%;
  }
  .tb-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .tb-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
  }
  .tb-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0, 1);
    transform-origin: 10% 0;
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(0, 1);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(0, 1);
    -o-transform-origin: 10% 0;
  }
  .tb-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  .tb-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .tb-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%;
  }
  .tb-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .tb-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .tb-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .tb-megamenu .mega-inner {
    padding: 10px 20px;
  }
  .tb-megamenu .row-fluid,
  .tb-megamenu .mega-dropdown-menu,
  .tb-megamenu .row-fluid [class*="span"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
  .tb-megamenu .hidden-collapse,
  .tb-megamenu .always-show .caret,
  .tb-megamenu .sub-hidden-collapse > .nav-child,
  .tb-megamenu .sub-hidden-collapse .caret,
  .tb-megamenu .sub-hidden-collapse > a:after,
  .tb-megamenu .always-show .dropdown-submenu > a:after {
    display: none !important;
  }
  .tb-megamenu .mega-caption {
    display: none !important;
  }
  .tb-megamenu .mega-nav > li a,
  .tb-megamenu .dropdown-menu .mega-nav > li a,
  .tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
  .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    padding: 5px 0;
  }
  .tb-megamenu .tb-block {
    margin-bottom: 0;
  }
}
.block-view-demo .views-field-title a {
  border-top: none !important;
  color: #eee;
  padding: 0 !important;
}
.tb-megamenu .block-view-demo .views-field-field-image {
  float: left;
}
.tb-megamenu .block-view-demo .views-field-field-image img {
  border: 1px solid #333;
  margin: 0 20px 0 0;
  max-width: none !important;
  padding: 4px;
  width: auto;
}
.tb-megamenu .block-view-demo .item-list ul li {
  border-bottom: 1px solid #333;
  margin: 0;
  min-height: 60px;
  padding: 10px 0;
}
.tb-megamenu .block-view-demo .item-list ul li.views-row-first {
  padding-top: 0;
}
.tb-megamenu .block-view-demo a {
  padding: 0 !important;
}
.tb-megamenu .block-view-demo .views-field-title a {
  border-top: none;
  color: #aaa;
  padding: 0;
}
.tb-megamenu .block-view-demo a:hover,
.tb-megamenu .block-view-demo a:focus {
  background: none !important;
  border: none !important;
  color: #ec4d19;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1235px) {
  .tb-megamenu .container,
  .tb-megamenu .navbar-static-top .container,
  .tb-megamenu .navbar-fixed-top .container,
  .tb-megamenu .navbar-fixed-bottom .container {
    width: 100% !important;
  }
}
/* Core */
.tb-megamenu {
  position: relative;
}
.tb-megamenu .nav,
.tb-megamenu .tb-block ul,
.tb-megamenu .tb-block .nav {
  padding: 0;
}
.tb-megamenu .tb-block ul li,
.tb-megamenu .tb-block .nav li {
  list-style: none;
}
.tb-megamenu .block-view-demo .item-list ul li {
  border-bottom: 1px solid #444;
}
.tb-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: none;
}
@media (max-width: 979px) {
  .tb-megamenu .nav-collapse .dropdown-menu .views-field-field-image a {
    border-top: 0 none;
  }
  #user-login-form .item-list li a {
    border: 0 none;
  }
  .tb-megamenu .nav-collapse,
  .tb-megamenu .nav-collapse.collapse {
    z-index: 999;
  }
}
/* End Core */
.badge.newsroom-badge {
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.badge.newsroom-badge.video {
  background-color: #f1f7eb;
  color: #75b842;
}
.badge.newsroom-badge.news {
  background-color: #ecf4f9;
  color: #4996d2;
}
.badge.newsroom-badge.podcast {
  background-color: #fdede7;
  color: #ec4d19;
}
.footer {
  padding-bottom: 24px;
  color: #4d4d4d;
  background-color: white;
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 0px;
  }
}
.footer .ideenexpo-app-teaser {
  margin-bottom: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .ideenexpo-app-teaser img {
  height: 40px;
  width: auto;
  margin-left: 6px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .footer .footer-copyright-row {
    border-top: 2px solid #f2f2f2;
    padding-top: 34px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-copyright-row {
    border-top: 2px solid #f2f2f2;
    padding-top: 34px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .footer .footer-copyright-row .copyright-col {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-copyright-row .copyright-col {
    padding: 0;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-copyright-row .menu-col {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-copyright-row .menu-col {
    padding: 0;
    margin: 0;
  }
}
.footer .footer-copyright-row .menu {
  float: right;
}
@media (max-width: 767px) {
  .footer .footer-copyright-row .menu {
    float: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-copyright-row .menu {
    float: none;
    padding: 0;
    margin: 0;
  }
}
.footer .footer-copyright-row .menu li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .footer .footer-copyright-row .menu li {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-copyright-row .menu li {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}
.footer .footer-copyright-row .menu li a {
  color: #4d4d4d;
  background: transparent !important;
  padding: 4px 0;
  font-size: 16px;
  line-height: 17px;
}
.footer .footer-copyright-row .menu li a:hover {
  color: #ec4d19;
}
.footer .footer-menus-row {
  padding-top: 60px;
  padding-bottom: 34px;
}
@media (max-width: 767px) {
  .footer .footer-menus-row {
    padding-top: 0px;
    padding-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-menus-row {
    padding-top: 0px;
    padding-bottom: 34px;
  }
}
.footer h2 {
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
@media (max-width: 767px) {
  .footer h2 {
    margin-top: 50px;
    padding: 0  25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer h2 {
    margin-top: 50px;
    padding: 0  25px;
  }
}
@media (max-width: 767px) {
  .footer .menu {
    padding: 0  25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .menu {
    padding: 0  25px;
  }
}
.footer .menu li a {
  color: #1A1A1A;
  background: transparent !important;
  padding: 4px 0;
  font-size: 16px;
  line-height: 25px;
}
.footer .menu li a:hover {
  color: #ec4d19;
}
/*
.scroll-to-top {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  background-color: @goal10;
  border-radius: 20px;
  color: white;
  display: block;
  box-shadow: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s 0s, visibility 0s .5s;
  -moz-transition: opacity .5s 0s, visibility 0s .5s;
  transition: opacity .5s 0s, visibility 0s .5s; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;   
  z-index: 1000;
  
  &:hover {
    background-color: white;
    color: @goal10;
  }
  
  @media @mobile { 
    bottom: 10px;
    right: 30px;
  }    
  
  &.cd-is-visible, 
  &.cd-fade-out {
    -webkit-transition: opacity .5s 0s, visibility 0s 0s;
    -moz-transition: opacity .5s 0s, visibility 0s 0s;
    transition: opacity .5s 0s, visibility 0s 0s;
  }
  &.cd-is-visible {
    visibility: visible;
    opacity: 1;
  }
  &.cd-fade-out {
    opacity: 1.0;
  }
  
  &:hover {
    opacity: 1.0;    
  }

}
*/
.scroll-to-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ec4d19;
  border-radius: 3px;
  color: white;
  display: block;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  background-repeat: no-repeat;
  background-image: url('../images/pfeil-hoch-white.svg');
  background-position: center center;
  position: fixed;
  bottom: 50px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s 0s, visibility 0s .5s;
  -moz-transition: opacity .5s 0s, visibility 0s .5s;
  transition: opacity .5s 0s, visibility 0s .5s;
  z-index: 1000;
}
@media (max-width: 767px) {
  .scroll-to-top {
    bottom: 10px;
    right: 10px;
  }
}
.scroll-to-top.cd-is-visible,
.scroll-to-top.cd-fade-out {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.scroll-to-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.scroll-to-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1.0;
}
.scroll-to-top:hover {
  opacity: 1.0;
  background-image: url('../images/pfeil-hoch.svg');
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px 0px rgba(0, 0, 0, 0.24);
}
.scroll-to-top-2 {
  cursor: pointer;
  position: fixed;
  bottom: 32px;
  right: 32px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s 0s, visibility 0s .5s;
  -moz-transition: opacity .5s 0s, visibility 0s .5s;
  transition: opacity .5s 0s, visibility 0s .5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1000;
  width: 50px;
  height: 50px;
  /*
  @media @mobile { 
    bottom: 10px;
    right: 30px;
  }   */
}
.scroll-to-top-2 button {
  border: none;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
.scroll-to-top-2 .absolute {
  position: absolute;
}
.scroll-to-top-2 .top-0 {
  top: 0;
}
.scroll-to-top-2 .left-0 {
  left: 0;
}
.scroll-to-top-2.cd-is-visible,
.scroll-to-top-2.cd-fade-out {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.scroll-to-top-2.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.scroll-to-top-2.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1.0;
}
.scroll-to-top-2:hover {
  opacity: 1.0;
}
.scroll-to-top-2 .progress-bar-wrap {
  transform: rotate(-90deg);
}
.scroll-to-top-2 .progress-bar-wrap circle {
  stroke: #fff1ed;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: transparent;
}
.scroll-to-top-2 .progress-bar-wrap .progress-bar {
  stroke: #ec4d19;
  transition: stroke-dashoffset 0 ease-in-out;
}
.scroll-to-top-2 .scroll-to-top-arrow {
  display: block;
  color: #ec4d19;
  top: 16px;
  left: 16.5px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.h1,
h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 65px;
  font-family: Fago, Arial, sans-serif;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .h1,
  h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
.h2,
h2 {
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h2,
  h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
.h3,
h3 {
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
.h4,
h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
h5,
.h5 {
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
h6,
.h6 {
  font-weight: 700;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.625;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.625;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.625;
  }
}
@media (min-width: 1236px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 1.625;
  }
}
.font-light {
  font-weight: 300 !important;
  font-style: normal !important;
}
.meta {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
}
.meta i {
  display: inline-block;
  margin-right: 8px;
}
.preline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
}
.preline-border {
  font-size: 14px;
  line-height: 14px;
  border-bottom: 1px solid #f2f2f2;
  color: #ededed;
  padding-bottom: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.field--name-field-disclaimer {
  margin-top: 32px;
  color: white;
  font-size: 14px;
  width: 80%;
  margin-left: 10%;
  opacity: 0.66;
}
@media (max-width: 767px) {
  .field--name-field-disclaimer {
    width: 100%;
    margin-left: 0px;
    text-align: left;
  }
}
figcaption {
  color: #ededed;
  font-size: 14px;
}
.text-big {
  font-size: 22px !important;
}
.duration {
  color: #4d4d4d;
}
.text-bold {
  font-weight: bold;
}
.text-decoration-none {
  text-decoration: none !important;
}
.cursor-pointer:hover {
  cursor: pointer !important;
}
span.text-orange {
  color: #ec4d19;
}
.highlighted-text {
  display: inline-block;
  background-color: #fdede8;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}
.border-orange--bottom-1px {
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px solid #ec4d19;
}
.border-orange-bottom-bold {
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 1px solid #ec4d19;
}
.text-bold {
  font-weight: bold;
}
.svg-link:hover {
  cursor: pointer;
}
/* –––––––––––––––––––––––––––––––––––
TEXT VOM "A" HOVER  

Nicht brauchbar


.styled-links a {
    display: table;
    text-decoration: unset;
    color: #000;
}
.styled-links a p:not(.underlines--x) {
  
    background: linear-gradient(to bottom, transparent 62%, #FBDBD1 0) left center/0 100% no-repeat;
    transition: background .2s cubic-bezier(.75, 0, .25, 1);
    
}
.styled-links a:hover p:not(.underlines--x) {
  
    background-size: 100% 100%;
}
*/
/* –––––––––––––––––––––––––––––––––––
MENU : MAGNIFYING */
.menu--all {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu--all .cls-1 {
  fill: none;
}
.menu--all figure {
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
.magnifying--container svg {
  height: 100%;
  width: 100%;
  overflow: unset;
  transform: translate3d(0, 0, 0);
  transform-origin: top left;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.magnifying--container:hover svg {
  animation-name: magnifying0;
  -moz-animation-name: magnifying0;
  -webkit-animation-name: magnifying0;
}
.magnifying--container svg rect {
  transition: height 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: height 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: height 0.2s cubic-bezier(0.75, 0, 0.25, 1);
}
.magnifying--container:hover svg rect {
  height: 8px;
}
.magnifying--container svg > path:nth-of-type(3) {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}
.magnifying--container:hover svg > path:nth-of-type(3) {
  opacity: 1;
}
@keyframes magnifying0 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(5%, 3%, 0);
  }
  60% {
    transform: translate3d(-3%, -3%, 0);
  }
  80% {
    transform: translate3d(3%, -3%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* –––––––––––––––––––––––––––––––––––
MENU : CALENDER */
.calender--container svg {
  width: 100%;
  height: 100%;
}
.calender--container svg > circle {
  animation-name: calender1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: calender1;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: calender1;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
  opacity: 0;
}
.calender--container:hover svg > circle {
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.calender--container:hover svg > circle:nth-of-type(1) {
  animation-delay: 0;
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
}
.calender--container:hover svg > circle:nth-of-type(2) {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
.calender--container:hover svg > circle:nth-of-type(3) {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
}
.calender--container:hover svg > circle:nth-of-type(4) {
  animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
}
.calender--container:hover svg > circle:nth-of-type(5) {
  animation-delay: .16s;
  -moz-animation-delay: .16s;
  -webkit-animation-delay: .16s;
}
@keyframes calender1 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* –––––––––––––––––––––––––––––––––––
PLAY */
.play--container .cls-1 {
  fill: none;
}
.play--container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.play--container figure {
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  -webkit-filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.8));
}
.play--container.big figure {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.play--container svg {
  overflow: unset;
  width: 100%;
  height: 100%;
}
.play--container svg circle,
.play--container svg path {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
}
.play--container svg path {
  transform: translate3d(0, 0, 0);
  animation-delay: .4s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-animation-delay: .4s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation-delay: .4s;
}
.play--container.white svg path {
  fill: white;
}
.play--container svg circle:nth-of-type(1) {
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}
.play--container svg circle:nth-of-type(2) {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.play--container:hover svg path {
  animation-name: playAnimation0;
  -moz-animation-name: playAnimation0;
  -webkit-animation-name: playAnimation0;
}
.play--container:hover svg circle:nth-of-type(1) {
  animation-name: playAnimation1;
  -moz-animation-name: playAnimation1;
  -webkit-animation-name: playAnimation1;
}
.play--container:hover svg circle:nth-of-type(2) {
  animation-name: playAnimation2;
  -moz-animation-name: playAnimation2;
  -webkit-animation-name: playAnimation2;
}
@keyframes playAnimation0 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(5%, 0, 0);
  }
  60% {
    transform: translate3d(-5%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes playAnimation1 {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 100;
  }
}
@keyframes playAnimation2 {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 200;
  }
}
/* –––––––––––––––––––––––––––––––––––
CONTATCS : ALL */
.contacts--all {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contacts--all.left {
  display: flex;
  justify-content: left;
  align-items: left;
  position: relative;
}
.contacts--all.right {
  display: flex;
  justify-content: right;
  align-items: right;
  position: relative;
}
.contacts--all > span,
.contacts--all > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
}
.contacts--all p {
  margin: 0;
  color: #000;
  font-size: 16px;
  margin-left: 5px;
}
.contacts--all.white p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  margin-left: 5px;
}
.contacts--all figure {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.contacts--all.left figure {
  display: flex;
  position: relative;
  justify-content: left;
  align-items: left;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
.contacts--all.right figure {
  display: flex;
  position: relative;
  justify-content: right;
  align-items: right;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
}
/* –––––––––––––––––––––––––––––––––––
ACCORDEON */
.accordeon--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
}
.accordeon--container li {
  position: relative;
  list-style: none;
}
.accordeon--container li input {
  display: none;
}
.accordeon--container li label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.accordeon--container li label > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 24px;
  background-color: lightblue;
}
.accordeon--container li label > div::before,
.accordeon--container li label > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: red;
}
.accordeon--container li label > div::before {
  -webkit-transform: rotate(90deg) scale(1, 1);
  -moz-transform: rotate(90deg) scale(1, 1);
  transform: rotate(90deg) scale(1, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
  transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
}
.accordeon--container li label > div::after {
  -webkit-transform: rotate(0) scale(1, 1);
  -moz-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
  transition: transform 0.3s cubic-bezier(0.75, 0.25, 0, 1);
}
.accordeon--container li input:checked ~ label > div::before {
  -webkit-transform: rotate(-360deg) scale(0.8, 1);
  -moz-transform: rotate(-360deg) scale(0.8, 1);
  transform: rotate(-360deg) scale(0.8, 1);
}
.accordeon--container li input:checked ~ label > div::after {
  -webkit-transform: rotate(-180deg) scale(0, 1);
  -moz-transform: rotate(-180deg) scale(0, 1);
  transform: rotate(-180deg) scale(0, 1);
}
.accordeon--container li label p {
  margin: 0;
  background: linear-gradient(to bottom, transparent 62%, #fbdbd1 0) left center / 0 100% no-repeat;
  transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
}
.accordeon--container li input:checked ~ label > p {
  background-size: 100% 100%;
}
/* –––––––––––––––––––––––––––––––––––
CONTACTS: LOCATION */
.location--container .cls-1 {
  fill: none;
}
.location--container svg {
  width: 24px;
  height: 24px;
  overflow: unset;
}
.location--container svg > path {
  transform-origin: center 80%;
  -moz-transform-origin: center 80%;
  -webkit-transform-origin: center 80%;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.location--container svg > path:nth-of-type(1) {
  transform: translate3d(0, 0, 0) rotate(0);
  -moz-transform: translate3d(0, 0, 0) rotate(0);
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
}
.location--container > a:hover svg > path:nth-of-type(1) {
  animation-name: locationAnimation1;
  -moz-animation-name: locationAnimation1;
  -webkit-animation-name: locationAnimation1;
}
.location--container > a:hover svg > path:nth-of-type(2) {
  animation-name: locationAnimation2;
  -moz-animation-name: locationAnimation2;
  -webkit-animation-name: locationAnimation2;
}
@keyframes locationAnimation1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  30% {
    transform: translate3d(0, -10px, 0) rotate(0);
  }
  35% {
    transform: translate3d(0, -10px, 0) rotate(0);
  }
  40% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  41% {
    transform: translate3d(0, 0, 0) rotate(10deg);
  }
  45% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(5deg);
  }
  55% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  60% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }
  65% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes locationAnimation2 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  41% {
    transform: scale(0.6, 0.6);
  }
  45% {
    transform: scale(0.92, 0.92);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* –––––––––––––––––––––––––––––––––––
CONTACTS: FAX */
.fax--container.left figure > span {
  position: absolute;
  left: 5px;
}
.fax--container figure > span {
  display: flex;
  justify-content: center;
  position: absolute;
  height: 18px;
  width: 14px;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
  transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  -webkit-transform: translate3d(0, -20%, 0);
  animation-name: faxAnimation0;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: faxAnimation0;
  -moz-animation-duration: 1.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: faxAnimation0;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
.fax--container figure > span::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: #000;
}
.fax--container figure > span::before {
  margin-top: 3px;
}
.fax--container svg {
  position: absolute;
  width: 24px;
  height: 24px;
}
.fax--container svg.fax0 {
  z-index: 2;
}
.fax--container svg.fax0 circle {
  opacity: 1;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
}
.fax--container svg.fax0 .cls-1 {
  fill: #fff;
}
.fax--container svg.fax0 .cls-2 {
  fill: none;
}
.fax--container svg.fax1 .cls-1 {
  fill: none;
}
.fax--container > a:hover figure > span {
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.fax--container > a:hover svg.fax0 circle {
  animation-name: faxAnimation1;
  -moz-animation-name: faxAnimation1;
  -webkit-animation-name: faxAnimation1;
}
@keyframes faxAnimation0 {
  0% {
    transform: translate3d(0, -20%, 0);
  }
  50% {
    transform: translate3d(0, 10%, 0);
  }
  100% {
    transform: translate3d(0, -20%, 0);
  }
}
@keyframes faxAnimation1 {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* –––––––––––––––––––––––––––––––––––
CONTACTS: EMAIL */
.email--container div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.email--container span {
  position: absolute;
  display: flex;
  height: 14px;
  width: 16px;
  border: 2px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  animation-name: emailAnimation0;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: emailAnimation0;
  -moz-animation-duration: 2.4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: emailAnimation0;
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
.email--container .email0,
.email--container .email1 {
  position: absolute;
  width: 24px;
  height: 24px;
}
.email--container svg {
  width: 100%;
  height: 100%;
  overflow: unset;
}
.email--container .email1 {
  z-index: 3;
}
.email--container .email2 {
  position: absolute;
  width: 24px;
  height: 12px;
}
.email--container .email2 svg {
  margin-bottom: 6px;
  transform-origin: top;
  -moz-transform-origin: top;
  -webkit-transform-origin: top;
  transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  z-index: 1;
  animation-name: emailAnimation1;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: emailAnimation1;
  -moz-animation-duration: 2.4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: emailAnimation1;
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
.email--container > a:hover figure span,
.email--container > a:hover .email2 svg {
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
.email0 svg .cls-1 {
  fill: none;
}
.email1 svg .cls-1 {
  fill: none;
}
.email1 svg .cls-2 {
  fill: #fff;
}
.email2 svg .cls-1 {
  fill: none;
}
.email2 svg .cls-2 {
  fill: #fff;
}
@keyframes emailAnimation0 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -7px, 0);
  }
  45% {
    transform: translate3d(0, -7px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes emailAnimation1 {
  0% {
    transform: translate3d(0, 0, 0) scale(1, 1);
    z-index: 4;
  }
  10% {
    transform: translate3d(0, 3px, 0) scale(1, -1);
    z-index: 1;
  }
  45% {
    transform: translate3d(0, 3px, 0) scale(1, -1);
    z-index: 1;
  }
  60% {
    transform: translate3d(0, 0, 0) scale(1, 1);
    z-index: 4;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1);
    z-index: 4;
  }
}
/* –––––––––––––––––––––––––––––––––––
CONTACTS: TEL */
.tel--container svg.tel0 {
  position: absolute;
  width: 24px;
  height: 24px;
  overflow: unset;
}
.tel--container.white svg.tel0 > path {
  fill: #fff;
}
svg.tel0 .cls-1 {
  fill: none;
}
svg.tel0 > path:nth-of-type(1) {
  transform-origin: center center;
  -moz-transform-origin: center center;
  -webkit-transform-origin: center center;
  animation-name: telAnimation0;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: telAnimation0;
  -moz-animation-duration: 1.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: telAnimation0;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
svg.tel0 > path:nth-of-type(2) {
  opacity: 1;
  animation-name: telAnimation1;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: telAnimation1;
  -moz-animation-duration: 1.6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: telAnimation1;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
svg.tel0 > path:nth-of-type(3) {
  opacity: 1;
  animation-name: telAnimation1;
  animation-duration: 1.6s;
  animation-delay: .2s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -moz-animation-name: telAnimation1;
  -moz-animation-duration: 1.6s;
  -moz-animation-delay: .2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-play-state: paused;
  -webkit-animation-name: telAnimation1;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-delay: .2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
.tel--container > a:hover svg.tel0 > path {
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
}
@keyframes telAnimation0 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes telAnimation1 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* –––––––––––––––––––––––––––––––––––
ARROWS: ALL */
.arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.arrows.left {
  display: flex;
  justify-content: left;
  align-items: left;
  position: relative;
}
.arrows > a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  text-decoration: none;
  color: #000;
  font-size: 19px;
}
@media (max-width: 767px) {
  .arrows > a {
    font-size: 16px;
  }
}
.arrows.inbox > a {
  width: 100%;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #EDEDED;
  padding: 20px 25px;
  box-sizing: border-box;
}
.arrows.inbox > a:hover {
  border: 1px solid #EC4D19;
}
.arrows p:not(.underlines--x) {
  background: linear-gradient(to bottom, transparent 62%, #fbdbd1 0) left center / 0 100% no-repeat;
  transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
}
.arrows > a:hover p:not(.underlines--x) {
  background-size: 100% 100%;
}
.arrows p {
  background: linear-gradient(to bottom, transparent 62%, #fbdbd1 0) left center / 0 100% no-repeat;
  transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.arrows > a:hover p {
  background-size: 100% 100%;
}
.arrows.inbox p {
  margin: 0;
}
.arrows.inbox .arrow--box {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #EDEDED;
  height: 32px;
  width: 32px;
}
.arrows.inbox > a:hover .arrow--box {
  background-color: #EC4D19;
}
.arrows.backlink .arrow {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: "FlipH";
  filter: FlipH;
  text-align: right;
}
.arrows .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 24px;
  margin-left: 5px;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  -moz-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  z-index: 1;
}
.arrows.opp .arrow {
  margin-right: 5px;
  transform: translate3d(0, 0, 0) scale(-1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(-1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(-1, 1);
}
.arrows.opp > a:hover .arrow {
  transform: translate3d(-10%, 0, 0) scale(-1, 1);
  -moz-transform: translate3d(-10%, 0, 0) scale(-1, 1);
  -webkit-transform: translate3d(-10%, 0, 0) scale(-1, 1);
}
.arrows > a:hover .arrow {
  transform: translate3d(10%, 0, 0);
  -moz-transform: translate3d(10%, 0, 0);
  -webkit-transform: translate3d(10%, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow {
    height: 34px;
    width: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow {
    height: 34px;
    width: 34px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow {
    height: 34px;
    width: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.big .arrow {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.big .arrow {
    height: 48px;
    width: 48px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.big .arrow {
    height: 48px;
    width: 48px;
  }
}
.arrows.inbox .arrow {
  margin-left: auto;
  margin-right: auto;
}
.arrows .arrow > span {
  position: absolute;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow > span,
  .arrows.big .arrow > span {
    height: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow > span,
  .arrows.big .arrow > span {
    height: 4px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow > span,
  .arrows.big .arrow > span {
    height: 4px;
  }
}
.arrows.inbox .arrow > span {
  background-color: #EC4D19;
}
.arrows > a:hover .arrow > span {
  background-color: #EC4D19;
}
.arrows.inbox > a:hover .arrow > span {
  background-color: #fff;
}
.arrows .arrow > span:nth-child(1) {
  display: flex;
  align-items: center;
  width: 12px;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform-origin: center right;
  -moz-transform-origin: center right;
  -webkit-transform-origin: center right;
  transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  -moz-transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0, 0.75, 0.25, 1);
}
.arrows > a:hover .arrow > span:nth-child(1) {
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow > span:nth-child(1),
  .arrows.big .arrow > span:nth-child(1) {
    width: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow > span:nth-child(1),
  .arrows.big .arrow > span:nth-child(1) {
    width: 24px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow > span:nth-child(1),
  .arrows.big .arrow > span:nth-child(1) {
    width: 24px;
  }
}
.arrows .arrow > .circle {
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #EC4D19;
  border-radius: 3px;
  opacity: 0;
  transform: translate3d(10px, 0, 0) scale(0.5, 1);
  -moz-transform: translate3d(10px, 0, 0) scale(0.5, 1);
  -webkit-transform: translate3d(10px, 0, 0) scale(0.5, 1);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.1s ease;
  -moz-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.1s ease;
  -webkit-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.1s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow > .circle,
  .arrows.big .arrow > .circle {
    height: 6px;
    width: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow > .circle,
  .arrows.big .arrow > .circle {
    height: 6px;
    width: 6px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow > .circle,
  .arrows.big .arrow > .circle {
    height: 6px;
    width: 6px;
  }
}
.arrows.inbox .arrow > .circle {
  background-color: #fff;
}
.arrows > a:hover .arrow > .circle {
  opacity: 1;
  transform: translate3d(-10px, 0, 0) scale(1, 1);
  -moz-transform: translate3d(-10px, 0, 0) scale(1, 1);
  -webkit-transform: translate3d(-10px, 0, 0) scale(1, 1);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.3s ease;
  -moz-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.3s ease;
  -webkit-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1), opacity 0.3s ease;
}
.arrows.inbox > a:hover .arrow > .circle {
  background-color: #fff;
}
.arrows .arrow > span:nth-child(2) {
  transform: translate3d(3px, -3px, 0) rotate(45deg) scale(1, 1);
  -moz-transform: translate3d(3px, -3px, 0) rotate(45deg) scale(1, 1);
  -webkit-transform: translate3d(3px, -3px, 0) rotate(45deg) scale(1, 1);
  width: 10px;
}
.arrows .arrow > span:nth-child(3) {
  transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(1, 1);
  -moz-transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(1, 1);
  -webkit-transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(1, 1);
  width: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow > span:nth-child(2),
  .arrows.big .arrow > span:nth-child(2) {
    transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -moz-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    width: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow > span:nth-child(2),
  .arrows.big .arrow > span:nth-child(2) {
    transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -moz-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    width: 20px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow > span:nth-child(2),
  .arrows.big .arrow > span:nth-child(2) {
    transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -moz-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, -6px, 0) rotate(45deg) scale(1, 1);
    width: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrows.medium .arrow > span:nth-child(3),
  .arrows.big .arrow > span:nth-child(3) {
    transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -moz-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    width: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .arrows.medium .arrow > span:nth-child(3),
  .arrows.big .arrow > span:nth-child(3) {
    transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -moz-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    width: 20px;
  }
}
@media screen and (min-width: 1236px) {
  .arrows.medium .arrow > span:nth-child(3),
  .arrows.big .arrow > span:nth-child(3) {
    transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -moz-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    -webkit-transform: translate3d(6px, 6px, 0) rotate(-45deg) scale(1, 1);
    width: 20px;
  }
}
.arrows.more .arrow,
.arrows.more > a:hover .arrow {
  transform: translate3d(0, 0, 0) rotate(90deg);
  -moz-transform: translate3d(0, 0, 0) rotate(90deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
}
.arrows.more .arrow span {
  background-color: #EC4D19;
}
.arrows.more p {
  color: #EC4D19;
}
.arrows.more .arrow > span:nth-child(1) {
  display: none;
}
/* –––––––––––––––––––––––––––––––––––
DOWNLOADS */
.downloads {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.downloads > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #000;
  width: 100%;
  border: 1px solid #EDEDED;
  padding: 14px 25px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .downloads > a {
    font-size: 17px;
    padding: 15px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .downloads > a {
    font-size: 17px;
    padding: 15px 25px;
  }
}
.downloads > a:hover {
  border: 1px solid #EC4D19;
}
.downloads p {
  background: linear-gradient(to bottom, transparent 62%, #fbdbd1 0) left center / 0 100% no-repeat;
  transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -moz-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transition: background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
  margin: 0;
}
.downloads > a:hover p {
  background-size: 100% 100%;
}
.downloads .download {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 24px;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  -moz-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0, 0.75, 0.25, 1);
  z-index: 1;
}
.downloads .download--box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #EDEDED;
  height: 32px;
  width: 32px;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
.downloads > a:hover .download--box {
  animation-name: downloadsBox0;
  -moz-animation-name: downloadsBox0;
  -webkit-animation-name: downloadsBox0;
}
@keyframes downloadsBox0 {
  0% {
    background-color: #EDEDED;
  }
  30% {
    background-color: #EDEDED;
  }
  31% {
    background-color: #EC4D19;
  }
  100% {
    background-color: #EC4D19;
  }
}
.downloads .arrow,
.downloads .floor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
.downloads .floor {
  position: absolute;
  align-items: flex-end;
}
.downloads > a:hover .arrow {
  animation-name: downloadsArrow0;
  -moz-animation-name: downloadsArrow0;
  -webkit-animation-name: downloadsArrow0;
}
.downloads > a:hover .floor {
  animation-name: downloadsFloor0;
  -moz-animation-name: downloadsFloor0;
  -webkit-animation-name: downloadsFloor0;
}
.downloads .arrow > span {
  position: absolute;
  width: 2px;
  background-color: #EC4D19;
  border-radius: 2px;
  transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
.downloads .arrow > span:nth-child(1) {
  display: flex;
  align-items: center;
  height: 12px;
  transform: scale(1, 1);
}
.downloads .arrow > span:nth-child(2) {
  height: 10px;
  transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 1);
  -moz-transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 1);
  -webkit-transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 1);
}
.downloads .arrow > span:nth-child(3) {
  height: 10px;
  transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 1);
  -moz-transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 1);
  -webkit-transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 1);
}
.downloads > a:hover .arrow > span:nth-child(1) {
  animation-name: downloadsArrow1;
  -moz-animation-name: downloadsArrow1;
  -webkit-animation-name: downloadsArrow1;
}
.downloads > a:hover .arrow > span:nth-child(2) {
  animation-name: downloadsArrow2;
  -moz-animation-name: downloadsArrow2;
  -webkit-animation-name: downloadsArrow2;
}
.downloads > a:hover .arrow > span:nth-child(3) {
  animation-name: downloadsArrow3;
  -moz-animation-name: downloadsArrow3;
  -webkit-animation-name: downloadsArrow3;
}
@keyframes downloadsArrow0 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, -30%, 0);
  }
  30% {
    transform: translate3d(0, 10%, 0);
  }
  100% {
    transform: translate3d(0, 10%, 0);
  }
}
@keyframes downloadsArrow1 {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes downloadsArrow2 {
  0% {
    transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 1);
  }
  20% {
    transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 0);
  }
  100% {
    transform: translate3d(0.5px, 1px, 0) rotate(-45deg) scale(1, 0);
  }
}
@keyframes downloadsArrow3 {
  0% {
    transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 1);
  }
  20% {
    transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 0);
  }
  100% {
    transform: translate3d(-0.5px, 1px, 0) rotate(45deg) scale(1, 0);
  }
}
.downloads .floor > span {
  position: absolute;
  background-color: #EC4D19;
  height: 2px;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
.downloads .floor > span:nth-child(1) {
  width: 6px;
  transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(1, 1);
  -moz-transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(1, 1);
  -webkit-transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(1, 1);
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
}
.downloads .floor > span:nth-child(2) {
  width: 22px;
}
.downloads .floor > span:nth-child(3) {
  width: 6px;
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform: translate3d(6px, 0, 0) rotate(90deg) scale(1, 1);
  -moz-transform: translate3d(6px, 0, 0) rotate(90deg) scale(1, 1);
  -webkit-transform: translate3d(6px, 0, 0) rotate(90deg) scale(1, 1);
}
.downloads > a:hover .floor > span:nth-child(1) {
  animation-name: downloadsFloor1;
  -moz-animation-name: downloadsFloor1;
  -webkit-animation-name: downloadsFloor1;
}
.downloads > a:hover .floor > span:nth-child(3) {
  animation-name: downloadsFloor3;
  -moz-animation-name: downloadsFloor3;
  -webkit-animation-name: downloadsFloor3;
}
@keyframes downloadsFloor0 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -5%, 0);
    opacity: 1;
  }
  30% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes downloadsFloor1 {
  0% {
    transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(1, 1);
  }
  25% {
    transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(1, 1);
  }
  30% {
    transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(0, 1);
  }
  100% {
    transform: translate3d(-6px, 0, 0) rotate(-90deg) scale(0, 1);
  }
}
@keyframes downloadsFloor3 {
  0% {
    transform: translate3d(6px, 0, 0) rotate(90deg) scale(1, 1);
  }
  25% {
    transform: translate3d(6px, 0, 0) rotate(90deg) scale(1, 1);
  }
  30% {
    transform: translate3d(6px, 0, 0) rotate(90deg) scale(0, 1);
  }
  100% {
    transform: translate3d(6px, 0, 0) rotate(90deg) scale(0, 1);
  }
}
.downloads .document {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.downloads .document > span {
  position: absolute;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -moz-animation-duration: 1.6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
.downloads .document > span:nth-child(1) {
  width: 18px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}
.downloads .document > span:nth-child(2) {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: #fff;
  transform: translate3d(0, 4px, 0);
  -moz-transform: translate3d(0, 4px, 0);
  -webkit-transform: translate3d(0, 4px, 0);
}
.downloads .document > span:nth-child(3),
.downloads .document > span:nth-child(4) {
  width: 10px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  transform: translate3d(0, 2px, 0);
  -moz-transform: translate3d(0, 2px, 0);
  -webkit-transform: translate3d(0, 2px, 0);
}
.downloads > a:hover .document > span:nth-child(1) {
  animation-name: downloadsDocument1;
  -moz-animation-name: downloadsDocument1;
  -webkit-animation-name: downloadsDocument1;
}
.downloads > a:hover .document > span:nth-child(2) {
  animation-name: downloadsDocument2;
  -moz-animation-name: downloadsDocument2;
  -webkit-animation-name: downloadsDocument2;
}
.downloads > a:hover .document > span:nth-child(3) {
  animation-name: downloadsDocument3;
  -moz-animation-name: downloadsDocument3;
  -webkit-animation-name: downloadsDocument3;
}
.downloads > a:hover .document > span:nth-child(4) {
  animation-name: downloadsDocument4;
  -moz-animation-name: downloadsDocument4;
  -webkit-animation-name: downloadsDocument4;
}
@keyframes downloadsDocument1 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  30% {
    transform: translate3d(0, 100%, 0);
  }
  40% {
    transform: translate3d(0, 20%, 0);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes downloadsDocument2 {
  0% {
    transform: translate3d(0, 4px, 0);
  }
  30% {
    transform: translate3d(0, 4px, 0);
  }
  40% {
    transform: translate3d(0, -8px, 0);
  }
  100% {
    transform: translate3d(0, -13px, 0);
  }
}
@keyframes downloadsDocument3 {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  30% {
    transform: translate3d(0, 2px, 0);
  }
  40% {
    transform: translate3d(0, -2px, 0);
  }
  100% {
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes downloadsDocument4 {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  30% {
    transform: translate3d(0, 2px, 0);
  }
  40% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, -4px, 0);
  }
}
/* –––––––––––––––––––––––––––––––––––
BOXHOVER */
.boxhover {
  display: flex;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
}
.boxhover .meta {
  text-decoration: none;
  display: block;
}
.boxhover.buttons {
  display: table;
  width: auto;
  max-width: unset;
}
.boxhover.buttons a {
  display: table;
  position: relative;
  padding: 10px 35px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #EC4D19;
  transition: background-color 0.15s ease, color 0.15s ease;
  -moz-transition: background-color 0.15s ease, color 0.15s ease;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
}
.boxhover.buttons.white a {
  color: #EC4D19;
  background-color: #fff;
}
.boxhover.buttons p {
  margin: 0;
}
.boxhover.buttons.red.boxmouseon a {
  color: #EC4D19;
  background-color: #fff;
}
.boxhover.buttons.white.boxmouseon a {
  color: #fff;
  background-color: #EC4D19;
}
.boxhover figure {
  margin: 0;
  padding: 0;
  display: flex;
}
.boxhover img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.box--border,
.box--lines,
.box--circle {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.box--lines > span {
  position: absolute;
  background-color: #EC4D19;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  -moz-animation-duration: .6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -moz-animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
}
.boxhover.buttons.white .box--lines > span {
  background-color: #fff;
}
.box--lines > span:nth-child(1) {
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.box--lines > span:nth-child(2) {
  height: 100%;
  width: 1px;
  right: 0;
  transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.box--lines > span:nth-child(3) {
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.box--lines > span:nth-child(4) {
  height: 100%;
  width: 1px;
  left: 0;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.boxhover.boxmouseon .box--lines > span:nth-child(1),
.boxhover.boxmouseon .box--lines > span:nth-child(3) {
  animation-name: tboxBorder1;
  -moz-animation-name: tboxBorder1;
  -webkit-animation-name: tboxBorder1;
}
.boxhover.boxmouseon .box--lines > span:nth-child(2),
.boxhover.boxmouseon .box--lines > span:nth-child(4) {
  animation-name: tboxBorder2;
  -moz-animation-name: tboxBorder2;
  -webkit-animation-name: tboxBorder2;
}
@keyframes tboxBorder1 {
  0% {
    transform: scale(0, 1);
  }
  15% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes tboxBorder2 {
  0% {
    transform: scale(1, 0);
  }
  15% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.box--circle > span {
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #EDEDED;
  animation-duration: .6s;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  -moz-animation-duration: .6s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -moz-animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
}
.boxhover.buttons.white .box--circle > span {
  background-color: #EC4D19;
}
.box--circle > span:nth-child(1) {
  transform: translate3d(50%, -50%, 0) scale(0);
  -moz-transform: translate3d(50%, -50%, 0) scale(0);
  -webkit-transform: translate3d(50%, -50%, 0) scale(0);
  right: 0;
  top: 0;
}
.box--circle > span:nth-child(2) {
  transform: translate3d(-50%, 50%, 0) scale(0);
  -moz-transform: translate3d(-50%, 50%, 0) scale(0);
  -webkit-transform: translate3d(-50%, 50%, 0) scale(0);
  left: 0;
  bottom: 0;
}
.boxhover.boxmouseon .box--circle > span:nth-child(1) {
  animation-name: tboxCircle1;
  -moz-animation-name: tboxCircle1;
  -webkit-animation-name: tboxCircle1;
}
.boxhover.boxmouseon .box--circle > span:nth-child(2) {
  animation-name: tboxCircle2;
  -moz-animation-name: tboxCircle2;
  -webkit-animation-name: tboxCircle2;
}
.boxhover.boxmouseon.white .box--circle > span:nth-child(1) {
  animation-name: tboxCircle1White;
  -moz-animation-name: tboxCircle1White;
  -webkit-animation-name: tboxCircle1White;
}
.boxhover.boxmouseon.white .box--circle > span:nth-child(2) {
  animation-name: tboxCircle2White;
  -moz-animation-name: tboxCircle2White;
  -webkit-animation-name: tboxCircle2White;
}
@keyframes tboxCircle1 {
  0% {
    transform: translate3d(50%, -50%, 0) scale(0);
    right: 0;
  }
  15% {
    transform: translate3d(50%, -50%, 0) scale(1);
    right: 0;
  }
  100% {
    transform: translate3d(50%, -50%, 0) scale(0.4);
    right: 100%;
    background-color: #EC4D19;
  }
}
@keyframes tboxCircle2 {
  0% {
    transform: translate3d(-50%, 50%, 0) scale(0);
    left: 0;
  }
  15% {
    transform: translate3d(-50%, 50%, 0) scale(1);
    left: 0;
    background-color: #EC4D19;
  }
  100% {
    transform: translate3d(-50%, 50%, 0) scale(0.4);
    left: 100%;
    background-color: #EC4D19;
  }
}
@keyframes tboxCircle1White {
  0% {
    transform: translate3d(50%, -50%, 0) scale(0);
    right: 0;
  }
  15% {
    transform: translate3d(50%, -50%, 0) scale(1);
    right: 0;
  }
  100% {
    transform: translate3d(50%, -50%, 0) scale(0.4);
    right: 100%;
    background-color: #EDEDED;
  }
}
@keyframes tboxCircle2White {
  0% {
    transform: translate3d(-50%, 50%, 0) scale(0);
    left: 0;
  }
  15% {
    transform: translate3d(-50%, 50%, 0) scale(1);
    left: 0;
    background-color: #EDEDED;
  }
  100% {
    transform: translate3d(-50%, 50%, 0) scale(0.4);
    left: 100%;
    background-color: #EDEDED;
  }
}
.styled-links a {
  font-weight: bold;
  color: black;
  text-decoration: unset;
}
.panel-goal-1:hover,
.panel-goal-1.panel-active {
  border-color: #e5243b;
}
.panel-goal-1:hover .panel-heading,
.panel-goal-1.panel-active .panel-heading {
  background-color: #e5243b;
  border-color: #e5243b;
}
.panel-goal-1:hover .panel-body,
.panel-goal-1.panel-active .panel-body {
  border-top-color: #e5243b !important;
}
.panel-goal-2:hover,
.panel-goal-2.panel-active {
  border-color: #dba63c;
}
.panel-goal-2:hover .panel-heading,
.panel-goal-2.panel-active .panel-heading {
  background-color: #dba63c;
  border-color: #dba63c;
}
.panel-goal-2:hover .panel-body,
.panel-goal-2.panel-active .panel-body {
  border-top-color: #dba63c !important;
}
.panel-goal-3:hover,
.panel-goal-3.panel-active {
  border-color: #0db14b;
}
.panel-goal-3:hover .panel-heading,
.panel-goal-3.panel-active .panel-heading {
  background-color: #0db14b;
  border-color: #0db14b;
}
.panel-goal-3:hover .panel-body,
.panel-goal-3.panel-active .panel-body {
  border-top-color: #0db14b !important;
}
.panel-goal-4:hover,
.panel-goal-4.panel-active {
  border-color: #d22333;
}
.panel-goal-4:hover .panel-heading,
.panel-goal-4.panel-active .panel-heading {
  background-color: #d22333;
  border-color: #d22333;
}
.panel-goal-4:hover .panel-body,
.panel-goal-4.panel-active .panel-body {
  border-top-color: #d22333 !important;
}
.panel-goal-5:hover,
.panel-goal-5.panel-active {
  border-color: #f04e37;
}
.panel-goal-5:hover .panel-heading,
.panel-goal-5.panel-active .panel-heading {
  background-color: #f04e37;
  border-color: #f04e37;
}
.panel-goal-5:hover .panel-body,
.panel-goal-5.panel-active .panel-body {
  border-top-color: #f04e37 !important;
}
.panel-goal-6:hover,
.panel-goal-6.panel-active {
  border-color: #44c8f5;
}
.panel-goal-6:hover .panel-heading,
.panel-goal-6.panel-active .panel-heading {
  background-color: #44c8f5;
  border-color: #44c8f5;
}
.panel-goal-6:hover .panel-body,
.panel-goal-6.panel-active .panel-body {
  border-top-color: #44c8f5 !important;
}
.panel-goal-7:hover,
.panel-goal-7.panel-active {
  border-color: #ec4d19;
}
.panel-goal-7:hover .panel-heading,
.panel-goal-7.panel-active .panel-heading {
  background-color: #ec4d19;
  border-color: #ec4d19;
}
.panel-goal-7:hover .panel-body,
.panel-goal-7.panel-active .panel-body {
  border-top-color: #ec4d19 !important;
}
.panel-goal-8:hover,
.panel-goal-8.panel-active {
  border-color: #a71d44;
}
.panel-goal-8:hover .panel-heading,
.panel-goal-8.panel-active .panel-heading {
  background-color: #a71d44;
  border-color: #a71d44;
}
.panel-goal-8:hover .panel-body,
.panel-goal-8.panel-active .panel-body {
  border-top-color: #a71d44 !important;
}
.panel-goal-9:hover,
.panel-goal-9.panel-active {
  border-color: #f58220;
}
.panel-goal-9:hover .panel-heading,
.panel-goal-9.panel-active .panel-heading {
  background-color: #f58220;
  border-color: #f58220;
}
.panel-goal-9:hover .panel-body,
.panel-goal-9.panel-active .panel-body {
  border-top-color: #f58220 !important;
}
.panel-goal-10:hover,
.panel-goal-10.panel-active {
  border-color: #ee4095;
}
.panel-goal-10:hover .panel-heading,
.panel-goal-10.panel-active .panel-heading {
  background-color: #ee4095;
  border-color: #ee4095;
}
.panel-goal-10:hover .panel-body,
.panel-goal-10.panel-active .panel-body {
  border-top-color: #ee4095 !important;
}
.panel-goal-11:hover,
.panel-goal-11.panel-active {
  border-color: #faa634;
}
.panel-goal-11:hover .panel-heading,
.panel-goal-11.panel-active .panel-heading {
  background-color: #faa634;
  border-color: #faa634;
}
.panel-goal-11:hover .panel-body,
.panel-goal-11.panel-active .panel-body {
  border-top-color: #faa634 !important;
}
.panel-goal-12:hover,
.panel-goal-12.panel-active {
  border-color: #bb892c;
}
.panel-goal-12:hover .panel-heading,
.panel-goal-12.panel-active .panel-heading {
  background-color: #bb892c;
  border-color: #bb892c;
}
.panel-goal-12:hover .panel-body,
.panel-goal-12.panel-active .panel-body {
  border-top-color: #bb892c !important;
}
.panel-goal-13:hover,
.panel-goal-13.panel-active {
  border-color: #387b46;
}
.panel-goal-13:hover .panel-heading,
.panel-goal-13.panel-active .panel-heading {
  background-color: #387b46;
  border-color: #387b46;
}
.panel-goal-13:hover .panel-body,
.panel-goal-13.panel-active .panel-body {
  border-top-color: #387b46 !important;
}
.panel-goal-14:hover,
.panel-goal-14.panel-active {
  border-color: #00aeef;
}
.panel-goal-14:hover .panel-heading,
.panel-goal-14.panel-active .panel-heading {
  background-color: #00aeef;
  border-color: #00aeef;
}
.panel-goal-14:hover .panel-body,
.panel-goal-14.panel-active .panel-body {
  border-top-color: #00aeef !important;
}
.panel-goal-15:hover,
.panel-goal-15.panel-active {
  border-color: #8dc63f;
}
.panel-goal-15:hover .panel-heading,
.panel-goal-15.panel-active .panel-heading {
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.panel-goal-15:hover .panel-body,
.panel-goal-15.panel-active .panel-body {
  border-top-color: #8dc63f !important;
}
.panel-goal-16:hover,
.panel-goal-16.panel-active {
  border-color: #006cb7;
}
.panel-goal-16:hover .panel-heading,
.panel-goal-16.panel-active .panel-heading {
  background-color: #006cb7;
  border-color: #006cb7;
}
.panel-goal-16:hover .panel-body,
.panel-goal-16.panel-active .panel-body {
  border-top-color: #006cb7 !important;
}
.panel-goal-17:hover,
.panel-goal-17.panel-active {
  border-color: #184b6e;
}
.panel-goal-17:hover .panel-heading,
.panel-goal-17.panel-active .panel-heading {
  background-color: #184b6e;
  border-color: #184b6e;
}
.panel-goal-17:hover .panel-body,
.panel-goal-17.panel-active .panel-body {
  border-top-color: #184b6e !important;
}
.btn,
.btn:link,
.btn:visited {
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
}
.btn.arrow-right:after,
.btn:link.arrow-right:after,
.btn:visited.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.btn.arrow-right:hover:after,
.btn:link.arrow-right:hover:after,
.btn:visited.arrow-right:hover:after {
  margin-left: 20px;
}
.btn.phone-left:before,
.btn:link.phone-left:before,
.btn:visited.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.btn i,
.btn:link i,
.btn:visited i {
  margin-right: 8px;
  font-size: 18px;
}
.btn-default {
  color: #ec4d19;
  background-color: transparent;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #cccccc;
}
.btn-default .badge {
  color: transparent;
  background-color: #ec4d19;
}
.btn-default:hover {
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.btn-primary .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.btn-primary:link:after,
.btn-primary:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-primary:link:hover:after,
.btn-primary:visited:hover:after {
  height: 450%;
}
.btn-primary:hover {
  color: #fff !important;
}
.btn-primary:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.btn-primary:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-default-neg {
  color: #ec4d19;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default-neg:focus,
.btn-default-neg.focus {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-default-neg:hover {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-default-neg:active,
.btn-default-neg.active,
.open > .dropdown-toggle.btn-default-neg {
  color: #ec4d19;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-default-neg:active:hover,
.btn-default-neg.active:hover,
.open > .dropdown-toggle.btn-default-neg:hover,
.btn-default-neg:active:focus,
.btn-default-neg.active:focus,
.open > .dropdown-toggle.btn-default-neg:focus,
.btn-default-neg:active.focus,
.btn-default-neg.active.focus,
.open > .dropdown-toggle.btn-default-neg.focus {
  color: #ec4d19;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-default-neg.disabled:hover,
.btn-default-neg[disabled]:hover,
fieldset[disabled] .btn-default-neg:hover,
.btn-default-neg.disabled:focus,
.btn-default-neg[disabled]:focus,
fieldset[disabled] .btn-default-neg:focus,
.btn-default-neg.disabled.focus,
.btn-default-neg[disabled].focus,
fieldset[disabled] .btn-default-neg.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default-neg .badge {
  color: #ffffff;
  background-color: #ec4d19;
}
.btn-default-neg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-neg-border {
  color: #ffffff f;
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.btn-neg-border:focus,
.btn-neg-border.focus {
  color: #ffffff f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-neg-border:hover {
  color: #ffffff f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-neg-border:active,
.btn-neg-border.active,
.open > .dropdown-toggle.btn-neg-border {
  color: #ffffff f;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}
.btn-neg-border:active:hover,
.btn-neg-border.active:hover,
.open > .dropdown-toggle.btn-neg-border:hover,
.btn-neg-border:active:focus,
.btn-neg-border.active:focus,
.open > .dropdown-toggle.btn-neg-border:focus,
.btn-neg-border:active.focus,
.btn-neg-border.active.focus,
.open > .dropdown-toggle.btn-neg-border.focus {
  color: #ffffff f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-neg-border.disabled:hover,
.btn-neg-border[disabled]:hover,
fieldset[disabled] .btn-neg-border:hover,
.btn-neg-border.disabled:focus,
.btn-neg-border[disabled]:focus,
fieldset[disabled] .btn-neg-border:focus,
.btn-neg-border.disabled.focus,
.btn-neg-border[disabled].focus,
fieldset[disabled] .btn-neg-border.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-neg-border .badge {
  color: transparent;
  background-color: #ffffff f;
}
.btn-neg-border:link:after,
.btn-neg-border:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.btn-neg-border:link:hover:after,
.btn-neg-border:visited:hover:after {
  height: 450%;
}
.btn-neg-border:hover {
  color: #ec4d19 !important;
  border-color: #fff !important;
}
.btn-neg-border:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.btn-neg-border:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #fff !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-primary-neg {
  color: #ec4d19;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-neg:focus,
.btn-primary-neg.focus {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-primary-neg:hover {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary-neg:active,
.btn-primary-neg.active,
.open > .dropdown-toggle.btn-primary-neg {
  color: #ec4d19;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.btn-primary-neg:active:hover,
.btn-primary-neg.active:hover,
.open > .dropdown-toggle.btn-primary-neg:hover,
.btn-primary-neg:active:focus,
.btn-primary-neg.active:focus,
.open > .dropdown-toggle.btn-primary-neg:focus,
.btn-primary-neg:active.focus,
.btn-primary-neg.active.focus,
.open > .dropdown-toggle.btn-primary-neg.focus {
  color: #ec4d19;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-primary-neg.disabled:hover,
.btn-primary-neg[disabled]:hover,
fieldset[disabled] .btn-primary-neg:hover,
.btn-primary-neg.disabled:focus,
.btn-primary-neg[disabled]:focus,
fieldset[disabled] .btn-primary-neg:focus,
.btn-primary-neg.disabled.focus,
.btn-primary-neg[disabled].focus,
fieldset[disabled] .btn-primary-neg.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-neg .badge {
  color: #ffffff;
  background-color: #ec4d19;
}
.btn-primary-neg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-orange {
  color: #ffffff;
  background-color: #faa634;
  border-color: #faa634;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #ffffff;
  background-color: #f59006;
  border-color: #aa6404;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #f59006;
  border-color: #eb8a06;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #f59006;
  background-image: none;
  border-color: #eb8a06;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #ffffff;
  background-color: #d27b05;
  border-color: #aa6404;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #faa634;
  border-color: #faa634;
}
.btn-orange .badge {
  color: #faa634;
  background-color: #ffffff;
}
.btn-orange:focus,
.btn-orange:hover {
  background-color: #f04e37;
  border-color: #f04e37;
}
.btn-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #ec4d19;
}
.btn-link.negative {
  color: white;
  text-decoration: none;
}
.btn-link.negative:hover {
  color: white;
}
.podcast-play-button:hover {
  cursor: pointer;
}
.podcast-play-button img {
  width: 22px;
  height: 22px;
}
.pager--load-more a {
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  padding: 12px 24px !important;
  font-size: 18px !important;
  line-height: 1.625 !important;
  border-radius: 6px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  line-height: 30px !important;
  padding: 8px 36px !important;
  text-transform: none !important;
  font-weight: bold !important;
  border-width: 1px !important;
  position: relative !important;
  z-index: 1 !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  display: inline-block !important;
  font-family: Fago, Arial, sans-serif !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
  overflow: hidden !important;
}
.pager--load-more a:focus,
.pager--load-more a:active:focus,
.pager--load-more a.active:focus,
.pager--load-more a.focus,
.pager--load-more a:active.focus,
.pager--load-more a.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.pager--load-more a:hover,
.pager--load-more a:focus,
.pager--load-more a.focus {
  color: #ec4d19 !important;
  text-decoration: none !important;
}
.pager--load-more a:active,
.pager--load-more a.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.pager--load-more a.disabled,
.pager--load-more a[disabled],
fieldset[disabled] .pager--load-more a {
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.pager--load-more a.disabled,
fieldset[disabled] a.pager--load-more a {
  pointer-events: none !important;
}
.pager--load-more a.icon-before .glyphicon,
.pager--load-more a .glyphicon.icon-before {
  margin-left: -0.25em !important;
  margin-right: .25em !important;
}
.pager--load-more a.icon-after .glyphicon,
.pager--load-more a .glyphicon.icon-after {
  margin-left: .25em !important;
  margin-right: -0.25em !important;
}
.pager--load-more a.arrow-right:after {
  transition: all 0.5s !important;
  font-family: 'icomoon' !important;
  content: "\e902" !important;
  display: inline-block !important;
  text-align: right !important;
  margin-left: 16px !important;
}
.pager--load-more a.arrow-right:hover:after {
  margin-left: 20px !important;
}
.pager--load-more a.phone-left:before {
  font-family: 'icomoon' !important;
  content: "\e92f" !important;
  display: inline-block !important;
  margin-right: 10px !important;
  text-align: left !important;
}
.pager--load-more a i {
  margin-right: 8px !important;
  font-size: 18px !important;
}
.pager--load-more a:focus,
.pager--load-more a.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.pager--load-more a:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.pager--load-more a:active,
.pager--load-more a.active,
.open > .dropdown-toggle.pager--load-more a {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.pager--load-more a:active:hover,
.pager--load-more a.active:hover,
.open > .dropdown-toggle.pager--load-more a:hover,
.pager--load-more a:active:focus,
.pager--load-more a.active:focus,
.open > .dropdown-toggle.pager--load-more a:focus,
.pager--load-more a:active.focus,
.pager--load-more a.active.focus,
.open > .dropdown-toggle.pager--load-more a.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.pager--load-more a.disabled:hover,
.pager--load-more a[disabled]:hover,
fieldset[disabled] .pager--load-more a:hover,
.pager--load-more a.disabled:focus,
.pager--load-more a[disabled]:focus,
fieldset[disabled] .pager--load-more a:focus,
.pager--load-more a.disabled.focus,
.pager--load-more a[disabled].focus,
fieldset[disabled] .pager--load-more a.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.pager--load-more a .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.pager--load-more a:focus,
.pager--load-more a.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.pager--load-more a:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.pager--load-more a:active,
.pager--load-more a.active,
.open > .dropdown-toggle.pager--load-more a {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.pager--load-more a:active:hover,
.pager--load-more a.active:hover,
.open > .dropdown-toggle.pager--load-more a:hover,
.pager--load-more a:active:focus,
.pager--load-more a.active:focus,
.open > .dropdown-toggle.pager--load-more a:focus,
.pager--load-more a:active.focus,
.pager--load-more a.active.focus,
.open > .dropdown-toggle.pager--load-more a.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.pager--load-more a.disabled:hover,
.pager--load-more a[disabled]:hover,
fieldset[disabled] .pager--load-more a:hover,
.pager--load-more a.disabled:focus,
.pager--load-more a[disabled]:focus,
fieldset[disabled] .pager--load-more a:focus,
.pager--load-more a.disabled.focus,
.pager--load-more a[disabled].focus,
fieldset[disabled] .pager--load-more a.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.pager--load-more a .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.pager--load-more a:link:after,
.pager--load-more a:visited:after {
  content: "" !important;
  position: absolute !important;
  height: 0% !important;
  left: 50% !important;
  top: 50% !important;
  width: 150% !important;
  z-index: -1 !important;
  -webkit-transition: all 0.75s ease 0s !important;
  -moz-transition: all 0.75s ease 0s !important;
  -o-transition: all 0.75s ease 0s !important;
  transition: all 0.75s ease 0s !important;
}
.pager--load-more a:link:hover:after,
.pager--load-more a:visited:hover:after {
  height: 450% !important;
}
.pager--load-more a:hover {
  color: #fff !important !important;
}
.pager--load-more a:hover:before {
  left: 0% !important;
  right: auto !important;
  width: 500px !important;
}
.pager--load-more a:before {
  display: block !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  height: 100% !important;
  width: 0px !important;
  z-index: -1 !important;
  content: '' !important;
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.article-no-image {
  height: 120px;
  background-color: #ec4d19;
}
@media (max-width: 767px) {
  .article-no-image {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-no-image {
    height: 100px;
  }
}
body.page-node-type-press_article .contents {
  background-color: white;
}
body.page-node-type-joboffer,
body.page-node-type-press_article,
body.page-node-type-article {
  background-color: #fff;
}
body.page-node-type-joboffer .row-meta .backlink a,
body.page-node-type-press_article .row-meta .backlink a,
body.page-node-type-article .row-meta .backlink a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
body.page-node-type-joboffer .row-meta .meta,
body.page-node-type-press_article .row-meta .meta,
body.page-node-type-article .row-meta .meta {
  margin-top: 60px;
  text-align: center;
}
body.page-node-type-joboffer .row-meta h1,
body.page-node-type-press_article .row-meta h1,
body.page-node-type-article .row-meta h1 {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
body.page-node-type-joboffer .row-meta .image-wrapper img,
body.page-node-type-press_article .row-meta .image-wrapper img,
body.page-node-type-article .row-meta .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.page-node-type-joboffer .intro-row,
body.page-node-type-press_article .intro-row,
body.page-node-type-article .intro-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
body.page-node-type-joboffer .intro-row .text,
body.page-node-type-press_article .intro-row .text,
body.page-node-type-article .intro-row .text {
  color: #000000;
  font-size: 19px;
  line-height: 30px;
}
body.page-node-type-joboffer .intro-row .share-list,
body.page-node-type-press_article .intro-row .share-list,
body.page-node-type-article .intro-row .share-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-node-type-joboffer .intro-row .share-list li,
body.page-node-type-press_article .intro-row .share-list li,
body.page-node-type-article .intro-row .share-list li {
  margin-bottom: 20px;
  text-align: right;
}
body.page-node-type-joboffer .intro-row .share-list li a,
body.page-node-type-press_article .intro-row .share-list li a,
body.page-node-type-article .intro-row .share-list li a {
  display: block;
}
body.page-node-type-joboffer .section-latest-teaser,
body.page-node-type-press_article .section-latest-teaser,
body.page-node-type-article .section-latest-teaser {
  background-color: #f2f2f2;
}
body.page-node-type-joboffer .section-latest-teaser h2,
body.page-node-type-press_article .section-latest-teaser h2,
body.page-node-type-article .section-latest-teaser h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
.card-news-listing {
  margin-bottom: 30px;
}
.card-news-listing .image-wrapper {
  height: 215px;
  background-color: #f2f2f2;
  background-size: cover;
}
@media (max-width: 767px) {
  .card-news-listing .image-wrapper {
    height: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-news-listing .image-wrapper {
    height: 215px;
  }
}
.card-news-listing .image-wrapper.top {
  background-position: top center;
}
.card-news-listing .image-wrapper.bottom {
  background-position: bottom center;
}
.card-news-listing .contents {
  padding: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.card-news-listing .contents h4 {
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.card-news-listing .contents h4 a {
  text-decoration: none;
  color: #000000;
}
.card-news-listing .meta {
  margin-bottom: 5px;
}
.card-news-listing .btn-link {
  display: none;
}
.card-newsroom-podcast-listing {
  margin-bottom: 30px;
}
.card-newsroom-podcast-listing .image-wrapper {
  height: 303px;
  background-color: #fdede8;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url('../images/BG-Podcast.jpg');
  background-size: cover;
}
.card-newsroom-podcast-listing .image-wrapper span {
  position: absolute;
  top: 31.5px;
  left: 50%;
  margin-left: -120px;
  display: block;
  width: 240px;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .card-newsroom-podcast-listing .image-wrapper {
    height: 303px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-newsroom-podcast-listing .image-wrapper {
    height: 303px;
  }
}
.card-newsroom-podcast-listing .image-wrapper.top {
  background-position: top center;
}
.card-newsroom-podcast-listing .image-wrapper.bottom {
  background-position: bottom center;
}
.card-newsroom-podcast-listing .contents {
  padding: 0px;
  padding-top: 17px;
  position: relative;
  padding-bottom: 60px;
}
.card-newsroom-podcast-listing .contents .newsroom-badge {
  margin-right: 10px;
}
.card-newsroom-podcast-listing .contents h4 {
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.card-newsroom-podcast-listing .contents h4 a {
  text-decoration: none;
  color: #000000;
}
.card-newsroom-podcast-listing .contents .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-newsroom-podcast-listing .contents .actions .action-row {
  text-align: left;
  justify-content: left;
}
.card-newsroom-video-listing {
  margin-bottom: 30px;
}
.card-newsroom-video-listing .mediathek-video-teaser {
  margin-bottom: 0;
}
.card-newsroom-video-listing .mediathek-video-teaser .video-wrapper {
  height: 215px;
  background-color: #f2f2f2;
  background-size: cover;
}
@media (max-width: 767px) {
  .card-newsroom-video-listing .mediathek-video-teaser .video-wrapper {
    height: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-newsroom-video-listing .mediathek-video-teaser .video-wrapper {
    height: 215px;
  }
}
.card-newsroom-video-listing .contents {
  padding: 0px;
  padding-top: 17px;
  position: relative;
  padding-bottom: 0px;
}
.card-newsroom-video-listing .contents .newsroom-badge {
  margin-right: 10px;
}
.card-newsroom-video-listing .contents h4 {
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.card-newsroom-video-listing .contents h4 a {
  text-decoration: none;
  color: #000000;
}
.card-newsroom-video-listing .contents .action {
  /*  position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; */
}
.card-newsroom-video-listing .contents .action a {
  text-align: left;
  justify-content: left;
  text-decoration: none;
  line-height: 46px;
}
.card-newsroom-video-listing .contents .actions {
  /*  position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; */
}
.card-newsroom-video-listing .contents .actions .action-row {
  text-align: left;
  justify-content: left;
}
.card-newsroom-video-listing .contents .actions .action-row a {
  text-align: left;
  justify-content: left;
  text-decoration: none;
  line-height: 46px;
}
.card-newsroom-news-listing {
  margin-bottom: 30px;
}
.card-newsroom-news-listing .image-wrapper {
  height: 215px;
  background-color: #f2f2f2;
  background-size: cover;
}
.card-newsroom-news-listing .image-wrapper:hover {
  cursor: pointer;
}
.card-newsroom-news-listing .image-wrapper.top {
  background-position: top center;
}
.card-newsroom-news-listing .image-wrapper.bottom {
  background-position: bottom center;
}
.card-newsroom-news-listing .contents {
  padding: 0px;
  padding-top: 17px;
}
.card-newsroom-news-listing .contents .newsroom-badge {
  margin-right: 10px;
}
.card-newsroom-news-listing .contents h4 {
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.card-newsroom-news-listing .contents h4 a {
  text-decoration: none;
  color: #000000;
}
.card-newsroom-news-listing .contents .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-newsroom-news-listing .contents .actions .action-row {
  text-align: left;
  justify-content: left;
}
.card-newsroom-news-listing .contents .actions .action-row a {
  text-align: left;
  justify-content: left;
  text-decoration: none;
  line-height: 46px;
}
.card-newsroom-news-teaser {
  margin-bottom: 30px;
}
.card-newsroom-news-teaser .image-wrapper {
  height: 303px;
  background-color: #f2f2f2;
  background-size: cover;
}
.card-newsroom-news-teaser .image-wrapper.top {
  background-position: top center;
}
.card-newsroom-news-teaser .image-wrapper.bottom {
  background-position: bottom center;
}
.card-newsroom-news-teaser .contents {
  padding: 0px;
  padding-top: 17px;
  position: relative;
  padding-bottom: 60px;
}
.card-newsroom-news-teaser .contents .newsroom-badge {
  margin-right: 10px;
}
.card-newsroom-news-teaser .contents h4 {
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.card-newsroom-news-teaser .contents h4 a {
  text-decoration: none;
  color: #000000;
}
.card-newsroom-news-teaser .contents .action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-newsroom-news-teaser .contents .action a {
  text-align: left;
  justify-content: left;
  text-decoration: none;
  line-height: 46px;
}
.card-newsroom-news-teaser .contents .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card-newsroom-news-teaser .contents .actions .action-row {
  text-align: left;
  justify-content: left;
}
.card-newsroom-news-teaser .contents .actions .action-row a {
  text-align: left;
  justify-content: left;
  text-decoration: none;
  line-height: 46px;
}
.card.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.card.card-width-half.card-teaser .image-wrapper {
  height: 332px;
}
.card.card-width-third.card-teaser .image-wrapper {
  height: 215px;
}
@media (max-width: 767px) {
  .card.card-width-third.card-teaser .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-width-third.card-teaser .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-width-third.card-teaser .image-wrapper {
    height: 332px;
  }
}
.card.card-width-quarter.card-teaser .image-wrapper {
  height: 158px;
}
@media (max-width: 767px) {
  .card.card-width-quarter.card-teaser .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-width-quarter.card-teaser .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-width-quarter.card-teaser .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-height-double {
    min-height: 589px;
  }
}
@media screen and (min-width: 1236px) {
  .card.card-height-double {
    min-height: 589px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-height-medium {
    min-height: 383px;
  }
}
@media screen and (min-width: 1236px) {
  .card.card-height-medium {
    min-height: 383px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-height-small {
    min-height: 332px;
  }
}
@media screen and (min-width: 1236px) {
  .card.card-height-small {
    min-height: 332px;
  }
}
.card.card-height-smaller {
  min-height: 227px;
}
.card.team-member {
  min-height: 355px;
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
}
.card.team-member .contextual {
  display: none !important;
}
.card.team-member .avatar {
  background-image: url('../images/card.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 31px left;
  padding-top: 31px;
}
.card.team-member .avatar img {
  margin-left: 23px;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  border: 2px solid white;
}
.card.team-member .inner {
  padding: 25px;
  padding-top: 14px;
}
.card.team-member .inner .name {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}
.card.team-member .inner .position {
  padding: 0;
  margin: 0;
  min-height: 40px;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.card.team-member .inner .contact-items-headline {
  margin-top: 15px;
  padding-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #f2f2f2;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  text-transform: uppercase;
}
.card.team-member .inner .contact-items .item {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
}
.card.team-member .inner .contact-items .item span,
.card.team-member .inner .contact-items .item a {
  text-decoration: none;
  color: #4D4D4D;
}
.card.team-member .inner .contact-items .item p {
  color: #4D4D4D;
  font-size: 14px;
}
.card.card-teaser {
  background-color: white;
  margin-bottom: 30px;
}
.card.card-teaser .image-wrapper {
  background-size: cover;
  background-position: center center;
  height: 332px;
}
.card.card-teaser.card-height-smaller .image-wrapper {
  height: 146px;
}
@media (max-width: 767px) {
  .card.card-teaser.card-height-smaller .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-teaser.card-height-smaller .image-wrapper {
    height: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-teaser.card-height-smaller .image-wrapper {
    height: 332px;
  }
}
.card.card-teaser a {
  color: #000000;
  text-decoration: none;
}
.card.card-teaser .inner {
  padding: 25px;
}
.card.card-teaser .inner h4 {
  padding: 0;
  margin: 0;
  font-family: Fago, Arial, sans-serif;
}
.card.card-countdown {
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .card.card-countdown {
    min-height: 145px;
  }
}
.card.card-countdown.small #countdown-wrapper {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  color: white;
}
.card.card-countdown.small #countdown-wrapper .headline {
  padding: 0 10%;
}
.card.card-countdown.small #countdown-wrapper .number {
  padding-bottom: 6px;
  font-size: 9px;
}
.card.card-countdown.small #countdown-wrapper .number.hours span:after {
  display: none;
}
.card.card-countdown.small #countdown-wrapper .number span {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  padding: 0px 20px;
  padding-left: 14px;
  margin-bottom: 6px;
}
.card.card-countdown.small #countdown-wrapper .number span small,
.card.card-countdown.small #countdown-wrapper .number span .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.card.card-countdown.small #countdown-wrapper .number span small,
.card.card-countdown.small #countdown-wrapper .number span .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .card.card-countdown.small #countdown-wrapper .number span {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .card.card-countdown.small #countdown-wrapper .number span {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 14.5px;
    margin-bottom: 14.5px;
    font-size: 23px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    padding: 0px 20px;
    padding-left: 14px;
    margin-bottom: 6px;
  }
  .card.card-countdown.small #countdown-wrapper .number span small,
  .card.card-countdown.small #countdown-wrapper .number span .small {
    font-weight: 400;
    line-height: 1;
    color: #ededed;
  }
  .card.card-countdown.small #countdown-wrapper .number span small,
  .card.card-countdown.small #countdown-wrapper .number span .small {
    font-size: 75%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .card.card-countdown.small #countdown-wrapper .number span {
    font-size: 20px;
    line-height: 28px;
  }
}
.card.card-countdown.small #countdown-wrapper .number span:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 18px;
  color: white;
  opacity: 0.5;
}
.card.card-countdown .headline {
  padding: 0 20%;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .card.card-countdown .headline {
    margin-bottom: 15px;
    line-height: 1.2;
    padding: 0 5%;
  }
}
.card.card-countdown #countdown-wrapper {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 767px) {
  .card.card-countdown #countdown-wrapper {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-countdown #countdown-wrapper {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-countdown #countdown-wrapper {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
  }
}
@media screen and (min-width: 1236px) {
  .card.card-countdown #countdown-wrapper {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
  }
}
.card.card-countdown #countdown-wrapper #countdown {
  display: inline-block;
}
.card.card-countdown #countdown-wrapper .number {
  font-family: Fago, Arial, sans-serif;
  padding-bottom: 6px;
  display: inline-block;
  font-size: 9px;
  color: #fff;
}
.card.card-countdown #countdown-wrapper .number.seconds span:after {
  display: none;
}
.card.card-countdown #countdown-wrapper .number span {
  position: relative;
  background-color: transparent;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 38px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  padding: 0px 20px;
  padding-left: 14px;
  margin: 0;
  margin-bottom: 6px;
  color: white;
  display: block;
}
.card.card-countdown #countdown-wrapper .number span small,
.card.card-countdown #countdown-wrapper .number span .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.card.card-countdown #countdown-wrapper .number span small,
.card.card-countdown #countdown-wrapper .number span .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .card.card-countdown #countdown-wrapper .number span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-countdown #countdown-wrapper .number span {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .card.card-countdown #countdown-wrapper .number span {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 14.5px;
    margin-bottom: 14.5px;
    font-size: 23px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    padding: 0px 20px;
    padding-left: 14px;
    margin: 0;
    margin-bottom: 6px;
  }
  .card.card-countdown #countdown-wrapper .number span small,
  .card.card-countdown #countdown-wrapper .number span .small {
    font-weight: 400;
    line-height: 1;
    color: #ededed;
  }
  .card.card-countdown #countdown-wrapper .number span small,
  .card.card-countdown #countdown-wrapper .number span .small {
    font-size: 75%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .card.card-countdown #countdown-wrapper .number span {
    font-size: 20px;
    line-height: 28px;
  }
}
.card.card-countdown #countdown-wrapper .number span:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 24px;
  color: white;
  opacity: 0.5;
}
.card.card-video {
  background-color: white;
  margin-bottom: 30px;
}
.card.card-video .image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 126px;
  padding-bottom: 126px;
}
.card.card-video .image-wrapper .gradient {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card.card-video a {
  color: #000000;
  text-decoration: none;
}
.card.card-video .inner {
  padding: 25px;
}
.card.card-video .inner h4 {
  padding: 0;
  margin: 0;
}
.card.card-video-big {
  background-color: white;
  margin-bottom: 30px;
}
.card.card-video-big .image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 126px;
  padding-bottom: 126px;
}
.card.card-video-big .image-wrapper .gradient {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card.card-video-big .inner {
  padding: 25px;
}
.card.card-video-big .inner h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.card.card-teaser-big {
  background-color: white;
  margin-bottom: 30px;
}
.card.card-teaser-big a {
  color: #000000;
  text-decoration: none;
}
.card.card-teaser-big .image-wrapper {
  background-size: cover;
  background-position: center center;
  height: 332px;
}
.card.card-teaser-big .inner {
  padding: 25px;
}
.card.card-teaser-big .inner h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.card.card-banner {
  background-color: #ec4d19;
  margin-bottom: 30px;
  color: white;
  min-height: 227px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card.card-banner.card-height-tiny {
  min-height: 156px;
  background-position: center center;
}
@media (max-width: 767px) {
  .card.card-banner.card-height-tiny {
    min-height: 332px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-banner.card-height-tiny {
    min-height: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-banner.card-height-tiny {
    min-height: 332px;
  }
}
.card.card-banner.card-height-tiny .link-wrapper {
  display: none;
}
.card.card-banner .inner {
  padding: 25px 50px;
  text-align: center;
}
.card.card-banner .inner h3 {
  padding: 0;
  margin: 0;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card.card-banner .inner h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card.card-banner .inner h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .card.card-banner .inner h3 {
    font-size: 34px;
    line-height: 40px;
  }
}
.card.card-banner .inner .link-wrapper .buttons {
  margin-left: auto;
  margin-right: auto;
}
.card.card-image {
  margin-bottom: 30px;
}
.card.card-image .boxhover.buttons a {
  padding: 0;
}
.card.card-image img {
  width: 100%;
  height: auto;
}
.card.card-quote {
  background-color: white;
  position: relative;
}
.card.card-quote .quote {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  padding: 0;
  margin: 0;
  padding: 25px;
  padding-bottom: 60px;
}
.card.card-quote .quote small,
.card.card-quote .quote .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.card.card-quote .quote small,
.card.card-quote .quote .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .card.card-quote .quote {
    font-size: 24px;
    line-height: 31px;
  }
}
.card.card-quote .author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.card.card-quote .author .inner {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.card.card-quote .comment-lines-icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.card.card-quote {
  background-color: white;
  position: relative;
}
.card.card-quote .inner {
  padding: 25px;
}
.card.card-quote .inner .user-login-form {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.card.card-quote .inner ul {
  display: none;
}
.card.card-year-teaser {
  background-size: cover;
  height: 380px;
  position: relative;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .card.card-year-teaser {
    margin-bottom: 30px;
  }
}
.card.card-year-teaser .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.card.card-year-teaser .inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.card.card-year-teaser .inner .headline {
  color: #FFFFFF;
  font-family: Fago, Arial, sans-serif;
  font-size: 53px;
  font-weight: bold;
  line-height: 57px;
  display: block;
  padding: 25px;
}
.card.card-science-slam-participant .image-wrapper {
  background-size: cover;
  background-position: center center;
  height: 215px;
  position: relative;
  display: block;
  text-align: center;
}
.card.card-science-slam-participant .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 215px;
}
.card.card-science-slam-participant .play--container {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.card.card-science-slam-participant .contents {
  display: block;
  width: 100%;
  z-index: 2;
}
.card.card-science-slam-participant .contents .inner {
  padding: 25px;
  padding-top: 17px;
}
.card.card-science-slam-participant .contents .inner .headline {
  margin: 0;
  padding: 0;
  display: block;
  font-family: Fago, Arial, sans-serif;
}
.card.card-science-slam-participant .contents .inner .name {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4d4d4d;
}
.card.card-login .inner ul {
  display: none;
}
.card.card-login .inner .logged-in {
  text-align: center;
  position: relative;
}
.card.card-login .inner .logged-in i {
  font-size: 80px;
}
.card.card-login .inner .logged-in p {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 20px;
}
.card.card-login .inner .logged-in .button-wrapper .buttons {
  margin-bottom: 20px;
}
label {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  font-weight: normal;
}
.form-control,
.form-group .form-control {
  padding: 7px 15px;
  border: 1px solid #EDEDED;
  transition: background 0s ease-out;
  box-shadow: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}
.form-control:focus,
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
  transition-duration: 0.3s;
}
.form-control::placeholder,
.form-group .form-control::placeholder,
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
  color: #666666;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
select.form-control {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -moz-outline: none;
}
select.form-control:focus {
  box-shadow: none;
  border-color: #4d4d4d;
  outline: none;
  -moz-outline: none;
}
.form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.counter {
  display: inline-block;
  float: right !important;
  font-size: 14px;
  color: #4d4d4d;
  text-align: right;
}
.node-add-jobvacancy {
  padding-top: 115px;
}
.node-add-jobvacancy .breadcrumb {
  display: none;
}
.node-add-jobvacancy .jobvacancy-form {
  margin-top: 60px;
  margin-bottom: 60px;
}
.node-add-jobvacancy .jobvacancy-form .bg {
  background-color: white;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .node-add-jobvacancy .jobvacancy-form .bg {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .node-add-jobvacancy .jobvacancy-form .bg {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.node-add-jobvacancy .jobvacancy-form .bg h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.node-add-jobvacancy .jobvacancy-form .bg .form-head {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 25px;
}
.node-add-jobvacancy .jobvacancy-form .bg .form-head small,
.node-add-jobvacancy .jobvacancy-form .bg .form-head .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.node-add-jobvacancy .jobvacancy-form .bg .form-head small,
.node-add-jobvacancy .jobvacancy-form .bg .form-head .small {
  font-size: 75%;
}
@media (max-width: 767px) {
  .node-add-jobvacancy .jobvacancy-form .bg .form-head {
    font-size: 20px;
    line-height: 28px;
  }
}
.node-add-jobvacancy .jobvacancy-form .bg .form-head .number {
  display: none;
}
.node-add-jobvacancy .jobvacancy-form .bg .text {
  margin-bottom: 20px;
}
.node-add-jobvacancy .jobvacancy-form .bg .text strong {
  font-family: Fago, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
}
.node-add-jobvacancy .jobvacancy-form .bg .text strong em {
  font-style: normal;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fbdbd1;
}
.node-add-jobvacancy .jobvacancy-form label {
  /*    font-family: @font-family-sans-serif;
      font-size: 12px;
      line-height: 17px;
      font-weight: normal; */
}
.node-add-jobvacancy .jobvacancy-form .error {
  padding-bottom: 15px;
  font-size: 14px;
  color: red;
}
.node-add-jobvacancy .jobvacancy-form .error input {
  border-color: red;
}
.node-add-jobvacancy .jobvacancy-form .select-wrapper {
  margin-bottom: 15px;
}
.node-add-jobvacancy .jobvacancy-form .select-wrapper .btn-default {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #4d4d4d;
}
.node-add-jobvacancy .jobvacancy-form #edit-field-aussteller-ref-wrapper .input-group {
  display: block;
}
.node-add-jobvacancy .jobvacancy-form #edit-field-aussteller-ref-wrapper .form-autocomplete .input-group-addon {
  display: none !important;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab fieldset {
  border: none;
  box-shadow: none;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab label,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab legend {
  display: none;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body {
  padding: 0px;
  float: none !important;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:before,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:before,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:after,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:after {
  display: table;
  content: " ";
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:after,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:after {
  clear: both;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:before,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:before,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:after,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:after {
  display: table;
  content: " ";
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .date-padding:after,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .panel-body:after {
  clear: both;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .container-inline-date {
  display: block;
  width: 100% !important;
}
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .container-inline-date .form-item,
.node-add-jobvacancy .jobvacancy-form .field-name-field-zu-besetzten-ab .container-inline-date .form-control {
  display: block;
  width: 100% !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions {
  margin-top: 40px;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit {
  color: #ffffff !important;
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
  overflow: hidden !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active:hover,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active:focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active.focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active.focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled]:hover,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled]:focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled.focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled].focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #641f08 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  border-color: #a1320d !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit {
  color: #ffffff !important;
  background-color: #c23c10 !important;
  background-image: none !important;
  border-color: #a1320d !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active:hover,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active:focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:active.focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.active.focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  color: #ffffff !important;
  background-color: #a1320d !important;
  border-color: #641f08 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled]:hover,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled]:focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.disabled.focus,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit[disabled].focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit.focus {
  background-color: #ec4d19 !important;
  border-color: #da4312 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit .badge {
  color: #ec4d19 !important;
  background-color: #ffffff !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:link:after,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:visited:after {
  content: "" !important;
  position: absolute !important;
  height: 0% !important;
  left: 50% !important;
  top: 50% !important;
  width: 150% !important;
  z-index: -1 !important;
  -webkit-transition: all 0.75s ease 0s !important;
  -moz-transition: all 0.75s ease 0s !important;
  -o-transition: all 0.75s ease 0s !important;
  transition: all 0.75s ease 0s !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:link:hover:after,
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:visited:hover:after {
  height: 450% !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover {
  color: #fff !important !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:hover:before {
  left: 0% !important;
  right: auto !important;
  width: 500px !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit:before {
  display: block !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  height: 100% !important;
  width: 0px !important;
  z-index: -1 !important;
  content: '' !important;
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) !important;
}
.node-add-jobvacancy .jobvacancy-form .form-actions #edit-submit .glyphicon {
  display: none;
}
.node-add-jobvacancy .jobvacancy-form #edit-field-zu-besetzten-ab-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-job-pdf-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-job-aussteller-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-vorname-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-nachname-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-kontakt-email-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-kontakt-telefon-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-wer-wir-sind-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-was-dich-erwartet-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-was-wir-suchen-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-was-wir-bieten-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-standort-ort-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-standort-plz-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-job-zielgruppe-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-aussteller-ref-wrapper label,
.node-add-jobvacancy .jobvacancy-form #edit-field-firmenlogo-wrapper label {
  display: none;
}
.node-add-jobvacancy .jobvacancy-form .counter {
  color: #666;
  text-align: right;
  font-size: 12px;
}
.node-add-jobvacancy .jobvacancy-form .form-file {
  font-size: 14px !important;
  line-height: 38px;
  padding-top: 2px;
  padding-bottom: 0px;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary {
  background-color: #ffffff !important;
  color: #ec4d19 !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  border-color: #8c8c8c !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  background-image: none !important;
  border-color: #adadad !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active:hover,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active:focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active.focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active.focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  color: #ec4d19 !important;
  background-color: #d4d4d4 !important;
  border-color: #8c8c8c !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled]:hover,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled]:focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled.focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled].focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  background-color: #ffffff !important;
  border-color: #cccccc !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary .badge {
  color: #ffffff !important;
  background-color: #ec4d19 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  color: #ec4d19 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #8c8c8c !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover {
  color: #ec4d19 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #adadad !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary {
  color: #ec4d19 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  border-color: #adadad !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active:hover,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active:focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:active.focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.active.focus,
.open > .dropdown-toggle.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  color: #ec4d19 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #8c8c8c !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled]:hover,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled]:focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.disabled.focus,
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary[disabled].focus,
fieldset[disabled] .node-add-jobvacancy .jobvacancy-form .form-file .btn-primary.focus {
  background-color: transparent !important;
  border-color: #cccccc !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary .badge {
  color: transparent !important;
  background-color: #ec4d19 !important;
}
.node-add-jobvacancy .jobvacancy-form .form-file .btn-primary:hover {
  border-color: #cccccc !important;
}
.node-add-jobvacancy .jobvacancy-form .file-size.badge {
  background-color: #666;
}
input.form-checkbox {
  margin-top: 8px;
}
/*
 * list styles
 */
.list-style-check ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.list-style-check ul li {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.list-style-check ul li:before {
  font-family: 'icomoon';
  font-weight: normal;
  content: "\e910";
  /* Unicode */
  display: inline-block;
  margin-left: -1.5em;
  /* same as padding-left set on li */
  width: 1.5em;
  /* same as padding-left set on li */
  font-size: 14px;
  color: #ec4d19;
}
.list-style-bullet ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.list-style-bullet ul li {
  padding: 0px;
  margin: 0px;
  padding-left: 1.3em;
  margin-bottom: 16px;
  position: relative;
}
.list-style-bullet ul li:before {
  content: '';
  line-height: 8px;
  background-image: url('../images/bulletpoint.svg');
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #ec4d19;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 1.3em;
}
body.newsroom {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ededed+20,ffffff+100 */
  background: #fff;
  /* Old browsers */
  background-color: white;
  background: linear-gradient(180deg, #ededed 5%, #ffffff 10%);
}
body.newsroom .section-prefooter::before {
  display: none;
}
.page-node-126 .region-content {
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-node-126 .region-content {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .page-node-126 .region-content {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .page-node-126 .region-content {
    width: 1236px;
  }
}
.page-node-126 .region-content > .navbar-header,
.page-node-126 .region-content > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .page-node-126 .region-content > .navbar-header,
  .page-node-126 .region-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-node-126 .region-content #block-cookiesdokumentation {
  padding: 50px;
  background-color: white;
}
.page-node-11 .submenu {
  max-width: 300px;
}
.route-entityusercanonical {
  padding-top: 160px;
}
.path-frontpage .dismiss-modal {
  z-index: 2000;
  position: absolute;
  top: 12px;
  right: 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 32px;
}
.path-frontpage #front-notice .modal-content {
  border-radius: 2px;
}
.path-frontpage #front-notice .modal-body {
  color: black;
  font-size: 19px;
}
.page-node-type-page {
  padding-top: 115px;
  /*
  @media @mobile {
    padding-top: 80px;
  }   

  @media @tablet {
    padding-top: 80px;
  } */
}
.page-node-type-page.page-node-107924 {
  padding-top: 80px;
}
.path-search {
  padding-top: 115px;
}
.path-search .search-inner {
  padding: 55px;
  background-color: white;
}
.path-search .region-content .search-help-link,
.path-search .region-content .breadcrumb {
  display: none;
}
.page-node-type-landing_page_tablet {
  position: relative;
  min-height: 100vh;
}
.page-node-type-landing_page_tablet .header {
  height: 65vh;
  background-color: #4996d2;
  background-image: url('../images/Club-Zukunft-header-weichenseite.webp');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.page-node-type-landing_page_tablet .header a {
  display: inline-block;
  margin-top: 5vh;
  margin-left: 5vh;
}
.page-node-type-landing_page_tablet .body {
  position: absolute;
  bottom: 8vh;
  left: 0;
  width: 100%;
}
.page-node-type-landing_page_tablet .body .card {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
.page-node-type-landing_page_tablet .body .card .inner {
  padding-left: 25px;
  padding-right: 25px;
}
.page-node-type-landing_page_tablet .body .card .inner .headline {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
.page-node-type-landing_page_tablet .body .card .inner .headline small,
.page-node-type-landing_page_tablet .body .card .inner .headline .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.page-node-type-landing_page_tablet .body .card .inner .headline small,
.page-node-type-landing_page_tablet .body .card .inner .headline .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .page-node-type-landing_page_tablet .body .card .inner .headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.page-node-type-landing_page_tablet .body .card .inner .text {
  margin-top: 10px;
  margin-bottom: 40px;
}
.page-node-type-landing_page_tablet .body .card .inner .link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a:active:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a:active.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:active,
.page-node-type-landing_page_tablet .body .card .inner .link a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled],
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-landing_page_tablet .body .card .inner .link a.disabled,
fieldset[disabled] a.page-node-type-landing_page_tablet .body .card .inner .link a {
  pointer-events: none;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.icon-before .glyphicon,
.page-node-type-landing_page_tablet .body .card .inner .link a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.icon-after .glyphicon,
.page-node-type-landing_page_tablet .body .card .inner .link a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-landing_page_tablet .body .card .inner .link a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:active,
.page-node-type-landing_page_tablet .body .card .inner .link a.active,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:active:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a.active:hover,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a:active:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active:focus,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a:active.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active.focus,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled]:hover,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled]:focus,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled].focus,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-landing_page_tablet .body .card .inner .link a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:active,
.page-node-type-landing_page_tablet .body .card .inner .link a.active,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:active:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a.active:hover,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a:active:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active:focus,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a:active.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.active.focus,
.open > .dropdown-toggle.page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled]:hover,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a:hover,
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled]:focus,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a:focus,
.page-node-type-landing_page_tablet .body .card .inner .link a.disabled.focus,
.page-node-type-landing_page_tablet .body .card .inner .link a[disabled].focus,
fieldset[disabled] .page-node-type-landing_page_tablet .body .card .inner .link a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-landing_page_tablet .body .card .inner .link a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:link:after,
.page-node-type-landing_page_tablet .body .card .inner .link a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:link:hover:after,
.page-node-type-landing_page_tablet .body .card .inner .link a:visited:hover:after {
  height: 450%;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:hover {
  color: #fff !important;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.page-node-type-landing_page_tablet .body .card .inner .link a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.article-no-image {
  height: 120px;
  background-color: #ec4d19;
}
@media (max-width: 767px) {
  .article-no-image {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-no-image {
    height: 100px;
  }
}
body.page-node-type-video,
body.page-node-type-podcast,
body.page-node-type-news,
body.page-node-type-faq,
body.page-node-type-joboffer,
body.page-node-type-press_article,
body.page-node-type-article {
  padding-top: 137px;
  background-color: #fff;
}
body.page-node-type-video .row-meta .backlink a,
body.page-node-type-podcast .row-meta .backlink a,
body.page-node-type-news .row-meta .backlink a,
body.page-node-type-faq .row-meta .backlink a,
body.page-node-type-joboffer .row-meta .backlink a,
body.page-node-type-press_article .row-meta .backlink a,
body.page-node-type-article .row-meta .backlink a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
body.page-node-type-video .row-meta .meta,
body.page-node-type-podcast .row-meta .meta,
body.page-node-type-news .row-meta .meta,
body.page-node-type-faq .row-meta .meta,
body.page-node-type-joboffer .row-meta .meta,
body.page-node-type-press_article .row-meta .meta,
body.page-node-type-article .row-meta .meta {
  margin-top: 60px;
  text-align: center;
  text-decoration: none;
}
body.page-node-type-video .row-meta h1,
body.page-node-type-podcast .row-meta h1,
body.page-node-type-news .row-meta h1,
body.page-node-type-faq .row-meta h1,
body.page-node-type-joboffer .row-meta h1,
body.page-node-type-press_article .row-meta h1,
body.page-node-type-article .row-meta h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 38px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 60px;
}
body.page-node-type-video .row-meta h1 small,
body.page-node-type-podcast .row-meta h1 small,
body.page-node-type-news .row-meta h1 small,
body.page-node-type-faq .row-meta h1 small,
body.page-node-type-joboffer .row-meta h1 small,
body.page-node-type-press_article .row-meta h1 small,
body.page-node-type-article .row-meta h1 small,
body.page-node-type-video .row-meta h1 .small,
body.page-node-type-podcast .row-meta h1 .small,
body.page-node-type-news .row-meta h1 .small,
body.page-node-type-faq .row-meta h1 .small,
body.page-node-type-joboffer .row-meta h1 .small,
body.page-node-type-press_article .row-meta h1 .small,
body.page-node-type-article .row-meta h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
body.page-node-type-video .row-meta h1 small,
body.page-node-type-podcast .row-meta h1 small,
body.page-node-type-news .row-meta h1 small,
body.page-node-type-faq .row-meta h1 small,
body.page-node-type-joboffer .row-meta h1 small,
body.page-node-type-press_article .row-meta h1 small,
body.page-node-type-article .row-meta h1 small,
body.page-node-type-video .row-meta h1 .small,
body.page-node-type-podcast .row-meta h1 .small,
body.page-node-type-news .row-meta h1 .small,
body.page-node-type-faq .row-meta h1 .small,
body.page-node-type-joboffer .row-meta h1 .small,
body.page-node-type-press_article .row-meta h1 .small,
body.page-node-type-article .row-meta h1 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  body.page-node-type-video .row-meta h1,
  body.page-node-type-podcast .row-meta h1,
  body.page-node-type-news .row-meta h1,
  body.page-node-type-faq .row-meta h1,
  body.page-node-type-joboffer .row-meta h1,
  body.page-node-type-press_article .row-meta h1,
  body.page-node-type-article .row-meta h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-node-type-video .row-meta h1,
  body.page-node-type-podcast .row-meta h1,
  body.page-node-type-news .row-meta h1,
  body.page-node-type-faq .row-meta h1,
  body.page-node-type-joboffer .row-meta h1,
  body.page-node-type-press_article .row-meta h1,
  body.page-node-type-article .row-meta h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
body.page-node-type-video .row-meta .image-wrapper,
body.page-node-type-podcast .row-meta .image-wrapper,
body.page-node-type-news .row-meta .image-wrapper,
body.page-node-type-faq .row-meta .image-wrapper,
body.page-node-type-joboffer .row-meta .image-wrapper,
body.page-node-type-press_article .row-meta .image-wrapper,
body.page-node-type-article .row-meta .image-wrapper {
  margin-bottom: 30px;
}
body.page-node-type-video .row-meta .image-wrapper img,
body.page-node-type-podcast .row-meta .image-wrapper img,
body.page-node-type-news .row-meta .image-wrapper img,
body.page-node-type-faq .row-meta .image-wrapper img,
body.page-node-type-joboffer .row-meta .image-wrapper img,
body.page-node-type-press_article .row-meta .image-wrapper img,
body.page-node-type-article .row-meta .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.page-node-type-video .intro-row,
body.page-node-type-podcast .intro-row,
body.page-node-type-news .intro-row,
body.page-node-type-faq .intro-row,
body.page-node-type-joboffer .intro-row,
body.page-node-type-press_article .intro-row,
body.page-node-type-article .intro-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.page-node-type-video .intro-row .inner-padding,
body.page-node-type-podcast .intro-row .inner-padding,
body.page-node-type-news .intro-row .inner-padding,
body.page-node-type-faq .intro-row .inner-padding,
body.page-node-type-joboffer .intro-row .inner-padding,
body.page-node-type-press_article .intro-row .inner-padding,
body.page-node-type-article .intro-row .inner-padding {
  padding-top: 0;
}
body.page-node-type-video .intro-row .text,
body.page-node-type-podcast .intro-row .text,
body.page-node-type-news .intro-row .text,
body.page-node-type-faq .intro-row .text,
body.page-node-type-joboffer .intro-row .text,
body.page-node-type-press_article .intro-row .text,
body.page-node-type-article .intro-row .text {
  color: #000000;
  font-size: 19px;
  line-height: 30px;
}
body.page-node-type-video .intro-row .share-list,
body.page-node-type-podcast .intro-row .share-list,
body.page-node-type-news .intro-row .share-list,
body.page-node-type-faq .intro-row .share-list,
body.page-node-type-joboffer .intro-row .share-list,
body.page-node-type-press_article .intro-row .share-list,
body.page-node-type-article .intro-row .share-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-node-type-video .intro-row .share-list li,
body.page-node-type-podcast .intro-row .share-list li,
body.page-node-type-news .intro-row .share-list li,
body.page-node-type-faq .intro-row .share-list li,
body.page-node-type-joboffer .intro-row .share-list li,
body.page-node-type-press_article .intro-row .share-list li,
body.page-node-type-article .intro-row .share-list li {
  margin-bottom: 20px;
  text-align: right;
}
body.page-node-type-video .intro-row .share-list li a,
body.page-node-type-podcast .intro-row .share-list li a,
body.page-node-type-news .intro-row .share-list li a,
body.page-node-type-faq .intro-row .share-list li a,
body.page-node-type-joboffer .intro-row .share-list li a,
body.page-node-type-press_article .intro-row .share-list li a,
body.page-node-type-article .intro-row .share-list li a {
  display: block;
}
body.page-node-type-video .section-latest-teaser,
body.page-node-type-podcast .section-latest-teaser,
body.page-node-type-news .section-latest-teaser,
body.page-node-type-faq .section-latest-teaser,
body.page-node-type-joboffer .section-latest-teaser,
body.page-node-type-press_article .section-latest-teaser,
body.page-node-type-article .section-latest-teaser {
  background-color: #f2f2f2;
}
body.page-node-type-video .section-latest-teaser h2,
body.page-node-type-podcast .section-latest-teaser h2,
body.page-node-type-news .section-latest-teaser h2,
body.page-node-type-faq .section-latest-teaser h2,
body.page-node-type-joboffer .section-latest-teaser h2,
body.page-node-type-press_article .section-latest-teaser h2,
body.page-node-type-article .section-latest-teaser h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
body.page-node-type-press_article .row-meta .image-wrapper {
  margin-bottom: 10px;
}
.card-news-listing {
  margin-bottom: 30px;
}
.card-news-listing .image-wrapper {
  height: 215px;
  background-color: #f2f2f2;
  background-size: cover;
}
@media (max-width: 767px) {
  .card-news-listing .image-wrapper {
    height: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-news-listing .image-wrapper {
    height: 215px;
  }
}
.card-news-listing .image-wrapper.top {
  background-position: top center;
}
.card-news-listing .image-wrapper.bottom {
  background-position: bottom center;
}
.card-news-listing .contents {
  padding: 0px;
  padding-top: 17px;
}
.card-news-listing .contents h4 {
  margin: 12px 0;
  padding: 0;
}
.card-news-listing .contents h4 a {
  text-decoration: none;
}
.card-news-listing .meta {
  text-decoration: none;
}
.card-news-listing .btn-link {
  display: none;
}
.page-node-type-publication .single-hero-image-wrapper {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: white;
}
@media (max-width: 767px) {
  .page-node-type-publication .single-hero-image-wrapper {
    height: 440px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-publication .single-hero-image-wrapper {
    height: 440px;
  }
}
.page-node-type-publication .single-hero-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-node-type-publication .single-hero-image-wrapper .container {
    padding-top: 120px;
  }
}
.page-node-type-publication .single-hero-image-wrapper .article-type {
  position: absolute;
  right: 24px;
  top: 144px;
  background-color: rgba(238, 64, 149, 0.8);
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  z-index: 3;
}
.page-node-type-publication .single-hero-image-wrapper .image-caption {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  opacity: 0.8;
}
.page-node-type-publication .single-hero-image-wrapper .field--name-field-caption-copyright,
.page-node-type-publication .single-hero-image-wrapper .field--name-field-hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: left;
}
.page-node-type-publication .main-content-container {
  z-index: 4;
  position: relative;
  padding-bottom: 36px;
}
.page-node-type-publication .main-content-container .move-up {
  margin-top: -48px;
}
@media (max-width: 767px) {
  .page-node-type-publication .main-content-container .move-up {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-publication .main-content-container .move-up {
    margin-top: 0px;
  }
}
.page-node-type-publication .main-content-container .move-up .inner {
  padding-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .page-node-type-publication .main-content-container img {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-publication .main-content-container img {
    margin-top: 24px;
  }
}
.page-node-type-publication .sdgs {
  margin-top: 60px;
  text-align: center;
}
.page-node-type-publication .sdgs .field--item {
  display: inline-block;
}
.page-node-type-publication h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  text-transform: none;
  margin: 12px 0;
  margin-top: 24px;
  padding: 0;
  width: 95%;
}
.page-node-type-publication h1 small,
.page-node-type-publication h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.page-node-type-publication h1 small,
.page-node-type-publication h1 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .page-node-type-publication h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .page-node-type-publication h1 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-publication h1 {
    width: 100%;
  }
}
.page-node-type-publication .meta {
  text-decoration: none;
}
.page-node-type-publication .meta i {
  display: inline-block;
  margin-right: 10px;
}
.page-node-type-publication .meta-row {
  margin-top: 16px;
  margin-bottom: 6px;
}
.page-node-type-publication .meta-row:before,
.page-node-type-publication .meta-row:after {
  display: table;
  content: " ";
}
.page-node-type-publication .meta-row:after {
  clear: both;
}
.page-node-type-publication .meta-row:before,
.page-node-type-publication .meta-row:after {
  display: table;
  content: " ";
}
.page-node-type-publication .meta-row:after {
  clear: both;
}
.page-node-type-publication .meta-row .share-buttons {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
}
.page-node-type-publication .meta-row .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-publication .meta-row .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-publication .meta-row .share-buttons ul li {
  line-height: 22px;
  float: right;
  width: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-node-type-publication .meta-row .share-buttons ul li {
    width: 24px;
  }
}
.page-node-type-publication .meta-row .share-buttons ul li a {
  display: inline-block;
  color: #999 !important;
  font-size: 16px !important;
}
.page-node-type-publication .meta-row .share-buttons ul li a:hover {
  color: #ec4d19 !important;
}
.page-node-type-publication .border {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 24px;
}
.page-node-type-publication .sdgs {
  text-align: left;
}
.page-node-type-publication .sdgs .field--item {
  display: inline-block;
}
.page-node-type-publication .sdg-overview-link {
  display: inline-block;
}
.page-node-type-publication .sdg-overview-link img {
  border-radius: 6px;
  border: 2px solid white;
  transition: all .2s;
  margin: 2px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .page-node-type-publication .sdg-overview-link img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-publication .sdg-overview-link img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .page-node-type-publication .sdg-overview-link img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1236px) {
  .page-node-type-publication .sdg-overview-link img {
    width: 40px;
    height: 40px;
  }
}
.page-node-type-publication .button-wrapper {
  margin-top: 12px;
  text-align: left;
  display: inline-block;
}
.page-node-type-publication .button-wrapper a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #ec4d19;
  padding-left: 0;
  margin-right: 32px;
}
.page-node-type-publication .button-wrapper a:focus,
.page-node-type-publication .button-wrapper a:active:focus,
.page-node-type-publication .button-wrapper a.active:focus,
.page-node-type-publication .button-wrapper a.focus,
.page-node-type-publication .button-wrapper a:active.focus,
.page-node-type-publication .button-wrapper a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-publication .button-wrapper a:hover,
.page-node-type-publication .button-wrapper a:focus,
.page-node-type-publication .button-wrapper a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-publication .button-wrapper a:active,
.page-node-type-publication .button-wrapper a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-publication .button-wrapper a.disabled,
.page-node-type-publication .button-wrapper a[disabled],
fieldset[disabled] .page-node-type-publication .button-wrapper a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-publication .button-wrapper a.disabled,
fieldset[disabled] a.page-node-type-publication .button-wrapper a {
  pointer-events: none;
}
.page-node-type-publication .button-wrapper a.icon-before .glyphicon,
.page-node-type-publication .button-wrapper a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-publication .button-wrapper a.icon-after .glyphicon,
.page-node-type-publication .button-wrapper a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-publication .button-wrapper a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-publication .button-wrapper a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-publication .button-wrapper a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-publication .button-wrapper a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-publication .button-wrapper a,
.page-node-type-publication .button-wrapper a:active,
.page-node-type-publication .button-wrapper a.active,
.page-node-type-publication .button-wrapper a[disabled],
fieldset[disabled] .page-node-type-publication .button-wrapper a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-node-type-publication .button-wrapper a,
.page-node-type-publication .button-wrapper a:hover,
.page-node-type-publication .button-wrapper a:focus,
.page-node-type-publication .button-wrapper a:active {
  border-color: transparent;
}
.page-node-type-publication .button-wrapper a:hover,
.page-node-type-publication .button-wrapper a:focus {
  color: #ec4d19;
  text-decoration: underline;
  background-color: transparent;
}
.page-node-type-publication .button-wrapper a[disabled]:hover,
fieldset[disabled] .page-node-type-publication .button-wrapper a:hover,
.page-node-type-publication .button-wrapper a[disabled]:focus,
fieldset[disabled] .page-node-type-publication .button-wrapper a:focus {
  color: #ededed;
  text-decoration: none;
}
.page-node-type-publication .button-wrapper a.negative {
  color: white;
  text-decoration: none;
}
.page-node-type-publication .button-wrapper a.negative:hover {
  color: white;
}
.page-node-type-publication .publication-download-box {
  border-radius: 3px;
  margin-bottom: 24px;
}
.page-node-type-publication .publication-download-box img {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
.page-node-type-publication .publication-meta-data {
  font-size: 14px;
}
.page-node-type-publication .publication-meta-data .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.page-node-type-publication .publication-meta-data .item .title {
  font-weight: bold;
}
.page-node-type-publication .share-buttons {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
}
.page-node-type-publication .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-publication .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.page-node-type-publication .share-buttons ul li {
  line-height: 22px;
  display: inline-block;
  width: 36px;
  font-size: 20px;
}
.page-node-type-publication .share-buttons ul li a {
  display: inline-block;
  color: #999 !important;
}
.page-node-type-publication .share-buttons ul li a:hover {
  color: #ec4d19 !important;
}
.page-node-type-blog {
  /*
  .intro-text {
    padding-top: 48px;
    padding-bottom: 48px;
    
    h1, h2, h3, h4 {
      margin-top: 0px;
      padding-top: 0px;
    }
  } */
}
.page-node-type-blog .single-hero-image-wrapper {
  background-color: #f2f2f2;
}
.page-node-type-blog h1 {
  text-transform: none;
  margin: 12px 0;
  padding: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .page-node-type-blog h1 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-blog h1 {
    width: 100%;
  }
}
.page-node-type-blog .meta {
  text-decoration: none;
}
.page-node-type-blog .meta-row {
  margin-top: 24px;
}
.page-node-type-blog .meta-row:before,
.page-node-type-blog .meta-row:after {
  display: table;
  content: " ";
}
.page-node-type-blog .meta-row:after {
  clear: both;
}
.page-node-type-blog .meta-row:before,
.page-node-type-blog .meta-row:after {
  display: table;
  content: " ";
}
.page-node-type-blog .meta-row:after {
  clear: both;
}
.page-node-type-blog .meta-row .share-buttons {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: right;
}
.page-node-type-blog .meta-row .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-blog .meta-row .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-blog .meta-row .share-buttons ul li {
  line-height: 22px;
  float: right;
  width: 36px;
  font-size: 20px;
}
.page-node-type-blog .meta-row .share-buttons ul li a {
  display: inline-block;
  color: #999 !important;
}
.page-node-type-blog .meta-row .share-buttons ul li a:hover {
  color: #ec4d19 !important;
}
.page-node-type-blog .border {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 24px;
}
.page-node-type-blog .button-wrapper {
  margin-top: 36px;
  text-align: center;
}
.page-node-type-blog .button-wrapper a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a:active:focus,
.page-node-type-blog .button-wrapper a.active:focus,
.page-node-type-blog .button-wrapper a.focus,
.page-node-type-blog .button-wrapper a:active.focus,
.page-node-type-blog .button-wrapper a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-blog .button-wrapper a:hover,
.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-blog .button-wrapper a:active,
.page-node-type-blog .button-wrapper a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-blog .button-wrapper a.disabled,
.page-node-type-blog .button-wrapper a[disabled],
fieldset[disabled] .page-node-type-blog .button-wrapper a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-blog .button-wrapper a.disabled,
fieldset[disabled] a.page-node-type-blog .button-wrapper a {
  pointer-events: none;
}
.page-node-type-blog .button-wrapper a.icon-before .glyphicon,
.page-node-type-blog .button-wrapper a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-blog .button-wrapper a.icon-after .glyphicon,
.page-node-type-blog .button-wrapper a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-blog .button-wrapper a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-blog .button-wrapper a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-blog .button-wrapper a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-blog .button-wrapper a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-blog .button-wrapper a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-blog .button-wrapper a:active,
.page-node-type-blog .button-wrapper a.active,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-blog .button-wrapper a:active:hover,
.page-node-type-blog .button-wrapper a.active:hover,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a:hover,
.page-node-type-blog .button-wrapper a:active:focus,
.page-node-type-blog .button-wrapper a.active:focus,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a:active.focus,
.page-node-type-blog .button-wrapper a.active.focus,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-blog .button-wrapper a.disabled:hover,
.page-node-type-blog .button-wrapper a[disabled]:hover,
fieldset[disabled] .page-node-type-blog .button-wrapper a:hover,
.page-node-type-blog .button-wrapper a.disabled:focus,
.page-node-type-blog .button-wrapper a[disabled]:focus,
fieldset[disabled] .page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a.disabled.focus,
.page-node-type-blog .button-wrapper a[disabled].focus,
fieldset[disabled] .page-node-type-blog .button-wrapper a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-blog .button-wrapper a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-blog .button-wrapper a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-blog .button-wrapper a:active,
.page-node-type-blog .button-wrapper a.active,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-blog .button-wrapper a:active:hover,
.page-node-type-blog .button-wrapper a.active:hover,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a:hover,
.page-node-type-blog .button-wrapper a:active:focus,
.page-node-type-blog .button-wrapper a.active:focus,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a:active.focus,
.page-node-type-blog .button-wrapper a.active.focus,
.open > .dropdown-toggle.page-node-type-blog .button-wrapper a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-blog .button-wrapper a.disabled:hover,
.page-node-type-blog .button-wrapper a[disabled]:hover,
fieldset[disabled] .page-node-type-blog .button-wrapper a:hover,
.page-node-type-blog .button-wrapper a.disabled:focus,
.page-node-type-blog .button-wrapper a[disabled]:focus,
fieldset[disabled] .page-node-type-blog .button-wrapper a:focus,
.page-node-type-blog .button-wrapper a.disabled.focus,
.page-node-type-blog .button-wrapper a[disabled].focus,
fieldset[disabled] .page-node-type-blog .button-wrapper a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-blog .button-wrapper a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-blog .button-wrapper a:link:after,
.page-node-type-blog .button-wrapper a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.page-node-type-blog .button-wrapper a:link:hover:after,
.page-node-type-blog .button-wrapper a:visited:hover:after {
  height: 450%;
}
.page-node-type-blog .button-wrapper a:hover {
  color: #fff !important;
}
.page-node-type-blog .button-wrapper a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.page-node-type-blog .button-wrapper a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.author-teaser {
  min-height: 62px;
  margin-bottom: 24px;
}
.author-teaser:before,
.author-teaser:after {
  display: table;
  content: " ";
}
.author-teaser:after {
  clear: both;
}
.author-teaser:before,
.author-teaser:after {
  display: table;
  content: " ";
}
.author-teaser:after {
  clear: both;
}
.author-teaser .avatar-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
}
.author-teaser .avatar-col .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
.author-teaser .avatar-col .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.author-teaser .texts-col {
  padding-left: 66px;
}
.author-teaser .texts-col .name {
  margin-top: 6px;
  font-weight: bold;
  line-height: 24px;
  color: #ec4d19;
}
.author-teaser .texts-col .subheader {
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
}
.blog-partial {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.075);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.075);
  margin-bottom: 40px;
  min-height: 400px;
}
.blog-partial .image-wrapper {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 550px;
}
.blog-partial .image-wrapper.top {
  background-position: top center;
}
.blog-partial .image-wrapper.bottom {
  background-position: bottom center;
}
@media (max-width: 767px) {
  .blog-partial .image-wrapper {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-partial .image-wrapper {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .blog-partial .image-wrapper {
    min-height: 400px;
  }
}
.blog-partial .col-contents {
  position: relative;
  min-height: 400px;
}
@media (max-width: 767px) {
  .blog-partial .col-contents {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-partial .col-contents {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .blog-partial .col-contents {
    min-height: 400px;
  }
}
.blog-partial .col-contents .read-more-wrapper {
  position: absolute;
  bottom: 24px;
  left: 0px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .blog-partial .col-contents .read-more-wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-partial .col-contents .read-more-wrapper {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .blog-partial .col-contents .read-more-wrapper {
    padding-left: 40px;
  }
}
.blog-partial .col-contents .read-more-wrapper a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #f58220 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
  border: 0 !important;
}
.blog-partial .col-contents .read-more-wrapper a i {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}
.blog-partial .col-contents .read-more-wrapper a:hover {
  padding-left: 12px !important;
}
.blog-partial .col-contents .read-more-wrapper a:hover i {
  margin-left: 16px;
}
.blog-partial .col-contents .contents {
  padding: 24px 0;
  padding-right: 24px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .blog-partial .col-contents .contents {
    padding: 24px;
    padding-top: 36px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-partial .col-contents .contents {
    padding: 24px;
    padding-top: 36px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .blog-partial .col-contents .contents {
    padding: 24px;
    padding-top: 36px;
    padding-bottom: 60px;
  }
}
.blog-partial .col-contents .contents .field--name-field-tags {
  margin-bottom: 12px;
}
.blog-partial .col-contents .contents .field--name-field-tags .field--item {
  display: inline-block;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f58220;
}
.blog-partial .col-contents .contents h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-size: 24px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 24px;
  text-transform: none;
}
.blog-partial .col-contents .contents h2 small,
.blog-partial .col-contents .contents h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.blog-partial .col-contents .contents h2 small,
.blog-partial .col-contents .contents h2 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .blog-partial .col-contents .contents h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
.programme-teaser {
  border-bottom: 2px solid #ec4d19;
  padding-top: 32px;
  padding-bottom: 32px;
}
.programme-teaser .header-row .preline {
  margin-bottom: 8px;
  opacity: 0.5;
}
.programme-teaser .header-row .headline {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.programme-teaser .header-row .headline small,
.programme-teaser .header-row .headline .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.programme-teaser .header-row .headline small,
.programme-teaser .header-row .headline .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .programme-teaser .header-row .headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.programme-teaser .sdg-overview-link {
  display: inline-block;
  float: left;
}
.programme-teaser .sdg-overview-link img {
  border-radius: 6px;
  border: 2px solid white;
  transition: all .2s;
  margin: 2px;
}
@media (max-width: 767px) {
  .programme-teaser .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programme-teaser .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .programme-teaser .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1236px) {
  .programme-teaser .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
.programme-teaser .field--name-field-downloads .file {
  font-size: 100% !important;
  border: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  margin-top: 8px;
  margin-bottom: 8px;
}
.programme-teaser .field--name-field-downloads .file span {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.programme-teaser .field--name-field-downloads .file span.file-icon {
  padding: 0;
}
.programme-teaser .field--name-field-downloads .file span.file-link {
  padding: 0;
  color: #000000;
}
.programme-teaser .field--name-field-downloads .file span.file-link a {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.programme-teaser .field--name-field-downloads .file span.file-size {
  color: #000000;
  padding: 0;
}
.programme-teaser .panel-goal-3 {
  border-color: #ffc20e;
}
.programme-teaser .panel-goal-3 .panel-heading {
  background-color: #ffc20e;
  border-color: #ffc20e;
  color: white;
}
.programme-teaser .panel-goal-3 .panel-body {
  border-top-color: #ffc20e !important;
  font-size: 14px;
}
.programme-teaser .panel-goal-3 .panel-body hr {
  padding: 0;
  margin: 16px 0;
}
.programme-single {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .programme-single .panel {
    margin-top: 32px;
  }
}
.programme-teaser .header-row:before,
.programme-single .header-row:before,
.programme-teaser .header-row:after,
.programme-single .header-row:after {
  display: table;
  content: " ";
}
.programme-teaser .header-row:after,
.programme-single .header-row:after {
  clear: both;
}
.programme-teaser .header-row:before,
.programme-single .header-row:before,
.programme-teaser .header-row:after,
.programme-single .header-row:after {
  display: table;
  content: " ";
}
.programme-teaser .header-row:after,
.programme-single .header-row:after {
  clear: both;
}
.programme-teaser .header-row .preline,
.programme-single .header-row .preline {
  margin-bottom: 8px;
  opacity: 0.5;
}
.programme-teaser .header-row .preline a,
.programme-single .header-row .preline a {
  color: #000000;
  text-decoration: none;
}
.programme-teaser .header-row .headline,
.programme-single .header-row .headline {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.programme-teaser .header-row .headline small,
.programme-single .header-row .headline small,
.programme-teaser .header-row .headline .small,
.programme-single .header-row .headline .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.programme-teaser .header-row .headline small,
.programme-single .header-row .headline small,
.programme-teaser .header-row .headline .small,
.programme-single .header-row .headline .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .programme-teaser .header-row .headline,
  .programme-single .header-row .headline {
    font-size: 24px;
    line-height: 31px;
  }
}
.programme-teaser .number-border,
.programme-single .number-border {
  border-bottom: 2px solid #ec4d19;
  margin-bottom: 32px;
}
.programme-teaser .numbers,
.programme-single .numbers {
  padding-top: 12px;
}
.programme-teaser .numbers .hashtags .field--item,
.programme-single .numbers .hashtags .field--item {
  display: inline-block;
  padding: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
}
.programme-teaser .numbers .item,
.programme-single .numbers .item {
  margin-bottom: 32px;
  border-top: 2px solid #ec4d19;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .programme-teaser .numbers .item,
  .programme-single .numbers .item {
    text-align: center;
  }
}
.programme-teaser .numbers .item .head,
.programme-single .numbers .item .head {
  font-size: 16px;
  font-weight: bold;
}
.programme-teaser .numbers .item .subhead,
.programme-single .numbers .item .subhead {
  font-size: 16px;
  color: #4d4d4d;
}
@media (min-width: 768px) and (max-width: 991px) {
  .programme-teaser .numbers .item .subhead,
  .programme-single .numbers .item .subhead {
    font-size: 14px;
  }
}
.programme-teaser .numbers .item .number,
.programme-single .numbers .item .number {
  color: #ec4d19;
  padding-top: 16px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1 !important;
  vertical-align: bottom !important;
  font-family: "Helvetica Neue", sans-serif;
}
.programme-teaser .numbers .item .number small,
.programme-single .numbers .item .number small {
  font-size: 20px;
}
.programme-teaser .numbers .item .number .odometer,
.programme-single .numbers .item .number .odometer {
  vertical-align: top !important;
  font-size: 60px;
  line-height: 1.1;
}
.programme-teaser .sdg-overview-link,
.programme-single .sdg-overview-link {
  display: inline-block;
  float: left;
}
.programme-teaser .sdg-overview-link img,
.programme-single .sdg-overview-link img {
  border-radius: 6px;
  border: 2px solid white;
  transition: all .2s;
  margin: 2px;
}
@media (max-width: 767px) {
  .programme-teaser .sdg-overview-link img,
  .programme-single .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programme-teaser .sdg-overview-link img,
  .programme-single .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .programme-teaser .sdg-overview-link img,
  .programme-single .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1236px) {
  .programme-teaser .sdg-overview-link img,
  .programme-single .sdg-overview-link img {
    width: 50px;
    height: 50px;
  }
}
.programme-teaser .field--name-field-downloads .file,
.programme-single .field--name-field-downloads .file {
  font-size: 100% !important;
  border: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.programme-teaser .field--name-field-downloads .file span,
.programme-single .field--name-field-downloads .file span {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  margin-top: 8px;
  margin-bottom: 8px;
}
.programme-teaser .field--name-field-downloads .file span.file-icon,
.programme-single .field--name-field-downloads .file span.file-icon {
  padding: 0;
}
.programme-teaser .field--name-field-downloads .file span.file-link,
.programme-single .field--name-field-downloads .file span.file-link {
  padding: 0;
  color: #000000;
}
.programme-teaser .field--name-field-downloads .file span.file-link a,
.programme-single .field--name-field-downloads .file span.file-link a {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.programme-teaser .field--name-field-downloads .file span.file-size,
.programme-single .field--name-field-downloads .file span.file-size {
  color: #000000;
  padding: 0;
}
.programme-teaser .panel-goal-3,
.programme-single .panel-goal-3 {
  border-color: #ffc20e;
}
.programme-teaser .panel-goal-3 .panel-heading,
.programme-single .panel-goal-3 .panel-heading {
  background-color: #ffc20e;
  border-color: #ffc20e;
  color: white;
}
.programme-teaser .panel-goal-3 .panel-body,
.programme-single .panel-goal-3 .panel-body {
  border-top-color: #ffc20e !important;
  font-size: 14px;
}
.programme-teaser .panel-goal-3 .panel-body hr,
.programme-single .panel-goal-3 .panel-body hr {
  padding: 0;
  margin: 16px 0;
}
.page-node-type-programme .zoomButton,
.page-node-type-country .zoomButton {
  display: none !important;
}
.page-node-type-event .single-hero-image-wrapper {
  height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: white;
}
@media (max-width: 767px) {
  .page-node-type-event .single-hero-image-wrapper {
    height: 440px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-event .single-hero-image-wrapper {
    height: 440px;
  }
}
.page-node-type-event .single-hero-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-node-type-event .single-hero-image-wrapper .article-type {
  position: absolute;
  right: 24px;
  top: 144px;
  background-color: rgba(238, 64, 149, 0.8);
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  z-index: 3;
}
.page-node-type-event .single-hero-image-wrapper .play-link {
  margin-top: 32px;
  margin-bottom: 12px;
  background-color: #ffffff;
  display: inline-block;
  height: 80px;
  width: 80px;
  color: #e5243b;
  border-radius: 40px;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}
.page-node-type-event .single-hero-image-wrapper .play-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.page-node-type-event .single-hero-image-wrapper .play-link span i {
  margin-left: 3px;
}
.page-node-type-event .single-hero-image-wrapper .image-caption {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  opacity: 0.8;
}
.page-node-type-event .single-hero-image-wrapper .field--name-field-caption-copyright,
.page-node-type-event .single-hero-image-wrapper .field--name-field-hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: left;
}
.page-node-type-event .preline {
  color: white;
  text-align: center;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .page-node-type-event .preline {
    margin-top: 168px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-event .preline {
    margin-top: 168px;
  }
}
.page-node-type-event h1 {
  text-transform: none;
  padding: 0;
  margin: 0;
  margin-top: -50px;
  color: white !important;
}
@media (max-width: 767px) {
  .page-node-type-event h1 {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-event h1 {
    width: 100%;
    margin-top: 0px;
  }
}
.page-node-type-event .meta-container {
  background-color: white;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-node-type-event .meta-container {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-event .meta-container {
    margin-top: 0px;
  }
}
.page-node-type-event .embed-code-wrapper {
  margin-bottom: 36px;
}
.page-node-type-event .region-content a.save-date {
  text-decoration: none;
}
.page-node-type-event .region-content .cat {
  display: inline-block;
  margin-right: 8px;
}
.page-node-type-event .region-content .cat .field {
  text-decoration: none;
  display: inline-block;
  background-color: #ededed;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 18px;
}
.page-node-type-event .region-content .event-data {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 24px;
  font-weight: bold;
  color: black;
  font-size: 26px;
  line-height: 1;
  color: #184b6e;
}
.page-node-type-event .region-content .event-data .col-md-4 {
  border-right: 1px solid #f2f2f2;
  padding-top: 24px;
  padding-bottom: 24px;
}
.page-node-type-event .region-content .event-data .col-md-4.last {
  border-right: 0px solid transparent;
}
@media (max-width: 767px) {
  .page-node-type-event .region-content .event-data .col-md-4.last {
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }
}
@media (max-width: 767px) {
  .page-node-type-event .region-content .event-data .col-md-4 {
    border-right: 0px solid transparent;
    border-bottom: 1px solid #4d4d4d;
  }
}
.page-node-type-event .region-content .event-data .col-md-4 .icon-wrapper {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ec4d19;
  opacity: 0.5;
}
.page-node-type-event .region-content .field--name-field-link a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #faa634;
  border-color: #faa634;
}
.page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a:active:focus,
.page-node-type-event .region-content .field--name-field-link a.active:focus,
.page-node-type-event .region-content .field--name-field-link a.focus,
.page-node-type-event .region-content .field--name-field-link a:active.focus,
.page-node-type-event .region-content .field--name-field-link a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-event .region-content .field--name-field-link a:hover,
.page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-event .region-content .field--name-field-link a:active,
.page-node-type-event .region-content .field--name-field-link a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-event .region-content .field--name-field-link a.disabled,
.page-node-type-event .region-content .field--name-field-link a[disabled],
fieldset[disabled] .page-node-type-event .region-content .field--name-field-link a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-event .region-content .field--name-field-link a.disabled,
fieldset[disabled] a.page-node-type-event .region-content .field--name-field-link a {
  pointer-events: none;
}
.page-node-type-event .region-content .field--name-field-link a.icon-before .glyphicon,
.page-node-type-event .region-content .field--name-field-link a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-event .region-content .field--name-field-link a.icon-after .glyphicon,
.page-node-type-event .region-content .field--name-field-link a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-event .region-content .field--name-field-link a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-event .region-content .field--name-field-link a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-event .region-content .field--name-field-link a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-event .region-content .field--name-field-link a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a.focus {
  color: #ffffff;
  background-color: #f59006;
  border-color: #aa6404;
}
.page-node-type-event .region-content .field--name-field-link a:hover {
  color: #ffffff;
  background-color: #f59006;
  border-color: #eb8a06;
}
.page-node-type-event .region-content .field--name-field-link a:active,
.page-node-type-event .region-content .field--name-field-link a.active,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-link a {
  color: #ffffff;
  background-color: #f59006;
  background-image: none;
  border-color: #eb8a06;
}
.page-node-type-event .region-content .field--name-field-link a:active:hover,
.page-node-type-event .region-content .field--name-field-link a.active:hover,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-link a:hover,
.page-node-type-event .region-content .field--name-field-link a:active:focus,
.page-node-type-event .region-content .field--name-field-link a.active:focus,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a:active.focus,
.page-node-type-event .region-content .field--name-field-link a.active.focus,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-link a.focus {
  color: #ffffff;
  background-color: #d27b05;
  border-color: #aa6404;
}
.page-node-type-event .region-content .field--name-field-link a.disabled:hover,
.page-node-type-event .region-content .field--name-field-link a[disabled]:hover,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-link a:hover,
.page-node-type-event .region-content .field--name-field-link a.disabled:focus,
.page-node-type-event .region-content .field--name-field-link a[disabled]:focus,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a.disabled.focus,
.page-node-type-event .region-content .field--name-field-link a[disabled].focus,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-link a.focus {
  background-color: #faa634;
  border-color: #faa634;
}
.page-node-type-event .region-content .field--name-field-link a .badge {
  color: #faa634;
  background-color: #ffffff;
}
.page-node-type-event .region-content .field--name-field-link a:focus,
.page-node-type-event .region-content .field--name-field-link a:hover {
  background-color: #f04e37;
  border-color: #f04e37;
}
.page-node-type-event .region-content .field--name-body {
  padding-top: 24px;
  padding-bottom: 24px;
}
.page-node-type-event .region-content .field--name-field-webform-ref {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #ec4d19;
  background-image: linear-gradient(270deg, rgba(96, 120, 152, 0.5) 1%, rgba(0, 74, 127, 0.9) 100%);
  color: white;
}
.page-node-type-event .region-content .field--name-field-webform-ref h1,
.page-node-type-event .region-content .field--name-field-webform-ref h2,
.page-node-type-event .region-content .field--name-field-webform-ref h3,
.page-node-type-event .region-content .field--name-field-webform-ref h4 {
  margin-top: 0px;
  padding-top: 0px;
  color: white;
}
.page-node-type-event .region-content .field--name-field-webform-ref label {
  color: #fff;
  opacity: 0.66;
}
.page-node-type-event .region-content .field--name-field-webform-ref a {
  color: white;
  text-decoration: underline;
}
.page-node-type-event .region-content .field--name-field-webform-ref .form-control,
.page-node-type-event .region-content .field--name-field-webform-ref .form-group .form-control {
  background-image: linear-gradient(#626366, #626366), linear-gradient(#4d4d4d, #4d4d4d);
  background-color: #fff;
}
.page-node-type-event .region-content .field--name-field-webform-ref .form-control:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .form-group .form-control:focus {
  background-image: linear-gradient(#626366, #626366), linear-gradient(#4d4d4d, #4d4d4d);
}
.page-node-type-event .region-content .field--name-field-webform-ref .button {
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  padding: 12px 24px !important;
  font-size: 18px !important;
  line-height: 1.625 !important;
  border-radius: 6px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  font-size: 16px !important;
  line-height: 30px !important;
  padding: 8px 36px !important;
  text-transform: none !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  position: relative !important;
  z-index: 1 !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  display: inline-block !important;
  font-family: Fago, Arial, sans-serif !important;
  color: #ec4d19 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  height: auto;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button:active:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button:active.focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:hover,
.page-node-type-event .region-content .field--name-field-webform-ref .button:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.focus {
  color: #ec4d19 !important;
  text-decoration: none !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:active,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active {
  background-image: none !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.disabled,
.page-node-type-event .region-content .field--name-field-webform-ref .button[disabled],
fieldset[disabled] .page-node-type-event .region-content .field--name-field-webform-ref .button {
  cursor: not-allowed !important;
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.page-node-type-event .region-content .field--name-field-webform-ref .button.disabled,
fieldset[disabled] a.page-node-type-event .region-content .field--name-field-webform-ref .button {
  pointer-events: none !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.icon-before .glyphicon,
.page-node-type-event .region-content .field--name-field-webform-ref .button .glyphicon.icon-before {
  margin-left: -0.25em !important;
  margin-right: .25em !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.icon-after .glyphicon,
.page-node-type-event .region-content .field--name-field-webform-ref .button .glyphicon.icon-after {
  margin-left: .25em !important;
  margin-right: -0.25em !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.arrow-right:after {
  transition: all 0.5s !important;
  font-family: 'icomoon' !important;
  content: "\e902" !important;
  display: inline-block !important;
  text-align: right !important;
  margin-left: 16px !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.arrow-right:hover:after {
  margin-left: 20px !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.phone-left:before {
  font-family: 'icomoon' !important;
  content: "\e92f" !important;
  display: inline-block !important;
  margin-right: 10px !important;
  text-align: left !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button i {
  margin-right: 8px !important;
  font-size: 18px !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.focus {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  border-color: #bfbfbf !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:hover {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  border-color: #e0e0e0 !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:active,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-webform-ref .button {
  color: #ec4d19 !important;
  background-color: #e6e6e6 !important;
  background-image: none !important;
  border-color: #e0e0e0 !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:active:hover,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active:hover,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-webform-ref .button:hover,
.page-node-type-event .region-content .field--name-field-webform-ref .button:active:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active:focus,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-webform-ref .button:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button:active.focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.active.focus,
.open > .dropdown-toggle.page-node-type-event .region-content .field--name-field-webform-ref .button.focus {
  color: #ec4d19 !important;
  background-color: #d4d4d4 !important;
  border-color: #bfbfbf !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.disabled:hover,
.page-node-type-event .region-content .field--name-field-webform-ref .button[disabled]:hover,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-webform-ref .button:hover,
.page-node-type-event .region-content .field--name-field-webform-ref .button.disabled:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button[disabled]:focus,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-webform-ref .button:focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button.disabled.focus,
.page-node-type-event .region-content .field--name-field-webform-ref .button[disabled].focus,
fieldset[disabled] .page-node-type-event .region-content .field--name-field-webform-ref .button.focus {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button .badge {
  color: #ffffff !important;
  background-color: #ec4d19 !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.page-node-type-event .region-content .field--name-field-webform-ref .button.js-webform-confirmation-back-submit-ajax {
  display: none !important;
}
.page-node-type-event .region-content .action-bar {
  margin-bottom: 24px;
}
.page-node-type-event .region-content .action-bar:before,
.page-node-type-event .region-content .action-bar:after {
  display: table;
  content: " ";
}
.page-node-type-event .region-content .action-bar:after {
  clear: both;
}
.page-node-type-event .region-content .action-bar:before,
.page-node-type-event .region-content .action-bar:after {
  display: table;
  content: " ";
}
.page-node-type-event .region-content .action-bar:after {
  clear: both;
}
.page-node-type-event .region-content .share-buttons {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.page-node-type-event .region-content .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-event .region-content .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-event .region-content .share-buttons ul li {
  line-height: 50px;
  display: inline-block;
  width: 50px;
  font-size: 36px;
}
.page-node-type-event .region-content .share-buttons ul li a {
  display: inline-block;
  color: #ec4d19 !important;
}
.page-node-type-event .region-content .share-buttons ul li a:hover {
  color: #184b6e !important;
}
.page-node-type-podcast .single-hero-image-wrapper {
  height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
@media (max-width: 767px) {
  .page-node-type-podcast .single-hero-image-wrapper {
    min-height: 600px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-podcast .single-hero-image-wrapper {
    min-height: 600px;
    height: auto;
  }
}
.page-node-type-podcast .single-hero-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-node-type-podcast .single-hero-image-wrapper .contents {
  text-align: center;
  color: white;
}
.page-node-type-podcast .single-hero-image-wrapper .contents p {
  margin-top: 12px;
  text-align: center;
}
.page-node-type-podcast .single-hero-image-wrapper h1 {
  text-transform: none;
  padding: 0;
  margin: 0;
  margin-top: -72px;
  color: white !important;
}
@media (max-width: 767px) {
  .page-node-type-podcast .single-hero-image-wrapper h1 {
    width: 100%;
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-podcast .single-hero-image-wrapper h1 {
    width: 100%;
    margin-top: 120px;
  }
}
.page-node-type-podcast .single-hero-image-wrapper h1 .icon-wrapper {
  display: block;
  font-size: 60px;
  color: white;
  opacity: 1;
  margin-bottom: 8px;
}
.page-node-type-podcast .single-hero-image-wrapper .article-type {
  position: absolute;
  right: 24px;
  top: 144px;
  background-color: rgba(238, 64, 149, 0.8);
  color: white;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  z-index: 3;
}
.page-node-type-podcast .single-hero-image-wrapper .image-caption {
  position: absolute;
  top: 144px;
  right: 16px;
  color: white;
  opacity: 0.8;
}
.page-node-type-podcast .single-hero-image-wrapper .field--name-field-caption-copyright,
.page-node-type-podcast .single-hero-image-wrapper .field--name-field-hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: left;
}
.page-node-type-podcast .meta-container {
  background-color: white;
  margin-top: -72px;
  position: relative;
  z-index: 10;
  padding: 24px;
}
.page-node-type-podcast .meta-row {
  margin-top: 24px;
  margin-bottom: 8px;
}
.page-node-type-podcast .alert-special {
  margin-left: 24px;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .page-node-type-podcast .alert-special {
    margin-top: 24px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-podcast .alert-special {
    margin-top: 24px;
    margin-left: 0px;
  }
}
.page-node-type-podcast .alert-special h4 {
  text-align: center;
  margin: 0;
  border-bottom: 1px solid white;
  padding: 16px 24px;
}
.page-node-type-podcast .alert-special .content {
  padding: 24px;
}
.page-node-type-podcast .alert-special .content p {
  text-align: left;
}
.page-node-type-podcast .download-link-wrapper {
  text-align: center;
  margin-top: 24px;
}
.page-node-type-podcast .download-link-wrapper a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #faa634;
  border-color: #faa634;
  text-transform: uppercase;
}
.page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a:active:focus,
.page-node-type-podcast .download-link-wrapper a.active:focus,
.page-node-type-podcast .download-link-wrapper a.focus,
.page-node-type-podcast .download-link-wrapper a:active.focus,
.page-node-type-podcast .download-link-wrapper a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-podcast .download-link-wrapper a:hover,
.page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-podcast .download-link-wrapper a:active,
.page-node-type-podcast .download-link-wrapper a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-podcast .download-link-wrapper a.disabled,
.page-node-type-podcast .download-link-wrapper a[disabled],
fieldset[disabled] .page-node-type-podcast .download-link-wrapper a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-podcast .download-link-wrapper a.disabled,
fieldset[disabled] a.page-node-type-podcast .download-link-wrapper a {
  pointer-events: none;
}
.page-node-type-podcast .download-link-wrapper a.icon-before .glyphicon,
.page-node-type-podcast .download-link-wrapper a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-podcast .download-link-wrapper a.icon-after .glyphicon,
.page-node-type-podcast .download-link-wrapper a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-podcast .download-link-wrapper a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-podcast .download-link-wrapper a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-podcast .download-link-wrapper a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-podcast .download-link-wrapper a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a.focus {
  color: #ffffff;
  background-color: #f59006;
  border-color: #aa6404;
}
.page-node-type-podcast .download-link-wrapper a:hover {
  color: #ffffff;
  background-color: #f59006;
  border-color: #eb8a06;
}
.page-node-type-podcast .download-link-wrapper a:active,
.page-node-type-podcast .download-link-wrapper a.active,
.open > .dropdown-toggle.page-node-type-podcast .download-link-wrapper a {
  color: #ffffff;
  background-color: #f59006;
  background-image: none;
  border-color: #eb8a06;
}
.page-node-type-podcast .download-link-wrapper a:active:hover,
.page-node-type-podcast .download-link-wrapper a.active:hover,
.open > .dropdown-toggle.page-node-type-podcast .download-link-wrapper a:hover,
.page-node-type-podcast .download-link-wrapper a:active:focus,
.page-node-type-podcast .download-link-wrapper a.active:focus,
.open > .dropdown-toggle.page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a:active.focus,
.page-node-type-podcast .download-link-wrapper a.active.focus,
.open > .dropdown-toggle.page-node-type-podcast .download-link-wrapper a.focus {
  color: #ffffff;
  background-color: #d27b05;
  border-color: #aa6404;
}
.page-node-type-podcast .download-link-wrapper a.disabled:hover,
.page-node-type-podcast .download-link-wrapper a[disabled]:hover,
fieldset[disabled] .page-node-type-podcast .download-link-wrapper a:hover,
.page-node-type-podcast .download-link-wrapper a.disabled:focus,
.page-node-type-podcast .download-link-wrapper a[disabled]:focus,
fieldset[disabled] .page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a.disabled.focus,
.page-node-type-podcast .download-link-wrapper a[disabled].focus,
fieldset[disabled] .page-node-type-podcast .download-link-wrapper a.focus {
  background-color: #faa634;
  border-color: #faa634;
}
.page-node-type-podcast .download-link-wrapper a .badge {
  color: #faa634;
  background-color: #ffffff;
}
.page-node-type-podcast .download-link-wrapper a:focus,
.page-node-type-podcast .download-link-wrapper a:hover {
  background-color: #f04e37;
  border-color: #f04e37;
}
@media (max-width: 767px) {
  .page-node-type-podcast .download-link-wrapper a {
    margin-bottom: 12px;
  }
}
.page-node-type-podcast .modal-body {
  border-top: 1px solid #f2f2f2;
}
.page-node-type-podcast .modal-body .share-list {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.page-node-type-podcast .modal-body .share-list .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-podcast .modal-body .share-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-podcast .modal-body .share-list ul li {
  line-height: 50px;
  display: inline-block;
  width: 50px;
  font-size: 36px;
}
.page-node-type-podcast .modal-body .share-list ul li a {
  display: inline-block;
  color: #ec4d19 !important;
}
.page-node-type-podcast .modal-body .share-list ul li a:hover {
  color: #184b6e !important;
}
.page-node-type-podcast .action-bar {
  margin-bottom: 24px;
}
.page-node-type-podcast .action-bar:before,
.page-node-type-podcast .action-bar:after {
  display: table;
  content: " ";
}
.page-node-type-podcast .action-bar:after {
  clear: both;
}
.page-node-type-podcast .action-bar:before,
.page-node-type-podcast .action-bar:after {
  display: table;
  content: " ";
}
.page-node-type-podcast .action-bar:after {
  clear: both;
}
.page-node-type-podcast .share-buttons {
  padding-top: 0px;
  color: #999;
  line-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.page-node-type-podcast .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-podcast .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-podcast .share-buttons ul li {
  line-height: 50px;
  display: inline-block;
  width: 50px;
  font-size: 36px;
}
.page-node-type-podcast .share-buttons ul li a {
  display: inline-block;
  color: #ec4d19 !important;
}
.page-node-type-podcast .share-buttons ul li a:hover {
  color: #184b6e !important;
}
.page-node-type-team_member {
  padding-top: 115px;
}
.page-node-type-team_member .container .team-member {
  margin-bottom: 30px;
  background-color: white;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.page-node-type-team_member .name {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}
.page-node-type-team_member .position {
  padding: 0;
  margin: 0;
  color: #ededed;
  margin-bottom: 36px;
}
.page-node-type-team_member .avatar img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.page-node-type-team_member .left-col {
  text-align: center;
}
.page-node-type-team_member .left-col .contact-items {
  margin-top: 16px;
  margin-bottom: 16px;
}
.page-node-type-team_member .left-col .contact-items div {
  display: inline-block;
}
.page-node-type-team_member .left-col .contact-items div.email .spamspan {
  font-size: 0;
}
.page-node-type-team_member .left-col .contact-items div.email .spamspan:before {
  content: '\f0e0';
  display: block;
  width: 32px;
  height: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
}
.page-node-type-team_member .left-col .contact-items span,
.page-node-type-team_member .left-col .contact-items a {
  font-size: 24px;
  display: inline-block;
  width: 32px;
  height: 24px;
  margin: 0 2px;
  transition: all .3s;
}
.page-node-type-team_member .right-col {
  border-left: 1px solid #ededed;
}
@media (max-width: 767px) {
  .page-node-type-team_member .right-col {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-team_member .right-col {
    border-left: none;
  }
}
.page-node-type-team_member .right-col .text {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .page-node-type-team_member .right-col .text {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-team_member .right-col .text {
    padding-left: 0px;
  }
}
.page-node-type-sdg {
  background-color: white;
  position: relative;
  z-index: 2;
}
.page-node-type-sdg.sustainable-development-goals-goal-1-no-poverty .tabs-wrapper {
  background-color: #e5243b;
}
.page-node-type-sdg.sustainable-development-goals-goal-2-zero-hunger .tabs-wrapper {
  background-color: #dba63c;
}
.page-node-type-sdg.sustainable-development-goals-goal-3-good-health-and-well-being .tabs-wrapper {
  background-color: #0db14b;
}
.page-node-type-sdg.sustainable-development-goals-goal-4-quality-education .tabs-wrapper {
  background-color: #d22333;
}
.page-node-type-sdg.sustainable-development-goals-goal-5-gender-equality .tabs-wrapper {
  background-color: #f04e37;
}
.page-node-type-sdg.sustainable-development-goals-goal-6-clean-water-and-sanitation .tabs-wrapper {
  background-color: #44c8f5;
}
.page-node-type-sdg.sustainable-development-goals-goal-7-affordable-and-clean-energy .tabs-wrapper {
  background-color: #ffc20e;
}
.page-node-type-sdg.sustainable-development-goals-goal-8-decent-work-and-economic-growth .tabs-wrapper {
  background-color: #a71d44;
}
.page-node-type-sdg.sustainable-development-goals-goal-9-industry-innovation-infrastructure .tabs-wrapper {
  background-color: #f58220;
}
.page-node-type-sdg.sustainable-development-goals-goal-10-reduced-inequalities .tabs-wrapper {
  background-color: #ee4095;
}
.page-node-type-sdg.sustainable-development-goals-goal-11-sustainable-cities-and-communities .tabs-wrapper {
  background-color: #faa634;
}
.page-node-type-sdg.sustainable-development-goals-goal-12-responsible-consumption-production .tabs-wrapper {
  background-color: #bb892c;
}
.page-node-type-sdg.sustainable-development-goals-goal-13-climate-action .tabs-wrapper {
  background-color: #387b46;
}
.page-node-type-sdg.sustainable-development-goals-goal-14-life-below-water .tabs-wrapper {
  background-color: #00aeef;
}
.page-node-type-sdg.sustainable-development-goals-goal-15-life-land .tabs-wrapper {
  background-color: #8dc63f;
}
.page-node-type-sdg.sustainable-development-goals-goal-16-peace-justice-and-strong-institutions .tabs-wrapper {
  background-color: #006cb7;
}
.page-node-type-sdg.sustainable-development-goals-goal-17-partnerships-goals .tabs-wrapper {
  background-color: #184b6e;
}
.page-node-type-sdg .sdg-hero-wrapper {
  padding: 0;
  margin: 0;
  height: 500px !important;
  overflow: hidden;
  position: relative;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.page-node-type-sdg .sdg-hero-wrapper .bg {
  position: relative;
  width: 100%;
  height: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.page-node-type-sdg .sdg-hero-wrapper .sdg-gradient {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.2;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper {
  position: absolute;
  width: 100%;
  bottom: 64px;
  left: 0px;
  z-index: 3;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 38px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: white;
  font-weight: 700;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 small,
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 small,
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper h1 .sdg-preline {
  color: white;
  display: block;
  font-weight: 300;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons {
  padding-top: 55px;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 767px) {
  .page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons {
    padding-top: 16px;
  }
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons .share-title {
  display: none;
  margin-right: 16px;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons ul li {
  line-height: 30px;
  float: right;
  width: 36px;
  font-size: 26px;
}
@media (max-width: 767px) {
  .page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons ul li {
    float: left;
  }
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons ul li a {
  display: inline-block;
  color: #fff !important;
  font-size: 20px !important;
}
.page-node-type-sdg .sdg-hero-wrapper .headline-wrapper .share-buttons ul li a:hover {
  color: #faa634 !important;
}
.page-node-type-sdg .sdg-hero-wrapper .field--name-field-hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-align: left;
}
.page-node-type-sdg .overview-wrapper {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.page-node-type-sdg .overview-wrapper.affix {
  background-color: white;
  position: fixed;
  top: 80px;
  left: 0px;
  right: 0px;
  z-index: 10;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .page-node-type-sdg .overview-wrapper.affix {
    top: 60px;
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-sdg .overview-wrapper.affix {
    top: 60px;
    overflow-x: auto;
  }
}
.page-node-type-sdg .overview-wrapper:hover {
  background-color: #f6a88f;
}
.page-node-type-sdg .overview-wrapper:hover .collapse-link i {
  color: #fff;
}
.page-node-type-sdg .overview-wrapper .collapse {
  display: block !important;
  height: 0px;
  overflow: hidden;
}
.page-node-type-sdg .overview-wrapper .collapse.in {
  height: auto !important;
}
.page-node-type-sdg .overview-wrapper .collapse-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ec4d19;
  font-weight: bold;
  font-size: 30px;
  padding: 15px 0px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.page-node-type-sdg .overview-wrapper .collapse-link img {
  height: 30px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.page-node-type-sdg .overview-wrapper .collapse-link i {
  color: #faa634;
}
.page-node-type-sdg .overview-wrapper .collapse-link.collapsed i:before {
  content: "\f103";
}
.page-node-type-sdg .overview-wrapper .collapse-link i:before {
  content: "\f102";
}
.page-node-type-sdg .overview-wrapper #collapseFields .row {
  margin-top: 12px;
  margin-bottom: 24px;
}
.page-node-type-sdg .overview-wrapper .sdg-overview-link:hover {
  background-color: white !important;
}
.page-node-type-sdg .overview-wrapper .sdg-overview-link {
  display: inline-block !important;
  float: left !important;
  clear: unset !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all .3s;
}
.page-node-type-sdg .overview-wrapper .sdg-overview-link:hover img {
  transform: scale(1.25);
}
.page-node-type-sdg .overview-wrapper .sdg-overview-link img {
  border-radius: 6px;
  transition: all .3s;
}
@media (max-width: 767px) {
  .page-node-type-sdg .overview-wrapper .sdg-overview-link img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-node-type-sdg .overview-wrapper .sdg-overview-link img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .page-node-type-sdg .overview-wrapper .sdg-overview-link img {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1236px) {
  .page-node-type-sdg .overview-wrapper .sdg-overview-link img {
    width: 85px;
    height: 85px;
  }
}
.page-node-type-sdg .content {
  background-color: white;
  z-index: 2;
  position: relative;
}
.page-node-type-sdg .tabs-wrapper {
  background-color: #f28460;
  position: relative;
}
.page-node-type-sdg .tabs-wrapper:before {
  content: '';
  display: block;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-node-type-sdg .tabs-wrapper:after {
  content: '';
  display: block;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs {
  margin-top: 30px;
  font-weight: bold;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li {
  border-color: transparent;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li.active {
  border-color: #ffffff;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li.active a {
  color: #626366;
  background-color: #ffffff;
  border-color: #ffffff;
  border-color: transparent;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li.active a:hover {
  background-color: #ffffff;
  color: #626366;
  border-color: #ffffff;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li a {
  padding: 16px 8px;
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  transition: all .2s;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  position: relative;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li a.overview-link {
  position: relative;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li a.overview-link img {
  height: 40px;
  width: auto;
  position: absolute;
  left: 20px;
  top: 10px;
}
.page-node-type-sdg .tabs-wrapper .nav-tabs li a i {
  display: inline-block;
  margin-right: 8px;
  opacity: 0.8;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 18px;
}
.page-node-type-sdg .tabs-wrapper .tab-content .tab-pane {
  background-color: white;
  padding: 36px 24px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.page-node-type-sdg .tabs-wrapper .tab-content .tab-pane h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  padding-top: 0;
}
body.page-node-type-joboffer .intro-row {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.page-node-type-joboffer .application-form-wrapper .form-col h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
body.page-node-type-joboffer .application-form-wrapper .footer {
  background-color: #f2f2f2;
  height: 180px;
}
.teaser-workshop {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.teaser-workshop .teaser-workshop-header {
  padding: 25px;
}
.teaser-workshop .teaser-workshop-header .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.teaser-workshop .teaser-workshop-header .exibithors strong,
.teaser-workshop .teaser-workshop-header .exibithors a {
  font-weight: bold;
  color: #ec4d19;
}
.teaser-workshop .teaser-workshop-header h4 {
  margin: 0;
  padding: 0;
}
.teaser-workshop .teaser-workshop-body {
  padding: 0 25px;
}
.teaser-workshop .teaser-workshop-body .inner {
  margin-bottom: 70px;
}
.teaser-workshop .teaser-workshop-body .inner .read-more {
  margin-top: 30px;
}
.teaser-workshop .teaser-workshop-footer {
  padding: 0 25px;
}
.teaser-workshop .teaser-workshop-footer .meta {
  min-height: 25px;
  line-height: 25px;
  color: #808080;
  font-size: 16px;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.teaser-workshop .teaser-workshop-footer .meta .item {
  margin-right: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .teaser-workshop .teaser-workshop-footer .meta .item {
    margin-bottom: 6px;
  }
}
.teaser-workshop .teaser-workshop-footer .meta .item i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.teaser-workshop .teaser-workshop-footer .meta .item.time i {
  background-image: url('../images/icons/event/time-gray.svg');
}
.teaser-workshop .teaser-workshop-footer .meta .item.cat i {
  background-image: url('../images/icons/event/location-gray.svg');
}
.teaser-workshop .teaser-workshop-footer .meta .item.event-id i {
  background-image: url('../images/icons/event/ID-gray.svg');
}
.teaser-workshop .teaser-workshop-footer .actions {
  position: relative;
}
@media (max-width: 767px) {
  .teaser-workshop .teaser-workshop-footer .actions {
    padding-bottom: 48px;
  }
}
.teaser-workshop .teaser-workshop-footer .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
}
.teaser-workshop .teaser-workshop-footer .actions .status-badge {
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50px;
}
@media (max-width: 767px) {
  .teaser-workshop .teaser-workshop-footer .actions .status-badge {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
}
.teaser-workshop .teaser-workshop-footer .actions .status-badge.buchbar {
  color: #75B842;
  background-color: rgba(117, 184, 66, 0.2);
}
.teaser-workshop .teaser-workshop-footer .actions .status-badge.teilbelegt {
  color: #75B842;
  background-color: rgba(117, 184, 66, 0.2);
}
.teaser-workshop .teaser-workshop-footer .actions .status-badge.ausgebucht {
  color: #EC4D19;
  background-color: rgba(236, 77, 25, 0.2);
}
.teaser-workshop .teaser-workshop-footer .actions .status-badge.ohne-anmeldung {
  color: #4996D2;
  background-color: rgba(73, 150, 210, 0.2);
}
.teaser-workshop .teaser-workshop-footer .actions .flag-bookmark {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .teaser-workshop .teaser-workshop-footer .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.teaser-workshop .teaser-workshop-footer .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.teaser-exponat {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.teaser-exponat .teaser-exponat-header {
  padding: 25px;
}
.teaser-exponat .teaser-exponat-header .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.teaser-exponat .teaser-exponat-header .exibithors strong,
.teaser-exponat .teaser-exponat-header .exibithors a {
  font-weight: bold;
  color: #ec4d19;
}
.teaser-exponat .teaser-exponat-header h4 {
  margin: 0;
  padding: 0;
}
.teaser-exponat .teaser-exponat-body {
  padding: 0 25px;
}
.teaser-exponat .teaser-exponat-body .inner {
  margin-bottom: 70px;
}
.teaser-exponat .teaser-exponat-body .inner .read-more {
  margin-top: 30px;
}
.teaser-exponat .teaser-exponat-footer {
  padding: 0 25px;
}
.teaser-exponat .teaser-exponat-footer .meta {
  min-height: 25px;
  line-height: 25px;
  color: #808080;
  font-size: 16px;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.teaser-exponat .teaser-exponat-footer .meta .item {
  margin-right: 16px;
  display: inline-block;
}
.teaser-exponat .teaser-exponat-footer .meta .item i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.teaser-exponat .teaser-exponat-footer .meta .item.exponat-stand i {
  background-image: url('../images/icons/event/location-gray.svg');
}
.teaser-exponat .teaser-exponat-footer .meta .item.exponat-id i {
  background-image: url('../images/icons/event/ID-gray.svg');
}
.teaser-exponat .teaser-exponat-footer .actions {
  position: relative;
}
@media (max-width: 767px) {
  .teaser-exponat .teaser-exponat-footer .actions {
    padding-bottom: 48px;
  }
}
.teaser-exponat .teaser-exponat-footer .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.teaser-exponat .teaser-exponat-footer .actions .flag-bookmark {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .teaser-exponat .teaser-exponat-footer .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.teaser-exponat .teaser-exponat-footer .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.single-aussteller .header {
  background-color: #ec4d19;
  color: white;
  padding-top: 360px;
  padding-bottom: 280px;
  background-image: url('../images/IE-Website_Kampagne-24_Ausstellerdetailseite–Hintergrundbild.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .single-aussteller .header {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller .header {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
.single-aussteller .header .preline {
  font-size: 19px;
}
.single-aussteller .header .preline div {
  display: inline-block;
}
.single-aussteller .header h1 {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.single-aussteller .body-wrapper {
  position: relative;
  top: -200px;
}
@media (max-width: 767px) {
  .single-aussteller .body-wrapper {
    top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller .body-wrapper {
    top: -60px;
  }
}
.single-aussteller .body-wrapper .subnav.affix {
  /*
      .body {
        background-color: white;
        min-height: unset;          

        @media @normal {
          padding-top: 20px;
          position: fixed;
          top: 80px;
          left: 0;
          width: 100%;
          z-index: 100;

          .subnav {
            margin-bottom: 20px;
          }

          .contacts,
          .locations,
          .websites {
            display: none;
          }
        }  

        @media @large {
          padding-top: 20px;      
          position: fixed;
          top: 80px;
          left: 0;
          width: 100%;
          z-index: 100;

          .subnav {
            margin-bottom: 20px;
          }

          .contacts,
          .locations,
          .websites {
            display: none;
          }
        }       

      } */
}
@media (min-width: 992px) and (max-width: 1235px) {
  .single-aussteller .body-wrapper .subnav.affix {
    background-color: white;
    padding: 15px 20px;
    padding-bottom: 5px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media (min-width: 1236px) {
  .single-aussteller .body-wrapper .subnav.affix {
    background-color: white;
    padding: 15px 20px;
    padding-bottom: 5px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
.single-aussteller .body {
  background-color: white;
  padding-top: 36px;
  margin-bottom: 30px;
  min-height: 240px;
}
@media (max-width: 767px) {
  .single-aussteller .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-aussteller .body h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.single-aussteller .body .subnav {
  margin-bottom: 50px;
}
.single-aussteller .body .subnav h5 {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.single-aussteller .body .subnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-aussteller .body .subnav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-aussteller .body .subnav ul li {
    display: block;
  }
}
.single-aussteller .body .subnav ul li a {
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}
.single-aussteller .body .websites {
  margin-bottom: 50px;
}
.single-aussteller .body .websites ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-aussteller .body .websites ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 45px;
  margin-bottom: 10px;
}
.single-aussteller .body .websites ul li a {
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  padding-right: 36px;
  background-image: url('../images/icons/event/external-red.svg');
  background-repeat: no-repeat;
  background-position: right center;
}
.single-aussteller .body .contacts {
  margin-top: 40px;
}
.single-aussteller .body .contacts.contact-items .contact-items-headline {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  text-transform: uppercase;
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
  padding-top: 10px;
}
.single-aussteller .body .contacts.contact-items h5 {
  margin: 0;
  padding: 0;
}
.single-aussteller .body .contacts.contact-items .name {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 25px;
}
.single-aussteller .body .contacts.contact-items .item {
  color: #4D4D4D;
  margin-top: 11px;
  text-align: left;
  position: relative;
}
.single-aussteller .body .contacts.contact-items .item span,
.single-aussteller .body .contacts.contact-items .item a {
  text-decoration: none;
  color: #4D4D4D;
}
.single-aussteller .body .contacts.contact-items .item.location {
  align-items: flex-start;
}
.single-aussteller .body .contacts.contact-items .item.location figure {
  align-items: flex-start;
}
.single-aussteller .body .contacts.contact-items .item p {
  color: #4D4D4D;
  font-size: 14px;
}
.single-aussteller .body .locations {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-aussteller #jobs {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #jobs {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #jobs {
    margin-top: 45px;
  }
}
.single-aussteller #jobs h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-aussteller #jobs h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #jobs h2 {
    margin-bottom: 20px;
  }
}
.single-aussteller #exponate {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #exponate {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #exponate {
    margin-top: 45px;
  }
}
.single-aussteller #exponate h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-aussteller #exponate h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #exponate h2 {
    margin-bottom: 20px;
  }
}
.single-aussteller #jobvacancies {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #jobvacancies {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #jobvacancies {
    margin-top: 45px;
  }
}
.single-aussteller #jobvacancies h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-aussteller #jobvacancies h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #jobvacancies h2 {
    margin-bottom: 20px;
  }
}
.single-aussteller #mitaussteller {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #mitaussteller {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #mitaussteller {
    margin-top: 45px;
  }
}
.single-aussteller #mitaussteller h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-aussteller #mitaussteller h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #mitaussteller h2 {
    margin-bottom: 20px;
  }
}
.single-aussteller #workshops {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #workshops {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #workshops {
    margin-top: 45px;
  }
}
.single-aussteller #workshops .headline-row {
  margin-bottom: 40px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .single-aussteller #workshops .headline-row {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #workshops .headline-row {
    margin-bottom: 20px;
  }
}
.single-aussteller #workshops .headline-row h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.single-aussteller #workshops .headline-row .hotline {
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-aussteller #workshops .headline-row .hotline {
    margin-top: 15px;
  }
}
.single-aussteller #workshops .headline-row .hotline .headline {
  margin-bottom: 6px;
  font-weight: bold;
}
.single-aussteller #workshops .text {
  font-size: 16px;
  color: #1A1A1A;
}
.single-aussteller #workshops .workshop-cat {
  line-height: 25px;
  color: #808080;
  font-size: 16px;
}
.single-aussteller #workshops .workshop-cat i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
  background-image: url('../images/icons/event/location-gray.svg');
}
.single-aussteller #workshops .group {
  margin-bottom: 30px;
  background-color: white;
  padding: 25px;
  padding-bottom: 40px;
  position: relative;
}
.single-aussteller #workshops .group .workshop-anchor {
  position: absolute;
  top: -80px;
  display: block;
  z-index: -1;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper:first-child .show-first .aussteller-workshop .veranstaltungs-details,
.single-aussteller #workshops .group .aussteller-workshop-wrapper:first-child .show-first .aussteller-workshop .view-aussteller-workshops-tage {
  display: block;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag:first-child .show-first-tag .aussteller-workshops-tag .veranstaltungs-termine-tag {
  display: block;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .show-first-tag .aussteller-workshops-tag .veranstaltungs-termine-tag .date,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .show-first-tag .aussteller-workshops-tag .veranstaltungs-termine-tag .date {
  display: block !important;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .show-first .aussteller-workshops-tag .veranstaltungs-termine-tag,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .show-first .aussteller-workshops-tag .veranstaltungs-termine-tag {
  display: block;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .show-first .aussteller-workshop .veranstaltungs-termin .date,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .show-first .aussteller-workshop .veranstaltungs-termin .date {
  display: block;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .view-aussteller-workshops-tage,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .view-aussteller-workshops-tage {
  display: none;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-details,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-details {
  display: none;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-details .exibithors,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-details .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-details .exibithors strong,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-details .exibithors strong,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-details .exibithors a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-details .exibithors a {
  font-weight: bold;
  color: #ec4d19;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-details h3,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-details h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine {
  display: none;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .date,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .date,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .date,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .date {
  padding: 0;
  margin: 0;
  margin-top: 45px;
  display: none;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .termin-row,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .termin-row,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .termin-row,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .termin-row {
  position: relative;
  background-color: white;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta {
  min-height: 25px;
  line-height: 25px;
  color: #808080;
  font-size: 16px;
  clear: both;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f2f2f2;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta .item,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta .item,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta .item,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta .item {
  margin-right: 16px;
  display: inline-block;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta .item i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta .item i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta .item i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta .item i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta .item.time i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta .item.time i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta .item.time i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta .item.time i {
  background-image: url('../images/icons/event/time-gray.svg');
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta .item.cat i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta .item.cat i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta .item.cat i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta .item.cat i {
  background-image: url('../images/icons/event/location-gray.svg');
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .meta .item.event-id i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .meta .item.event-id i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .meta .item.event-id i,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .meta .item.event-id i {
  background-image: url('../images/icons/event/ID-gray.svg');
}
@media (max-width: 767px) {
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions {
    padding-bottom: 48px;
  }
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .arrows a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .arrows a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .arrows a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge {
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 50px;
}
@media (max-width: 767px) {
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.buchbar,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.buchbar,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge.buchbar,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge.buchbar {
  color: #75B842;
  background-color: rgba(117, 184, 66, 0.2);
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.teilbelegt,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.teilbelegt,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge.teilbelegt,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge.teilbelegt {
  color: #75B842;
  background-color: rgba(117, 184, 66, 0.2);
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.ausgebucht,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.ausgebucht,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge.ausgebucht,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge.ausgebucht {
  color: #EC4D19;
  background-color: rgba(236, 77, 25, 0.2);
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.ohne-anmeldung,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .status-badge.ohne-anmeldung,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .status-badge.ohne-anmeldung,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .status-badge.ohne-anmeldung {
  color: #4996D2;
  background-color: rgba(73, 150, 210, 0.2);
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (max-width: 767px) {
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark,
  .single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine-tag .actions .flag-bookmark a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper-tag .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark a,
.single-aussteller #workshops .group .aussteller-workshop-wrapper .aussteller-workshop .veranstaltungs-termine .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.single-aussteller #live {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .single-aussteller #live {
    margin-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #live {
    margin-top: 45px;
  }
}
.single-aussteller #live h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-aussteller #live h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #live h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single-aussteller #live h3 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-aussteller #live h3 {
    margin-top: 15px;
  }
}
.themenfeld-badge {
  line-height: 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 50px;
}
@media (max-width: 767px) {
  .themenfeld-badge {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
}
.themenfeld-badge.digitalewelten {
  color: #ee536b;
  background-color: rgba(238, 83, 107, 0.2);
}
.themenfeld-badge.produktionskosmos,
.themenfeld-badge.produktionsarena {
  color: #ee536b;
  background-color: rgba(238, 83, 107, 0.2);
}
.themenfeld-badge.medialab {
  color: #006eb6;
  background-color: rgba(0, 110, 182, 0.2);
}
.themenfeld-badge.planetnachhaltigkeit,
.themenfeld-badge.healthyplanet {
  color: #006eb6;
  background-color: rgba(0, 110, 182, 0.2);
}
.themenfeld-badge.mobilitatsmeile,
.themenfeld-badge.mobilitaetsmeile {
  color: #006eb6;
  background-color: rgba(0, 110, 182, 0.2);
}
.themenfeld-badge.blaulichtmeile {
  color: #006eb6;
  background-color: rgba(0, 110, 182, 0.2);
}
.themenfeld-badge.energiefeld {
  color: #5D5600;
  background-color: rgba(255, 217, 106, 0.2);
}
.themenfeld-badge.lebensraum {
  color: #514689;
  background-color: rgba(81, 70, 137, 0.2);
}
.themenfeld-badge.lifesciencearea {
  color: #514689;
  background-color: rgba(81, 70, 137, 0.2);
}
.themenfeld-badge.agrifoodpark,
.themenfeld-badge.ernahrungswelten {
  color: #4daa50;
  background-color: rgba(77, 170, 80, 0.2);
}
.themenfeld-badge.outdoorpark {
  color: #4daa50;
  background-color: rgba(77, 170, 80, 0.2);
}
.themenfeld-badge.faszinationweltraum,
.themenfeld-badge.aerospace {
  color: #737373;
  background-color: rgba(115, 115, 115, 0.2);
}
.themenfeld-badge.clubzukunft {
  color: #4d4d4d;
  background-color: rgba(217, 217, 217, 0.2);
}
.themenfeld-badge.girlsmintcamp {
  color: #4d4d4d;
  background-color: rgba(217, 217, 217, 0.2);
}
.standort-teaser {
  margin-bottom: 30px;
  background-color: white;
}
.standort-teaser a {
  font-weight: bold;
}
.aussteller-job-teaser {
  padding: 25px;
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.aussteller-job-teaser h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.aussteller-job-teaser h4 small,
.aussteller-job-teaser h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.aussteller-job-teaser h4 small,
.aussteller-job-teaser h4 .small {
  font-size: 75%;
}
.aussteller-job-teaser .aussteller-kenn-terms {
  padding-right: 35px;
}
.aussteller-job-teaser .aussteller-kenn-terms .kenn-wrapper .kenn-term {
  border-radius: 4px;
  background-color: rgba(128, 128, 128, 0.1);
  margin-top: 10px;
  display: inline-block;
  color: #808080;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.aussteller-job-teaser .aussteller-job-bookmark {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
}
.aussteller-job-teaser .aussteller-job-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.teaser-roadshow {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
  transition: all .3s;
}
.teaser-roadshow.past {
  opacity: 0.4 !important;
}
.teaser-roadshow.past:hover {
  opacity: 1 !important;
}
.teaser-roadshow .teaser-roadshow-header {
  padding: 25px;
}
.teaser-roadshow .teaser-roadshow-header .meta {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 8px;
}
.teaser-roadshow .teaser-roadshow-header h4 {
  margin: 0;
  padding: 0;
}
.teaser-roadshow .teaser-roadshow-body {
  padding: 0px 25px;
  padding-bottom: 10px;
}
.teaser-roadshow .teaser-roadshow-body .inner {
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  margin-bottom: 16px;
}
.teaser-roadshow .teaser-roadshow-body .inner .address {
  color: #4D4D4D;
  font-size: 13px;
  line-height: 18px;
}
.teaser-roadshow .teaser-roadshow-footer {
  padding: 0 25px;
}
.teaser-roadshow .teaser-roadshow-footer .actions {
  position: relative;
}
.teaser-roadshow .teaser-roadshow-footer .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 15px;
}
.teaser-roadshow .teaser-roadshow-footer .actions .flag-bookmark {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .teaser-roadshow .teaser-roadshow-footer .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.teaser-roadshow .teaser-roadshow-footer .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.modul-3 .address .country,
.modul-1-2 .address .country {
  display: none;
}
.modul-3 .address .address-line1,
.modul-3 .address .address-line2 {
  display: none;
}
.veranstaltung-liveprogramm {
  background-color: #f2f2f2;
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .veranstaltung-liveprogramm {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header {
  padding: 11px 34px;
  padding-right: 0;
  padding-left: 17px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner {
  position: relative;
  padding-left: 17px;
  padding-right: 60px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner:before {
  position: absolute;
  left: 0px;
  top: 0;
  min-height: 20px;
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  border-radius: 3px;
  background-color: #ec4d19;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.blaulichtmeile:before {
  background-color: #005d9b;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.clubzukunft:before {
  background-color: #a0a1a1;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.girlsmintcamp:before {
  background-color: #a0a1a1;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.ideenhalle-7:before {
  background-color: #ec4d19;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.ideenhalle-8:before {
  background-color: #ec4d19;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.ideenhalle-9:before {
  background-color: #ec4d19;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.campus-der-ideen:before {
  background-color: #75b842;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.kinderuni:before {
  background-color: #ffd631;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.karrierebuhne:before {
  background-color: #4996d2;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.showbuhne:before {
  background-color: #ec4d19;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.buhnesieben:before,
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.buhnensieben:before {
  background-color: #58348b;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.outdoorpark:before {
  background-color: #00933f;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.gaming-stage:before {
  background-color: #d2041c;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .inner.aktionsflache-outdoor:before {
  background-color: #00933f;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header:hover {
  cursor: pointer;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .time {
  font-size: 13px;
  line-height: 18px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header h5 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .cat {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .collapse-control {
  position: absolute;
  top: 21px;
  right: 12px;
  color: #ec4d19;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .collapse-control.icon-chevron-navigate-up {
  background-image: url('../images/pfeil-hoch.svg');
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-header .collapse-control.icon-chevron-navigate-down {
  background-image: url('../images/pfeil-runter.svg');
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-body {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-body .inner {
  border-top: 2px solid #E5E5E5;
  padding-top: 13px;
}
.veranstaltung-liveprogramm .veranstaltung-liveprogramm-body .inner .text {
  font-size: 13px;
}
.page-node-type-influencer {
  padding-top: 115px;
}
.page-node-type-influencer .name {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.page-node-type-influencer .text {
  margin-bottom: 40px;
}
.page-node-type-influencer .media-items {
  margin-top: 30px;
}
.page-node-type-influencer .media-items .item {
  display: inline-block;
  margin-right: 16px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 25px;
}
.page-node-type-influencer .media-items .item i {
  color: #ec4d19;
  display: inline-block;
  margin-right: 8px;
}
.influencer-teaser {
  height: 380px;
}
.influencer-teaser .avatar {
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center top;
  margin-bottom: 15px;
}
.influencer-teaser .avatar .gradient {
  background: linear-gradient(182.26deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 8.62%, rgba(0, 0, 0, 0.03) 16.56%, rgba(0, 0, 0, 0.07) 23.93%, rgba(0, 0, 0, 0.12) 30.85%, rgba(0, 0, 0, 0.18) 37.42%, rgba(0, 0, 0, 0.24) 43.77%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.36) 56.23%, rgba(0, 0, 0, 0.42) 62.58%, rgba(0, 0, 0, 0.48) 69.15%, rgba(0, 0, 0, 0.53) 76.07%, rgba(0, 0, 0, 0.57) 83.44%, rgba(0, 0, 0, 0.59) 91.38%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.influencer-teaser .avatar .bg {
  background-image: url('../images/influencer-teaser-bg.png');
  height: 18px;
  width: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: bottom center;
}
.influencer-teaser .avatar h3 {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 78px;
  color: white;
  font-size: 28px;
  line-height: 38px;
  z-index: 3;
}
@media (max-width: 767px) {
  .influencer-teaser .avatar h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.influencer-teaser .avatar .availability {
  position: absolute;
  left: 20px;
  bottom: 38px;
  z-index: 2;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Fago, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  display: inline-block;
  background-color: #ec4d19;
  color: white;
  border-radius: 4px;
}
.influencer-teaser .avatar .info {
  position: absolute;
  right: 20px;
  bottom: 38px;
  height: 29px;
  width: 29px;
  background-color: white;
  background-image: url('../images/info.svg');
  background-position: center center;
  z-index: 3;
  border-radius: 4px;
}
.influencer-teaser .avatar .media-count {
  display: none;
  border-radius: 4px;
  background-color: #ec4d19;
  color: white;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 29px;
  display: inline-block;
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  left: 20px;
  bottom: 38px;
  z-index: 4;
}
.mg-row-open {
  z-index: 3 !important;
}
.mg-row-open .influencer-teaser .avatar .bg {
  background-image: url('../images/influencer-teaser-bg-active.png');
}
.js-influencer-media-slider {
  margin-top: 70px;
}
.js-influencer-media-slider .slick-arrow {
  top: 171px;
}
.js-influencer-media-slider .slick-disabled {
  opacity: 0;
}
.js-influencer-media-slider img {
  height: 390px !important;
  width: auto !important;
  margin-right: 30px;
}
.js-influencer-media-slider .mediathek-video-teaser {
  margin-bottom: 0;
  margin-right: 30px;
  width: 693px;
}
@media (max-width: 767px) {
  .js-influencer-media-slider .mediathek-video-teaser {
    width: 80hw;
  }
}
.js-influencer-media-slider .mediathek-video-teaser .video-wrapper {
  height: 390px;
  width: 693px;
  padding-top: 155px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .js-influencer-media-slider .mediathek-video-teaser .video-wrapper {
    width: 80hw;
  }
}
.single-jobvacancy .header {
  background-color: #ec4d19;
  color: white;
  padding-top: 155px;
  padding-bottom: 280px;
  background-image: url('../images/IE-Website_Kampagne-24_Ausstellerdetailseite–Hintergrundbild.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media (max-width: 767px) {
  .single-jobvacancy .header {
    background-image: none;
  }
}
.single-jobvacancy .header .preline {
  font-size: 19px;
}
.single-jobvacancy .header .preline div {
  display: inline-block;
}
.single-jobvacancy .header h2 {
  color: white;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.single-jobvacancy .body-wrapper {
  position: relative;
  top: -200px;
}
.single-jobvacancy .header a {
  color: white;
}
.single-jobvacancy .body {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 140px;
  margin-bottom: 60px;
  min-height: 240px;
}
@media (max-width: 767px) {
  .single-jobvacancy .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-jobvacancy .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-jobvacancy .body .meta {
  margin-top: 45px;
  margin-bottom: 25px;
}
.single-jobvacancy .body .meta h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.single-jobvacancy .body .meta .item {
  margin-bottom: 20px;
}
.single-jobvacancy .body .meta .cats .cat {
  margin-top: 20px;
}
.single-jobvacancy .body .meta .cats .cat .cat-badge {
  border-radius: 4px;
  background-color: #efefef;
  color: #808080;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.single-jobvacancy .body .meta .logo img {
  max-width: 280px;
  margin-left: auto;
  margin-right: 0;
  float: right;
}
@media (max-width: 767px) {
  .single-jobvacancy .body .meta .logo img {
    margin-top: 30px;
    float: none;
  }
}
.single-jobvacancy .body h2 {
  padding: 0;
  margin: 0;
  margin-top: 70px;
  margin-bottom: 25px;
}
.single-jobvacancy .body .bookmark-wrapper {
  margin-top: 80px;
  color: #000000;
  font-size: 19px;
  line-height: 40px;
}
.single-jobvacancy .body .bookmark-wrapper .flag {
  display: inline-block;
  margin-left: 15px;
  font-size: 19px;
  line-height: 40px;
}
.single-jobvacancy .body .bookmark-wrapper .flag a {
  font-size: 19px;
  line-height: 40px;
  width: 44px;
  height: 40px;
  background-size: cover;
}
.single-jobvacancy .body .subnav {
  margin-bottom: 50px;
}
.single-jobvacancy .body .subnav h5 {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.single-jobvacancy .body .subnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-jobvacancy .body .subnav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-jobvacancy .body .subnav ul li {
    display: block;
  }
}
.single-jobvacancy .body .subnav ul li a {
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}
.single-jobvacancy h5.name {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.single-jobvacancy .preline {
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .single-jobvacancy .field--name-field-qr-code {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-jobvacancy .field--name-field-qr-code {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .single-jobvacancy .field--name-field-qr-code {
    display: block;
  }
}
@media (min-width: 1236px) {
  .single-jobvacancy .field--name-field-qr-code {
    display: block;
  }
}
.single-jobvacancy .field--name-field-qr-code img {
  height: 180px;
}
.teaser-aussteller {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.teaser-aussteller .teaser-aussteller-header {
  padding: 25px;
}
.teaser-aussteller .teaser-aussteller-header .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.teaser-aussteller .teaser-aussteller-header .exibithors strong,
.teaser-aussteller .teaser-aussteller-header .exibithors a {
  font-weight: bold;
  color: #ec4d19;
}
.teaser-aussteller .teaser-aussteller-header h4 {
  margin: 0;
  padding: 0;
}
.teaser-aussteller .teaser-aussteller-body {
  padding: 0 25px;
}
.teaser-aussteller .teaser-aussteller-body .inner {
  margin-bottom: 70px;
}
.teaser-aussteller .teaser-aussteller-body .inner .read-more {
  margin-top: 30px;
}
.teaser-aussteller .teaser-aussteller-footer {
  padding: 0 25px;
  padding-bottom: 8px;
}
.teaser-aussteller .teaser-aussteller-footer .meta {
  min-height: 25px;
  line-height: 25px;
  color: #808080;
  font-size: 16px;
  clear: both;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.teaser-aussteller .teaser-aussteller-footer .meta .item {
  margin-right: 16px;
  display: inline-block;
}
.teaser-aussteller .teaser-aussteller-footer .meta .item i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.teaser-aussteller .teaser-aussteller-footer .meta .item.aussteller-stand i {
  background-image: url('../images/icons/event/location-gray.svg');
}
.teaser-aussteller .teaser-aussteller-footer .meta .item.aussteller-id i {
  background-image: url('../images/icons/event/ID-gray.svg');
}
.teaser-aussteller .teaser-aussteller-footer .actions {
  position: relative;
}
@media (max-width: 767px) {
  .teaser-aussteller .teaser-aussteller-footer .actions {
    padding-bottom: 48px;
  }
}
.teaser-aussteller .teaser-aussteller-footer .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.teaser-aussteller .teaser-aussteller-footer .actions .flag-bookmark {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .teaser-aussteller .teaser-aussteller-footer .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.teaser-aussteller .teaser-aussteller-footer .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.job-wall-teaser {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 140px;
}
.job-wall-teaser .teaser-job-header {
  padding: 25px;
}
.job-wall-teaser .teaser-job-header .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.job-wall-teaser .teaser-job-header .exibithors strong,
.job-wall-teaser .teaser-job-header .exibithors a {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.job-wall-teaser .teaser-job-header h2 {
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-size: 1.8vw;
  line-height: 1.2;
  margin-bottom: 10px;
}
.job-wall-teaser .teaser-job-header h2 a {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .job-wall-teaser .teaser-job-header h2 {
    font-size: 18px;
  }
}
.job-wall-teaser .teaser-job-header .cats-meta-wrapper {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.job-wall-teaser .teaser-job-header .job-cats .field {
  background-color: rgba(73, 150, 210, 0.1);
  border-radius: 5px;
  line-height: 38px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 6px;
  font-size: 13px;
  color: black;
  margin-bottom: 10px;
}
.job-wall-teaser .teaser-job-header .meta {
  width: 100%;
  display: block;
  min-height: 25px;
  line-height: 25px;
  color: #808080;
  font-size: 13px;
  clear: both;
}
.job-wall-teaser .teaser-job-header .meta .item {
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-wall-teaser .teaser-job-header .meta .item i {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  line-height: 25px;
  height: 25px;
  vertical-align: text-bottom;
}
.job-wall-teaser .teaser-job-header .meta .item.job-begin i {
  background-image: url('../images/icons/event/time-gray.svg');
}
.job-wall-teaser .teaser-job-header .meta .item.job-location i {
  background-image: url('../images/icons/event/location-gray.svg');
}
.job-wall-teaser .teaser-job-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.job-wall-teaser .teaser-job-footer .actions {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .job-wall-teaser .teaser-job-footer .actions {
    padding-bottom: 48px;
  }
}
.job-wall-teaser .teaser-job-footer .actions .arrows a {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.job-wall-teaser .teaser-job-footer .actions .flag-bookmark {
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .job-wall-teaser .teaser-job-footer .actions .flag-bookmark {
    top: unset;
    bottom: 0;
  }
}
.job-wall-teaser .teaser-job-footer .actions .flag-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.page-node-type-job-vacancies-wall {
  padding: 0px !important;
  margin: 0px !important;
  background-color: #4996d2 !important;
  background-image: url('../images/Touchscreen-Jobwall-bg-2024.png');
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-position: top right;
}
.page-node-type-job-vacancies-wall .job-wall-teaser .teaser-job-footer .actions .flag-bookmark {
  display: none;
}
.page-node-type-job-vacancies-wall .job-wall-teaser .teaser-job-footer .actions .flag-bookmark a {
  font-size: 0px !important;
  line-height: 24px !important;
}
.page-node-type-job-vacancies-wall h1 {
  color: white;
  padding: 70px;
}
.page-node-type-job-vacancies-wall .job-vacancy-cards {
  min-width: 100%;
  height: 33.33vh;
  min-height: 360px;
  overflow-x: auto;
  overflow: hidden;
  scrollbar-width: none;
  position: relative;
}
.page-node-type-job-vacancies-wall .job-vacancy-cards::-webkit-scrollbar {
  display: none;
}
.page-node-type-job-vacancies-wall .job-wall-teaser {
  background-color: #fff;
  width: 50vw;
  min-height: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-node-type-job-vacancies-wall .job-wall-teaser .teaser-job-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.page-node-type-job-vacancies-wall .job-vacancy-cards-mobil {
  padding-bottom: 100px;
}
.page-node-type-job-vacancies-wall .job-vacancy-cards-mobil .job-wall-teaser {
  background-color: #fff;
  width: auto;
  min-height: 340px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay {
  z-index: 1000;
  background-color: #4996d2;
  background-image: url('../images/Touchscreen-Jobwall-bg.png');
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 100vh;
  width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back {
  width: 380px;
  position: fixed;
  bottom: 45px;
  left: 0px;
  z-index: 10;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
  display: block;
  border-radius: 0;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled],
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled,
fieldset[disabled] a.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a {
  pointer-events: none;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.icon-before .glyphicon,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.icon-after .glyphicon,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.arrow-right:hover:after {
  margin-left: 20px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a i {
  margin-right: 8px;
  font-size: 18px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active:hover,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active:focus,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active.focus,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled]:hover,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled]:focus,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled].focus,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active:hover,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active:focus,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:active.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.active.focus,
.open > .dropdown-toggle.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled]:hover,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled]:focus,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.disabled.focus,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a[disabled].focus,
fieldset[disabled] .page-node-type-job-vacancies-wall #job-vacancy-overlay #back a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:link:after,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:link:hover:after,
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:visited:hover:after {
  height: 450%;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover {
  color: #fff !important;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #back a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents {
  padding-left: 70px;
  overflow: auto;
  height: 100vh;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #header {
  color: #fff;
  padding: 30px;
  padding-top: 60px;
  font-size: 24px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #header #aussteller-name {
  margin-bottom: 20px;
  font-size: 24px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #header #title {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  width: 80%;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body {
  padding: 30px;
  margin-bottom: 80px;
  background-color: #fff;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #meta {
  background-color: rgba(73, 150, 210, 0.1);
  padding: 25px;
  margin-bottom: 15px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #meta h5 {
  font-size: 17px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #meta #startdate {
  margin-bottom: 30px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #meta #location {
  margin-bottom: 30px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #logo {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #logo img {
  border: 10px solid white;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body #qr img {
  width: 180px;
  height: auto;
  border: 1px solid #626366;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body h4 {
  font-family: Fago, Arial, sans-serif;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body h4.first {
  margin-top: 0;
}
.page-node-type-job-vacancies-wall #job-vacancy-overlay #contents #body .pdf-wrapper {
  overflow: auto;
  width: 100%;
  min-height: 700px;
  border: 0px;
  margin: 0 auto;
  padding: 0px;
}
.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.jobvacancy-teaser {
  padding: 25px;
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.jobvacancy-teaser h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.jobvacancy-teaser h4 small,
.jobvacancy-teaser h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.jobvacancy-teaser h4 small,
.jobvacancy-teaser h4 .small {
  font-size: 75%;
}
.jobvacancy-teaser h4 a {
  color: #000000;
  text-decoration: none;
}
.jobvacancy-teaser h4 a:hover {
  color: #ec4d19;
}
.jobvacancy-teaser .cats {
  padding-right: 35px;
}
.jobvacancy-teaser .cats .field {
  border-radius: 4px;
  background-color: rgba(128, 128, 128, 0.1);
  margin-top: 10px;
  display: inline-block;
  color: #808080;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
.jobvacancy-teaser .jobvacancy-bookmark {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
}
.jobvacancy-teaser .jobvacancy-bookmark a {
  font-size: 24px !important;
  line-height: 24px !important;
}
.single-standort {
  padding: 25px;
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.single-standort h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.single-standort h4 small,
.single-standort h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.single-standort h4 small,
.single-standort h4 .small {
  font-size: 75%;
}
.single-standort h4 a {
  color: #000000;
  text-decoration: none;
}
.single-standort h4 a:hover {
  color: #ec4d19;
}
.single-standort a {
  font-weight: bold;
}
.teaser-mitaussteller {
  background-color: white;
  position: relative;
  margin-bottom: 30px;
}
.teaser-mitaussteller .teaser-aussteller-header {
  padding: 25px;
}
.teaser-mitaussteller .teaser-aussteller-header .exibithors {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
}
.teaser-mitaussteller .teaser-aussteller-header .exibithors strong,
.teaser-mitaussteller .teaser-aussteller-header .exibithors a {
  font-weight: bold;
  color: #ec4d19;
}
.teaser-mitaussteller .teaser-aussteller-header h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}
.teaser-mitaussteller .teaser-aussteller-header h3 small,
.teaser-mitaussteller .teaser-aussteller-header h3 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.teaser-mitaussteller .teaser-aussteller-header h3 small,
.teaser-mitaussteller .teaser-aussteller-header h3 .small {
  font-size: 75%;
}
@media (max-width: 767px) {
  .teaser-mitaussteller .teaser-aussteller-header h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.teaser-mitaussteller .teaser-aussteller-body {
  padding: 0 25px;
}
.teaser-mitaussteller .teaser-aussteller-body h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.teaser-mitaussteller .teaser-aussteller-body .inner {
  margin-bottom: 70px;
}
.teaser-mitaussteller .teaser-aussteller-body .inner .read-more {
  margin-top: 30px;
}
.teaser-mitaussteller .teaser-aussteller-body .websites {
  margin-bottom: 30px;
}
.teaser-mitaussteller .teaser-aussteller-body .websites ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.teaser-mitaussteller .teaser-aussteller-body .websites ul li {
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 45px;
  margin-bottom: 10px;
}
.teaser-mitaussteller .teaser-aussteller-body .websites ul li a {
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  padding-left: 36px;
  background-image: url('../images/icons/event/external-red.svg');
  background-repeat: no-repeat;
  background-position: right left;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts {
  margin-bottom: 30px;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .contact-items-headline {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  text-transform: uppercase;
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
  padding-top: 10px;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items h5 {
  margin: 0;
  padding: 0;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .name {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 25px;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item {
  color: #4D4D4D;
  margin-top: 11px;
  text-align: left;
  position: relative;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item span,
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item a {
  text-decoration: none;
  color: #4D4D4D;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item.location {
  align-items: flex-start;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item.location figure {
  align-items: flex-start;
}
.teaser-mitaussteller .teaser-aussteller-body .contacts.contact-items .item p {
  color: #4D4D4D;
  font-size: 14px;
}
.teaser-mitaussteller .teaser-aussteller-footer {
  padding: 0 25px;
}
body.page-node-type-video .row-meta,
body.page-node-type-news .row-meta {
  padding-top: 60px;
  background-color: #ededed;
}
body.page-node-type-video .row-meta .meta,
body.page-node-type-news .row-meta .meta {
  margin-top: 40px;
}
body.page-node-type-video .row-meta .meta .newsroom-badge,
body.page-node-type-news .row-meta .meta .newsroom-badge {
  margin-right: 10px;
}
body.page-node-type-video .row-meta h1,
body.page-node-type-news .row-meta h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 57px;
  font-size: 55px;
  font-weight: bold;
  line-height: 65px;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}
body.page-node-type-video .row-meta h1 small,
body.page-node-type-news .row-meta h1 small,
body.page-node-type-video .row-meta h1 .small,
body.page-node-type-news .row-meta h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
body.page-node-type-video .row-meta h1 small,
body.page-node-type-news .row-meta h1 small,
body.page-node-type-video .row-meta h1 .small,
body.page-node-type-news .row-meta h1 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  body.page-node-type-video .row-meta h1,
  body.page-node-type-news .row-meta h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-node-type-video .row-meta h1,
  body.page-node-type-news .row-meta h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  body.page-node-type-video .row-meta h1,
  body.page-node-type-news .row-meta h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
body.page-node-type-video .image-row,
body.page-node-type-news .image-row {
  margin-bottom: 60px;
}
body.page-node-type-video .image-row .mediathek-video-teaser .video-wrapper {
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
}
body.page-node-type-video .image-row .mediathek-video-teaser .video-wrapper .play-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.newsroom-news-row {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.newsroom-news-row .image-wrapper {
  height: 160px;
  background-color: #f2f2f2;
  background-size: cover;
}
.newsroom-news-row .image-wrapper:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .newsroom-news-row .image-wrapper {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsroom-news-row .image-wrapper {
    height: 160px;
  }
}
.newsroom-news-row .image-wrapper.top {
  background-position: top center;
}
.newsroom-news-row .image-wrapper.bottom {
  background-position: bottom center;
}
.newsroom-news-row .contents {
  padding: 0px;
  padding-top: 17px;
}
.newsroom-news-row .contents .newsroom-badge {
  margin-right: 10px;
}
.newsroom-news-row .contents h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  margin: 12px 0;
  padding: 0;
  line-height: 31px;
}
.newsroom-news-row .contents h4 small,
.newsroom-news-row .contents h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.newsroom-news-row .contents h4 small,
.newsroom-news-row .contents h4 .small {
  font-size: 75%;
}
.newsroom-news-row .contents h4 a {
  text-decoration: none;
  color: #000000;
}
body.page-node-type-podcast .backlink-row {
  height: 170px;
  line-height: 170px;
  background-color: #ededed;
  text-transform: uppercase;
  text-align: left;
}
body.page-node-type-podcast .backlink-row .backlink {
  justify-content: left;
}
body.page-node-type-podcast .backlink-row .backlink p {
  font-size: 14px !important;
}
body.page-node-type-podcast h1 {
  margin-bottom: 50px;
}
body.page-node-type-podcast .meta {
  display: block;
  margin-top: 40px;
}
body.page-node-type-podcast .meta .newsroom-badge {
  margin-right: 10px;
}
body.page-node-type-podcast .image-column {
  margin-top: -50px;
}
body.page-node-type-podcast .image-column .image-wrapper {
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fdede8;
  padding-top: 100%;
}
body.page-node-type-podcast .actions {
  margin-top: 25px;
  margin-bottom: 35px;
}
body.page-node-type-podcast .available {
  margin-top: 70px;
  margin-bottom: 90px;
  font-size: 16px;
}
body.page-node-type-podcast .available ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
body.page-node-type-podcast .available ul li {
  padding: 0;
  margin: 0;
  margin-right: 30px;
  display: inline-block;
}
body.page-node-type-podcast .available ul li a img {
  height: 36px;
  width: auto;
}
body.page-node-type-podcast .actions .text-right {
  justify-content: right;
}
body.page-node-type-podcast .actions .buttons a img {
  margin-bottom: 0;
}
body.page-node-type-podcast .further-headline {
  text-transform: uppercase;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.row-newsroom-podcast {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.row-newsroom-podcast .meta {
  margin-top: 0px;
}
.row-newsroom-podcast h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.row-newsroom-podcast h4 small,
.row-newsroom-podcast h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.row-newsroom-podcast h4 small,
.row-newsroom-podcast h4 .small {
  font-size: 75%;
}
.row-newsroom-podcast .image-wrapper {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}
.row-newsroom-podcast .image-wrapper:hover {
  cursor: pointer;
}
.row-newsroom-podcast .actions {
  margin-top: 20px;
}
.row-newsroom-podcast .actions .text-right a {
  justify-content: right;
}
body.page-node-type-news .row-meta,
body.page-node-type-article .row-meta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ededed;
}
body.page-node-type-news .row-meta .meta,
body.page-node-type-article .row-meta .meta {
  margin-top: 40px;
  margin-bottom: 20px;
}
body.page-node-type-news .row-meta h1,
body.page-node-type-article .row-meta h1 {
  margin-bottom: 0;
}
body.page-node-type-news .image-wrapper img,
body.page-node-type-article .image-wrapper img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-item-wrapper {
  margin-bottom: 30px;
}
.path-media {
  padding-top: 137px;
}
.path-media .bg {
  background-color: white;
}
.mediathek-video-teaser {
  margin-bottom: 30px;
}
.mediathek-video-teaser .video-wrapper {
  padding-top: 66px;
  padding-bottom: 69px;
  text-align: center;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.mediathek-video-teaser .video-wrapper .gradient {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mediathek-video-teaser .inner {
  padding: 25px;
}
.mediathek-video-teaser .inner .date {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
}
.mediathek-video-teaser .inner h4 {
  padding: 0;
  margin: 0;
}
.mediathek-image-gallery-teaser {
  margin-bottom: 30px;
}
.mediathek-image-gallery-teaser .image-wrapper {
  padding-top: 66px;
  padding-bottom: 69px;
  min-height: 215px;
  text-align: center;
  background-size: cover;
  position: relative;
}
.mediathek-image-gallery-teaser .image-wrapper .gradient {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mediathek-image-gallery-teaser .inner {
  padding: 25px;
}
.mediathek-image-gallery-teaser .inner .date {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px;
}
.mediathek-image-gallery-teaser .inner h4 {
  padding: 0;
  margin: 0;
}
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}
/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}
/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}
/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}
/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}
/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}
/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: proxima-nova, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    /*
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;*/
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #626366;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #626366;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}
/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(98, 99, 102, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: #626366;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause,
a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause,
  a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  text-align: center;
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 0px;
  cursor: pointer;
  background-color: #ec4d19;
  color: transparent;
  top: 108px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.6;
}
.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 48px;
  height: 48px;
  display: block;
}
.slick-prev {
  left: 18px;
}
[dir="rtl"] .slick-prev {
  left: 18px;
  right: auto;
}
.slick-prev:before {
  background-image: url('../images/icons/arrow-left-white.svg');
  content: '';
}
[dir="rtl"] .slick-prev:before {
  background-image: url('../images/icons/arrow-right-white.svg');
}
.slick-next {
  right: 18px;
}
[dir="rtl"] .slick-next {
  left: 18px;
  right: auto;
}
.slick-next:before {
  content: '';
  background-image: url('../images/icons/arrow-right-white.svg');
}
[dir="rtl"] .slick-next:before {
  background-image: url('../images/icons/arrow-left-white.svg');
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.85;
}
.anchor {
  position: absolute;
  top: -136px;
  display: block;
}
@media (max-width: 767px) {
  .anchor {
    top: -136px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .anchor {
    top: -136px;
  }
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}
.pb-60 {
  padding-bottom: 60px !important;
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}
.pt-70 {
  padding-top: 70px !important;
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}
.pb-70 {
  padding-bottom: 70px !important;
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}
.pt-80 {
  padding-top: 80px !important;
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}
.pb-80 {
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}
.pt-90 {
  padding-top: 90px !important;
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}
.pb-90 {
  padding-bottom: 90px !important;
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}
.pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}
.pb-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}
.mb-70 {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-80 {
    margin-top: 30px !important;
  }
}
.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}
@media (max-width: 767px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}
.mb-90 {
  margin-bottom: 90px !important;
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}
.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}
.bg-white {
  background-color: white;
}
.gray-light {
  background-color: #ededed;
}
.gray-lighter {
  background-color: #f2f2f2;
}
.gray-very-light {
  background-color: #f8f8f8;
}
.bg-rosa {
  background-color: #fdede8 !important;
}
.gray {
  background-color: #4d4d4d;
}
.gray-dark {
  background-color: #626366;
}
.section-banner {
  position: relative;
}
.section-banner .item {
  background-color: #ec4d19;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}
.section-banner .item.has-link:hover {
  cursor: pointer;
}
.section-banner .item .headline-col {
  text-align: center;
}
.section-banner .item .headline-col .headline {
  font-family: Fago, Arial, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.section-banner-slider {
  position: relative;
}
.section-banner-slider .item {
  background-color: #ec4d19;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 728px;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.section-banner-slider .item.has-link:hover {
  cursor: pointer;
}
.section-banner-slider .item .headline-col {
  text-align: left;
}
.section-banner-slider .item .headline-col .headline {
  font-family: Fago, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.section-newsletter-signup {
  position: relative;
}
.section-newsletter-signup .newsletter-wrapper {
  min-height: 312px;
  padding: 30px;
  background-color: #ec4d19;
  color: white;
  padding: 54px 30px;
  background-image: url('../images/Newsletter-breit.webp');
  background-size: cover;
  margin-bottom: 60px;
  text-align: center;
  font-size: 19px;
}
.section-newsletter-signup .newsletter-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.section-newsletter-signup .newsletter-wrapper .buttons {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.section-newsletter-signup-narrow {
  position: relative;
}
.section-newsletter-signup-narrow .newsletter-wrapper {
  padding: 30px;
  background-color: #ec4d19;
  color: white;
  padding: 40px 30px;
  background-image: url('../images/Newsletter-breit.webp');
  background-size: cover;
  text-align: left;
  font-size: 19px;
}
.section-newsletter-signup-narrow .newsletter-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}
.section-newsletter-signup-narrow .newsletter-wrapper .buttons {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section-newsletter {
  background-color: #f2f2f2;
}
.section-newsletter .bg {
  background-color: white;
}
@media (max-width: 767px) {
  .section-newsletter .bg {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-newsletter .bg {
    padding: 25px;
  }
}
.section-newsletter h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.section-newsletter form {
  margin-top: 40px;
}
.section-newsletter form .form-control {
  /* margin: 0; 
      font-size: 16px;
      line-height: 30px;
      padding: 8px 36px; */
}
.section-newsletter .privacy-notice {
  margin-top: 20px;
  font-size: 14px;
}
.section-newsletter .prefooter-bg {
  background-color: white;
  position: relative;
  z-index: 0;
  padding-top: 60px;
}
.section-newsletter .prefooter-menu-wrapper {
  background-color: #f2f2f2;
}
.section-newsletter .prefooter-menu-wrapper ul.menu {
  padding: 18px 13px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.section-newsletter .prefooter-menu-wrapper ul.menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #4D4D4D;
}
.section-newsletter .prefooter-menu-wrapper ul.menu li a:hover {
  color: #ec4d19;
}
.section-prefooter {
  position: relative;
  background-color: white;
}
.section-prefooter:before {
  content: '';
  display: block;
  width: 100%;
  height: 91%;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section-prefooter:before {
    height: 89%;
  }
}
@media screen and (min-width: 1236px) {
  .section-prefooter:before {
    height: 200px;
  }
}
.section-prefooter .contactform-wrapper {
  z-index: 1;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-prefooter .contactform-wrapper {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .contactform-wrapper {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-prefooter .contactform-wrapper {
    margin-bottom: 34px;
  }
}
.section-prefooter .contactform-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.section-prefooter .contactform-wrapper .form-wrapper {
  margin-top: 0px;
  padding-top: 0px;
}
.section-prefooter .contactform-wrapper textarea {
  height: 132px;
}
.section-prefooter .contactform-wrapper .control-label.option {
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1236px) {
  .section-prefooter .contactform-wrapper .btn {
    float: right !important;
    margin-right: 0;
  }
}
.section-prefooter .contact-person-wrapper .card.team-member {
  min-height: 334px;
}
.section-prefooter .contact-person-wrapper .card.team-member .contact-items .item {
  display: inline-block;
  margin-right: 16px;
}
.section-prefooter .prefooter-newsletter-wrapper {
  padding: 30px;
  background-color: #ec4d19;
  color: white;
  padding: 54px 30px;
  background-image: url('../images/full-width-banner_1770x936px_kleine_Quadrate_Orange.jpg');
  background-size: cover;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-prefooter .prefooter-newsletter-wrapper {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .prefooter-newsletter-wrapper {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-prefooter .prefooter-newsletter-wrapper {
    margin-bottom: 34px;
  }
}
.section-prefooter .prefooter-newsletter-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.section-prefooter .prefooter-newsletter-wrapper .buttons {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.section-prefooter .prefooter-newsletter-wrapper-2 {
  background-color: white;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
}
.section-prefooter .prefooter-newsletter-wrapper-2:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.39;
  background-image: linear-gradient(16deg, #ec4d19 0%, #fdede8 80%);
  z-index: 1;
}
.section-prefooter .prefooter-newsletter-wrapper-2 img {
  width: auto;
  height: 100%;
  max-height: 280px;
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .section-prefooter .prefooter-newsletter-wrapper-2 {
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .prefooter-newsletter-wrapper-2 {
    margin-bottom: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-prefooter .prefooter-newsletter-wrapper-2 {
    margin-bottom: 34px;
  }
}
.section-prefooter .prefooter-newsletter-wrapper-2 a {
  z-index: 2;
  position: relative;
  line-height: 46px;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background-color: white;
  display: block;
  color: black;
}
.section-prefooter .prefooter-newsletter-wrapper-2 .filter-option-inner {
  min-width: 141px;
}
.section-prefooter .prefooter-menu-wrapper {
  background-color: #f2f2f2;
}
.section-prefooter .prefooter-menu-wrapper ul.menu {
  padding: 18px 13px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu {
    display: block;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu {
    display: block;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu li {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu li {
    display: inline-block;
  }
}
.section-prefooter .prefooter-menu-wrapper ul.menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu li a {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-prefooter .prefooter-menu-wrapper ul.menu li a {
    margin-bottom: 18px;
  }
}
.section-prefooter .prefooter-menu-wrapper ul.menu li a:hover {
  color: #ec4d19;
}
.section-contact {
  position: relative;
}
.section-contact .contactform-bg {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
.section-contact .contactform-bg .contactform-wrapper {
  z-index: 2;
  padding: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .contactform-bg .contactform-wrapper {
    padding-top: 40px;
  }
}
.section-contact .contactform-bg .contactform-wrapper h1 {
  margin: 0;
  padding: 0;
  margin-top: 45px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper h1 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .contactform-bg .contactform-wrapper h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.section-contact .contactform-bg .contactform-wrapper .address-box {
  font-size: 16px;
  padding: 18px 25px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper .address-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .contactform-bg .contactform-wrapper .address-box {
    margin-bottom: 30px;
  }
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills {
  margin-top: 20px;
  margin-bottom: 70px;
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper .nav-pills li {
    width: 100%;
  }
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li .boxhover {
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper .nav-pills li .boxhover {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .contactform-bg .contactform-wrapper .nav-pills li .boxhover {
    margin-right: 0px;
  }
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li:last-child .boxhover {
  margin-right: 0px;
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li.active a {
  border: 1px solid #ec4d19;
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li a {
  text-decoration: none !important;
  padding-top: 60px;
  padding-bottom: 60px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
  display: block;
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper .nav-pills li a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .contactform-bg .contactform-wrapper .nav-pills li a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-contact .contactform-bg .contactform-wrapper .nav-pills li a:hover {
  background-color: #ec4d19;
  color: white !important;
}
.section-contact .contactform-bg .contactform-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.section-contact .contactform-bg .contactform-wrapper .form-group {
  margin-bottom: 5px;
}
.section-contact .contactform-bg .contactform-wrapper .control-label.option {
  line-height: 1.5;
  margin: 0;
}
.section-contact .contactform-bg .contactform-wrapper .btn {
  float: right !important;
  margin-right: 0;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items.margin-left {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .section-contact .contactform-bg .contactform-wrapper .contact-items {
    margin-bottom: 25px;
  }
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .headline {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #000000;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .item {
  color: #4D4D4D;
  margin-top: 15px;
  text-align: left;
  position: relative;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .item a {
  text-decoration: none;
  color: #4D4D4D;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .item.location {
  align-items: flex-start;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .item.location figure {
  align-items: flex-start;
}
.section-contact .contactform-bg .contactform-wrapper .contact-items .item p {
  color: #4D4D4D;
  font-size: 14px;
}
.section-contact .prefooter-bg {
  background-color: white;
  position: relative;
  z-index: 0;
}
.section-contact .prefooter-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 180px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-contact .prefooter-bg .prefooter-newsletter-wrapper {
  position: relative;
  padding: 30px;
  background-color: #ec4d19;
  color: white;
  padding: 54px 30px;
  background-image: url('../images/full-width-banner_1770x936px_kleine_Quadrate_Orange.jpg');
  background-size: cover;
  margin-bottom: 60px;
  text-align: center;
  z-index: 2;
}
.section-contact .prefooter-bg .prefooter-newsletter-wrapper h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.section-contact .prefooter-bg .prefooter-newsletter-wrapper .buttons {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.section-contact .prefooter-bg .prefooter-menu-wrapper {
  position: relative;
  background-color: #f2f2f2;
  z-index: 2;
}
.section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu {
  padding: 18px 13px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu {
    display: block;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu {
    display: block;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li {
    display: inline-block;
  }
}
.section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li a {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li a {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li a {
    margin-bottom: 18px;
  }
}
.section-contact .prefooter-bg .prefooter-menu-wrapper ul.menu li a:hover {
  color: #ec4d19;
}
.section-team {
  position: relative;
  padding-bottom: 30px;
}
.section-team .texts {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-team .texts {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-team .texts {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-team .team-filter-wrapper {
  background-color: white;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-team .team-filter-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-team .team-filter-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-team .team-filter-wrapper legend {
  margin-bottom: 16px;
}
.section-team .team-filter-wrapper label,
.section-team .team-filter-wrapper legend {
  font-family: Fago, Arial, sans-serif;
  color: #000000 !important;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
}
.section-team .team-filter-wrapper .checkbox label {
  display: inline-block;
  margin-right: 16px;
  border: 1px solid #ededed;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-team .team-filter-wrapper .checkbox label {
    display: block;
  }
}
.section-team .team-filter-wrapper .checkbox label input {
  position: relative !important;
  float: right !important;
  margin-left: 10px;
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-top: 4px;
  margin-left: 10px;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"] {
  display: grid;
  place-content: center;
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"]::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ec4d19;
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.section-team .team-filter-wrapper .checkbox label input[type="checkbox"]:checked {
  border: 2px solid #ec4d19;
}
.section-team .team-filter-wrapper .checkbox label.focussed {
  border: 1px solid #ec4d19;
}
.section-cards {
  position: relative;
}
.section-latest-teaser {
  position: relative;
}
.section-latest-teaser .arrows {
  margin-bottom: 54px;
}
.section-latest-teaser h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.section-latest-teaser .boxhover a {
  text-decoration: none !important;
}
.section-latest-teaser .boxhover a h4 {
  color: black;
}
.section-news {
  position: relative;
}
.section-news .news-filter-wrapper {
  margin-bottom: 60px;
}
.section-news .news-filter-wrapper h1 {
  margin: 0;
  padding: 0;
}
.section-news .news-filter-wrapper .select-wrapper {
  /* 
      &::after {
        color: white;
        background-color: @brand-primary;
      }
      
      .form-select {
        margin: 0;
        .btn;
        .btn-primary;
        text-align: left;

        &:hover {
          background-color: @brand-primary;
        }
      } */
}
.section-news .news-filter-wrapper .select-wrapper .dropdown-toggle {
  background-color: #ec4d19;
  color: white;
  padding-left: 12px !important;
  padding-right: 30px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.section-news .boxhover a {
  text-decoration: none !important;
}
.section-news .boxhover a h4 {
  color: black;
}
.section-news .view-content .row .col-sm-6 .card-news-listing {
  padding-bottom: 32px;
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-news .view-content .row .col-sm-6 .card-news-listing {
    background-color: transparent;
  }
}
@media screen and (min-width: 1236px) {
  .section-news .view-content .row .col-sm-6 .card-news-listing {
    background-color: transparent;
  }
}
.section-news .view-content .row .col-sm-6:first-child {
  padding-bottom: 32px;
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-news .view-content .row .col-sm-6:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 1236px) {
  .section-news .view-content .row .col-sm-6:first-child {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing {
    background-color: transparent;
    height: auto !important;
  }
}
@media screen and (min-width: 1236px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing {
    background-color: transparent;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing .image-wrapper {
    height: 446px;
    float: left;
    width: 66%;
  }
}
@media screen and (min-width: 1236px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing .image-wrapper {
    height: 446px;
    float: left;
    width: 66%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents {
    float: right;
    width: 33%;
    padding-top: 60px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1236px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents {
    float: right;
    width: 33%;
    padding-top: 80px;
    padding-left: 24px;
  }
}
.section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  margin-top: 0;
  padding-top: 0;
  color: #000000;
}
.section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 small,
.section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 small,
.section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .section-news .view-content .row .col-sm-6:first-child .card-news-listing .contents h4 {
    font-size: 24px;
    line-height: 31px;
  }
}
.paragraph-text {
  position: relative;
  color: #1A1A1A;
}
.paragraph-text .gray-lighter {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f2f2f2;
}
.paragraph-text .gray-light {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ededed;
}
.paragraph-text .orange {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ec4d19;
  color: white;
}
.paragraph-text .orange .list-style-bullet ul li:before {
  background-image: url('../images/bulletpoint-white.svg');
}
.paragraph-text .font-size-small {
  font-size: 16px;
}
.paragraph-text .add-border {
  border: 1px solid #f2f2f2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.paragraph-image {
  position: relative;
}
.paragraph-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.paragraph-video .mediathek-video-teaser .video-wrapper {
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
}
.paragraph-video .mediathek-video-teaser .video-wrapper .play-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.paragraph-image-gallery {
  position: relative;
  /* Arrows */
}
.paragraph-image-gallery img {
  width: auto;
  max-width: 788px;
  height: auto;
  max-height: 550.333px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph-image-gallery .slick-prev,
.paragraph-image-gallery .slick-next {
  z-index: 10;
  text-align: center;
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  top: 50%;
  margin-top: -24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px;
  border: none;
  outline: none;
}
.paragraph-image-gallery .slick-prev:hover,
.paragraph-image-gallery .slick-next:hover,
.paragraph-image-gallery .slick-prev:focus,
.paragraph-image-gallery .slick-next:focus {
  outline: none;
  color: transparent;
}
.paragraph-image-gallery .slick-prev:hover:before,
.paragraph-image-gallery .slick-next:hover:before,
.paragraph-image-gallery .slick-prev:focus:before,
.paragraph-image-gallery .slick-next:focus:before {
  opacity: 1;
}
.paragraph-image-gallery .slick-prev.slick-disabled:before,
.paragraph-image-gallery .slick-next.slick-disabled:before {
  opacity: 0.6;
}
.paragraph-image-gallery .slick-prev:before,
.paragraph-image-gallery .slick-next:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 48px;
  color: white;
  opacity: 0.85;
}
.section-content {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content.section-text-image-centered .uniform-height-tile,
  .section-content.section-image-text-centered .uniform-height-tile {
    height: auto !important;
  }
}
.section-content .card {
  padding: 55px;
  background-color: white;
}
@media (max-width: 767px) {
  .section-content .card {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content .card {
    padding: 25px;
  }
}
.section-content .card h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-content .card img {
  margin-bottom: 30px !important;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-content .card .arrows {
  margin-top: 30px;
}
.section-content-subnav {
  position: relative;
}
.section-content-subnav .card {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-content-subnav .card {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-subnav .card {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-content-subnav .card.bg-white {
  background-color: white;
}
.section-content-subnav .card.gray-light {
  background-color: #ededed;
}
.section-content-subnav .card.gray-lighter {
  background-color: #f2f2f2;
}
.section-content-subnav .card.gray-very-light {
  background-color: #f8f8f8;
}
.section-content-subnav .card.gray {
  background-color: #4d4d4d;
}
.section-content-subnav .card.gray-dark {
  background-color: #626366;
}
.section-content-subnav .card img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-content-subnav .card .contents {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .section-content-subnav .card .contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-subnav .card .contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-content-subnav .card h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-content-subnav .card .text {
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .section-content-subnav .submenu {
    height: auto;
  }
}
.section-content-subnav .submenu .headline {
  margin-top: 30px;
  color: #4d4d4d;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
.section-content-subnav .submenu a {
  color: #ec4d19;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-content-subnav .submenu a {
    display: block;
  }
}
.section-content-subnav .hotline {
  margin-top: 20px;
}
.section-content-subnav .hotline .text {
  background-color: white;
  padding: 18px 25px;
}
.section-content-subnav .hotline .number {
  padding: 2px 25px;
  color: white;
  background-color: #ec4d19;
}
.paragraph-headline {
  position: relative;
}
.paragraph-headline h1,
.paragraph-headline h2,
.paragraph-headline h3,
.paragraph-headline h4,
.paragraph-headline h5,
.paragraph-headline h6 {
  padding: 0;
  margin: 0;
}
.section-accordion {
  position: relative;
}
.section-accordion .inner {
  background-color: white;
}
@media (max-width: 767px) {
  .section-accordion .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-accordion .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-teaser {
  position: relative;
}
.section-teaser.paragraph--type--section-teasers .item {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-teaser img {
  width: 100%;
  height: auto;
}
.section-teaser .wide .inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .section-teaser .wide .inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-teaser .wide .inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.section-teaser .item {
  background-color: #ec4d19;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .section-teaser .item {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-teaser .item {
    margin-bottom: 30px;
  }
}
.section-teaser .item h3 {
  padding: 0;
  margin: 0;
}
.section-teaser .item .text {
  margin-top: 20px;
  font-size: 16px;
}
.section-teaser .item .link-wrapper {
  margin-top: 20px;
  text-align: center;
}
.section-teaser .item .link-wrapper .arrows {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.section-teaser .item .link-wrapper .arrows .arrow span {
  background-color: white;
}
.section-teaser .item .link-wrapper .arrows a {
  color: white;
}
.section-faq {
  position: relative;
}
.section-faq .bg {
  background-color: white;
}
@media (max-width: 767px) {
  .section-faq .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faq .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-faq .header {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-faq .body {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-faq .body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faq .body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-faq .body .faq-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-faq .body .faq-tab-nav li {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.section-faq .body .faq-tab-nav li.active a {
  color: #ec4d19;
}
.section-faq .body .faq-tab-nav li a {
  text-decoration: none;
  font-family: Fago, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: black;
}
.section-faq .body .panel-group .panel {
  margin-bottom: 25px !important;
}
.section-faq .body .panel-group .panel .panel-heading {
  padding: 14px 24px;
}
.section-faq .body .panel-group .panel .panel-heading.active {
  padding-bottom: 14px;
}
.section-faq .body .panel-group .panel .panel-heading .panel-title a {
  font-size: 19px;
  line-height: 25px;
}
.section-faq .footer {
  background-color: #ededed;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section-faq .footer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faq .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-faq .footer h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  color: black;
}
.section-faq .footer a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
}
.section-faq .footer a:focus,
.section-faq .footer a:active:focus,
.section-faq .footer a.active:focus,
.section-faq .footer a.focus,
.section-faq .footer a:active.focus,
.section-faq .footer a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section-faq .footer a:hover,
.section-faq .footer a:focus,
.section-faq .footer a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.section-faq .footer a:active,
.section-faq .footer a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.section-faq .footer a.disabled,
.section-faq .footer a[disabled],
fieldset[disabled] .section-faq .footer a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.section-faq .footer a.disabled,
fieldset[disabled] a.section-faq .footer a {
  pointer-events: none;
}
.section-faq .footer a.icon-before .glyphicon,
.section-faq .footer a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.section-faq .footer a.icon-after .glyphicon,
.section-faq .footer a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.section-faq .footer a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.section-faq .footer a.arrow-right:hover:after {
  margin-left: 20px;
}
.section-faq .footer a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.section-faq .footer a i {
  margin-right: 8px;
  font-size: 18px;
}
.section-faq .footer a:focus,
.section-faq .footer a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.section-faq .footer a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.section-faq .footer a:active,
.section-faq .footer a.active,
.open > .dropdown-toggle.section-faq .footer a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.section-faq .footer a:active:hover,
.section-faq .footer a.active:hover,
.open > .dropdown-toggle.section-faq .footer a:hover,
.section-faq .footer a:active:focus,
.section-faq .footer a.active:focus,
.open > .dropdown-toggle.section-faq .footer a:focus,
.section-faq .footer a:active.focus,
.section-faq .footer a.active.focus,
.open > .dropdown-toggle.section-faq .footer a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.section-faq .footer a.disabled:hover,
.section-faq .footer a[disabled]:hover,
fieldset[disabled] .section-faq .footer a:hover,
.section-faq .footer a.disabled:focus,
.section-faq .footer a[disabled]:focus,
fieldset[disabled] .section-faq .footer a:focus,
.section-faq .footer a.disabled.focus,
.section-faq .footer a[disabled].focus,
fieldset[disabled] .section-faq .footer a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.section-faq .footer a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.section-faq .footer a:focus,
.section-faq .footer a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.section-faq .footer a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.section-faq .footer a:active,
.section-faq .footer a.active,
.open > .dropdown-toggle.section-faq .footer a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.section-faq .footer a:active:hover,
.section-faq .footer a.active:hover,
.open > .dropdown-toggle.section-faq .footer a:hover,
.section-faq .footer a:active:focus,
.section-faq .footer a.active:focus,
.open > .dropdown-toggle.section-faq .footer a:focus,
.section-faq .footer a:active.focus,
.section-faq .footer a.active.focus,
.open > .dropdown-toggle.section-faq .footer a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.section-faq .footer a.disabled:hover,
.section-faq .footer a[disabled]:hover,
fieldset[disabled] .section-faq .footer a:hover,
.section-faq .footer a.disabled:focus,
.section-faq .footer a[disabled]:focus,
fieldset[disabled] .section-faq .footer a:focus,
.section-faq .footer a.disabled.focus,
.section-faq .footer a[disabled].focus,
fieldset[disabled] .section-faq .footer a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.section-faq .footer a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.section-faq .footer a:link:after,
.section-faq .footer a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.section-faq .footer a:link:hover:after,
.section-faq .footer a:visited:hover:after {
  height: 450%;
}
.section-faq .footer a:hover {
  color: #fff !important;
}
.section-faq .footer a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.section-faq .footer a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 767px) {
  .section-faq .footer a {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-faq .footer a {
    margin-top: 30px;
  }
}
.section-content-contact-person {
  position: relative;
}
.section-content-contact-person .inner {
  padding: 55px 0;
  background-color: white;
}
@media (max-width: 767px) {
  .section-content-contact-person .inner {
    padding: 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-contact-person .inner {
    padding: 25px 25px;
  }
}
.section-content-contact-person .inner h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-content-contact-person .inner .text {
  color: #4d4d4d;
}
.section-content-contact-person .inner .arrows {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-content-contact-person .card.team-member {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-contact-person .card.team-member {
    margin-top: 30px;
  }
}
.section-joboffers {
  position: relative;
}
.section-joboffers .bg {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section-joboffers .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-joboffers .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-joboffers .view-joboffers {
  margin-top: 15px;
}
.section-joboffers .joboffer-teaser-link {
  margin-top: 30px;
}
.section-download-groups {
  position: relative;
}
.section-download-groups .bg {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-download-groups .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-download-groups .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-download-groups .bg .download-group {
  margin-top: 54px;
}
.section-download-groups .bg .download-group h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-download-groups .bg .download-group .field--name-field-media-document {
  margin-top: 20px;
}
.section-download-groups .bg .download-group .field--name-field-media-document p {
  overflow: hidden;
}
.section-supervisory-board {
  position: relative;
}
.section-supervisory-board .item {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section-supervisory-board .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-supervisory-board .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-supervisory-board .item .panel-group {
  margin-top: 70px;
}
.section-supervisory-board .item .panel-group .panel {
  margin-bottom: 30px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
}
.section-supervisory-board .item .panel-group .panel .supervisory-board-element {
  margin-bottom: 30px;
}
.section-supervisory-board .item .panel-group .panel .supervisory-board-element .avatar {
  height: 104px;
  width: 104px;
  border: 2px solid #FFFFFF;
  background-color: white;
  background-size: cover;
  background-position: center center;
  border-radius: 52px;
}
@media (max-width: 767px) {
  .section-supervisory-board .item .panel-group .panel .supervisory-board-element .avatar {
    height: 154px;
    width: 154px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-supervisory-board .item .panel-group .panel .supervisory-board-element .name {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.section-directions-openingtimes {
  position: relative;
}
.section-directions-openingtimes .bg {
  background-color: white;
}
@media (max-width: 767px) {
  .section-directions-openingtimes .bg {
    padding: 25px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-directions-openingtimes .bg {
    padding: 25px 25px;
  }
}
.section-directions-openingtimes .bg h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}
.section-directions-openingtimes .bg .openingtimes {
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
}
@media (max-width: 767px) {
  .section-directions-openingtimes .bg .openingtimes {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-directions-openingtimes .bg .openingtimes {
    margin-top: 20px;
  }
}
.section-directions-openingtimes .bg .openingtimes h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.section-directions-openingtimes .bg .openingtimes .opening-times-day {
  margin-bottom: 16px;
}
.section-directions-openingtimes .bg .openingtimes .opening-times-day .day {
  font-size: 14px;
  line-height: 25px;
}
.section-directions-openingtimes .bg .openingtimes .opening-times-day .time {
  font-size: 17px;
  line-height: 30px;
}
.section-download-groups-tabs {
  position: relative;
}
.section-download-groups-tabs .bg {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-download-groups-tabs .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-download-groups-tabs .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-download-groups-tabs .bg .download-group .field--name-field-media-document {
  margin-bottom: 20px;
}
.section-download-groups-tabs .bg .download-group .field--name-field-media-document p {
  overflow: hidden;
}
.section-download-groups-tabs .body {
  margin-top: 60px;
}
.section-download-groups-tabs .body .download-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-download-groups-tabs .body .download-tab-nav li {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.section-download-groups-tabs .body .download-tab-nav li.active a {
  color: #ec4d19;
}
.section-download-groups-tabs .body .download-tab-nav li a {
  text-decoration: none;
  font-family: Fago, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: black;
}
.section-download-groups-tabs .body .panel-group .panel {
  margin-bottom: 25px !important;
}
.section-download-groups-tabs .body .panel-group .panel .panel-heading {
  padding: 14px 24px;
}
.section-download-groups-tabs .body .panel-group .panel .panel-heading.active {
  padding-bottom: 14px;
}
.section-download-groups-tabs .body .panel-group .panel .panel-heading .panel-title a {
  font-size: 19px;
  line-height: 25px;
}
.section-download-groups-tabs .body .panel-collapse {
  padding-top: 25px;
}
.section-media-slider {
  position: relative;
}
.section-media-slider .bg {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-media-slider .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-media-slider .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-media-slider .bg h2 {
  margin: 0;
  padding: 0;
}
.section-media-slider .bg .buttons {
  position: relative;
}
.section-media-slider .bg .buttons .btntext {
  position: relative;
  z-index: 1;
}
.section-media-slider .bg .buttons .progressbar {
  position: absolute;
  width: 0%;
  height: 46px;
  background: #b9390f;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-media-slider .bg .media-slider {
  margin-top: 50px;
  margin-left: -18px;
  margin-right: -18px;
}
.section-media-slider .bg .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
.section-media-slider .bg .mediathek-video-teaser .inner,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner {
  padding-top: 10px;
}
.section-media-slider .bg .mediathek-video-teaser .inner .image-wrapper,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner .image-wrapper {
  height: 158px;
  min-height: 158px;
  background-position: center center;
  background-size: cover;
}
.section-media-slider .bg .mediathek-video-teaser .inner .date,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner .date {
  display: none;
}
.section-media-slider .bg .mediathek-video-teaser .inner h4,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-media-slider .bg .mediathek-video-teaser .inner h4 small,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner h4 small,
.section-media-slider .bg .mediathek-video-teaser .inner h4 .small,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-media-slider .bg .mediathek-video-teaser .inner h4 small,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner h4 small,
.section-media-slider .bg .mediathek-video-teaser .inner h4 .small,
.section-media-slider .bg .mediathek-image-gallery-teaser .inner h4 .small {
  font-size: 75%;
}
.section-media-slider .bg .link-wrapper {
  margin-top: 10px;
  text-align: center;
}
.section-media-slider .bg .link-wrapper .buttons {
  margin-left: auto;
  margin-right: auto;
}
.section-media-slider-big {
  position: relative;
}
.section-media-slider-big .bg .media-slider-big {
  margin-left: -18px;
  margin-right: -18px;
  /* Arrows */
}
.section-media-slider-big .bg .media-slider-big .slick-prev,
.section-media-slider-big .bg .media-slider-big .slick-next {
  z-index: 10;
  text-align: center;
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  top: 50%;
  margin-top: -24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px;
  border: none;
  outline: none;
}
.section-media-slider-big .bg .media-slider-big .slick-prev:hover,
.section-media-slider-big .bg .media-slider-big .slick-next:hover,
.section-media-slider-big .bg .media-slider-big .slick-prev:focus,
.section-media-slider-big .bg .media-slider-big .slick-next:focus {
  outline: none;
  color: transparent;
}
.section-media-slider-big .bg .media-slider-big .slick-prev:hover:before,
.section-media-slider-big .bg .media-slider-big .slick-next:hover:before,
.section-media-slider-big .bg .media-slider-big .slick-prev:focus:before,
.section-media-slider-big .bg .media-slider-big .slick-next:focus:before {
  opacity: 1;
}
.section-media-slider-big .bg .media-slider-big .slick-prev.slick-disabled:before,
.section-media-slider-big .bg .media-slider-big .slick-next.slick-disabled:before {
  opacity: 0.6;
}
.section-media-slider-big .bg .media-slider-big .slick-prev:before,
.section-media-slider-big .bg .media-slider-big .slick-next:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 48px;
  color: white;
  opacity: 0.85;
}
.section-media-slider-big .bg .media-slider-big .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser {
  position: relative;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .video-wrapper,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .video-wrapper,
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .image-wrapper,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .image-wrapper {
  position: relative;
  width: 815px;
  height: 444px !important;
  min-height: 444px !important;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .video-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .video-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .image-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .image-wrapper {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .video-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .video-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .image-wrapper,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .image-wrapper {
    width: 100vw;
  }
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .inner,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  padding: 0;
  margin: 0;
  width: 80%;
}
@media (max-width: 767px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .inner,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .inner {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .inner,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .inner {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .inner,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .inner {
    width: 80%;
  }
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .gradient,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 0.86%, rgba(0, 0, 0, 0.05) 3.34%, rgba(0, 0, 0, 0.1) 7.26%, rgba(0, 0, 0, 0.17) 12.48%, rgba(0, 0, 0, 0.25) 18.82%, rgba(0, 0, 0, 0.33) 26.13%, rgba(0, 0, 0, 0.42) 34.25%, rgba(0, 0, 0, 0.51) 43.01%, rgba(0, 0, 0, 0.6) 52.25%, rgba(0, 0, 0, 0.68) 61.81%, rgba(0, 0, 0, 0.75) 71.52%, rgba(0, 0, 0, 0.8) 81.24%, rgba(0, 0, 0, 0.84) 90.78%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .play-wrapper,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
  display: inline-block;
  color: white;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser .date,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser .date {
  display: none;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  padding: 25px;
  margin: 0;
  color: white;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4 small,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 small,
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4 .small,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4 small,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 small,
.section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4 .small,
.section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .section-media-slider-big .bg .media-slider-big .mediathek-video-teaser h4,
  .section-media-slider-big .bg .media-slider-big .mediathek-image-gallery-teaser h4 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-content-contact-persons {
  position: relative;
}
.section-content-contact-persons .inner {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: white;
}
@media (max-width: 767px) {
  .section-content-contact-persons .inner {
    padding: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-contact-persons .inner {
    padding: 30px 25px;
  }
}
.section-content-contact-persons .inner h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-content-contact-persons .inner .arrows {
  margin-top: 30px;
}
.section-content-contact-persons .inner .tabs-col {
  position: relative;
  padding-bottom: 80px;
}
.section-content-contact-persons .inner .tabs-col:after {
  content: '';
  display: block;
  height: 320px;
  width: 100%;
  border-radius: 15px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-content-contact-persons .inner .tabs-col .tabs-wrapper {
  position: relative;
  z-index: 1;
}
.section-content-contact-persons .inner .tabs-col .tabs-wrapper .tab-content .card {
  margin-bottom: 0;
}
.section-content-contact-persons .inner .tabs-col .group-tab-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0px;
  list-style: none;
  z-index: 1;
}
.section-content-contact-persons .inner .tabs-col .group-tab-nav li {
  padding: 0;
  margin: 0px;
  width: 50%;
  float: left;
}
.section-content-contact-persons .inner .tabs-col .group-tab-nav li.active a {
  background-color: #ec4d19;
  color: white;
}
.section-content-contact-persons .inner .tabs-col .group-tab-nav li a {
  background-color: #F0F0F0;
  padding: 12px 6px;
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  font-family: Fago, Arial, sans-serif;
  color: black;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-content-contact-persons .card.team-member {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-content-contact-persons .card.team-member {
    margin-top: 30px;
  }
}
.section-testimonials {
  position: relative;
}
.section-testimonials .bg {
  background-color: white;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .section-testimonials .bg {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-testimonials .bg h2 {
  padding-right: 20px;
}
.section-testimonials .bg .pagingInfo {
  position: absolute;
  left: 30px;
  bottom: 25px;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}
.section-testimonials .bg .testimonials-slider {
  background-color: #EDEDED;
  padding-top: 100px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 25px;
  /* Arrows */
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider {
    padding-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
  }
}
.section-testimonials .bg .testimonials-slider .slick-dots {
  display: none !important;
}
.section-testimonials .bg .testimonials-slider .slick-prev,
.section-testimonials .bg .testimonials-slider .slick-next {
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .slick-prev,
  .section-testimonials .bg .testimonials-slider .slick-next {
    top: 30px !important;
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .slick-prev,
  .section-testimonials .bg .testimonials-slider .slick-next {
    top: 30px !important;
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-testimonials .bg .testimonials-slider .slick-prev,
  .section-testimonials .bg .testimonials-slider .slick-next {
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    margin-top: 0px;
    bottom: 25px;
  }
}
@media screen and (min-width: 1236px) {
  .section-testimonials .bg .testimonials-slider .slick-prev,
  .section-testimonials .bg .testimonials-slider .slick-next {
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    margin-top: 0px;
    bottom: 25px;
  }
}
.section-testimonials .bg .testimonials-slider .slick-prev:before {
  background-image: url('../images/icons/arrow-left.svg');
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .slick-prev {
    left: 6px;
    right: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .slick-prev {
    left: 6px;
    right: unset;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-testimonials .bg .testimonials-slider .slick-prev {
    left: -126px;
    right: unset;
  }
}
@media screen and (min-width: 1236px) {
  .section-testimonials .bg .testimonials-slider .slick-prev {
    left: -126px;
    right: unset;
  }
}
.section-testimonials .bg .testimonials-slider .slick-next:before {
  background-image: url('../images/icons/arrow-right.svg');
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .slick-next {
    right: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .slick-next {
    right: 6px !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-testimonials .bg .testimonials-slider .slick-next {
    left: -78px;
    right: unset;
  }
}
@media screen and (min-width: 1236px) {
  .section-testimonials .bg .testimonials-slider .slick-next {
    left: -78px;
    right: unset;
  }
}
.section-testimonials .bg .testimonials-slider .testimonial {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .testimonial {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .testimonial {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-testimonials .bg .testimonials-slider .testimonial .quote {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 60px;
  color: black;
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .testimonial .quote {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .testimonial .quote {
    margin-bottom: 30px;
  }
}
.section-testimonials .bg .testimonials-slider .testimonial .avatar {
  height: 80px;
  width: 80px;
  border: 1px solid #FFFFFF;
  background-color: white;
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .section-testimonials .bg .testimonials-slider .testimonial .avatar {
    height: 40px;
    width: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials .bg .testimonials-slider .testimonial .avatar {
    /*height: 40px;
            width: 40px;
            border-radius: 20px; */
  }
}
.section-testimonials .bg .testimonials-slider .testimonial .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #1A1A1A;
}
.section-testimonials .bg .testimonials-slider .testimonial .company {
  color: #1A1A1A;
  font-size: 13px;
  line-height: 25px;
}
.section-video {
  overflow: hidden;
  position: relative;
}
.section-video .item {
  background-color: #ec4d19;
  min-height: 680px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-video .item {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-video .item {
    min-height: 440px;
  }
}
.section-video .item .gradient {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 8.62%, rgba(0, 0, 0, 0.04) 16.56%, rgba(0, 0, 0, 0.08) 23.93%, rgba(0, 0, 0, 0.14) 30.85%, rgba(0, 0, 0, 0.2) 37.42%, rgba(0, 0, 0, 0.27) 43.77%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.42) 56.23%, rgba(0, 0, 0, 0.49) 62.58%, rgba(0, 0, 0, 0.56) 69.15%, rgba(0, 0, 0, 0.62) 76.07%, rgba(0, 0, 0, 0.66) 83.44%, rgba(0, 0, 0, 0.69) 91.38%, rgba(0, 0, 0, 0.7) 100%);
}
.section-video .item h2 {
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 1;
  padding: 0 50px;
  margin: 0;
  color: white;
}
@media (max-width: 767px) {
  .section-video .item h2 {
    bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-video .item h2 {
    bottom: 36px;
  }
}
.section-video .item .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
  display: inline-block;
  color: white;
}
.section-video .link-wrapper {
  display: block;
  margin-top: 40px;
  text-align: right;
}
.section-video .link-wrapper .arrows {
  justify-content: right;
  align-items: right;
}
.section-ausstellerverzeichnis {
  position: relative;
}
.section-ausstellerverzeichnis .bg {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section-ausstellerverzeichnis .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-ausstellerverzeichnis .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-ausstellerverzeichnis .bg h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-columns {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-columns h4 {
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 10px;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-columns.two h4 {
  text-align: left;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-columns .ausstellerverzeichnis-item {
  margin-bottom: 30px;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-columns img {
  margin-left: auto;
  margin-right: auto;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-accordion h4 {
  padding: 0;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-accordion .panel-title a {
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  padding-right: 50px;
  text-align: left;
}
.section-ausstellerverzeichnis .bg .ausstellerverzeichnis-accordion .panel-body a {
  display: block;
  padding: 10px 0px;
}
.section-mediathek-videos {
  position: relative;
}
.section-mediathek-videos .bg {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-mediathek-videos .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-mediathek-videos .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-mediathek-videos-teaser {
  position: relative;
}
.section-mediathek-videos-teaser h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.section-mediathek-videos-teaser .media-slider {
  padding-left: -18px;
  padding-right: -18px;
}
.section-mediathek-videos-teaser .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
.section-mediathek-year-latest,
.section-mediathek-year-image-galleries,
.section-mediathek-year-videos {
  position: relative;
}
.section-mediathek-year-latest h2,
.section-mediathek-year-image-galleries h2,
.section-mediathek-year-videos h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.section-mediathek-year-latest .media-slider,
.section-mediathek-year-image-galleries .media-slider,
.section-mediathek-year-videos .media-slider {
  padding-left: -18px;
  padding-right: -18px;
}
.section-mediathek-year-latest .slick-slide,
.section-mediathek-year-image-galleries .slick-slide,
.section-mediathek-year-videos .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider {
  padding-left: -18px;
  padding-right: -18px;
  /* Arrows */
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next {
  z-index: 10;
  text-align: center;
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  top: 50%;
  margin-top: -24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px;
  border: none;
  outline: none;
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev:hover,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next:hover,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev:focus,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next:focus {
  outline: none;
  color: transparent;
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev:hover:before,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next:hover:before,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev:focus:before,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next:focus:before {
  opacity: 1;
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev.slick-disabled:before,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next.slick-disabled:before {
  opacity: 0.6;
}
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-prev:before,
.section-mediathek-image-gallery-slider .media-image-gallery-slider .slick-next:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 48px;
  color: white;
  opacity: 0.85;
}
.section-mediathek-image-gallery-slider,
.section-mediathek-image-galleries-with-download,
.section-mediathek-image-galleries {
  position: relative;
}
.section-mediathek-image-gallery-slider .media-slider,
.section-mediathek-image-galleries-with-download .media-slider,
.section-mediathek-image-galleries .media-slider {
  padding-left: -18px;
  padding-right: -18px;
}
.section-mediathek-image-gallery-slider .bg,
.section-mediathek-image-galleries-with-download .bg,
.section-mediathek-image-galleries .bg {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-mediathek-image-gallery-slider .bg,
  .section-mediathek-image-galleries-with-download .bg,
  .section-mediathek-image-galleries .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-mediathek-image-gallery-slider .bg,
  .section-mediathek-image-galleries-with-download .bg,
  .section-mediathek-image-galleries .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-mediathek-image-gallery-slider .buttons,
.section-mediathek-image-galleries-with-download .buttons,
.section-mediathek-image-galleries .buttons {
  position: relative;
  display: none;
}
.section-mediathek-image-gallery-slider .buttons .btntext,
.section-mediathek-image-galleries-with-download .buttons .btntext,
.section-mediathek-image-galleries .buttons .btntext {
  position: relative;
  z-index: 1;
}
.section-mediathek-image-gallery-slider .buttons .progressbar,
.section-mediathek-image-galleries-with-download .buttons .progressbar,
.section-mediathek-image-galleries .buttons .progressbar {
  position: absolute;
  width: 0%;
  height: 46px;
  background: #b9390f;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-mediathek-image-galleries-with-download .buttons {
  display: block;
}
.section-mediathek-image-galleries-teaser {
  position: relative;
}
.section-mediathek-image-galleries-teaser h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.section-mediathek-image-galleries-teaser .media-slider {
  margin-left: -18px;
  margin-right: -18px;
}
.section-mediathek-image-galleries-teaser .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
.section-year-cards {
  position: relative;
}
.section-year-cards h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.section-selected-events {
  position: relative;
}
.section-selected-events .card {
  padding: 55px;
  background-color: white;
}
@media (max-width: 767px) {
  .section-selected-events .card {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-selected-events .card {
    padding: 25px;
  }
}
.section-selected-events .card h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-selected-events .card .panel-heading {
  font-family: Fago, Arial, sans-serif;
  font-weight: bold;
  line-height: 32px;
  cursor: none !important;
}
.section-selected-events .card .panel-heading:hover {
  cursor: none !important;
}
.section-selected-events .card .panel-heading.has-link:hover {
  cursor: pointer !important;
}
.section-selected-events .card .panel-heading .location-col {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: right;
  font-weight: normal;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .section-selected-events .card .panel-heading .location-col figure {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-selected-events .card .panel-heading .location-col figure {
    display: none !important;
  }
}
.section-selected-events .card .arrows {
  margin-top: 30px;
}
.section-headline {
  position: relative;
}
.section-headline .card h1,
.section-headline .card h2,
.section-headline .card h3,
.section-headline .card h4,
.section-headline .card h5,
.section-headline .card h6 {
  margin: 0;
  padding: 0;
}
.section-banner {
  position: relative;
}
.section-banner .item {
  background-color: #ec4d19;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}
.section-banner .item .headline-col {
  text-align: center;
}
.section-banner .item .headline-col .headline {
  font-family: Fago, Arial, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.section-banner .item #countdown-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-banner .item #countdown-wrapper #countdown {
  display: inline-block;
}
.section-banner .item #countdown-wrapper .number {
  font-family: Fago, Arial, sans-serif;
  padding-bottom: 6px;
  display: inline-block;
  font-size: 10px;
  background-color: #199FD9;
  background-color: #d04011;
  color: #f5a48a;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 15px 0px;
}
@media (max-width: 767px) {
  .section-banner .item #countdown-wrapper .number {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.section-banner .item #countdown-wrapper .number span {
  background-color: #ec4d19;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 31px;
  font-weight: bold;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  padding: 12px 4px;
  margin: 0;
  margin-bottom: 6px;
  color: white;
  display: block;
}
.section-banner .item #countdown-wrapper .number span small,
.section-banner .item #countdown-wrapper .number span .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-banner .item #countdown-wrapper .number span small,
.section-banner .item #countdown-wrapper .number span .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .section-banner .item #countdown-wrapper .number span {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-workshops .form-item-field-veranstaltung-art-term-target-id {
  display: none;
}
.section-workshops .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-workshops .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-workshops .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-workshops .view-empty {
    width: 1236px;
  }
}
.section-workshops .view-empty > .navbar-header,
.section-workshops .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-workshops .view-empty > .navbar-header,
  .section-workshops .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-workshops h3 {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 10px;
}
.section-workshops .form-item-field-veranstaltung-status-value .dropdown-menu {
  min-width: 260px;
  width: 260px;
  min-height: 190px;
}
.section-workshops .form-item-field-veranstaltung-status-value .dropdown-menu .filter-status-inner {
  padding-top: 10px;
}
.section-workshops .form-item-field-veranstaltung-status-value .dropdown-menu .filter-status-inner label {
  display: block;
  padding: 3px 20px;
}
.section-workshops .form-item-field-veranstaltung-status-value .dropdown-menu .filter-status-inner label input {
  margin-right: 8px;
}
.section-workshops .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: normal;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .section-workshops .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .dropdown-toggle {
    width: 100%;
  }
}
.section-workshops .workshop-filter-top {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
  .section-workshops .workshop-filter-top:before,
  .section-workshops .workshop-filter-top:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-top:after {
    clear: both;
  }
}
.section-workshops .workshop-filter-top .form-item {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top .form-item {
    min-width: 50%;
  }
}
.section-workshops .workshop-filter-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}
.section-workshops .workshop-filter-top .form-control {
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
.section-workshops .workshop-filter-top .form-text {
  border: none;
  margin: 0;
  margin-left: 15px;
  padding-left: 35px;
  background-image: url('../images/icons/search-alt.svg');
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
.section-workshops .workshop-filter-top [data-id="edit-field-beginn-datum-value"],
.section-workshops .workshop-filter-top [data-drupal-selector="edit-field-beginn-datum-value"] + button {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url('../images/icons/calender.svg');
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top [data-id="edit-field-beginn-datum-value"],
  .section-workshops .workshop-filter-top [data-drupal-selector="edit-field-beginn-datum-value"] + button {
    border-right: 1px solid #f2f2f2;
  }
}
.section-workshops .workshop-filter-top [data-id="edit-field-beginn-uhrzeit-value"],
.section-workshops .workshop-filter-top [data-drupal-selector="edit-field-beginn-uhrzeit-value"] + button {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url('../images/icons/event/time.svg');
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top [data-id="edit-field-beginn-uhrzeit-value"],
  .section-workshops .workshop-filter-top [data-drupal-selector="edit-field-beginn-uhrzeit-value"] + button {
    border-right: 1px solid #f2f2f2;
  }
}
.section-workshops .workshop-filter-top [data-id="edit-field-veranstaltung-ziel-terms-target-id"],
.section-workshops .workshop-filter-top [data-drupal-selector="edit-field-veranstaltung-ziel-terms-target-id"] + button {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url('../images/icons/event/Altersgruppe.svg');
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top [data-id="edit-field-veranstaltung-ziel-terms-target-id"],
  .section-workshops .workshop-filter-top [data-drupal-selector="edit-field-veranstaltung-ziel-terms-target-id"] + button {
    border-right: 1px solid #f2f2f2;
  }
}
.section-workshops .workshop-filter-top .form-actions {
  float: right;
  /*
      .btn#edit-submit-workshops {
        float: right;
        background-color: @brand-primary;
        color: white;
        padding: 0 36px;
        line-height: 48px;
        font-family: @font-family-fago;
        font-weight: bold;
      } */
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.section-workshops .workshop-filter-top .form-actions .btn {
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.section-workshops .workshop-filter-top .form-actions .btn:before {
  display: none !important;
}
.section-workshops .workshop-filter-top .form-actions .btn span.icon {
  display: none !important;
}
.section-workshops .workshop-filter-top .form-actions [data-drupal-selector="edit-reset"] {
  margin-right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 48px;
  color: #666666 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 15px;
}
.section-workshops .workshop-filter-top .form-actions [data-drupal-selector="edit-reset"]:hover {
  color: #666666 !important;
}
.section-workshops .workshop-filter-top .form-actions [data-drupal-selector="edit-reset"] .icon {
  display: none;
}
.section-workshops .workshop-filter-bottom {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-bottom {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-bottom {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-bottom {
    text-align: left;
  }
}
.section-workshops .workshop-filter-bottom .form-inline {
  padding: 4px 8px;
  border: 2px solid #cdcdcd;
  border: 2px solid #ec4d19;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
.section-workshops .workshop-filter-bottom .form-control,
.section-workshops .workshop-filter-bottom .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.section-workshops .workshop-filter-bottom .form-inline {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-workshops .workshop-filter-bottom .form-inline {
    display: block;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-workshops .workshop-filter-bottom .form-inline:before,
  .section-workshops .workshop-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-workshops .workshop-filter-bottom .form-inline:after {
    clear: both;
  }
}
.section-exponate .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-exponate .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-exponate .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-exponate .view-empty {
    width: 1236px;
  }
}
.section-exponate .view-empty > .navbar-header,
.section-exponate .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-exponate .view-empty > .navbar-header,
  .section-exponate .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-exponate .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: normal;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .section-exponate .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .dropdown-toggle {
    width: 100%;
  }
}
.section-exponate .exponate-filter-top {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section-exponate .exponate-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-exponate .exponate-filter-top:before,
  .section-exponate .exponate-filter-top:after {
    display: table;
    content: " ";
  }
  .section-exponate .exponate-filter-top:after {
    clear: both;
  }
  .section-exponate .exponate-filter-top:before,
  .section-exponate .exponate-filter-top:after {
    display: table;
    content: " ";
  }
  .section-exponate .exponate-filter-top:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .exponate-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-exponate .exponate-filter-top:before,
  .section-exponate .exponate-filter-top:after {
    display: table;
    content: " ";
  }
  .section-exponate .exponate-filter-top:after {
    clear: both;
  }
  .section-exponate .exponate-filter-top:before,
  .section-exponate .exponate-filter-top:after {
    display: table;
    content: " ";
  }
  .section-exponate .exponate-filter-top:after {
    clear: both;
  }
}
.section-exponate .exponate-filter-top .form-item {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .section-exponate .exponate-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .exponate-filter-top .form-item {
    min-width: 50%;
  }
}
.section-exponate .exponate-filter-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}
.section-exponate .exponate-filter-top .form-control {
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .section-exponate .exponate-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .exponate-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
.section-exponate .exponate-filter-top .form-text {
  border: none;
  margin: 0;
  margin-left: 15px;
  padding-left: 35px;
  background-image: url('../images/icons/search-alt.svg');
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 360px;
}
@media (max-width: 767px) {
  .section-exponate .exponate-filter-top .form-text {
    display: block;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .exponate-filter-top .form-text {
    display: block;
    margin-left: 0px;
  }
}
.section-exponate .exponate-filter-top [data-id="edit-field-themenwelt-value"],
.section-exponate .exponate-filter-top [data-drupal-selector="edit-field-themenwelt-value"] + button {
  padding-left: 35px !important;
  padding-right: 35px !important;
  background-repeat: no-repeat;
  background-position: left center;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.section-exponate .exponate-filter-top .form-actions {
  float: right;
  /*
      .btn#edit-submit-workshops {
        float: right;
        background-color: @brand-primary;
        color: white;
        padding: 0 36px;
        line-height: 48px;
        font-family: @font-family-fago;
        font-weight: bold;
      } */
}
@media (max-width: 767px) {
  .section-exponate .exponate-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-exponate .exponate-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.section-exponate .exponate-filter-top .form-actions .btn {
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.section-exponate .exponate-filter-top .form-actions .btn:before {
  display: none !important;
}
.section-exponate .exponate-filter-top .form-actions .btn span.icon {
  display: none !important;
}
.section-exponate .exponate-filter-top .form-actions [data-drupal-selector="edit-reset"] {
  margin-right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 48px;
  color: #666666 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 15px;
}
.section-exponate .exponate-filter-top .form-actions [data-drupal-selector="edit-reset"]:hover {
  color: #666666 !important;
}
.section-exponate .exponate-filter-top .form-actions [data-drupal-selector="edit-reset"] .icon {
  display: none;
}
.section-bookmarks {
  position: relative;
}
.section-bookmarks h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  padding-left: 60px;
  background-image: url('../images/icons/event/merkliste2-red.svg');
  background-repeat: no-repeat;
  background-position: left bottom 6px;
}
.section-bookmarks .hotline {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .section-bookmarks .hotline {
    position: static;
    right: unset;
    top: unset;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-bookmarks .hotline {
    position: static;
    right: unset;
    top: unset;
    margin-bottom: 40px;
  }
}
.section-bookmarks .hotline .text {
  background-color: white;
  padding: 18px 25px;
}
.section-bookmarks .hotline .number {
  padding: 2px 25px;
  color: white;
  background-color: #ec4d19;
}
.section-roadshow {
  position: relative;
}
.section-roadshow .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-roadshow .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-roadshow .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-roadshow .view-empty {
    width: 1236px;
  }
}
.section-roadshow .view-empty > .navbar-header,
.section-roadshow .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-roadshow .view-empty > .navbar-header,
  .section-roadshow .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-roadshow .bef-exposed-form .form-inline .form-item,
.section-roadshow .bef-exposed-form .form--inline .form-item {
  float: left !important;
}
.section-roadshow .bef-exposed-form .form-inline > .form-item,
.section-roadshow .bef-exposed-form .form--inline > .form-item {
  float: left !important;
}
.section-roadshow .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: normal;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .section-roadshow .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .dropdown-toggle {
    width: 100%;
  }
}
.section-roadshow .view-switch {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
  line-height: 48px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-left: 48px;
  padding-right: 48px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  text-align: left;
}
.section-roadshow .view-switch.list {
  background-image: url('../images/icons/event/list-red.svg');
}
.section-roadshow .view-switch.map {
  background-image: url('../images/icons/event/map-red.svg');
}
@media (max-width: 767px) {
  .section-roadshow .view-switch {
    margin-bottom: 20px;
    display: block;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .view-switch {
    margin-bottom: 20px;
    display: block;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-roadshow .view-switch {
    margin-bottom: 20px;
    display: block;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
  .section-roadshow .view-switch:before,
  .section-roadshow .view-switch:after {
    display: table;
    content: " ";
  }
  .section-roadshow .view-switch:after {
    clear: both;
  }
}
.section-roadshow .roadshow-filter-top {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-roadshow .roadshow-filter-top:before,
  .section-roadshow .roadshow-filter-top:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-top:after {
    clear: both;
  }
  .section-roadshow .roadshow-filter-top:before,
  .section-roadshow .roadshow-filter-top:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-top:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-roadshow .roadshow-filter-top:before,
  .section-roadshow .roadshow-filter-top:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-top:after {
    clear: both;
  }
  .section-roadshow .roadshow-filter-top:before,
  .section-roadshow .roadshow-filter-top:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-top:after {
    clear: both;
  }
}
.section-roadshow .roadshow-filter-top .form-item {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top .form-item {
    min-width: 50%;
  }
}
.section-roadshow .roadshow-filter-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}
.section-roadshow .roadshow-filter-top .form-control {
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
.section-roadshow .roadshow-filter-top .form-text {
  border: none;
  margin: 0;
  margin-left: 15px;
  padding-left: 35px;
  background-image: url('../images/icons/search-alt.svg');
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 360px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top .form-text {
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top .form-text {
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.section-roadshow .roadshow-filter-top [data-id="edit-field-themenwelt-value"],
.section-roadshow .roadshow-filter-top [data-drupal-selector="edit-field-themenwelt-value"] + button {
  padding-left: 35px !important;
  padding-right: 35px !important;
  background-repeat: no-repeat;
  background-position: left center;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.section-roadshow .roadshow-filter-top .form-actions {
  float: right;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
}
.section-roadshow .roadshow-filter-top .form-actions .btn {
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.section-roadshow .roadshow-filter-top .form-actions .btn:before {
  display: none !important;
}
.section-roadshow .roadshow-filter-top .form-actions .btn span.icon {
  display: none !important;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-top .form-actions .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-top .form-actions .btn {
    display: block;
    width: 100%;
  }
}
.section-roadshow .roadshow-filter-top .form-actions [data-drupal-selector="edit-reset"] {
  margin-right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 48px;
  color: #666666 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 15px;
}
.section-roadshow .roadshow-filter-top .form-actions [data-drupal-selector="edit-reset"]:hover {
  color: #666666 !important;
}
.section-roadshow .roadshow-filter-top .form-actions [data-drupal-selector="edit-reset"] .icon {
  display: none;
}
.section-roadshow .roadshow-filter-bottom {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-bottom {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-bottom {
    text-align: left;
  }
}
.section-roadshow .roadshow-filter-bottom .form-inline {
  padding: 4px 8px;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
.section-roadshow .roadshow-filter-bottom .form-control,
.section-roadshow .roadshow-filter-bottom .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.section-roadshow .roadshow-filter-bottom .form-inline {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-bottom .form-inline {
    display: block;
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:before,
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:before,
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-bottom .form-inline {
    display: block;
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:before,
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:before,
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-roadshow .roadshow-filter-bottom .form-inline:after {
    clear: both;
  }
}
.section-roadshow .roadshow-filter-bottom-2 {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .section-roadshow .roadshow-filter-bottom-2 {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-roadshow .roadshow-filter-bottom-2 {
    text-align: left;
  }
}
.section-roadshow .roadshow-filter-bottom-2 .form-inline {
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  display: inline-block;
  box-shadow: inset 0px 0px 0px 2px #cdcdcd;
}
.section-roadshow .roadshow-filter-bottom-2 .form-inline fieldset,
.section-roadshow .roadshow-filter-bottom-2 .form-inline .form-item {
  margin: 0;
  padding: 0;
}
.section-roadshow .roadshow-filter-bottom-2 .form-inline label {
  background: transparent;
  padding: 0px 25px;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.section-roadshow .roadshow-filter-bottom-2 .form-inline label input {
  position: absolute;
  left: -9999px;
}
.section-roadshow .roadshow-filter-bottom-2 .form-inline label.selected {
  background: #ec4d19;
  color: white;
}
.section-roadshow #suggestions {
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 2;
}
.section-roadshow .suggestion {
  padding: 10px;
  cursor: pointer;
}
.section-roadshow .suggestion:hover {
  background-color: #efefef;
}
.section-location-map {
  position: relative;
}
.section-location-map .bg {
  background-color: white;
}
.section-location-map .bg h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.section-location-map .bg #location-map {
  border: none;
  width: 100%;
  height: 980px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-location-map .bg #location-map {
    height: 400px;
  }
}
.section-liveprogramm .past-events {
  opacity: 0.4;
  transition: all 0.5s;
}
.section-liveprogramm .past-events:hover {
  opacity: 1;
}
.section-liveprogramm .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-liveprogramm .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-liveprogramm .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-liveprogramm .view-empty {
    width: 1236px;
  }
}
.section-liveprogramm .view-empty > .navbar-header,
.section-liveprogramm .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-liveprogramm .view-empty > .navbar-header,
  .section-liveprogramm .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-liveprogramm .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: normal;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .section-liveprogramm .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .dropdown-toggle {
    width: 100%;
  }
}
.section-liveprogramm .liveprogramm-filter-top {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-liveprogramm .liveprogramm-filter-top:before,
  .section-liveprogramm .liveprogramm-filter-top:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-top:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-top:before,
  .section-liveprogramm .liveprogramm-filter-top:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-top:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-liveprogramm .liveprogramm-filter-top:before,
  .section-liveprogramm .liveprogramm-filter-top:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-top:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-top:before,
  .section-liveprogramm .liveprogramm-filter-top:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-top:after {
    clear: both;
  }
}
.section-liveprogramm .liveprogramm-filter-top .form-item {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-top .form-item {
    min-width: 50%;
  }
}
.section-liveprogramm .liveprogramm-filter-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}
.section-liveprogramm .liveprogramm-filter-top .form-control {
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-top .form-control {
    border-right: none;
    margin-bottom: 8px;
  }
}
.section-liveprogramm .liveprogramm-filter-top .form-text {
  border: none;
  margin: 0;
  margin-left: 15px;
  padding-left: 35px;
  background-image: url('../images/icons/search-alt.svg');
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-top .form-text {
    display: block;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-top .form-text {
    display: block;
    margin-left: 0px;
  }
}
.section-liveprogramm .liveprogramm-filter-top [data-id="edit-field-beginn-uhrzeit-value"],
.section-liveprogramm .liveprogramm-filter-top [data-drupal-selector="edit-field-beginn-uhrzeit-value"] + button {
  padding-left: 45px !important;
  background-repeat: no-repeat;
  background-position: left 8px center;
  border-right: 1px solid #f2f2f2;
  background-image: url('../images/icons/event/time.svg');
}
.section-liveprogramm .liveprogramm-filter-top .form-actions {
  float: right;
  /*
      .btn#edit-submit-workshops {
        float: right;
        background-color: @brand-primary;
        color: white;
        padding: 0 36px;
        line-height: 48px;
        font-family: @font-family-fago;
        font-weight: bold;
      } */
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.section-liveprogramm .liveprogramm-filter-top .form-actions .btn {
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.section-liveprogramm .liveprogramm-filter-top .form-actions .btn:before {
  display: none !important;
}
.section-liveprogramm .liveprogramm-filter-top .form-actions .btn span.icon {
  display: none !important;
}
.section-liveprogramm .liveprogramm-filter-top .form-actions [data-drupal-selector="edit-reset"] {
  margin-right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 48px;
  color: #666666 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 15px;
}
.section-liveprogramm .liveprogramm-filter-top .form-actions [data-drupal-selector="edit-reset"]:hover {
  color: #666666 !important;
}
.section-liveprogramm .liveprogramm-filter-top .form-actions [data-drupal-selector="edit-reset"] .icon {
  display: none;
}
.section-liveprogramm .liveprogramm-filter-bottom {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-bottom {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-bottom {
    text-align: left;
  }
}
.section-liveprogramm .liveprogramm-filter-bottom .form-inline {
  padding: 4px 8px;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline {
    display: block;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline {
    display: block;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-item {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-select {
    display: block;
    width: 100% !important;
  }
}
.section-liveprogramm .liveprogramm-filter-bottom .form-control,
.section-liveprogramm .liveprogramm-filter-bottom .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.section-liveprogramm .liveprogramm-filter-bottom .form-inline {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline {
    display: block;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline {
    display: block;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:before,
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    display: table;
    content: " ";
  }
  .section-liveprogramm .liveprogramm-filter-bottom .form-inline:after {
    clear: both;
  }
}
.section-liveprogramm .liveprogramm-days-submenu {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  padding-top: 24px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-liveprogramm .liveprogramm-days-submenu .headline {
  display: inline-block;
  background-color: #f2f2f2;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 120px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-top: -12.5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
.section-liveprogramm .liveprogramm-days-submenu a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  color: #EC4D19;
  font-family: Fago, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-days-submenu a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-days-submenu a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 30px;
    line-height: 38px;
  }
}
.section-liveprogramm .liveprogramm-days-submenu a .weekday {
  color: #000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  line-height: 21px;
  display: block;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-days-submenu a .weekday {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-days-submenu a .weekday {
    font-size: 17px;
  }
}
.section-liveprogramm .liveprogramm-day {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: white;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.section-liveprogramm .liveprogramm-day .prev-day,
.section-liveprogramm .liveprogramm-day .next-day {
  font-weight: bold;
  position: absolute;
  top: 20px;
  font-size: 14px;
}
.section-liveprogramm .liveprogramm-day .prev-day {
  left: 20px;
}
.section-liveprogramm .liveprogramm-day .next-day {
  right: 20px;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-day {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-liveprogramm .liveprogramm-day {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-liveprogramm .liveprogramm-day {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-liveprogramm .liveprogramm-day h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.section-liveprogramm .liveprogramm-day h3 a {
  text-decoration: none;
  color: #000000;
}
.section-liveprogramm .liveprogramm-day h3 a:hover {
  color: #ec4d19;
}
@media (max-width: 767px) {
  .section-liveprogramm .liveprogramm-day h3 {
    margin-bottom: 30px;
  }
}
.section-liveprogramm .liveprogramm-day .liveprogramm-time-row {
  margin-bottom: 30px;
}
.section-liveprogramm .liveprogramm-day .liveprogramm-time-row article {
  padding: 0;
  margin: 0;
}
.section-influencer:before,
.section-influencer:after {
  display: table;
  content: " ";
}
.section-influencer:after {
  clear: both;
}
.section-influencer:before,
.section-influencer:after {
  display: table;
  content: " ";
}
.section-influencer:after {
  clear: both;
}
.section-influencer .card {
  margin-bottom: 60px;
}
.section-influencer .mg-row-open .image-wrapper .line {
  width: 0% !important;
}
.section-influencer .contents {
  /*padding-top: 60px;
    padding-bottom: 30px; */
}
.section-influencer .influencer-foldout {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 30px;
  min-height: 300px;
}
.section-influencer .influencer-foldout h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.section-influencer .influencer-foldout .influencer-text {
  margin-bottom: 25px;
}
.section-influencer .influencer-foldout .media-items .item {
  display: inline-block;
  margin-right: 16px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 25px;
}
.section-influencer .influencer-foldout .media-items .item i {
  color: #ec4d19;
  display: inline-block;
  margin-right: 8px;
}
.section-karrieremarkt-auswahl .card {
  background-color: white;
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-karrieremarkt-auswahl .card {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt-auswahl .card {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.section-karrieremarkt-auswahl h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.section-karrieremarkt-auswahl strong {
  font-family: Fago, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
}
.section-karrieremarkt-auswahl strong em {
  font-style: normal;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fbdbd1;
}
.section-karrieremarkt-auswahl .well {
  text-align: center;
  margin-top: 50px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
}
.section-karrieremarkt-auswahl .well .btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-karrieremarkt-dank {
  text-align: center;
}
.section-karrieremarkt-dank .bg {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-karrieremarkt-dank .bg {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt-dank .bg {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.section-karrieremarkt-dank h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.section-karrieremarkt-dank h4.preline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-karrieremarkt-dank h4.preline {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section-karrieremarkt-dank .links {
  margin-top: 50px;
}
.section-karrieremarkt-dank .links .link {
  margin-top: 20px;
}
.section-karrieremarkt-dank .links .link.link1 a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
  color: white !important;
}
.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a:active:focus,
.section-karrieremarkt-dank .links .link.link1 a.active:focus,
.section-karrieremarkt-dank .links .link.link1 a.focus,
.section-karrieremarkt-dank .links .link.link1 a:active.focus,
.section-karrieremarkt-dank .links .link.link1 a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section-karrieremarkt-dank .links .link.link1 a:hover,
.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.section-karrieremarkt-dank .links .link.link1 a:active,
.section-karrieremarkt-dank .links .link.link1 a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.section-karrieremarkt-dank .links .link.link1 a.disabled,
.section-karrieremarkt-dank .links .link.link1 a[disabled],
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.section-karrieremarkt-dank .links .link.link1 a.disabled,
fieldset[disabled] a.section-karrieremarkt-dank .links .link.link1 a {
  pointer-events: none;
}
.section-karrieremarkt-dank .links .link.link1 a.icon-before .glyphicon,
.section-karrieremarkt-dank .links .link.link1 a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.section-karrieremarkt-dank .links .link.link1 a.icon-after .glyphicon,
.section-karrieremarkt-dank .links .link.link1 a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.section-karrieremarkt-dank .links .link.link1 a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.section-karrieremarkt-dank .links .link.link1 a.arrow-right:hover:after {
  margin-left: 20px;
}
.section-karrieremarkt-dank .links .link.link1 a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.section-karrieremarkt-dank .links .link.link1 a i {
  margin-right: 8px;
  font-size: 18px;
}
.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.section-karrieremarkt-dank .links .link.link1 a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.section-karrieremarkt-dank .links .link.link1 a:active,
.section-karrieremarkt-dank .links .link.link1 a.active,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.section-karrieremarkt-dank .links .link.link1 a:active:hover,
.section-karrieremarkt-dank .links .link.link1 a.active:hover,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a:hover,
.section-karrieremarkt-dank .links .link.link1 a:active:focus,
.section-karrieremarkt-dank .links .link.link1 a.active:focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a:active.focus,
.section-karrieremarkt-dank .links .link.link1 a.active.focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.section-karrieremarkt-dank .links .link.link1 a.disabled:hover,
.section-karrieremarkt-dank .links .link.link1 a[disabled]:hover,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a:hover,
.section-karrieremarkt-dank .links .link.link1 a.disabled:focus,
.section-karrieremarkt-dank .links .link.link1 a[disabled]:focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a.disabled.focus,
.section-karrieremarkt-dank .links .link.link1 a[disabled].focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.section-karrieremarkt-dank .links .link.link1 a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
.section-karrieremarkt-dank .links .link.link1 a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
.section-karrieremarkt-dank .links .link.link1 a:active,
.section-karrieremarkt-dank .links .link.link1 a.active,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
.section-karrieremarkt-dank .links .link.link1 a:active:hover,
.section-karrieremarkt-dank .links .link.link1 a.active:hover,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a:hover,
.section-karrieremarkt-dank .links .link.link1 a:active:focus,
.section-karrieremarkt-dank .links .link.link1 a.active:focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a:active.focus,
.section-karrieremarkt-dank .links .link.link1 a.active.focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link1 a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
.section-karrieremarkt-dank .links .link.link1 a.disabled:hover,
.section-karrieremarkt-dank .links .link.link1 a[disabled]:hover,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a:hover,
.section-karrieremarkt-dank .links .link.link1 a.disabled:focus,
.section-karrieremarkt-dank .links .link.link1 a[disabled]:focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a:focus,
.section-karrieremarkt-dank .links .link.link1 a.disabled.focus,
.section-karrieremarkt-dank .links .link.link1 a[disabled].focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link1 a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
.section-karrieremarkt-dank .links .link.link1 a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
.section-karrieremarkt-dank .links .link.link1 a:link:after,
.section-karrieremarkt-dank .links .link.link1 a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
.section-karrieremarkt-dank .links .link.link1 a:link:hover:after,
.section-karrieremarkt-dank .links .link.link1 a:visited:hover:after {
  height: 450%;
}
.section-karrieremarkt-dank .links .link.link1 a:hover {
  color: #fff !important;
}
.section-karrieremarkt-dank .links .link.link1 a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
.section-karrieremarkt-dank .links .link.link1 a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.section-karrieremarkt-dank .links .link.link2 a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  background-color: #ffffff;
  color: #ec4d19;
  background-color: transparent;
  border-color: #cccccc;
}
.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a:active:focus,
.section-karrieremarkt-dank .links .link.link2 a.active:focus,
.section-karrieremarkt-dank .links .link.link2 a.focus,
.section-karrieremarkt-dank .links .link.link2 a:active.focus,
.section-karrieremarkt-dank .links .link.link2 a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.section-karrieremarkt-dank .links .link.link2 a:hover,
.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a.focus {
  color: #ec4d19;
  text-decoration: none;
}
.section-karrieremarkt-dank .links .link.link2 a:active,
.section-karrieremarkt-dank .links .link.link2 a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.section-karrieremarkt-dank .links .link.link2 a.disabled,
.section-karrieremarkt-dank .links .link.link2 a[disabled],
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.section-karrieremarkt-dank .links .link.link2 a.disabled,
fieldset[disabled] a.section-karrieremarkt-dank .links .link.link2 a {
  pointer-events: none;
}
.section-karrieremarkt-dank .links .link.link2 a.icon-before .glyphicon,
.section-karrieremarkt-dank .links .link.link2 a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
.section-karrieremarkt-dank .links .link.link2 a.icon-after .glyphicon,
.section-karrieremarkt-dank .links .link.link2 a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
.section-karrieremarkt-dank .links .link.link2 a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
.section-karrieremarkt-dank .links .link.link2 a.arrow-right:hover:after {
  margin-left: 20px;
}
.section-karrieremarkt-dank .links .link.link2 a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.section-karrieremarkt-dank .links .link.link2 a i {
  margin-right: 8px;
  font-size: 18px;
}
.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a.focus {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.section-karrieremarkt-dank .links .link.link2 a:hover {
  color: #ec4d19;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.section-karrieremarkt-dank .links .link.link2 a:active,
.section-karrieremarkt-dank .links .link.link2 a.active,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a {
  color: #ec4d19;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.section-karrieremarkt-dank .links .link.link2 a:active:hover,
.section-karrieremarkt-dank .links .link.link2 a.active:hover,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a:hover,
.section-karrieremarkt-dank .links .link.link2 a:active:focus,
.section-karrieremarkt-dank .links .link.link2 a.active:focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a:active.focus,
.section-karrieremarkt-dank .links .link.link2 a.active.focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a.focus {
  color: #ec4d19;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.section-karrieremarkt-dank .links .link.link2 a.disabled:hover,
.section-karrieremarkt-dank .links .link.link2 a[disabled]:hover,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a:hover,
.section-karrieremarkt-dank .links .link.link2 a.disabled:focus,
.section-karrieremarkt-dank .links .link.link2 a[disabled]:focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a.disabled.focus,
.section-karrieremarkt-dank .links .link.link2 a[disabled].focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.section-karrieremarkt-dank .links .link.link2 a .badge {
  color: #ffffff;
  background-color: #ec4d19;
}
.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a.focus {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.section-karrieremarkt-dank .links .link.link2 a:hover {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}
.section-karrieremarkt-dank .links .link.link2 a:active,
.section-karrieremarkt-dank .links .link.link2 a.active,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #adadad;
}
.section-karrieremarkt-dank .links .link.link2 a:active:hover,
.section-karrieremarkt-dank .links .link.link2 a.active:hover,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a:hover,
.section-karrieremarkt-dank .links .link.link2 a:active:focus,
.section-karrieremarkt-dank .links .link.link2 a.active:focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a:active.focus,
.section-karrieremarkt-dank .links .link.link2 a.active.focus,
.open > .dropdown-toggle.section-karrieremarkt-dank .links .link.link2 a.focus {
  color: #ec4d19;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c8c8c;
}
.section-karrieremarkt-dank .links .link.link2 a.disabled:hover,
.section-karrieremarkt-dank .links .link.link2 a[disabled]:hover,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a:hover,
.section-karrieremarkt-dank .links .link.link2 a.disabled:focus,
.section-karrieremarkt-dank .links .link.link2 a[disabled]:focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a:focus,
.section-karrieremarkt-dank .links .link.link2 a.disabled.focus,
.section-karrieremarkt-dank .links .link.link2 a[disabled].focus,
fieldset[disabled] .section-karrieremarkt-dank .links .link.link2 a.focus {
  background-color: transparent;
  border-color: #cccccc;
}
.section-karrieremarkt-dank .links .link.link2 a .badge {
  color: transparent;
  background-color: #ec4d19;
}
.section-karrieremarkt-dank .links .link.link2 a:hover {
  border-color: #cccccc;
}
.sektion-clubzukunft-fragen .header {
  background-color: #4996D2;
  color: white;
  padding-top: 190px;
  padding-bottom: 280px;
  background-image: url('../images/IE-Website_Kampagne-24_ClubZukunft_Header_Freisteller - neu.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen .header {
    background-image: none;
  }
}
.sektion-clubzukunft-fragen .header .preline {
  font-size: 19px;
}
.sektion-clubzukunft-fragen .header .preline div {
  display: inline-block;
}
.sektion-clubzukunft-fragen .header h1 {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.sektion-clubzukunft-fragen .body-wrapper {
  position: relative;
  top: -200px;
}
.sektion-clubzukunft-fragen .body {
  background-color: white;
  min-height: 240px;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sektion-clubzukunft-fragen .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.sektion-clubzukunft-fragen .carousel-control {
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.sektion-clubzukunft-fragen .carousel-control.left {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  left: 20px;
  background-image: url('../images/icons/arrow-left.svg');
}
.sektion-clubzukunft-fragen .carousel-control.right {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  right: 20px;
  background-image: url('../images/icons/arrow-right.svg');
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel {
  min-height: 700px;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item {
  min-height: 700px;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .quest {
    margin-bottom: 20px;
  }
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item.auswertung {
  background-image: url('../images/IE-Website_Kampagne-24_ClubZukunft-fast-geschafft.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item.auswertung {
    background-position: center left;
    min-height: 400px;
  }
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item.auswertung .content {
  color: white;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item.auswertung .content h2 {
  color: white;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content {
  color: #222222 !important;
  text-shadow: none !important;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content .quest-counter {
  margin-top: 100px;
  margin-bottom: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content .quest-counter {
    margin-top: 50px;
  }
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content h4 {
  margin: 0;
  padding: 0px;
  margin-bottom: 50px;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content input[type="radio"] {
  display: none;
  visibility: hidden;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-left: 90px;
  min-height: 80px;
  font-size: 19px;
  line-height: 30px;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:before,
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:after {
  display: table;
  content: " ";
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:after {
  clear: both;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:before,
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:after {
  display: table;
  content: " ";
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:after {
  clear: both;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
  }
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .answer {
  display: block;
  padding: 10px;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark {
  background-color: #ec4d19;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: white;
  font-family: Fago, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark img {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    position: relative;
    left: unset;
    right: unset;
  }
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label .checkmark:focus {
    -webkit-box-shadow: inset 0px 0px 0px 4px #ec4d19;
    -moz-box-shadow: inset 0px 0px 0px 4px #ec4d19;
    box-shadow: inset 0px 0px 0px 4px #ec4d19;
  }
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:hover input ~ .checkmark {
  background-color: #4996d2;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content label:hover {
  background-color: #f2f2f2;
}
.sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content input:checked ~ .checkmark {
  background-color: #4996d2;
}
@media (max-width: 767px) {
  .sektion-clubzukunft-fragen #zukunftscheck-carousel .item .content input:checked ~ .checkmark {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.path-zukunftscheck-ergebnis .breadcrumb {
  display: none;
}
.path-zukunftscheck-ergebnis .header {
  background-color: #4996D2;
  color: white;
  padding-top: 190px;
  padding-bottom: 280px;
  background-image: url('../images/IE-Website_Kampagne-24_ClubZukunft_Header_Freisteller - neu.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media (max-width: 767px) {
  .path-zukunftscheck-ergebnis .header {
    background-image: none;
  }
}
.path-zukunftscheck-ergebnis .header .preline {
  font-size: 19px;
}
.path-zukunftscheck-ergebnis .header .preline div {
  display: inline-block;
}
.path-zukunftscheck-ergebnis .header h1 {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.path-zukunftscheck-ergebnis .body-wrapper {
  position: relative;
  top: -200px;
}
.path-zukunftscheck-ergebnis .body {
  background-color: white;
  min-height: 240px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .path-zukunftscheck-ergebnis .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .path-zukunftscheck-ergebnis .body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.path-zukunftscheck-ergebnis .body h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.path-zukunftscheck-ergebnis .body .zukunftscheck-hallenplan .image-wrapper {
  background-color: white;
  padding-bottom: 40px;
}
.path-zukunftscheck-ergebnis .body .zukunftscheck-hallenplan .image-wrapper .inner {
  position: relative;
}
.path-zukunftscheck-ergebnis .body .zukunftscheck-hallenplan .image-wrapper .inner img {
  width: 100%;
  height: auto;
}
.path-zukunftscheck-ergebnis .body .zukunftscheck-hallenplan .image-wrapper .inner img.layer-img {
  position: absolute;
  top: 0;
  left: 0;
}
.path-zukunftscheck-ergebnis .passende-aussteller {
  padding-top: 60px;
}
.path-zukunftscheck-ergebnis .passende-aussteller h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.section-karrieremarkt .header {
  background-color: #4996D2;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/IE-Website_Kampagne-24_ClubZukunft_Header_Freisteller - neu.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-karrieremarkt .header {
    background-image: none;
  }
}
.section-karrieremarkt .header .preline {
  font-size: 19px;
}
.section-karrieremarkt .header .preline div {
  display: inline-block;
}
.section-karrieremarkt .header h1 {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.section-karrieremarkt .view-filters {
  background-color: #fff;
  font-size: 20px;
  padding: 10px 18px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
.section-karrieremarkt .view-filters .container {
  position: relative;
  max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-karrieremarkt .view-filters .container {
    max-width: 956px;
  }
}
.section-karrieremarkt .view-filters label {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.section-karrieremarkt .view-filters label:before,
.section-karrieremarkt .view-filters label:after {
  display: table;
  content: " ";
}
.section-karrieremarkt .view-filters label:after {
  clear: both;
}
.section-karrieremarkt .view-filters label:before,
.section-karrieremarkt .view-filters label:after {
  display: table;
  content: " ";
}
.section-karrieremarkt .view-filters label:after {
  clear: both;
}
.section-karrieremarkt .view-filters form {
  position: relative;
  min-height: 76px;
}
.section-karrieremarkt .view-filters form .form-actions {
  position: absolute;
  right: 0px;
  top: 29px;
  display: block;
  width: 25%;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .form-actions {
    position: relative;
    right: unset;
    top: unset;
    width: 100% !important;
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .form-actions {
    position: relative;
    right: unset;
    top: unset;
    width: 100% !important;
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
}
.section-karrieremarkt .view-filters form .form-actions .btn {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
  display: block;
  width: 100%;
}
.section-karrieremarkt .view-filters form .form-actions .btn .glyphicon {
  display: none;
}
.section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
  width: 25% !important;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
    display: block;
    width: 100% !important;
    padding: 10px 0px !important;
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:before,
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    display: table;
    content: " ";
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    clear: both;
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:before,
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    display: table;
    content: " ";
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
    display: block;
    width: 100% !important;
    padding: 10px 0px !important;
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:before,
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    display: table;
    content: " ";
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    clear: both;
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:before,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:before,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:before,
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    display: table;
    content: " ";
  }
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler:after,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung:after,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum:after {
    clear: both;
  }
}
.section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung .select-wrapper,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum .select-wrapper {
  margin-right: 10px;
}
.section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung .dropdown-toggle,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
}
.section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value {
    position: relative;
    left: unset;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value {
    position: relative;
    left: unset;
    top: unset;
  }
}
.section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value .views-widget {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value .views-widget {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .form-item-field-job-zielgruppe-value .views-widget {
    padding-right: 0px;
  }
}
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten {
  position: absolute;
  left: 25%;
  top: 0px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten {
    position: relative;
    left: unset;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten {
    position: relative;
    left: unset;
    top: unset;
  }
}
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten .views-widget {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten .views-widget {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-schueler .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-ausbildungstypen-studenten .views-widget {
    padding-right: 0px;
  }
}
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
  position: absolute;
  left: 50%;
  top: 0px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
    position: relative;
    left: unset;
    top: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum {
    position: relative;
    left: unset;
    top: unset;
  }
}
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung .views-widget,
.section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum .views-widget {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum .views-widget {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-abschlussarbeit .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-einstiegsposition .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-studenten-praktikum .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-studium .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-duales-studium .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-ausbildung .views-widget,
  .section-karrieremarkt .view-filters form .js-form-item-berufsfelder-schueler-praktikum .views-widget {
    padding-right: 0px;
  }
}
.section-karrieremarkt .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-karrieremarkt .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-karrieremarkt .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-karrieremarkt .view-empty {
    width: 1236px;
  }
}
.section-karrieremarkt .view-empty > .navbar-header,
.section-karrieremarkt .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-karrieremarkt .view-empty > .navbar-header,
  .section-karrieremarkt .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-karrieremarkt .view-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-furtherjobvacancies {
  position: relative;
  margin-top: -220px;
  margin-bottom: 40px;
}
.section-tabs {
  position: relative;
}
.section-tabs .inner {
  background-color: white;
}
@media (max-width: 767px) {
  .section-tabs .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-tabs .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-tabs .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-tabs .field--name-field-preline {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-left: 20px;
}
.section-tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-tabs .tab-nav li {
  padding: 0;
  margin: 0;
}
.section-tabs .tab-nav li.active a {
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  color: #ec4d19;
}
.section-tabs .tab-nav li a {
  text-align: left;
  border: 1px solid transparent;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-family: Fago, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: black;
}
.section-tabs .tab-content {
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 35px;
}
.section-tabs .panel-group .panel {
  margin-bottom: 0px !important;
  border: 1px solid #fff !important;
  box-shadow: none;
}
.section-tabs .panel-group .panel.opened {
  border: 1px solid #EDEDED !important;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
}
.section-tabs .panel-group .panel .panel-heading {
  padding: 14px 20px;
}
.section-tabs .panel-group .panel .panel-heading .panel-title a {
  font-size: 22px;
  line-height: 25px;
}
.section-tabs .panel-group .panel .panel-heading .panel-title a span.icon-arrow-navigate-up {
  background-image: url('../images/icons/icon/minus-orange-boxed.svg');
}
.section-tabs .panel-group .panel .panel-heading .panel-title a span.icon-arrow-navigate-down {
  background-image: url('../images/icons/icon/plus-orange-boxed.svg');
}
.section-tabs .panel-group .panel .panel-heading .panel-title a span.icon-chevron-navigate-up {
  background-image: url('../images/icons/icon/arrow-up-orange-boxed.svg');
}
.section-tabs .panel-group .panel .panel-heading .panel-title a span.icon-chevron-navigate-down {
  background-image: url('../images/icons/icon/arrow-down-orange-boxed.svg');
}
.section-subnav {
  position: relative;
}
.section-subnav .submenu {
  text-align: center;
}
.section-subnav .submenu a {
  position: relative;
  color: #000000;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #ededed;
  text-decoration: none;
}
.section-subnav .submenu a:focus,
.section-subnav .submenu a:active,
.section-subnav .submenu a.active {
  color: #ec4d19;
  font-weight: bold;
  border-bottom: 2px solid #ec4d19;
}
@media (max-width: 767px) {
  .section-subnav .submenu a {
    display: block;
  }
}
.section-newsroom-manual-highlight {
  position: relative;
}
.section-newsroom-manual-highlight .card.card-teaser-big {
  position: relative;
  background-color: transparent;
  margin-bottom: 30px;
  height: 450px;
}
@media (max-width: 767px) {
  .section-newsroom-manual-highlight .card.card-teaser-big {
    height: 303px;
  }
}
.section-newsroom-manual-highlight .card.card-teaser-big:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.section-newsroom-manual-highlight .card.card-teaser-big a {
  color: #000000;
  text-decoration: none;
}
.section-newsroom-manual-highlight .card.card-teaser-big .image-wrapper {
  background-size: cover;
  background-position: center center;
  height: 450px;
}
@media (max-width: 767px) {
  .section-newsroom-manual-highlight .card.card-teaser-big .image-wrapper {
    height: 303px;
  }
}
.section-newsroom-manual-highlight .card.card-teaser-big .inner {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0px;
  width: 66%;
  color: white;
}
@media (max-width: 767px) {
  .section-newsroom-manual-highlight .card.card-teaser-big .inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-newsroom-manual-highlight .card.card-teaser-big .inner {
    width: 80%;
  }
}
.section-newsroom-manual-highlight .card.card-teaser-big .inner h3 {
  padding: 0 25px;
  margin: 0;
  margin-bottom: 20px;
}
.section-newsroom-manual-highlight .card.card-teaser-big .inner p {
  padding: 0 25px;
  margin-bottom: 30px;
}
.section-newsroom-podcast,
.section-newsroom-news-video {
  padding-bottom: 60px;
  position: relative;
}
.section-newsroom-podcast .pager-nav,
.section-newsroom-news-video .pager-nav {
  text-align: left;
}
.section-newsroom-podcast .newsroom-news-row:last-child,
.section-newsroom-news-video .newsroom-news-row:last-child {
  border-bottom: 0px solid #ededed;
  margin-bottom: 0px;
}
.section-newsroom-podcast .newsroom-media-slider .slick-prev,
.section-newsroom-news-video .newsroom-media-slider .slick-prev {
  top: 150px;
  left: -24px;
}
.section-newsroom-podcast .newsroom-media-slider .slick-next,
.section-newsroom-news-video .newsroom-media-slider .slick-next {
  top: 150px;
  right: -24px;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .video-wrapper,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .video-wrapper {
  height: unset;
  padding-top: 111.5px;
  padding-bottom: 111.5px;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .inner,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .inner {
  padding-left: 0;
  padding-right: 0;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .inner .meta,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .inner .meta {
  margin-bottom: 12px;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .inner .meta .badge,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .inner .meta .badge {
  margin-right: 8px;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .inner .action,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .inner .action {
  margin-top: 30px;
  text-align: left;
  text-decoration: none;
}
.section-newsroom-podcast .newsroom-media-slider .mediathek-video-teaser .inner .action a,
.section-newsroom-news-video .newsroom-media-slider .mediathek-video-teaser .inner .action a {
  text-decoration: none !important;
  font-weight: bold;
  justify-content: left;
}
.section-newsroom-sel-contact,
.section-newsroom-sel-highlights {
  position: relative;
}
.section-newsroom-sel-contact .contact-person-wrapper,
.section-newsroom-sel-highlights .contact-person-wrapper {
  position: relative;
  padding-top: 72px;
}
.section-newsroom-sel-contact .contact-person-wrapper:before,
.section-newsroom-sel-highlights .contact-person-wrapper:before {
  content: '';
  display: block;
  background-color: #ededed;
  width: 100%;
  height: 303px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-newsroom-sel-contact .contact-person-wrapper .headline,
.section-newsroom-sel-highlights .contact-person-wrapper .headline {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 72px;
  z-index: 1;
  text-align: center;
}
.section-newsroom-sel-contact .mediathek-video-teaser .video-wrapper,
.section-newsroom-sel-highlights .mediathek-video-teaser .video-wrapper {
  height: unset;
  padding-top: 111.5px;
  padding-bottom: 111.5px;
}
.section-newsroom-sel-contact .mediathek-video-teaser .inner,
.section-newsroom-sel-highlights .mediathek-video-teaser .inner {
  padding-left: 0;
  padding-right: 0;
}
.section-newsroom-sel-contact .mediathek-video-teaser .inner .meta,
.section-newsroom-sel-highlights .mediathek-video-teaser .inner .meta {
  margin-bottom: 12px;
}
.section-newsroom-sel-contact .mediathek-video-teaser .inner .meta .badge,
.section-newsroom-sel-highlights .mediathek-video-teaser .inner .meta .badge {
  margin-right: 8px;
}
.section-newsroom-sel-contact .mediathek-video-teaser .inner .action,
.section-newsroom-sel-highlights .mediathek-video-teaser .inner .action {
  margin-top: 30px;
  text-align: left;
}
.section-newsroom-sel-contact .mediathek-video-teaser .inner .action a,
.section-newsroom-sel-highlights .mediathek-video-teaser .inner .action a {
  text-decoration: none !important;
  font-weight: bold;
  justify-content: left;
}
.section-podcasts {
  padding-bottom: 50px;
}
.section-podcasts .backlink-row {
  height: 170px;
  line-height: 170px;
  background-color: #ededed;
  text-transform: uppercase;
  text-align: left;
}
.section-podcasts .backlink-row .backlink {
  justify-content: left;
}
.section-podcasts .backlink-row .backlink p {
  font-size: 14px !important;
}
.section-podcasts .image-column {
  margin-top: -50px;
}
.section-podcasts .image-column .image-wrapper {
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fdede8;
  padding-top: 100%;
}
.section-podcasts .header-badge {
  margin-top: 20px;
}
.section-podcasts h1 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-podcasts .count {
  margin-top: 15px;
  color: #4d4d4d;
  margin-bottom: 60px;
}
.section-podcasts .available {
  font-size: 16px;
}
.section-podcasts .available ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.section-podcasts .available ul li {
  padding: 0;
  margin: 0;
  margin-right: 30px;
  display: inline-block;
}
.section-podcasts .available ul li a img {
  height: 36px;
  width: auto;
}
.section-podcasts .about-text {
  background-color: #ec4d19;
  color: white;
  padding: 30px;
}
.section-podcasts .about-text .available {
  margin-top: 50px;
}
.section-podcasts .about-text ul li:before {
  display: none;
}
.section-newsroom-further {
  position: relative;
  background-color: #f2f2f2;
}
.section-newsroom-further h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 57px;
  font-size: 55px;
  font-weight: bold;
  line-height: 65px;
  font-family: Fago, Arial, sans-serif;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
.section-newsroom-further h2 small,
.section-newsroom-further h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-newsroom-further h2 small,
.section-newsroom-further h2 .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .section-newsroom-further h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-newsroom-further h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-newsroom-further h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
  }
}
.section-newsroom-news {
  position: relative;
}
.section-newsroom-news h1 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.section-newsroom-news .boxhover a {
  text-decoration: none !important;
}
.section-newsroom-news .boxhover a h4 {
  color: black;
}
.section-newsroom-news .view-content .row {
  /*
      .col-sm-6:first-child {
        
        @media @normal {
          width: 100%;
        }    
        @media @wide {
          width: 100%;
        }            
        
        .card-news-listing {
         
          @media @normal {
            background-color: transparent;
            height: auto !important;
          }           
          @media @wide {
            background-color: transparent;
            height: auto !important;
          }            

          .image-wrapper  {
            
            @media @normal {
              height: 446px;
              float: left;
              width: 66%;
            }           
            @media @wide {
              height: 446px;
              float: left;
              width: 66%;
            }                
          }
          
          .contents {
            
            @media @normal {
              float: right;
              width: 33%;   
              padding-top: 60px;
            }           
            @media @wide {
              float: right;
              width: 33%;   
              padding-top: 80px;
            } 
            
            h4 {
              .h3;
              margin-top: 0;
              padding-top: 0;
              color: @text-color;
            }
          }
        }
      } */
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-newsroom-news .view-content .row .col-sm-6 .card-news-listing {
    background-color: transparent;
  }
}
@media screen and (min-width: 1236px) {
  .section-newsroom-news .view-content .row .col-sm-6 .card-news-listing {
    background-color: transparent;
  }
}
.section-newsroom-videos {
  position: relative;
}
.section-newsroom-videos h1 {
  margin-top: 0;
  padding-top: 0;
}
.section-newsroom-videos .boxhover a {
  text-decoration: none !important;
}
.section-newsroom-videos .boxhover a h4 {
  color: black;
}
.section-newsroom-teaser {
  position: relative;
}
.section-newsroom-teaser .arrows {
  margin-bottom: 54px;
}
.section-newsroom-teaser h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.section-newsroom-teaser .boxhover a {
  text-decoration: none !important;
}
.section-newsroom-teaser .boxhover a h4 {
  margin: 12px 0;
  color: black;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .contents,
.section-newsroom-teaser .card-newsroom-video-listing .contents,
.section-newsroom-teaser .card-newsroom-news-listing .contents {
  padding: 17px 0px;
  padding-bottom: 24px;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .action-row,
.section-newsroom-teaser .card-newsroom-video-listing .action-row,
.section-newsroom-teaser .card-newsroom-news-listing .action-row,
.section-newsroom-teaser .card-newsroom-podcast-listing .action,
.section-newsroom-teaser .card-newsroom-video-listing .action,
.section-newsroom-teaser .card-newsroom-news-listing .action {
  display: none;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .image-wrapper {
  height: 215px;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .image-wrapper span {
  position: absolute;
  top: 37.5px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 140px;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .action-row .col-sm-4 {
  width: 100%;
}
.section-newsroom-teaser .card-newsroom-podcast-listing .action-row .col-sm-8 {
  width: 50%;
  display: none;
}
.section-content-contact-persons .slick-dots {
  display: none !important;
}
@media (max-width: 767px) {
  .section-mediathek .form-item,
  .section-mediathek .bef-exposed-form .form--inline .form-item {
    display: block !important;
    clear: both !important;
    float: none !important;
  }
}
.section-mediathek form {
  text-align: center;
}
.section-mediathek form .form-inline {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline {
    display: block !important;
  }
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] {
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"]:after {
  content: '';
  height: 40px;
  background-color: #ededed;
  width: 1px;
  position: absolute;
  top: 7px;
  right: 10px;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"]:after {
    display: none;
  }
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] label {
  position: relative;
  color: #000000;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #ededed;
  text-decoration: none;
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] label input {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] label {
    display: block;
  }
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-media-type"] label.active {
  color: #ec4d19 !important;
  font-weight: bold;
  border-bottom: 2px solid #ec4d19;
}
.section-mediathek form .form-inline fieldset[data-drupal-selector="edit-field-year-ref-target-id"] {
  position: relative;
  /*
        .fieldset-wrapper {
          display: none;
          position: absolute;
          top: 50px;
          left: 0;
          background-color: white;
          
        }*/
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline fieldset[data-drupal-selector="edit-field-year-ref-target-id"] {
    display: block;
  }
}
.section-mediathek form .form-inline .select-wrapper {
  padding-left: 34px;
  background-repeat: no-repeat;
  background-image: url('../images/icons/calender_orange.svg');
  background-position: top 14px left;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline .select-wrapper {
    padding-left: 0px;
    background-image: none;
  }
}
.section-mediathek form .form-inline .select-wrapper .form-control {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
}
.section-mediathek form .form-inline .select-wrapper .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.section-mediathek form .form-inline .select-wrapper button,
.section-mediathek form .form-inline .select-wrapper select {
  min-width: 141px;
}
@media (max-width: 767px) {
  .section-mediathek form .form-inline .select-wrapper button,
  .section-mediathek form .form-inline .select-wrapper select {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.section-mediathek form .form-inline .select-wrapper select,
.section-mediathek form .form-inline .select-wrapper .btn {
  border: 0px solid transparent;
  padding-left: 12px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  margin: 0;
}
.section-mediathek form .form-inline .select-wrapper select:focus,
.section-mediathek form .form-inline .select-wrapper .btn:focus {
  border: 0px solid transparent;
  outline: none;
}
@media (max-width: 767px) {
  .section-mediathek form.bef-exposed-form .form-inline .form-item,
  .section-mediathek form.bef-exposed-form .form--inline .form-item,
  .section-mediathek form.bef-exposed-form .form-inline > .form-item,
  .section-mediathek form.bef-exposed-form .form--inline > .form-item {
    clear: both !important;
    display: block !important;
  }
}
@media (max-width: 767px) {
  .section-mediathek .form--inline .form-item {
    margin-right: 0 !important;
  }
}
.section-mediathek .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-mediathek .view-empty {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .section-mediathek .view-empty {
    width: 976px;
  }
}
@media (min-width: 1236px) {
  .section-mediathek .view-empty {
    width: 1236px;
  }
}
.section-mediathek .view-empty > .navbar-header,
.section-mediathek .view-empty > .navbar-collapse {
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 992px) {
  .section-mediathek .view-empty > .navbar-header,
  .section-mediathek .view-empty > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-audio {
  position: relative;
}
.section-audio .card {
  padding: 55px;
  background-color: white;
}
@media (max-width: 767px) {
  .section-audio .card {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-audio .card {
    padding: 25px;
  }
}
.section-audio .card h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.section-audio .card img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-audio .card .arrows {
  margin-top: 30px;
}
.section-audio .downloads > a {
  color: #cdcdcd;
}
.section-audio .downloads > a:hover {
  border: 1px solid #EDEDED;
  color: #000;
}
.section-themengebiete .headline-wrapper {
  line-height: 225px;
  background-image: url('../images/IE24_themen_header.png');
  background-size: cover;
  background-position: center center;
  color: white;
}
@media (min-width: 992px) {
  .section-themengebiete .row.panel {
    position: relative;
  }
  .section-themengebiete .overlay {
    position: absolute;
    z-index: 1;
    top: 81px;
  }
}
.section-themengebiete .panel-group .panel,
.section-themengebiete .panel-group .panel .panel-collapse {
  transition: all 0.2s;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .section-themengebiete .panel-group .panel,
  .section-themengebiete .panel-group .panel .panel-collapse {
    margin-bottom: 0 !important;
  }
}
.section-themengebiete .panel-group .panel .panel-heading {
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  height: 80px;
}
.section-themengebiete .panel-group .panel .panel-heading .panel-title a {
  border-bottom: 2px solid #eeeeee;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.5s;
}
.section-themengebiete .panel-group .panel .panel-heading .panel-title a:hover {
  border-bottom: 2px solid #ec4d19;
}
.section-themengebiete .panel-group .panel .panel-heading .panel-title a span.icon-arrow-navigate-down {
  position: absolute;
  top: 24px;
  right: 0px;
  color: #ec4d19;
  width: 31px;
  height: 31px;
  display: block;
  background-repeat: no-repeat;
  background-image: url('../images/icons/icon/plus-orange-boxed.svg');
  background-position: center center;
  background-size: cover;
}
.section-themengebiete .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] {
  border-bottom: 2px solid #ec4d19;
}
.section-themengebiete .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] span.icon-arrow-navigate-down {
  background-image: url('../images/icons/icon/minus-orange-boxed.svg');
}
.section-themengebiete .overlay.in {
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.section-themengebiete .inner {
  background-color: white;
}
@media (max-width: 767px) {
  .section-themengebiete .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-themengebiete .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-themengebiete .accordion-element {
  background-color: white;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.section-themengebiete .accordion-element h5 {
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-themengebiete .accordion-element img {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-themengebiete .accordion-element img {
    margin-top: 30px;
  }
}
.section-themengebiete-popup .inner {
  background-color: white;
}
@media (max-width: 767px) {
  .section-themengebiete-popup .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-themengebiete-popup .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  color: black;
  text-decoration: none !important;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card:hover {
  cursor: pointer;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper {
  display: block;
  position: relative;
  line-height: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  font-size: 22px;
  padding: 24px 20px;
  margin: 0;
  color: black;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper small,
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper small,
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper .small {
  font-size: 75%;
}
@media (max-width: 767px) {
  .section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-themengebiete-popup .inner .themengebiet-popup-element .themengebiet-card .link-wrapper .open-icon-wrapper {
  position: absolute;
  top: 28px;
  right: 23px;
  color: #ec4d19;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-image: url('../images/icons/icon/plus-orange.svg');
  background-position: center center;
  background-size: cover;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header {
  background-image: url(../images/IE24_themen_popup-header.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  height: 160px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .close {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-size: cover;
  margin-top: 50px;
  background-image: url('../images/icons/icon/minus-orange-boxed.svg');
  opacity: 1;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 29px;
  margin-bottom: 14.5px;
  font-size: 38px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  padding: 0;
  margin: 0;
  line-height: 160px;
  color: white;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title small,
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title small,
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title .small {
  font-size: 65%;
}
@media (max-width: 767px) {
  .section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title {
    font-size: 38px;
    line-height: 45px;
  }
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-header .modal-title .icon-wrapper {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.section-themengebiete-popup .inner .themengebiet-popup-element .modal-content {
  border-radius: 0;
}
.section-themengebiete-popup .inner .themengebiet-popup-element h5 {
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-themengebiete-popup .inner .themengebiet-popup-element img {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-themengebiete-popup .inner .themengebiet-popup-element img {
    margin-top: 30px;
  }
}
.section-hero-cta .content-wrapper-desktop {
  margin-top: 60px;
}
.section-hero-cta .content-wrapper-desktop .card {
  min-height: 480px;
  background-size: cover;
}
.section-hero-cta .content-wrapper-desktop .contents {
  padding: 100px 40px;
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-hero-cta .content-wrapper-desktop .contents h1 {
    color: white;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-hero-cta .content-wrapper-desktop .contents h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 29px;
    margin-bottom: 14.5px;
    font-size: 31px;
    font-weight: bold;
    font-family: Fago, Arial, sans-serif;
    font-size: 34px;
    line-height: 42px;
    color: white;
  }
  .section-hero-cta .content-wrapper-desktop .contents h1 small,
  .section-hero-cta .content-wrapper-desktop .contents h1 .small {
    font-weight: 400;
    line-height: 1;
    color: #ededed;
  }
  .section-hero-cta .content-wrapper-desktop .contents h1 small,
  .section-hero-cta .content-wrapper-desktop .contents h1 .small {
    font-size: 65%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) and (max-width: 767px) {
  .section-hero-cta .content-wrapper-desktop .contents h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.section-hero-cta .content-wrapper-tablet .card {
  min-height: 800px;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.section-hero-cta .content-wrapper-tablet .card .contents {
  color: white;
  padding-top: 65%;
  width: 100%;
}
.section-hero-cta .content-wrapper-tablet .card .contents .inner {
  padding: 30px;
}
.section-hero-cta .content-wrapper-mobile .card {
  min-height: 600px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-hero-cta .content-wrapper-mobile .card .contents {
  padding-top: 80%;
  color: white;
  width: 100%;
}
.section-hero-cta .content-wrapper-mobile .card .contents .inner {
  padding: 30px;
}
.section-aussteller {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-aussteller .bg {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-aussteller .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .bg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-aussteller .bg h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.section-aussteller .dropdown-toggle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666666;
  font-weight: normal;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .section-aussteller .dropdown-toggle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .dropdown-toggle {
    width: 100%;
  }
}
.section-aussteller .form-item-field-aussteller-themen .dropdown-menu {
  min-width: 260px;
  width: 260px;
  min-height: 190px;
}
.section-aussteller .form-item-field-aussteller-themen .dropdown-menu .filter-status-inner {
  padding-top: 10px;
}
.section-aussteller .form-item-field-aussteller-themen .dropdown-menu .filter-status-inner label {
  display: block;
  padding: 3px 20px;
}
.section-aussteller .form-item-field-aussteller-themen .dropdown-menu .filter-status-inner label input {
  margin-right: 8px;
}
.section-aussteller .aussteller-filter-top {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 17px 34px 0 rgba(0, 0, 0, 0.1);
  min-height: 48px;
}
@media (max-width: 767px) {
  .section-aussteller .aussteller-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .aussteller-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top {
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
  .section-aussteller .aussteller-filter-top:before,
  .section-aussteller .aussteller-filter-top:after {
    display: table;
    content: " ";
  }
  .section-aussteller .aussteller-filter-top:after {
    clear: both;
  }
}
.section-aussteller .aussteller-filter-top .form-item {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .section-aussteller .aussteller-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .aussteller-filter-top .form-item {
    min-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top .form-item {
    min-width: 50%;
  }
}
.section-aussteller .aussteller-filter-top .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: 10px;
}
.section-aussteller .aussteller-filter-top .form-control {
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-aussteller .aussteller-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .aussteller-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top .form-control {
    border-right: none !important;
    margin-bottom: 8px;
  }
}
.section-aussteller .aussteller-filter-top .form-text {
  border: none;
  margin: 0;
  margin-left: 15px;
  padding-left: 35px;
  background-image: url('../images/icons/search-alt.svg');
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .section-aussteller .aussteller-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .aussteller-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top .form-text {
    display: block;
    margin-left: 0px;
    background-position: left 8px center;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top [data-id="edit-field-aussteller-themen-terms-target-id"],
  .section-aussteller .aussteller-filter-top [data-drupal-selector="edit-field-aussteller-themen-terms-target-id"] + button {
    border-left: 1px solid #f2f2f2;
  }
}
.section-aussteller .aussteller-filter-top .form-actions {
  float: right;
  /*
      .btn#edit-submit-workshops {
        float: right;
        background-color: @brand-primary;
        color: white;
        padding: 0 36px;
        line-height: 48px;
        font-family: @font-family-fago;
        font-weight: bold;
      } */
}
@media (max-width: 767px) {
  .section-aussteller .aussteller-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-aussteller .aussteller-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-aussteller .aussteller-filter-top .form-actions {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.section-aussteller .aussteller-filter-top .form-actions .btn {
  margin-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.section-aussteller .aussteller-filter-top .form-actions .btn:before {
  display: none !important;
}
.section-aussteller .aussteller-filter-top .form-actions .btn span.icon {
  display: none !important;
}
.section-aussteller .aussteller-filter-top [data-drupal-selector="edit-reset"] {
  margin-right: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  line-height: 48px;
  color: #666666 !important;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  float: right;
  margin-right: 15px;
}
.section-aussteller .aussteller-filter-top [data-drupal-selector="edit-reset"]:before {
  display: none !important;
}
.section-aussteller .aussteller-filter-top [data-drupal-selector="edit-reset"] span.icon {
  display: none !important;
}
.section-aussteller .aussteller-filter-top [data-drupal-selector="edit-reset"]:hover {
  color: #666666 !important;
}
.section-aussteller .aussteller-filter-top [data-drupal-selector="edit-reset"] .icon {
  display: none;
}
.section-aussteller .view-empty {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 32px;
  line-height: 38px;
  opacity: 0.5;
  font-family: Fago, Arial, sans-serif;
  text-align: center;
  color: #222;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-aussteller .view-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-aussteller .view-content .aussteller-item {
  margin-bottom: 16px;
  background: white;
  padding: 15px 20px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .section-aussteller .view-content .aussteller-item {
    padding-right: 20px;
  }
}
.section-aussteller .view-content .aussteller-item .views-field-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 23px;
  font-weight: 700;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin: 0;
  padding: 0;
  font-family: Fago, Arial, sans-serif;
}
.section-aussteller .view-content .aussteller-item .views-field-title small,
.section-aussteller .view-content .aussteller-item .views-field-title .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-aussteller .view-content .aussteller-item .views-field-title small,
.section-aussteller .view-content .aussteller-item .views-field-title .small {
  font-size: 75%;
}
@media (max-width: 767px) {
  .section-aussteller .view-content .aussteller-item .views-field-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-aussteller .view-content .aussteller-item .views-field-title {
    line-height: 28px;
  }
}
.section-aussteller .view-content .aussteller-item .views-field-view-node {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
}
@media (max-width: 767px) {
  .section-aussteller .view-content .aussteller-item .views-field-view-node {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
}
.section-aussteller .view-content .aussteller-item .views-field-view-node:after {
  content: '>';
  color: #ec4d19;
  display: inline-block;
  text-align: right;
  width: 15px;
}
.section-aussteller .view-content .aussteller-item .views-field-view-node a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-aussteller .view-content .aussteller-item .views-field-view-node {
    line-height: 28px;
  }
}
.section-aussteller .views-field-field-aussteller-themen-terms {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.section-hero-bgvideo {
  position: relative;
  overflow: hidden;
  background-color: white;
}
.section-hero-bgvideo img {
  width: 100%;
  height: auto;
}
.section-hero-bgvideo .bg {
  background-color: #fcf4f2;
}
.section-hero-bgvideo .bg .card {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0px 57px 184px 0px rgba(0, 0, 0, 0.09), 0px 23.813px 76.871px 0px rgba(0, 0, 0, 0.06), 0px 12.732px 41.099px 0px rgba(0, 0, 0, 0.05), 0px 7.137px 23.04px 0px rgba(0, 0, 0, 0.05), 0px 3.791px 12.236px 0px rgba(0, 0, 0, 0.04), 0px 1.577px 5.092px 0px rgba(0, 0, 0, 0.03);
}
.section-hero-bgvideo .bg .card h1 {
  margin-top: 0;
}
.section-hero-bgvideo .bg .card h1 p {
  padding: 0;
  margin: 0;
}
.section-hero-bgvideo .bg .card .text {
  margin-bottom: 20px;
}
.section-hero-bgvideo:after {
  content: '';
  z-index: 1;
  background-color: white;
  height: 60px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-hero-bgvideo .video-wrapper {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.section-hero-bgvideo .video-wrapper .embed-responsive {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .section-hero-bgvideo .video-wrapper .embed-responsive {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-hero-bgvideo .video-wrapper .embed-responsive {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.section-hero-bgvideo .video-wrapper video {
  width: 100%;
  height: auto;
}
.section-hero-bgvideo .content-wrapper {
  margin-top: -64px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-hero-bgvideo .content-wrapper {
    margin-top: -16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-hero-bgvideo .content-wrapper {
    margin-top: -32px;
  }
}
.section-hero-bgvideo .section-content {
  position: relative;
  z-index: 3;
}
.section-hero-bgvideo .section-content h2 {
  margin-top: 0;
  padding-top: 0;
}
.section-hero-bgvideo .section-content .text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-number-cards {
  position: relative;
  z-index: 1;
}
.section-number-cards .boxed {
  padding: 24px;
  padding-bottom: 64px;
  background-color: #fdede8;
}
.section-number-cards h2 {
  margin-bottom: 24px;
}
.section-number-cards .number-card {
  text-align: center;
  padding: 24px;
  background-color: white;
}
@media (max-width: 767px) {
  .section-number-cards .number-card {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-number-cards .number-card {
    margin-bottom: 24px;
  }
}
.section-number-cards .number-card .image {
  height: 84px;
  width: 84px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.section-number-cards .number-card .number {
  font-size: 60px;
  letter-spacing: 0.9px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 24px;
}
.section-benefit-cards {
  position: relative;
  z-index: 1;
}
.section-benefit-cards .bg {
  background-color: white;
  padding: 24px 100px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .section-benefit-cards .bg {
    padding: 24px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-benefit-cards .bg {
    padding: 24px 24px;
  }
}
.section-benefit-cards h2 {
  margin-bottom: 24px;
}
.section-benefit-cards .benefit-card {
  text-align: center;
  padding: 24px;
  background-color: white;
  border: 1px solid #fdede8;
  padding: 14px 24px;
}
@media (max-width: 767px) {
  .section-benefit-cards .benefit-card {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-benefit-cards .benefit-card {
    margin-bottom: 24px;
  }
}
.section-benefit-cards .benefit-card .image {
  height: 42px;
  width: 42px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.section-benefit-cards .benefit-card .benefit-number {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  font-size: 18px;
  color: #000000;
  font-family: Fago, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.section-benefit-cards .benefit-card .benefit-number small,
.section-benefit-cards .benefit-card .benefit-number .small {
  font-weight: 400;
  line-height: 1;
  color: #ededed;
}
.section-benefit-cards .benefit-card .benefit-number small,
.section-benefit-cards .benefit-card .benefit-number .small {
  font-size: 75%;
}
.section-testimonials-2col {
  position: relative;
}
.section-testimonials-2col h2 {
  margin-bottom: 32px;
}
.section-testimonials-2col .slick-initialized .slick-slide {
  display: flex !important;
}
.section-testimonials-2col .slick-track {
  display: flex !important;
}
.section-testimonials-2col .testimonials-2col-slider {
  /* Arrows */
}
.section-testimonials-2col .testimonials-2col-slider .slick-dots {
  display: none !important;
}
.section-testimonials-2col .testimonials-2col-slider .slick-slide {
  opacity: 0.3;
  height: inherit !important;
}
.section-testimonials-2col .testimonials-2col-slider .slick-slide.slick-active {
  opacity: 1;
}
.section-testimonials-2col .testimonials-2col-slider .slick-prev,
.section-testimonials-2col .testimonials-2col-slider .slick-next {
  opacity: 1;
  background-color: transparent;
  top: 50%;
  margin-top: -12px;
}
.section-testimonials-2col .testimonials-2col-slider .slick-prev {
  display: none !important;
}
.section-testimonials-2col .testimonials-2col-slider .slick-next {
  background-color: #ec4d19;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .section-testimonials-2col .testimonials-2col-slider .slick-next {
    right: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials-2col .testimonials-2col-slider .slick-next {
    right: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .section-testimonials-2col .testimonials-2col-slider .slick-next {
    right: 24px;
  }
}
@media screen and (min-width: 1236px) {
  .section-testimonials-2col .testimonials-2col-slider .slick-next {
    right: 24px;
  }
}
.section-testimonials-2col .testimonial-2col {
  height: 100%;
}
.section-testimonials-2col .testimonial-2col .avatar {
  background-color: white;
  background-size: cover;
  background-position: center center;
  flex: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .section-testimonials-2col .testimonial-2col .avatar {
    display: none;
  }
}
.section-testimonials-2col .testimonial-2col .contents {
  margin-left: 12px;
  margin-right: 12px;
  color: white;
  background-color: #ec4d19;
  flex: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .section-testimonials-2col .testimonial-2col .contents {
    width: 100%;
  }
}
.section-testimonials-2col .testimonial-2col .contents .wrap {
  padding: 48px 48px;
}
@media (max-width: 767px) {
  .section-testimonials-2col .testimonial-2col .contents .wrap {
    padding: 24px 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials-2col .testimonial-2col .contents .wrap {
    padding: 24px 28px;
  }
}
.section-testimonials-2col .testimonial-2col .contents .wrap .quote {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .section-testimonials-2col .testimonial-2col .contents .wrap .quote {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-testimonials-2col .testimonial-2col .contents .wrap .quote {
    margin-bottom: 32px;
  }
}
.section-testimonials-2col .testimonial-2col .contents .wrap .avatar-mobile {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  background-color: white;
  background-size: cover;
  background-position: center center;
}
.section-testimonials-2col .testimonial-2col .contents .wrap .name {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  font-weight: 400;
}
.section-testimonials-2col .testimonial-2col .contents .wrap .company {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.section-adbanners {
  text-align: center;
}
.section-adbanners .head {
  font-size: 12px;
  color: #626366;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  font-family: Fago, Arial, sans-serif;
}
.section-adbanners img {
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  height: auto;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 1;
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  line-height: 1;
}
/*
 * bootstrap styles for select dropdowns 
 * https://silviomoreto.github.io/bootstrap-select/
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 250px \0;
  /*IE9 and below*/
}
.bootstrap-select .btn {
  padding-left: 12px !important;
  padding-right: 30px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 30px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */
.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
  height: 96px;
  align-items: center;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-radius: 0px;
  background: #fff;
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 1px solid #5B82FF;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}
.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid #FD4F1A;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: '';
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #0059FF;
}
.audioplayer-playing .audioplayer-playpause a {
  content: '';
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}
.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: '';
  width: 4px;
  height: 14px;
  background-color: #FD4F1A;
}
.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}
.audioplayer-time-current {
  margin-left: 24px;
}
.audioplayer-time-duration {
  margin-right: 24px;
}
.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}
.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #BEC8D2;
}
.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #0059ff, #09b1fa);
}
.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #BEC8D2;
}
.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #0059FF;
}
.audioplayer-volume {
  display: flex;
  align-items: center;
}
.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9A9FB0;
  position: relative;
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}
.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9A9FB0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9A9FB0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}
.audioplayer-mute .audioplayer-volume-button a {
  background-color: #FD4F1A;
}
.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #FD4F1A;
}
.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0059FF;
}
/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Clear child float (pika-lendar), using the famous micro clearfix hack */
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
/* Styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/* Additional styling */
.pika-single {
  color: #3c4858;
}
.pika-button {
  color: #3c4858;
  background: #fff;
}
.sib-is-today .pika-button {
  color: #0092ff;
}
.sib-is-selected .pika-button {
  color: #fff;
}
.sib-is-today:hover .pika-button {
  color: #fff;
}
.sib-is-selected .pika-button,
.sib-has-event .pika-button {
  background: #0092ff;
}
.pika-button:hover,
.pika-row.sib-pick-whole-week:hover .pika-button {
  background: #0092ff;
}
.pika-table abbr {
  cursor: default;
  color: #8390a4;
  text-decoration: none;
}
.pika-label {
  font-size: 0;
}
.pika-title select {
  position: initial;
  opacity: 1;
  z-index: inherit;
}
/* Tooltip styles */
.sib-sms-tooltip {
  margin-left: 8px;
  position: relative;
}
.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(40%);
  font-size: 12px;
}
.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block;
}
.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4da6e0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
/* More styles for flags and select options */
.sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url("https://static.brevo.com/images/flags.png") no-repeat;
}
.sib-flag.sib-flag-ad {
  background-position: -3px 0px;
  width: 30px;
  height: 30px;
}
/* Additional flag classes go here */
/* Input wrapper and other component styles */
.sib-sms-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
/* Responsive styles */
@media screen and (max-width: 480px) {
  .sib-image-form-block img {
    height: auto !important;
  }
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }
  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}
/* Loader keyframes */
@keyframes loader {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
label.entry__error {
  display: block;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  body,
  table,
  th,
  td {
    font-size: 12px !important;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .container {
    width: 100%;
  }
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  @page {
    -webkit-print-color-adjust: exact;
    size: 215.9mm x 279.4mm;
  }
  @page {
    @bottom-right {
      content: counter(page) " of " counter(pages);
    }
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visually-hidden,
  .hidden-print {
    display: none;
  }
  .section-bookmarks .collapse {
    display: block;
  }
}
body {
  position: relative;
  font-weight: 400;
}
body.route-userlogin {
  padding-top: 120px;
}
body.route-userlogin:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  display: block;
  height: 120px;
  background-color: #ec4d19;
}
body.adminimal-admin-toolbar #block-languageswitcher {
  display: block;
}
body.adminimal-admin-toolbar .navbar-fixed-top,
body.adminimal-admin-toolbar #navbar,
body.adminimal-admin-toolbar #navbar.affix {
  top: 0 !important;
  position: relative !important;
}
body.adminimal-admin-toolbar #navbar {
  width: 100%;
  z-index: 1040;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  border-bottom: none;
  background-color: white;
}
body.path-preview-link .is-unpublished {
  background-color: #fff;
}
.request-password-link {
  display: none;
}
.breadcrumb {
  display: none;
}
.main-container {
  min-height: 75vh;
}
/*
#searchform-popup {    
  display:none 
} 
#lightcase-case {  
  #searchform-popup {                    
    display:block;      
  }       
} */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 24px !important;
  width: auto;
  max-width: 1000px;
  margin: 40px auto;
}
.expandable-box {
  max-width: 100px;
  max-height: 30px;
  padding: 6px 10px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: #626366;
  color: white;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.expandable-box:hover {
  background-color: black;
}
.expandable-box p {
  text-align: left;
}
.expandable-box span.headline {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  display: block;
  opacity: 0.8;
}
.expandable-box span.headline:hover {
  opacity: 1;
}
.expandable-box span.headline i {
  margin-right: 8px;
}
.expandable-box.open {
  max-width: 280px;
  margin: 0;
  max-height: 360px;
  overflow: auto;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  background-color: black;
}
.expandable-box.open span.headline {
  display: none;
}
.expandable-box.out {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.field--name-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}
.messages__wrapper .alert {
  margin: 0;
  margin-top: 20px;
}
.cookiesjsr-banner {
  background-color: #ec4d19;
}
.cookiesjsr-banner a:hover {
  color: #f2f2f2;
}
.cookiesjsr-banner .cookiesjsr-btn.denyAll {
  color: white !important;
  background-color: #ec4d19;
  display: block;
}
.cookiesjsr-banner .cookiesjsr-btn.important {
  color: #ec4d19;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  display: block;
  color: #fff;
  background: #ec4d19;
  font-weight: 500;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #fff;
  background: #ec4d19;
  border-bottom: 0;
}
.cookiesjsr-btn.invert {
  color: #ec4d19;
  border-color: #ec4d19;
  background-color: #fff;
}
.cookiesjsr-btn.important.invert {
  color: #fff;
  border-color: #ec4d19;
  background-color: #ec4d19;
}
.flag-bookmark {
  vertical-align: top;
  line-height: 24px;
}
.flag-bookmark a {
  color: #bbbcbd;
  font-size: 0px;
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url('../images/icons/event/Herz.svg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.flag-bookmark a:hover {
  background-image: url('../images/icons/event/Herz-fill.svg');
}
.flag-bookmark.action-unflag a {
  background-image: url('../images/icons/event/Herz-fill.svg');
}
.js-flag-message {
  display: none !important;
  margin: 0 !important;
}
.acf-map {
  width: 100%;
  height: 460px;
  color: white;
  overflow: hidden;
}
.acf-map.big {
  height: 640px;
}
@media (max-width: 767px) {
  .acf-map.big {
    height: 400px;
  }
}
.acf-map.h-auto {
  height: auto !important;
}
@media (max-width: 767px) {
  .acf-map.h-auto {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .acf-map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .acf-map.card-map {
    min-height: 320px;
    height: auto;
  }
}
.acf-map .field-content {
  color: black;
}
.lower-saxony-map {
  width: 100%;
  height: 460px;
  color: white;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-saxony-map {
    min-height: 320px;
    height: auto;
  }
}
.gm-style .gm-style-iw {
  font-size: 18px;
  line-height: 1.625;
  border-radius: 0;
}
.gm-style .gm-style-iw .meta {
  font-size: 12px;
  font-weight: bold;
}
.gm-style .gm-style-iw .read-more {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.gm-style .gm-style-iw .teaser-roadshow {
  margin-bottom: 0px;
}
.gm-style .gm-style-iw .teaser-roadshow .teaser-roadshow-header {
  padding: 25px 0;
}
.gm-style .gm-style-iw .teaser-roadshow .teaser-roadshow-body {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.gm-style .gm-style-iw .teaser-roadshow .teaser-roadshow-footer {
  padding: 0px;
}
.cookies-docs-service--info {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .cookies-docs-service--info {
    width: 100%;
    margin-bottom: 21.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .cookies-docs-service--info > .table {
    margin-bottom: 0;
  }
  .cookies-docs-service--info > .table > thead > tr > th,
  .cookies-docs-service--info > .table > tbody > tr > th,
  .cookies-docs-service--info > .table > tfoot > tr > th,
  .cookies-docs-service--info > .table > thead > tr > td,
  .cookies-docs-service--info > .table > tbody > tr > td,
  .cookies-docs-service--info > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .cookies-docs-service--info > .table-bordered {
    border: 0;
  }
  .cookies-docs-service--info > .table-bordered > thead > tr > th:first-child,
  .cookies-docs-service--info > .table-bordered > tbody > tr > th:first-child,
  .cookies-docs-service--info > .table-bordered > tfoot > tr > th:first-child,
  .cookies-docs-service--info > .table-bordered > thead > tr > td:first-child,
  .cookies-docs-service--info > .table-bordered > tbody > tr > td:first-child,
  .cookies-docs-service--info > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .cookies-docs-service--info > .table-bordered > thead > tr > th:last-child,
  .cookies-docs-service--info > .table-bordered > tbody > tr > th:last-child,
  .cookies-docs-service--info > .table-bordered > tfoot > tr > th:last-child,
  .cookies-docs-service--info > .table-bordered > thead > tr > td:last-child,
  .cookies-docs-service--info > .table-bordered > tbody > tr > td:last-child,
  .cookies-docs-service--info > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .cookies-docs-service--info > .table-bordered > tbody > tr:last-child > th,
  .cookies-docs-service--info > .table-bordered > tfoot > tr:last-child > th,
  .cookies-docs-service--info > .table-bordered > tbody > tr:last-child > td,
  .cookies-docs-service--info > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#karrierenavibutton {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 30px;
  z-index: 999;
}
@media (max-width: 767px) {
  #karrierenavibutton {
    bottom: 10px;
    left: 10px;
  }
}
#karrierenavibutton a {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.625;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 36px;
  text-transform: none;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  font-family: Fago, Arial, sans-serif;
  color: #ffffff;
  background-color: #ec4d19;
  border-color: #da4312;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  overflow: hidden;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}
#karrierenavibutton a:focus,
#karrierenavibutton a:active:focus,
#karrierenavibutton a.active:focus,
#karrierenavibutton a.focus,
#karrierenavibutton a:active.focus,
#karrierenavibutton a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#karrierenavibutton a:hover,
#karrierenavibutton a:focus,
#karrierenavibutton a.focus {
  color: #ec4d19;
  text-decoration: none;
}
#karrierenavibutton a:active,
#karrierenavibutton a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#karrierenavibutton a.disabled,
#karrierenavibutton a[disabled],
fieldset[disabled] #karrierenavibutton a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#karrierenavibutton a.disabled,
fieldset[disabled] a#karrierenavibutton a {
  pointer-events: none;
}
#karrierenavibutton a.icon-before .glyphicon,
#karrierenavibutton a .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: .25em;
}
#karrierenavibutton a.icon-after .glyphicon,
#karrierenavibutton a .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -0.25em;
}
#karrierenavibutton a.arrow-right:after {
  transition: all 0.5s;
  font-family: 'icomoon';
  content: "\e902";
  display: inline-block;
  text-align: right;
  margin-left: 16px;
}
#karrierenavibutton a.arrow-right:hover:after {
  margin-left: 20px;
}
#karrierenavibutton a.phone-left:before {
  font-family: 'icomoon';
  content: "\e92f";
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
#karrierenavibutton a i {
  margin-right: 8px;
  font-size: 18px;
}
#karrierenavibutton a:focus,
#karrierenavibutton a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
#karrierenavibutton a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
#karrierenavibutton a:active,
#karrierenavibutton a.active,
.open > .dropdown-toggle#karrierenavibutton a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
#karrierenavibutton a:active:hover,
#karrierenavibutton a.active:hover,
.open > .dropdown-toggle#karrierenavibutton a:hover,
#karrierenavibutton a:active:focus,
#karrierenavibutton a.active:focus,
.open > .dropdown-toggle#karrierenavibutton a:focus,
#karrierenavibutton a:active.focus,
#karrierenavibutton a.active.focus,
.open > .dropdown-toggle#karrierenavibutton a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
#karrierenavibutton a.disabled:hover,
#karrierenavibutton a[disabled]:hover,
fieldset[disabled] #karrierenavibutton a:hover,
#karrierenavibutton a.disabled:focus,
#karrierenavibutton a[disabled]:focus,
fieldset[disabled] #karrierenavibutton a:focus,
#karrierenavibutton a.disabled.focus,
#karrierenavibutton a[disabled].focus,
fieldset[disabled] #karrierenavibutton a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
#karrierenavibutton a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
#karrierenavibutton a:focus,
#karrierenavibutton a.focus {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #641f08;
}
#karrierenavibutton a:hover {
  color: #ffffff;
  background-color: #c23c10;
  border-color: #a1320d;
}
#karrierenavibutton a:active,
#karrierenavibutton a.active,
.open > .dropdown-toggle#karrierenavibutton a {
  color: #ffffff;
  background-color: #c23c10;
  background-image: none;
  border-color: #a1320d;
}
#karrierenavibutton a:active:hover,
#karrierenavibutton a.active:hover,
.open > .dropdown-toggle#karrierenavibutton a:hover,
#karrierenavibutton a:active:focus,
#karrierenavibutton a.active:focus,
.open > .dropdown-toggle#karrierenavibutton a:focus,
#karrierenavibutton a:active.focus,
#karrierenavibutton a.active.focus,
.open > .dropdown-toggle#karrierenavibutton a.focus {
  color: #ffffff;
  background-color: #a1320d;
  border-color: #641f08;
}
#karrierenavibutton a.disabled:hover,
#karrierenavibutton a[disabled]:hover,
fieldset[disabled] #karrierenavibutton a:hover,
#karrierenavibutton a.disabled:focus,
#karrierenavibutton a[disabled]:focus,
fieldset[disabled] #karrierenavibutton a:focus,
#karrierenavibutton a.disabled.focus,
#karrierenavibutton a[disabled].focus,
fieldset[disabled] #karrierenavibutton a.focus {
  background-color: #ec4d19;
  border-color: #da4312;
}
#karrierenavibutton a .badge {
  color: #ec4d19;
  background-color: #ffffff;
}
#karrierenavibutton a:link:after,
#karrierenavibutton a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}
#karrierenavibutton a:link:hover:after,
#karrierenavibutton a:visited:hover:after {
  height: 450%;
}
#karrierenavibutton a:hover {
  color: #fff !important;
}
#karrierenavibutton a:hover:before {
  left: 0%;
  right: auto;
  width: 500px;
}
#karrierenavibutton a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ec4d19 !important;
  background: #ec4d19 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#karrierenavibutton a:focus,
#karrierenavibutton a.focus,
#karrierenavibutton a:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px 0px rgba(0, 0, 0, 0.24);
}
/*      
body.path-zukunftscheck-ergebnis,
body.zukunftscheck,             
body.karrieremarkt {
  #karrierenavibutton {  
    display: block;  
  }                             
}*/
body.karrierenavi #karrierenavibutton {
  display: none !important;
}
.fa-twitter:before {
  font-family: unset;
  content: '𝕏';
  font-size: bold;
}
.has-link:hover {
  cursor: pointer;
}
