/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/raleway-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/raleway-v37-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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 {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse2 {
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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 {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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 bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 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: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 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: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 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: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(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-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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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% {
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, 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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -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-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: 1px 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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-left: 15px;
  padding-right: 15px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.3333333333%;
}

.col-xxs-pull-2 {
  right: 16.6666666667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.3333333333%;
}

.col-xxs-pull-5 {
  right: 41.6666666667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.3333333333%;
}

.col-xxs-pull-8 {
  right: 66.6666666667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.3333333333%;
}

.col-xxs-pull-11 {
  right: 91.6666666667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.3333333333%;
}

.col-xxs-push-2 {
  left: 16.6666666667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.3333333333%;
}

.col-xxs-push-5 {
  left: 41.6666666667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.3333333333%;
}

.col-xxs-push-8 {
  left: 66.6666666667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.3333333333%;
}

.col-xxs-push-11 {
  left: 91.6666666667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1380px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

@media (min-width: 768px) {
  .pull-right-sm {
    float: right !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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 30px 0px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}
.visible-xxs {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xlg {
  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: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1379px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1380px) {
  .visible-xlg {
    display: block !important;
  }
  table.visible-xlg {
    display: table !important;
  }
  tr.visible-xlg {
    display: table-row !important;
  }
  th.visible-xlg,
  td.visible-xlg {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1379px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1380px) {
  .hidden-xlg {
    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;
  }
}
.text-center {
  text-align: center;
}

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

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

@media (min-width: 480px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .text-left-xs {
    text-align: left;
  }
}

@media (min-width: 480px) {
  .text-right-xs {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 1380px) {
  .text-center-xlg {
    text-align: center;
  }
}

@media (min-width: 1380px) {
  .text-left-xlg {
    text-align: left;
  }
}

@media (min-width: 1380px) {
  .text-right-xlg {
    text-align: right;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
@media (min-width: 992px) {
  .icon-list-row {
    margin: 0 -30px;
  }
}
@media (min-width: 992px) {
  .icon-list-row .col-md-6 {
    padding: 0px 30px;
  }
}

.icon-list {
  padding: 0px;
  margin: 0;
}
.icon-list li,
.icon-list .li {
  list-style: none;
  position: relative;
  margin: 5px 0px;
}
@media (min-width: 992px) {
  .icon-list li,
  .icon-list .li {
    margin: 7px 0px;
  }
}
@media (min-width: 1200px) {
  .icon-list li,
  .icon-list .li {
    margin: 10px 0px;
  }
}
.icon-list li .icon,
.icon-list .li .icon {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 25px;
  color: #cd1719;
}
@media (min-width: 1200px) {
  .icon-list li .icon,
  .icon-list .li .icon {
    font-size: 28px;
    top: 0px;
  }
}
@media (min-width: 1380px) {
  .icon-list li .icon,
  .icon-list .li .icon {
    top: 1px;
  }
}
@media (min-width: 992px) {
  .icon-list.icon-list-horizontal li,
  .icon-list.icon-list-horizontal .li {
    display: inline-block;
    margin: 5px 20px 5px 0px;
  }
}

.icon-list-facts .li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .icon-list-facts .li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.icon-list-facts .li .icon {
  top: 9px;
}
@media (min-width: 768px) {
  .icon-list-facts .li .icon {
    top: 50%;
    margin-top: -14px;
  }
}

@media screen and (max-width: 768px) {
  .mod_blog_v1_list_item.related-item img {
    margin-bottom: 20px;
  }
}
.radio .check {
  top: 2px;
}

.checkbox .check {
  top: 2px;
}

@media (min-width: 768px) {
  .radio .check {
    top: 4px;
  }
  .checkbox .check {
    top: 4px;
  }
}
@media (max-width: 768px) {
  .thh_fixedbuttons {
    padding-right: 20px;
  }
  .thh_fixedbuttons .button {
    height: 53px;
  }
  .thh_fixedbuttons .button .icon {
    font-size: 40px;
  }
}
.body-gewerbe h1 small, .body-gewerbe h1 .small, .body-gewerbe h2 small, .body-gewerbe h2 .small, .body-gewerbe h3 small, .body-gewerbe h3 .small, .body-gewerbe h4 small, .body-gewerbe h4 .small, .body-gewerbe h5 small, .body-gewerbe h5 .small, .body-gewerbe h6 small, .body-gewerbe h6 .small {
  color: #0075a3;
}

.body-hotel h1 small, .body-hotel h1 .small, .body-hotel h2 small, .body-hotel h2 .small, .body-hotel h3 small, .body-hotel h3 .small, .body-hotel h4 small, .body-hotel h4 .small, .body-hotel h5 small, .body-hotel h5 .small, .body-hotel h6 small, .body-hotel h6 .small {
  color: #1d8338;
}

.mod_blog_v1_detail .mod_blog_v1_list {
  padding-bottom: 70px;
}
.mod_blog_v1_detail .item_header h2 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .mod_blog_v1_detail .mod_blog_v1_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mod_blog_v1_detail .mod_blog_v1_list_item .item_header h2 {
    font-size: 22px;
  }
  .mod_blog_v1_detail .mod_blog_v1_list_item img {
    margin-bottom: 20px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.sitemap {
  margin-top: 30px;
  padding-left: 0;
}
.sitemap .level-1 {
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.sitemap .level-1 > a {
  font-size: 120%;
  font-weight: 700;
  text-decoration: none;
}
.sitemap .level-1:before {
  display: none;
}
.sitemap .level-1 ul {
  padding-left: 30px;
}
.sitemap .level-1 ul li a {
  font-size: 100%;
  font-weight: 300;
}
.sitemap .level-2 {
  list-style: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_pagination_v1 {
  margin-top: 30px;
}
.tmp_pagination_v1 .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0px;
}
.tmp_pagination_v1 .pagination > li {
  padding: 0 !important;
  margin: 0 !important;
  display: inline;
}
.tmp_pagination_v1 .pagination > li:before {
  content: "";
  width: 0;
  height: 0;
  display: none;
}
.tmp_pagination_v1 .pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.728571429;
  text-decoration: none;
  color: #cd1719;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
}
.tmp_pagination_v1 .pagination > li > a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: #cd1719;
  margin-top: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .tmp_pagination_v1 .pagination > li > a .icon {
    font-size: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}
.tmp_pagination_v1 .pagination > li:first-child > a,
.tmp_pagination_v1 .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.tmp_pagination_v1 .pagination > li:last-child > a,
.tmp_pagination_v1 .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.tmp_pagination_v1 .pagination > li > a:hover, .tmp_pagination_v1 .pagination > li > a:focus {
  z-index: 2;
  color: #cd1719;
  background-color: #e5e5e5;
}
.tmp_pagination_v1 .pagination > .active > a, .tmp_pagination_v1 .pagination > .active > a:hover, .tmp_pagination_v1 .pagination > .active > a:focus {
  z-index: 3;
  color: #fff;
  background-color: #cd1719;
  border-color: #cd1719;
  cursor: default;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_scrollup_v1 {
  position: fixed;
  bottom: 10px;
  right: -50px;
  background: #cd1719;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 2px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.tmp_scrollup_v1.active {
  right: 10px;
}
@media (min-width: 768px) {
  .tmp_scrollup_v1.active {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .tmp_scrollup_v1 {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tmp_scrollup_v1 {
    height: 40px;
    width: 40px;
    padding: 4px;
  }
}
.tmp_scrollup_v1 .icon {
  color: #fff;
  font-size: 25px;
}
@media (min-width: 1200px) {
  .tmp_scrollup_v1 .icon {
    font-size: 30px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_sprachswitcher_v1 {
  float: right;
  margin-right: 50px;
  margin-top: 29px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 480px) {
  .tmp_sprachswitcher_v1 {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .tmp_sprachswitcher_v1 {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .tmp_sprachswitcher_v1 {
    margin-right: 0;
    margin-top: 42px;
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .tmp_topwrap_v1_fixed_scrolled .tmp_sprachswitcher_v1 {
    margin-top: 25px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_topwrap_v1 {
  position: relative;
  z-index: 20;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section {
  padding: 10px 0px;
  font-size: 90%;
  background: #e5e5e5;
  color: rgb(152.5, 152.5, 152.5);
  font-weight: 700;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .quality {
  float: right;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .quality span {
  display: none;
}
@media (min-width: 992px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_section .quality span {
    display: inline-block;
  }
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .quality a {
  color: rgb(152.5, 152.5, 152.5);
  text-decoration: none;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .quality a:hover {
  color: rgb(152.5, 152.5, 152.5);
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .quality img {
  margin-left: 6px;
  margin-top: -7px;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu {
  float: left;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a {
  text-decoration: none;
  color: rgb(152.5, 152.5, 152.5);
  padding: 0px 15px;
  position: relative;
}
@media (min-width: 992px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a {
    padding: 0px 20px;
  }
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a:after {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid rgb(152.5, 152.5, 152.5);
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a:last-child:after {
  display: none;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a:first-child {
  padding-left: 5px;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu a:before {
  content: " ";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -12px;
  opacity: 1;
  transition: all ease-in-out 0.4s;
  border-bottom: 8px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: none;
}
.body-privatkunden .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .privatkunden {
  color: #cd1719;
}
.body-privatkunden .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .privatkunden:before {
  display: block;
}
.body-gewerbe .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .gewerbe {
  color: #0075a3;
}
.body-gewerbe .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .gewerbe:before {
  display: block;
}
.body-hotel .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .hotel {
  color: #1d8338;
}
.body-hotel .tmp_topwrap_v1 .tmp_topwrap_v1_section .switcher-menu .hotel:before {
  display: block;
}
.tmp_topwrap_v1 .container {
  position: relative;
}
.tmp_topwrap_v1 .tmp_topwrap_v1_logo {
  float: left;
  margin: 20px 0px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  max-width: 100px;
}
@media (min-width: 480px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_logo {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_logo {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_logo {
    max-width: 130px;
  }
}
@media (min-width: 1600px) {
  .tmp_topwrap_v1 .tmp_topwrap_v1_logo {
    max-width: 160px;
  }
}
.tmp_topwrap_v1 .tmp_topwrap_v1_logo.tmp_topwrap_v1_logo-fixed {
  margin: 15px 0px;
}
.tmp_topwrap_v1.tmp_topwrap_v1_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.tmp_topwrap_v1.tmp_topwrap_v1_fixed .tmp_topwrap_v1_logo-notfixed {
  display: none;
}
@media (min-width: 768px) {
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed .tmp_topwrap_v1_logo-fixed {
    display: none;
  }
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed .tmp_topwrap_v1_logo-notfixed {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tmp_topwrap_v1.tmp_topwrap_v1_absolute {
    position: absolute !important;
  }
}
.tmp_topwrap_v1.tmp_topwrap_v1_fixed_scrolled .tmp_topwrap_v1_logo {
  max-width: 70px;
}
@media (min-width: 768px) {
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed_scrolled .tmp_topwrap_v1_logo {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed_scrolled .tmp_topwrap_v1_logo {
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed_scrolled .tmp_topwrap_v1_logo-fixed {
    display: block;
  }
  .tmp_topwrap_v1.tmp_topwrap_v1_fixed_scrolled .tmp_topwrap_v1_logo-notfixed {
    display: none;
  }
}
.tmp_topwrap_v1 .breadcrumb-wrap {
  overflow: scroll;
}

.tmp_topwrap_v1_fixed_margin {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .tmp_topwrap_v1_fixed_margin {
    padding-top: 147px;
  }
}
@media (min-width: 1200px) {
  .tmp_topwrap_v1_fixed_margin {
    padding-top: 168px;
  }
}
@media (min-width: 1600px) {
  .tmp_topwrap_v1_fixed_margin {
    padding-top: 188px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_newsletterrapidmail_v1 .form-control {
  margin-bottom: 10px;
}
.tmp_newsletterrapidmail_v1 .btn {
  margin-right: 0;
  width: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.modal-open {
  overflow: hidden;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 200;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-close {
    right: -60px;
  }
}
.modal-close .icon {
  color: #cd1719;
  font-size: 30px;
}
@media (min-width: 768px) {
  .modal-close .icon {
    font-size: 45px;
  }
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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;
  margin-top: 90px;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.3);
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 20px;
    padding-left: 90px;
  }
}
.modal-header h3 {
  margin: 0;
  line-height: 1;
  padding-top: 3px;
}
.modal-header .modal-icon {
  background: #cd1719;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .modal-header .modal-icon {
    width: 70px;
  }
}
.modal-header .modal-icon .icon {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 40px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.728571429;
}

.modal-body {
  position: relative;
  padding: 25px;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 50px;
  }
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 150px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_mobileshortcuts_v1 {
  overflow: hidden;
  margin: 10px 0px;
  margin-top: 0;
}
.tmp_mobileshortcuts_v1 .row {
  margin: 0 0 -3px 0px -1px;
}
.tmp_mobileshortcuts_v1 .row > div {
  padding: 0px;
  margin: 0px;
}
.tmp_mobileshortcuts_v1 .row .tmp_mobileshortcuts_v1_shortcut {
  display: block;
  text-align: center;
  padding: 6px 0px;
  border: 1px solid #e5e5e5;
}
.tmp_mobileshortcuts_v1 .row .tmp_mobileshortcuts_v1_shortcut .icon {
  color: #cd1719;
  top: 4px;
}
.body-gewerbe .tmp_mobileshortcuts_v1 .row .tmp_mobileshortcuts_v1_shortcut .icon {
  color: #0075a3;
}
.body-hotel .tmp_mobileshortcuts_v1 .row .tmp_mobileshortcuts_v1_shortcut .icon {
  color: #1d8338;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
table {
  background-color: rgb(241.75, 241.75, 241.75);
}

caption {
  padding-top: 12px 30px;
  padding-bottom: 12px 30px;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 31px;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  background-color: rgb(241.75, 241.75, 241.75);
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px 15px;
  line-height: 1.728571429;
  vertical-align: top;
  border-bottom: 2px solid #fff;
}
@media (min-width: 992px) {
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 20px 30px;
  }
}
.table > thead > tr:nth-of-type(odd),
.table > tbody > tr:nth-of-type(odd),
.table > tfoot > tr:nth-of-type(odd) {
  background-color: #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  color: #fff;
  background: #cd1719;
  font-weight: 700;
  padding: 15px 15px;
}
@media (min-width: 992px) {
  .table > thead > tr > th {
    padding: 20px 30px;
  }
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #fff;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5e5e5;
}

.table-hover > tbody > tr:hover {
  background-color: #b2b2b2;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 23.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #fff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-responsive-scroll {
  display: none;
  text-align: center;
}
.table-responsive-scroll .icon-touch {
  font-size: 40px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tooltip {
  position: absolute;
  z-index: 200;
  display: block;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.728571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_menuedropdown_v1_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
  display: none;
  opacity: 0;
}
.tmp_menuedropdown_v1_overlay .overlay-bg {
  background: url("/fileadmin/basic/images/bg-menu-privat.jpg") no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.body-gewerbe .tmp_menuedropdown_v1_overlay .overlay-bg {
  background: url("/fileadmin/basic/images/bg-menu-gewerbe.jpg") no-repeat bottom center;
  background-size: cover;
}
.body-hotel .tmp_menuedropdown_v1_overlay .overlay-bg {
  background: url("/fileadmin/basic/images/bg-menu-hotel.jpg") no-repeat bottom center;
  background-size: cover;
}
.tmp_menuedropdown_v1_overlay .overlay-gradient {
  position: absolute;
  top: 100px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#80FFFFFF", GradientType=0);
}

.tmp_menuedropdown_v1 {
  float: right;
}
.tmp_menuedropdown_v1 > ul {
  margin: 0;
}
.tmp_menuedropdown_v1 > ul > li {
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 120px;
  position: relative;
  font-weight: 700;
  -webkit-transition: line-height ease-in-out 0.3s;
  -o-transition: line-height ease-in-out 0.3s;
  transition: line-height ease-in-out 0.3s;
}
@media (min-width: 1600px) {
  .tmp_menuedropdown_v1 > ul > li {
    line-height: 140px;
  }
}
.tmp_menuedropdown_v1 > ul > li:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #cd1719;
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li:after {
  background: #0075a3;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li:after {
  background: #1d8338;
}
.tmp_menuedropdown_v1 > ul > li.last a {
  padding-right: 0 !important;
}
.tmp_menuedropdown_v1 > ul > li.last:after {
  background: transparent;
}
.tmp_menuedropdown_v1 > ul > li.active > a {
  color: #cd1719;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li.active > a {
  color: #0075a3;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li.active > a {
  color: #1d8338;
}
.tmp_menuedropdown_v1 > ul > li > a {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #333333;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li > a {
  padding: 0px 20px;
}
.tmp_menuedropdown_v1 > ul > li:hover > a, .tmp_menuedropdown_v1 > ul > li:focus > a {
  color: #cd1719;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li:hover > a, .body-gewerbe .tmp_menuedropdown_v1 > ul > li:focus > a {
  color: #0075a3;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li:hover > a:focus, .body-gewerbe .tmp_menuedropdown_v1 > ul > li:focus > a:focus {
  color: #0075a3;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li:hover > a, .body-hotel .tmp_menuedropdown_v1 > ul > li:focus > a {
  color: #1d8338;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li:hover > a:focus, .body-hotel .tmp_menuedropdown_v1 > ul > li:focus > a:focus {
  color: #1d8338;
}
.tmp_menuedropdown_v1 > ul > li:hover > .dropdownaktiv, .tmp_menuedropdown_v1 > ul > li:focus > .dropdownaktiv {
  opacity: 1;
}
.tmp_menuedropdown_v1 > ul > li.submenu-right ul {
  right: 0;
}
.tmp_menuedropdown_v1 > ul > li > ul {
  padding: 20px;
  display: none;
  position: absolute;
  margin-top: 10px;
  min-width: 300px;
  left: -10px;
}
.tmp_menuedropdown_v1 > ul > li > ul:before {
  content: " ";
  border-left: 3px solid #cd1719;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li > ul:before {
  border-color: #0075a3;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li > ul:before {
  border-color: #1d8338;
}
.tmp_menuedropdown_v1 > ul > li > ul > li {
  line-height: 1.1;
  list-style: none;
  margin: 0;
  padding: 20px 15px 20px 15px;
}
.tmp_menuedropdown_v1 > ul > li > ul > li > a {
  display: block;
  background: none;
  text-decoration: none;
}
.tmp_menuedropdown_v1 > ul > li > ul > li > a:hover {
  opacity: 0.8;
}
.body-gewerbe .tmp_menuedropdown_v1 > ul > li > ul > li > a:hover {
  color: #0075a3;
}
.body-hotel .tmp_menuedropdown_v1 > ul > li > ul > li > a:hover {
  color: #1d8338;
}

@media (min-width: 1200px) {
  .tmp_topwrap_v1_fixed_scrolled .tmp_menuedropdown_v1 > ul > li {
    line-height: 90px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_loading_v1 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(51, 51, 51, 0.1);
  border-right: 5px solid rgba(51, 51, 51, 0.1);
  border-bottom: 5px solid rgba(51, 51, 51, 0.1);
  border-left: 5px solid #cd1719;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.tmp_loading_v1,
.tmp_loading_v1:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .tmp_loading_v1,
  .tmp_loading_v1:after {
    width: 55px;
    height: 55px;
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.kontaktleiste {
  background: #cd1719;
  padding: 5px 0px;
  display: none;
  position: relative;
}
.kontaktleiste .firstscrolldownlink {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: 1;
}
.kontaktleiste .firstscrolldownlink .icon {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  font-size: 35px;
}
.body-gewerbe .kontaktleiste {
  background: #0075a3;
}
.body-hotel .kontaktleiste {
  background: #1d8338;
}
@media (min-width: 768px) {
  .kontaktleiste {
    display: block;
  }
}
.kontaktleiste .btn {
  margin-bottom: 0;
  padding: 0;
  padding-top: 9px;
  margin-left: 35px;
  margin-right: 0;
}
.kontaktleiste .followus img {
  height: 43px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.lightboxitem {
  display: block;
  position: relative;
  background: #cd1719;
  overflow: hidden;
}
.body-gewerbe .lightboxitem {
  background: #0075a3;
}
.body-hotel .lightboxitem {
  background: #1d8338;
}

.tmp_imageeffect_v1 {
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
  background-color: rgba(205, 23, 25, 0.3);
}
.body-gewerbe .tmp_imageeffect_v1 {
  background-color: rgba(0, 117, 163, 0.3);
}
.body-hotel .tmp_imageeffect_v1 {
  background-color: rgba(29, 131, 56, 0.3);
}
.tmp_imageeffect_v1 .tmp_imageeffect_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -70px;
  bottom: -50px;
  background-image: url("/assets/images/imageeffect-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 80%;
  opacity: 0;
}
.tmp_imageeffect_v1 .icon {
  opacity: 0;
  color: #fff;
  left: 50%;
  top: 50%;
  font-size: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.ce-gallery .tmp_imageeffect_v1 .tmp_imageeffect_bg {
  background-size: auto 50%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_menuetouch_v2_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #cd1719;
  z-index: 1999;
  opacity: 0;
  display: none;
}
.body-gewerbe .tmp_menuetouch_v2_overlay {
  background: #0075a3;
}
.body-hotel .tmp_menuetouch_v2_overlay {
  background: #1d8338;
}

.tmp_menuetouch_v2 {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  right: -350px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
.tmp_menuetouch_v2 .tmp_menuetouch_v2_close {
  position: fixed;
  top: 0;
  right: -350px;
  cursor: pointer;
  z-index: 1999;
  background: #cd1719;
  color: #fff;
  width: 300px;
  line-height: 60px;
  text-align: center;
}
.body-gewerbe .tmp_menuetouch_v2 .tmp_menuetouch_v2_close {
  background: #0075a3;
}
.body-hotel .tmp_menuetouch_v2 .tmp_menuetouch_v2_close {
  background: #1d8338;
}
.tmp_menuetouch_v2 ul {
  padding-left: 0;
  padding-top: 60px;
  z-index: 1;
  overflow-x: hidden;
}
.tmp_menuetouch_v2 li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
.tmp_menuetouch_v2 li a,
.tmp_menuetouch_v2 li span {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
.tmp_menuetouch_v2 li a:focus, .tmp_menuetouch_v2 li a:hover,
.tmp_menuetouch_v2 li span:focus,
.tmp_menuetouch_v2 li span:hover {
  color: inherit;
}
.tmp_menuetouch_v2 li.hassub a::after {
  position: absolute;
  right: 10px;
  font-family: iconfont_v1;
  content: "\ea03";
  line-height: 60px;
  font-size: 20px;
}
.tmp_menuetouch_v2 li.hasnosub a::after {
  display: none;
}
.tmp_menuetouch_v2 li span {
  padding-left: 40px;
  color: #333333;
  background: #e5e5e5;
}
.tmp_menuetouch_v2 li span::before {
  position: absolute;
  left: 15px;
  font-family: iconfont_v1;
  content: "\ea02";
  line-height: 60px;
  font-size: 20px;
}
.tmp_menuetouch_v2 .tmp_menuetouch_v2_level_2,
.tmp_menuetouch_v2 .tmp_menuetouch_v2_level_3 {
  display: none;
  position: absolute;
  top: 0;
  right: -300px;
  background: #fff;
  width: 100%;
  height: 100%;
}
.tmp_menuetouch_v2 .bereiche, .tmp_menuetouch_v2 .quality {
  padding: 10px 20px;
}
.tmp_menuetouch_v2 .bereiche span, .tmp_menuetouch_v2 .quality span {
  font-size: 80%;
}
.tmp_menuetouch_v2 .bereiche a, .tmp_menuetouch_v2 .quality a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: rgb(152.5, 152.5, 152.5);
}
.body-privatkunden .tmp_menuetouch_v2 .bereiche .privatkunden, .body-privatkunden .tmp_menuetouch_v2 .quality .privatkunden {
  color: #cd1719;
}
.body-privatkunden .tmp_menuetouch_v2 .bereiche .privatkunden:before, .body-privatkunden .tmp_menuetouch_v2 .quality .privatkunden:before {
  display: block;
}
.body-gewerbe .tmp_menuetouch_v2 .bereiche .gewerbe, .body-gewerbe .tmp_menuetouch_v2 .quality .gewerbe {
  color: #0075a3;
}
.body-gewerbe .tmp_menuetouch_v2 .bereiche .gewerbe:before, .body-gewerbe .tmp_menuetouch_v2 .quality .gewerbe:before {
  display: block;
}
.body-hotel .tmp_menuetouch_v2 .bereiche .hotel, .body-hotel .tmp_menuetouch_v2 .quality .hotel {
  color: #1d8338;
}
.body-hotel .tmp_menuetouch_v2 .bereiche .hotel:before, .body-hotel .tmp_menuetouch_v2 .quality .hotel:before {
  display: block;
}

.tmp_menuetouch_v2_trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  z-index: 200;
  height: 24px;
  margin-top: -12px;
}
.tmp_menuetouch_v2_trigger .iconbar {
  background: #cd1719;
  display: block;
  height: 2px;
  width: 26px;
  margin: 5px 0;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 768px) {
  .tmp_menuetouch_v2_trigger .iconbar {
    height: 3px;
    width: 31px;
  }
}
.body-gewerbe .tmp_menuetouch_v2_trigger .iconbar {
  background: #0075a3;
}
.body-hotel .tmp_menuetouch_v2_trigger .iconbar {
  background: #1d8338;
}
.tmp_menuetouch_v2_trigger:hover .iconbar {
  background: #333333;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
@font-face {
  font-family: "iconfont_v1";
  src: url("font/iconfont_v1.eot");
  src: url("font/iconfont_v1.eot") format("embedded-opentype"), url("font/iconfont_v1.ttf") format("truetype"), url("font/iconfont_v1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "iconfont_v1";
  font-style: normal;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  font-size: 35px;
}
@media (min-width: 768px) {
  .icon {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .icon {
    font-size: 50px;
  }
}
.icon.icon-arrow-d:before {
  content: "\ea01";
}
.icon.icon-arrow-l:before {
  content: "\ea02";
}
.icon.icon-arrow-r:before {
  content: "\ea03";
}
.icon.icon-arrow-u:before {
  content: "\ea04";
}
.icon.icon-camera:before {
  content: "\ea05";
}
.icon.icon-clock:before {
  content: "\ea06";
}
.icon.icon-close:before {
  content: "\ea07";
}
.icon.icon-document:before {
  content: "\ea08";
}
.icon.icon-download:before {
  content: "\ea09";
}
.icon.icon-externalurl:before {
  content: "\ea0a";
}
.icon.icon-faceb:before {
  content: "\ea0b";
}
.icon.icon-goop:before {
  content: "\ea0c";
}
.icon.icon-info:before {
  content: "\ea0d";
}
.icon.icon-inst:before {
  content: "\ea0e";
}
.icon.icon-location:before {
  content: "\ea0f";
}
.icon.icon-magnifier:before {
  content: "\ea10";
}
.icon.icon-mail:before {
  content: "\ea11";
}
.icon.icon-minus:before {
  content: "\ea12";
}
.icon.icon-phone:before {
  content: "\ea13";
}
.icon.icon-plus:before {
  content: "\ea14";
}
.icon.icon-reload:before {
  content: "\ea15";
}
.icon.icon-shopcart:before {
  content: "\ea16";
}
.icon.icon-touch:before {
  content: "\ea17";
}
.icon.icon-twit:before {
  content: "\ea18";
}
.icon.icon-user:before {
  content: "\ea19";
}
.icon.icon-video:before {
  content: "\ea1a";
}
.icon.icon-videostripe:before {
  content: "\ea1b";
}
.icon.icon-weather:before {
  content: "\ea1c";
}
.icon.icon-webcam:before {
  content: "\ea1d";
}
.icon.icon-yout:before {
  content: "\ea1e";
}
.icon.icon-calendar:before {
  content: "\ea1f";
}
.icon.icon-check:before {
  content: "\ea20";
}
.icon.icon-exit-fullscreen:before {
  content: "\ea21";
}
.icon.icon-fit-width:before {
  content: "\ea22";
}
.icon.icon-fullscreen:before {
  content: "\ea23";
}
.icon.icon-magnifier-plus:before {
  content: "\ea24";
}
.icon.icon-magnifier-minus:before {
  content: "\ea25";
}
.icon.icon-pause:before {
  content: "\ea26";
}
.icon.icon-pint:before {
  content: "\ea27";
}
.icon.icon-sha:before {
  content: "\ea28";
}
.icon.icon-thumbnails:before {
  content: "\ea29";
}
.icon.icon-gift:before {
  content: "\ea2a";
}
.icon.icon-bau1:before {
  content: "\ea2b";
}
.icon.icon-bau2:before {
  content: "\ea2c";
}
.icon.icon-bau3:before {
  content: "\ea2d";
}
.icon.icon-erfahrung:before {
  content: "\ea2e";
}
.icon.icon-home:before {
  content: "\ea2f";
}
.icon.icon-mitarbeiter:before {
  content: "\ea30";
}
.icon.icon-newsletter:before {
  content: "\ea31";
}
.icon.icon-whats:before {
  content: "\ea32";
}
.icon.icon-speech:before {
  content: "\ea33";
}

#c13 .icon {
  font-family: "iconfont_v1";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_footer_v1 {
  position: relative;
  overflow: hidden;
  background: #332f2f;
  color: #fff;
  font-size: 18px;
  padding-bottom: 85px;
}
.body-gewerbe .tmp_footer_v1 {
  background: #2f3133;
}
.body-hotel .tmp_footer_v1 {
  background: #2f3330;
}
@media (min-width: 768px) {
  .tmp_footer_v1 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .tmp_footer_v1 {
    padding-bottom: 0;
    background: #332f2f;
  }
}
.tmp_footer_v1 .row {
  height: auto !important;
}
.tmp_footer_v1 .tmp_footer_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.tmp_footer_v1 .tmp_footer_bg .bg_left, .tmp_footer_v1 .tmp_footer_bg .bg_right {
  float: left;
  height: 100%;
  width: 50%;
}
.tmp_footer_v1 .tmp_footer_bg .bg_left {
  background: #2c2929;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_bg .bg_left {
  background: #292b2c;
}
.body-hotel .tmp_footer_v1 .tmp_footer_bg .bg_left {
  background: #292c29;
}
.tmp_footer_v1 .tmp_footer_bg .bg_right {
  background: #332f2f;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_bg .bg_right {
  background: #2f3133;
}
.body-hotel .tmp_footer_v1 .tmp_footer_bg .bg_right {
  background: #2f3330;
}
.tmp_footer_v1 > .container .row {
  margin-left: -30px;
  margin-right: -30px;
}
.tmp_footer_v1 .tmp_footer_col_address,
.tmp_footer_v1 .tmp_footer_col_links_1,
.tmp_footer_v1 .tmp_footer_col_links_2,
.tmp_footer_v1 .tmp_footer_col_newsletter {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 0;
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_col_address,
  .tmp_footer_v1 .tmp_footer_col_links_1,
  .tmp_footer_v1 .tmp_footer_col_links_2,
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    max-width: none;
    padding: 50px 30px 35px;
  }
}
@media (min-width: 992px) {
  .tmp_footer_v1 .tmp_footer_col_address,
  .tmp_footer_v1 .tmp_footer_col_links_1,
  .tmp_footer_v1 .tmp_footer_col_links_2,
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    padding: 40px 30px 25px;
  }
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_address,
  .tmp_footer_v1 .tmp_footer_col_links_1,
  .tmp_footer_v1 .tmp_footer_col_links_2,
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    padding: 80px 30px 55px;
  }
}
@media (max-width: 991px) {
  .tmp_footer_v1 .tmp_footer_col_address,
  .tmp_footer_v1 .tmp_footer_col_links_1,
  .tmp_footer_v1 .tmp_footer_col_links_2,
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    height: auto !important;
  }
}
.tmp_footer_v1 .tmp_footer_col_address,
.tmp_footer_v1 .tmp_footer_col_links_2,
.tmp_footer_v1 .tmp_footer_col_links_1,
.tmp_footer_v1 .tmp_footer_col_newsletter {
  text-align: center;
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_col_address,
  .tmp_footer_v1 .tmp_footer_col_links_2,
  .tmp_footer_v1 .tmp_footer_col_links_1,
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    text-align: left;
  }
}
.tmp_footer_v1 .tmp_footer_col_links_1 {
  background: #332f2f;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_links_1 {
  background: #2f3133;
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_links_1 {
  background: #2f3330;
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_links_1 {
    padding-left: 50px;
  }
}
.tmp_footer_v1 .tmp_footer_col_links_2 {
  background: #332f2f;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_links_2 {
  background: #2f3133;
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_links_2 {
  background: #2f3330;
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_links_2 {
    padding: 65px 30px 40px;
  }
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_col_links_2 .inner {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .tmp_footer_v1 .tmp_footer_col_links_2 .inner {
    height: 100%;
    margin-right: -30px;
    margin-top: -10px;
    padding: 5px 30px 15px 0;
    border-right: 1px solid rgb(72.2815789474, 63.9184210526, 63.9184210526);
  }
  .body-gewerbe .tmp_footer_v1 .tmp_footer_col_links_2 .inner {
    border-color: rgb(89.1397260274, 99.1452054795, 110.0602739726);
  }
  .body-hotel .tmp_footer_v1 .tmp_footer_col_links_2 .inner {
    border-color: rgb(70.8284518828, 76.3715481172, 72.060251046);
  }
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_links_2 .inner {
    margin-top: 0;
  }
}
.tmp_footer_v1 a {
  color: #fff;
  text-decoration: none;
}
.tmp_footer_v1 .tmp_footer_v1_address strong {
  display: block;
  font-size: 150%;
  margin-bottom: 25px;
  margin-top: -5px;
  line-height: 1.1;
}
.tmp_footer_v1 .tmp_footer_v1_address .tmp_footer_v1_menu {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_v1_address .tmp_footer_v1_menu {
    margin-top: 30px;
  }
}
.tmp_footer_v1 .tmp_footer_v1_menu .hint {
  font-weight: 700;
  color: #796b6b;
  font-size: 90%;
  margin-bottom: 9px;
  margin-top: -5px;
  display: block;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_v1_menu .hint {
  color: #86919d;
}
.body-hotel .tmp_footer_v1 .tmp_footer_v1_menu .hint {
  color: #737c75;
}
.tmp_footer_v1 .tmp_footer_v1_menu a {
  display: block;
  color: #796b6b;
  font-weight: 700;
  margin-top: 11px;
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_v1_menu a {
  color: #86919d;
}
.body-hotel .tmp_footer_v1 .tmp_footer_v1_menu a {
  color: #737c75;
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_v1_menu a {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.tmp_footer_v1 .tmp_footer_v1_menu a:hover, .tmp_footer_v1 .tmp_footer_v1_menu a:focus {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: rgb(191.25, 191.25, 191.25);
}
.tmp_footer_v1 .tmp_footer_v1_menu strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: normal;
}
.tmp_footer_v1 .tmp_footer_v1_menu strong a {
  color: #fff;
}
.tmp_footer_v1 .tmp_footer_v1_socials {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tmp_footer_v1 .tmp_footer_v1_socials {
    border-bottom: 1px solid rgb(72.2815789474, 63.9184210526, 63.9184210526);
  }
  .body-gewerbe .tmp_footer_v1 .tmp_footer_v1_socials {
    border-color: rgb(89.1397260274, 99.1452054795, 110.0602739726);
  }
  .body-hotel .tmp_footer_v1 .tmp_footer_v1_socials {
    border-color: rgb(70.8284518828, 76.3715481172, 72.060251046);
  }
}
.tmp_footer_v1 .tmp_footer_v1_socials a {
  display: block;
  font-weight: 700;
}
.tmp_footer_v1 .tmp_footer_v1_socials .icon {
  color: #fff;
  font-size: 30px;
  top: 9px;
  left: -5px;
}
.tmp_footer_v1 .tmp_footer_v1_qualitaetssiegel {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_newsletter {
    padding-right: 0;
  }
}
.tmp_footer_v1 .tmp_footer_col_newsletter hr {
  border-top: 1px solid rgb(72.2815789474, 63.9184210526, 63.9184210526);
  margin-top: -40px;
  margin-bottom: 40px;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_newsletter hr {
  border-color: rgb(89.1397260274, 99.1452054795, 110.0602739726);
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_newsletter hr {
  border-color: rgb(70.8284518828, 76.3715481172, 72.060251046);
}
.tmp_footer_v1 .tmp_footer_col_newsletter strong {
  display: block;
  font-size: 120%;
  margin-bottom: 15px;
}
.tmp_footer_v1 .tmp_footer_col_newsletter p {
  color: #796b6b;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_newsletter p {
  color: #86919d;
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_newsletter p {
  color: #737c75;
}
.tmp_footer_v1 .tmp_footer_col_newsletter form {
  margin-top: 15px;
}
.tmp_footer_v1 .tmp_footer_col_newsletter #email {
  float: left;
  width: 70%;
  margin-right: 2%;
  background: #2c2929;
  color: #fff;
  border: none;
}
.tmp_footer_v1 .tmp_footer_col_newsletter #email::placeholder {
  color: #796b6b;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_newsletter #email::placeholder {
  color: #86919d;
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_newsletter #email::placeholder {
  color: #737c75;
}
.tmp_footer_v1 .tmp_footer_col_newsletter button {
  float: left;
  width: 28%;
  background: #cd1719;
  border: none;
}
.body-gewerbe .tmp_footer_v1 .tmp_footer_col_newsletter button {
  background: #0075a3;
}
.body-hotel .tmp_footer_v1 .tmp_footer_col_newsletter button {
  background: #1d8338;
}
.tmp_footer_v1 .tmp_footer_col_newsletter button[disabled] {
  opacity: 0.4;
}
.tmp_footer_v1 .tmp_footer_col_newsletter button .icon {
  color: #fff;
  top: -2px;
  left: 1px;
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .tmp_footer_col_newsletter button .icon {
    top: 0px;
    left: 0px;
    font-size: 35px;
  }
}
@media (min-width: 1500px) {
  .tmp_footer_v1 .tmp_footer_col_newsletter button .icon {
    left: 0;
  }
}
.tmp_footer_v1 .btn {
  border: 3px solid #fff;
  padding: 8px 10px;
  margin-top: 20px;
  margin-right: 0px;
  font-size: 17px;
}
@media (min-width: 1500px) {
  .tmp_footer_v1 .btn {
    padding: 8px 14px;
    font-size: 18px;
  }
}
.tmp_footer_v1 .checkbox {
  font-size: 85%;
  line-height: 1.2;
  color: #796b6b;
}
@media (min-width: 992px) {
  .tmp_footer_v1 .checkbox {
    margin-bottom: 20px;
  }
}
.body-gewerbe .tmp_footer_v1 .checkbox {
  color: #86919d;
}
.body-hotel .tmp_footer_v1 .checkbox {
  color: #737c75;
}
.tmp_footer_v1 .checkbox label {
  padding-left: 30px;
}
.tmp_footer_v1 .checkbox label a {
  text-decoration: underline;
}
.tmp_footer_v1 .checkbox .check {
  top: 0px;
  border-color: #796b6b;
}
@media (min-width: 1200px) {
  .tmp_footer_v1 .checkbox .check {
    top: 3px;
  }
}
.body-gewerbe .tmp_footer_v1 .checkbox .check {
  border-color: #86919d;
}
.body-hotel .tmp_footer_v1 .checkbox .check {
  border-color: #737c75;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #EEEEEE;
  color: #444444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #A94442;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1E5799;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1E5799;
  box-shadow: #1E5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #A94442 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 31px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

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: 7px;
  font-size: 18px;
  line-height: 1.728571429;
  color: #333333;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  line-height: 1.728571429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgba(205, 23, 25, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 23, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(205, 23, 25, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #e5e5e5;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  .form-control {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-control {
    height: 52px;
  }
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@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: 45px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 36px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 31px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 49px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 47px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px;
}

select.input-lg {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 54px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 56.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  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: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

@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: 3px;
    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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 38px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 3px;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

.radio {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .radio {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
}
.radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio label {
  display: block;
  position: relative;
  padding: 1px 0 0 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.radio .check {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
@media (min-width: 768px) {
  .radio .check {
    top: 5px;
  }
}
.radio .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.radio input[type=radio]:checked ~ .check::before {
  background: #cd1719;
}

.checkbox {
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .checkbox {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
}
.checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.checkbox label {
  display: block;
  position: relative;
  padding: 1px 0 0 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.checkbox .check {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
@media (min-width: 768px) {
  .checkbox .check {
    top: 5px;
  }
}
.checkbox .check .icon {
  top: -10px;
  left: -4px;
  font-size: 32px;
  color: #cd1719;
  opacity: 0;
}
.body-gewerbe .checkbox .check .icon {
  color: #0075a3;
}
.body-hotel .checkbox .check .icon {
  color: #1d8338;
}
@media (min-width: 768px) {
  .checkbox .check .icon {
    top: -12px;
    font-size: 34px;
  }
}
.checkbox input[type=checkbox]:checked ~ .check .icon {
  opacity: 1;
}

.list .radio,
.list .checkbox {
  width: 100%;
}

.powermail_fieldwrap {
  position: relative;
  margin-bottom: 35px;
}

input.powermail_field_error {
  border: 1px solid #ae0f1a;
}

label.powermail_field_error {
  color: #ae0f1a;
}

.powermail_message_error {
  padding: 30px;
  color: #fff;
  background: #ae0f1a;
  border-radius: 0px;
}
.powermail_message_error h2 {
  margin-top: 0;
  font-weight: 300;
}
.powermail_message_error li {
  list-style: none;
}

.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-ms-expand {
  display: none;
}

.date,
.select {
  position: relative;
}
.date .icon,
.select .icon {
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 0px;
  border: 2px solid #fff;
  height: 41px;
  line-height: 45px;
  background: #cd1719;
  color: #fff !important;
  font-size: 20px;
  padding: 0 5px;
}
.body-hotel .date .icon,
.body-hotel .select .icon {
  background: #1d8338;
}
.body-gewerbe .date .icon,
.body-gewerbe .select .icon {
  background: #0075a3;
}
@media (min-width: 768px) {
  .date .icon,
  .select .icon {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .date .icon,
  .select .icon {
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .date .icon,
  .select .icon {
    padding: 0 5px;
    height: 48px;
    line-height: 48px;
  }
}
.date .icon:before,
.select .icon:before {
  position: relative;
  top: -4px;
}
@media (min-width: 992px) {
  .date .icon:before,
  .select .icon:before {
    top: -2px;
  }
}

form .form-control-feedback {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
  font-size: 25px;
  top: 33px;
}
@media (min-width: 768px) {
  form .form-control-feedback {
    top: 40px;
  }
}
@media (min-width: 992px) {
  form .form-control-feedback {
    font-size: 30px;
    right: 6px;
    top: 45px;
  }
}

form .checkbox .form-control-feedback {
  right: -45px;
  top: 0;
}

.has-error .form-control {
  border-color: #cd1719;
}
.has-error .icon {
  color: #cd1719;
}

.has-success .icon {
  color: #1d8338;
}

.error.help-block {
  position: absolute;
  font-size: 80%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.row.textpic h1 {
  margin-top: 0 !important;
}

.ce-gallery .row {
  margin: -5px;
}
.ce-gallery .row > div {
  padding: 5px;
}
.ce-gallery .row > div img {
  width: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.dropup,
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  margin: 18px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border-top: 8px solid #cd1719;
  -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .dropdown-menu {
    padding: 15px 0;
  }
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14.5px 0;
  overflow: hidden;
  background-color: white;
  margin: 4px 0px;
}
@media (min-width: 768px) {
  .dropdown-menu .divider {
    margin: 11px 0px;
  }
}
.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 40px 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.728571429;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .dropdown-menu li > a {
    padding: 3px 50px 3px 30px;
  }
}
.dropdown-menu .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #cd1719;
  top: -18px;
  left: 10px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #e5e5e5;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: text;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: -15px;
}
.dropdown-menu-right .triangle {
  top: -18px;
  right: 13px;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu-right .triangle {
    right: 12px;
  }
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.dropup .triangle,
.navbar-fixed-bottom .dropdown .triangle {
  bottom: -18px !important;
  top: auto !important;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-top: 10px solid #cd1719;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 20px;
  border-top: none;
  border-bottom: 8px solid #cd1719;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
html, body {
  height: 100.2%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.728571429;
  color: #333333;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

b,
strong {
  font-weight: 700;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #cd1719;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  display: block;
  font-weight: normal;
  line-height: 1.528571429;
  margin-top: 5.1666666667px;
  color: #cd1719;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 10.5px;
}
@media (min-width: 992px) {
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 31px;
    margin-bottom: 15.5px;
  }
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 29px;
  }
}

h3, .h3 {
  font-size: 21px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 27px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 17px;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}

.ce-textpic h1, .ce-textpic h2, .ce-textpic h3, .ce-textpic h4, .ce-textpic h5, .ce-textpic h6 {
  margin-top: 0;
}

p {
  margin: 0 0 15.5px;
}

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

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

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

small,
.small {
  font-size: 88%;
}

.page-header {
  margin-top: 31px;
  margin-bottom: 15.5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 15.5px;
}
ul ul,
ul ol,
ol ul,
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-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 31px;
}

dt,
dd {
  line-height: 1.728571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .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;
  }
}

.layout_1_home .maincontent {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .maincontent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.maincontent ul {
  padding-left: 0;
}

.wrapper-border {
  padding: 25px;
  border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .wrapper-border {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .wrapper-border {
    padding: 50px;
  }
}
@media (min-width: 1380px) {
  .wrapper-border {
    padding: 70px;
  }
}
.wrapper-border h2 {
  margin: 0;
  text-align: center;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .wrapper-border h2 {
    margin-bottom: 0;
    position: absolute;
    top: -13px;
  }
}
@media (min-width: 992px) {
  .wrapper-border h2 {
    top: -16px;
  }
}
@media (min-width: 480px) {
  .wrapper-border h2 .inner {
    background: #fff;
    padding: 0px 20px;
  }
}

.maincontent ul {
  margin: 0;
  padding: 0 0 15px 15px;
}
.maincontent ul li {
  padding: 0;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.maincontent ul li:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background: #cd1719;
  left: 0px;
  top: 13px;
  margin-top: -4px;
  border-radius: 50%;
}
.body-gewerbe .maincontent ul li:before {
  background: #0075a3;
}
.body-hotel .maincontent ul li:before {
  background: #1d8338;
}
.maincontent ul.check-list li {
  position: relative;
  margin: 8px 0px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .maincontent ul.check-list li {
    margin: 13px 0px;
  }
}
.maincontent ul.check-list li:before {
  position: absolute;
  left: -5px;
  top: -13px;
  font-family: "iconfont_v1";
  content: "\ea20";
  color: #cd1719;
  background: none;
  margin: 0;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .maincontent ul.check-list li:before {
    font-size: 35px;
    top: -15px;
    left: -7px;
  }
}

.spacer_top_medium {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .spacer_top_medium {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .spacer_top_medium {
    margin-top: 50px;
  }
}

.spacer_bottom_medium {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .spacer_bottom_medium {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .spacer_bottom_medium {
    margin-bottom: 50px;
  }
}

#uid-118 .check-list {
  padding-top: 10px;
  padding-bottom: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.tmp_cookiehinweis_v1 {
  display: none;
  bottom: -200px;
  position: fixed;
  z-index: 200;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 15px 0px;
  font-size: 90%;
}
.tmp_cookiehinweis_v1 a {
  color: #fff;
}
.tmp_cookiehinweis_v1 .btn {
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .tmp_cookiehinweis_v1 .btn {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .tmp_cookiehinweis_v1 .btn {
    margin-top: 11px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.thh_fixedbuttons {
  position: fixed;
  bottom: -60px;
  right: 0;
  z-index: 1000;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.thh_fixedbuttons.active {
  bottom: 0;
}
.thh_fixedbuttons .button {
  display: block;
  float: left;
  background: #cd1719;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  height: 38px;
  padding: 7px;
  min-width: 30px;
  cursor: pointer;
  margin-right: 2px;
}
@media (min-width: 1200px) {
  .thh_fixedbuttons .button {
    height: 52px;
    min-width: 60px;
    padding: 10px 15px;
  }
}
.body-gewerbe .thh_fixedbuttons .button {
  background: #0075a3;
}
.body-hotel .thh_fixedbuttons .button {
  background: #1d8338;
}
.thh_fixedbuttons .button .icon {
  color: #fff;
  font-size: 25px;
  top: 0;
}
@media (min-width: 1200px) {
  .thh_fixedbuttons .button .icon {
    top: 2px;
    font-size: 30px;
  }
}
.thh_fixedbuttons .button .button-text {
  display: inline-block;
  top: -7px;
  position: relative;
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .thh_fixedbuttons .button .button-text {
    padding: 0 10px;
  }
}
.thh_fixedbuttons .button.button-extension-back .button-text {
  top: 3px;
}
.thh_fixedbuttons .button.termin {
  background: #208239;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.thh_breadcrumb {
  padding: 5px 0px;
  line-height: 43px;
  background: #cd1719;
  color: #fff;
}
.body-gewerbe .thh_breadcrumb {
  background: #0075a3;
}
.body-hotel .thh_breadcrumb {
  background: #1d8338;
}
.thh_breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.thh_breadcrumb a:hover, .thh_breadcrumb a:focus {
  color: #fff;
  text-decoration: underline;
}
.thh_breadcrumb .current {
  font-weight: 700;
}
@media (max-width: 767px) {
  .thh_breadcrumb .breadcrumb-wrap {
    overflow-x: scroll;
  }
}
.thh_breadcrumb ul {
  margin: 0;
  padding: 0;
  height: 43px;
}
.thh_breadcrumb ul li {
  display: inline;
  float: left;
  padding-right: 7px;
}
.thh_breadcrumb ul li:after {
  content: ">";
  color: #fff;
  padding-left: 5px;
}
.thh_breadcrumb ul li:last-child:after {
  display: none;
}
.thh_breadcrumb .col-sm-4 {
  text-align: right;
}
.thh_breadcrumb .followus {
  float: right;
}
.thh_breadcrumb .followus img {
  height: 43px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
button:focus {
  outline: 0 !important;
}

.btn {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 14px;
  line-height: 1;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .btn {
    padding: 12px 18px;
    line-height: 1;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 16px 30px;
    line-height: 1;
    border-radius: 0;
  }
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
  outline: 0 !important;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-sm {
  margin: 0;
  padding: 8px 14px;
  line-height: 1;
  border-radius: 0;
}
.btn-sm.btn-icon {
  padding-right: 0px;
}
.btn-sm.btn-icon .icon {
  font-size: 20px;
  top: -14px;
  right: 5px;
  margin-right: 14px;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-icon {
  padding-right: 14px;
}
@media (min-width: 768px) {
  .btn-icon {
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .btn-icon {
    padding-right: 30px;
  }
}
.btn-icon .icon {
  color: #fff;
  position: relative;
  width: 10px;
  margin-right: 14px;
  top: -20px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .btn-icon .icon {
    top: -20px;
    font-size: 30px;
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .btn-icon .icon {
    top: -23px;
    font-size: 35px;
    margin-right: 30px;
  }
}
.btn-icon .icon:before {
  position: absolute;
}
.btn-icon.btn-icon-left .icon {
  left: -10px;
}

.btn-primary {
  color: #fff;
  background-color: #cd1719;
  border-color: #cd1719;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: rgb(159.1447368421, 17.8552631579, 19.4078947368);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(159.1447368421, 17.8552631579, 19.4078947368);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(127.0460526316, 14.2539473684, 15.4934210526);
  border-color: rgb(90.3618421053, 10.1381578947, 11.0197368421);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #cd1719;
  border-color: #cd1719;
}
.btn-primary .badge {
  color: #cd1719;
  background-color: #fff;
}
.body-gewerbe .btn-primary {
  color: #fff;
  background-color: #0075a3;
  border-color: #0075a3;
}
.body-gewerbe .btn-primary:hover, .body-gewerbe .btn-primary:focus {
  color: #fff;
  background-color: rgb(0, 80.3926380368, 112);
  border-color: rgb(0, 73.0711656442, 101.8);
}
.body-gewerbe .btn-primary:active, .body-gewerbe .btn-primary.active, .open > .body-gewerbe .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 80.3926380368, 112);
  border-color: rgb(0, 73.0711656442, 101.8);
}
.body-gewerbe .btn-primary:active:hover, .body-gewerbe .btn-primary:active:focus, .body-gewerbe .btn-primary:active.focus, .body-gewerbe .btn-primary.active:hover, .body-gewerbe .btn-primary.active:focus, .body-gewerbe .btn-primary.active.focus, .open > .body-gewerbe .btn-primary.dropdown-toggle:hover, .open > .body-gewerbe .btn-primary.dropdown-toggle:focus, .open > .body-gewerbe .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(0, 54.7674846626, 76.3);
  border-color: rgb(0, 25.481595092, 35.5);
}
.body-gewerbe .btn-primary:active, .body-gewerbe .btn-primary.active, .open > .body-gewerbe .btn-primary.dropdown-toggle {
  background-image: none;
}
.body-gewerbe .btn-primary.disabled:hover, .body-gewerbe .btn-primary.disabled:focus, .body-gewerbe .btn-primary.disabled.focus, .body-gewerbe .btn-primary[disabled]:hover, .body-gewerbe .btn-primary[disabled]:focus, .body-gewerbe .btn-primary[disabled].focus, fieldset[disabled] .body-gewerbe .btn-primary:hover, fieldset[disabled] .body-gewerbe .btn-primary:focus, fieldset[disabled] .body-gewerbe .btn-primary.focus {
  background-color: #0075a3;
  border-color: #0075a3;
}
.body-gewerbe .btn-primary .badge {
  color: #0075a3;
  background-color: #fff;
}
.body-hotel .btn-primary {
  color: #fff;
  background-color: #1d8338;
  border-color: #1d8338;
}
.body-hotel .btn-primary:hover, .body-hotel .btn-primary:focus {
  color: #fff;
  background-color: rgb(19.75625, 89.24375, 38.15);
  border-color: rgb(17.9075, 80.8925, 34.58);
}
.body-hotel .btn-primary:active, .body-hotel .btn-primary.active, .open > .body-hotel .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.75625, 89.24375, 38.15);
  border-color: rgb(17.9075, 80.8925, 34.58);
}
.body-hotel .btn-primary:active:hover, .body-hotel .btn-primary:active:focus, .body-hotel .btn-primary:active.focus, .body-hotel .btn-primary.active:hover, .body-hotel .btn-primary.active:focus, .body-hotel .btn-primary.active.focus, .open > .body-hotel .btn-primary.dropdown-toggle:hover, .open > .body-hotel .btn-primary.dropdown-toggle:focus, .open > .body-hotel .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(13.285625, 60.014375, 25.655);
  border-color: rgb(5.890625, 26.609375, 11.375);
}
.body-hotel .btn-primary:active, .body-hotel .btn-primary.active, .open > .body-hotel .btn-primary.dropdown-toggle {
  background-image: none;
}
.body-hotel .btn-primary.disabled:hover, .body-hotel .btn-primary.disabled:focus, .body-hotel .btn-primary.disabled.focus, .body-hotel .btn-primary[disabled]:hover, .body-hotel .btn-primary[disabled]:focus, .body-hotel .btn-primary[disabled].focus, fieldset[disabled] .body-hotel .btn-primary:hover, fieldset[disabled] .body-hotel .btn-primary:focus, fieldset[disabled] .body-hotel .btn-primary.focus {
  background-color: #1d8338;
  border-color: #1d8338;
}
.body-hotel .btn-primary .badge {
  color: #1d8338;
  background-color: #fff;
}

.btn-primary-bordered {
  color: #cd1719;
  background-color: transparent;
  border-color: #cd1719;
}
.btn-primary-bordered:hover, .btn-primary-bordered:focus {
  color: #cd1719;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-primary-bordered:active, .btn-primary-bordered.active, .open > .btn-primary-bordered.dropdown-toggle {
  color: #cd1719;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-primary-bordered:active:hover, .btn-primary-bordered:active:focus, .btn-primary-bordered:active.focus, .btn-primary-bordered.active:hover, .btn-primary-bordered.active:focus, .btn-primary-bordered.active.focus, .open > .btn-primary-bordered.dropdown-toggle:hover, .open > .btn-primary-bordered.dropdown-toggle:focus, .open > .btn-primary-bordered.dropdown-toggle.focus {
  color: #cd1719;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(90.3618421053, 10.1381578947, 11.0197368421);
}
.btn-primary-bordered:active, .btn-primary-bordered.active, .open > .btn-primary-bordered.dropdown-toggle {
  background-image: none;
}
.btn-primary-bordered.disabled:hover, .btn-primary-bordered.disabled:focus, .btn-primary-bordered.disabled.focus, .btn-primary-bordered[disabled]:hover, .btn-primary-bordered[disabled]:focus, .btn-primary-bordered[disabled].focus, fieldset[disabled] .btn-primary-bordered:hover, fieldset[disabled] .btn-primary-bordered:focus, fieldset[disabled] .btn-primary-bordered.focus {
  background-color: transparent;
  border-color: #cd1719;
}
.btn-primary-bordered .badge {
  color: transparent;
  background-color: #cd1719;
}
.body-gewerbe .btn-primary-bordered {
  color: #0075a3;
  background-color: transparent;
  border-color: #0075a3;
}
.body-gewerbe .btn-primary-bordered:hover, .body-gewerbe .btn-primary-bordered:focus {
  color: #0075a3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 73.0711656442, 101.8);
}
.body-gewerbe .btn-primary-bordered:active, .body-gewerbe .btn-primary-bordered.active, .open > .body-gewerbe .btn-primary-bordered.dropdown-toggle {
  color: #0075a3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 73.0711656442, 101.8);
}
.body-gewerbe .btn-primary-bordered:active:hover, .body-gewerbe .btn-primary-bordered:active:focus, .body-gewerbe .btn-primary-bordered:active.focus, .body-gewerbe .btn-primary-bordered.active:hover, .body-gewerbe .btn-primary-bordered.active:focus, .body-gewerbe .btn-primary-bordered.active.focus, .open > .body-gewerbe .btn-primary-bordered.dropdown-toggle:hover, .open > .body-gewerbe .btn-primary-bordered.dropdown-toggle:focus, .open > .body-gewerbe .btn-primary-bordered.dropdown-toggle.focus {
  color: #0075a3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(0, 25.481595092, 35.5);
}
.body-gewerbe .btn-primary-bordered:active, .body-gewerbe .btn-primary-bordered.active, .open > .body-gewerbe .btn-primary-bordered.dropdown-toggle {
  background-image: none;
}
.body-gewerbe .btn-primary-bordered.disabled:hover, .body-gewerbe .btn-primary-bordered.disabled:focus, .body-gewerbe .btn-primary-bordered.disabled.focus, .body-gewerbe .btn-primary-bordered[disabled]:hover, .body-gewerbe .btn-primary-bordered[disabled]:focus, .body-gewerbe .btn-primary-bordered[disabled].focus, fieldset[disabled] .body-gewerbe .btn-primary-bordered:hover, fieldset[disabled] .body-gewerbe .btn-primary-bordered:focus, fieldset[disabled] .body-gewerbe .btn-primary-bordered.focus {
  background-color: transparent;
  border-color: #0075a3;
}
.body-gewerbe .btn-primary-bordered .badge {
  color: transparent;
  background-color: #0075a3;
}
.body-hotel .btn-primary-bordered {
  color: #1d8338;
  background-color: transparent;
  border-color: #1d8338;
}
.body-hotel .btn-primary-bordered:hover, .body-hotel .btn-primary-bordered:focus {
  color: #1d8338;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(17.9075, 80.8925, 34.58);
}
.body-hotel .btn-primary-bordered:active, .body-hotel .btn-primary-bordered.active, .open > .body-hotel .btn-primary-bordered.dropdown-toggle {
  color: #1d8338;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(17.9075, 80.8925, 34.58);
}
.body-hotel .btn-primary-bordered:active:hover, .body-hotel .btn-primary-bordered:active:focus, .body-hotel .btn-primary-bordered:active.focus, .body-hotel .btn-primary-bordered.active:hover, .body-hotel .btn-primary-bordered.active:focus, .body-hotel .btn-primary-bordered.active.focus, .open > .body-hotel .btn-primary-bordered.dropdown-toggle:hover, .open > .body-hotel .btn-primary-bordered.dropdown-toggle:focus, .open > .body-hotel .btn-primary-bordered.dropdown-toggle.focus {
  color: #1d8338;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(5.890625, 26.609375, 11.375);
}
.body-hotel .btn-primary-bordered:active, .body-hotel .btn-primary-bordered.active, .open > .body-hotel .btn-primary-bordered.dropdown-toggle {
  background-image: none;
}
.body-hotel .btn-primary-bordered.disabled:hover, .body-hotel .btn-primary-bordered.disabled:focus, .body-hotel .btn-primary-bordered.disabled.focus, .body-hotel .btn-primary-bordered[disabled]:hover, .body-hotel .btn-primary-bordered[disabled]:focus, .body-hotel .btn-primary-bordered[disabled].focus, fieldset[disabled] .body-hotel .btn-primary-bordered:hover, fieldset[disabled] .body-hotel .btn-primary-bordered:focus, fieldset[disabled] .body-hotel .btn-primary-bordered.focus {
  background-color: transparent;
  border-color: #1d8338;
}
.body-hotel .btn-primary-bordered .badge {
  color: transparent;
  background-color: #1d8338;
}

.btn-buchen,
.btn-anfragen,
.btn-telefon,
.btn-arrow-r {
  color: #fff;
  background-color: #cd1719;
  border-color: #cd1719;
}
.btn-buchen:hover, .btn-buchen:focus,
.btn-anfragen:hover,
.btn-anfragen:focus,
.btn-telefon:hover,
.btn-telefon:focus,
.btn-arrow-r:hover,
.btn-arrow-r:focus {
  color: #fff;
  background-color: rgb(159.1447368421, 17.8552631579, 19.4078947368);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-buchen:active, .btn-buchen.active, .open > .btn-buchen.dropdown-toggle,
.btn-anfragen:active,
.btn-anfragen.active,
.open > .btn-anfragen.dropdown-toggle,
.btn-telefon:active,
.btn-telefon.active,
.open > .btn-telefon.dropdown-toggle,
.btn-arrow-r:active,
.btn-arrow-r.active,
.open > .btn-arrow-r.dropdown-toggle {
  color: #fff;
  background-color: rgb(159.1447368421, 17.8552631579, 19.4078947368);
  border-color: rgb(149.9736842105, 16.8263157895, 18.2894736842);
}
.btn-buchen:active:hover, .btn-buchen:active:focus, .btn-buchen:active.focus, .btn-buchen.active:hover, .btn-buchen.active:focus, .btn-buchen.active.focus, .open > .btn-buchen.dropdown-toggle:hover, .open > .btn-buchen.dropdown-toggle:focus, .open > .btn-buchen.dropdown-toggle.focus,
.btn-anfragen:active:hover,
.btn-anfragen:active:focus,
.btn-anfragen:active.focus,
.btn-anfragen.active:hover,
.btn-anfragen.active:focus,
.btn-anfragen.active.focus,
.open > .btn-anfragen.dropdown-toggle:hover,
.open > .btn-anfragen.dropdown-toggle:focus,
.open > .btn-anfragen.dropdown-toggle.focus,
.btn-telefon:active:hover,
.btn-telefon:active:focus,
.btn-telefon:active.focus,
.btn-telefon.active:hover,
.btn-telefon.active:focus,
.btn-telefon.active.focus,
.open > .btn-telefon.dropdown-toggle:hover,
.open > .btn-telefon.dropdown-toggle:focus,
.open > .btn-telefon.dropdown-toggle.focus,
.btn-arrow-r:active:hover,
.btn-arrow-r:active:focus,
.btn-arrow-r:active.focus,
.btn-arrow-r.active:hover,
.btn-arrow-r.active:focus,
.btn-arrow-r.active.focus,
.open > .btn-arrow-r.dropdown-toggle:hover,
.open > .btn-arrow-r.dropdown-toggle:focus,
.open > .btn-arrow-r.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(127.0460526316, 14.2539473684, 15.4934210526);
  border-color: rgb(90.3618421053, 10.1381578947, 11.0197368421);
}
.btn-buchen:active, .btn-buchen.active, .open > .btn-buchen.dropdown-toggle,
.btn-anfragen:active,
.btn-anfragen.active,
.open > .btn-anfragen.dropdown-toggle,
.btn-telefon:active,
.btn-telefon.active,
.open > .btn-telefon.dropdown-toggle,
.btn-arrow-r:active,
.btn-arrow-r.active,
.open > .btn-arrow-r.dropdown-toggle {
  background-image: none;
}
.btn-buchen.disabled:hover, .btn-buchen.disabled:focus, .btn-buchen.disabled.focus, .btn-buchen[disabled]:hover, .btn-buchen[disabled]:focus, .btn-buchen[disabled].focus, fieldset[disabled] .btn-buchen:hover, fieldset[disabled] .btn-buchen:focus, fieldset[disabled] .btn-buchen.focus,
.btn-anfragen.disabled:hover,
.btn-anfragen.disabled:focus,
.btn-anfragen.disabled.focus,
.btn-anfragen[disabled]:hover,
.btn-anfragen[disabled]:focus,
.btn-anfragen[disabled].focus,
fieldset[disabled] .btn-anfragen:hover,
fieldset[disabled] .btn-anfragen:focus,
fieldset[disabled] .btn-anfragen.focus,
.btn-telefon.disabled:hover,
.btn-telefon.disabled:focus,
.btn-telefon.disabled.focus,
.btn-telefon[disabled]:hover,
.btn-telefon[disabled]:focus,
.btn-telefon[disabled].focus,
fieldset[disabled] .btn-telefon:hover,
fieldset[disabled] .btn-telefon:focus,
fieldset[disabled] .btn-telefon.focus,
.btn-arrow-r.disabled:hover,
.btn-arrow-r.disabled:focus,
.btn-arrow-r.disabled.focus,
.btn-arrow-r[disabled]:hover,
.btn-arrow-r[disabled]:focus,
.btn-arrow-r[disabled].focus,
fieldset[disabled] .btn-arrow-r:hover,
fieldset[disabled] .btn-arrow-r:focus,
fieldset[disabled] .btn-arrow-r.focus {
  background-color: #cd1719;
  border-color: #cd1719;
}
.btn-buchen .badge,
.btn-anfragen .badge,
.btn-telefon .badge,
.btn-arrow-r .badge {
  color: #cd1719;
  background-color: #fff;
}

.btn-arrow-r .icon {
  margin-right: 14px;
  width: 5px;
}
@media (min-width: 1200px) {
  .btn-arrow-r .icon {
    margin-right: 25px;
  }
}

.btn-border {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn-border:hover, .btn-border:focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(20.4, 20.4, 20.4);
}
.btn-border:active, .btn-border.active, .open > .btn-border.dropdown-toggle {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(20.4, 20.4, 20.4);
}
.btn-border:active:hover, .btn-border:active:focus, .btn-border:active.focus, .btn-border.active:hover, .btn-border.active:focus, .btn-border.active.focus, .open > .btn-border.dropdown-toggle:hover, .open > .btn-border.dropdown-toggle:focus, .open > .btn-border.dropdown-toggle.focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
}
.btn-border:active, .btn-border.active, .open > .btn-border.dropdown-toggle {
  background-image: none;
}
.btn-border.disabled:hover, .btn-border.disabled:focus, .btn-border.disabled.focus, .btn-border[disabled]:hover, .btn-border[disabled]:focus, .btn-border[disabled].focus, fieldset[disabled] .btn-border:hover, fieldset[disabled] .btn-border:focus, fieldset[disabled] .btn-border.focus {
  background-color: transparent;
  border-color: #333333;
}
.btn-border .badge {
  color: transparent;
  background-color: #333333;
}
.btn-border .icon {
  color: #333333;
}
.btn-border:hover, .btn-border:focus, .btn-border:active {
  color: #cd1719;
  border-color: #cd1719;
}
.btn-border:hover .icon, .btn-border:focus .icon, .btn-border:active .icon {
  color: #cd1719;
}

.btn-whiteborder {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-whiteborder:hover, .btn-whiteborder:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-whiteborder:active, .btn-whiteborder.active, .open > .btn-whiteborder.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-whiteborder:active:hover, .btn-whiteborder:active:focus, .btn-whiteborder:active.focus, .btn-whiteborder.active:hover, .btn-whiteborder.active:focus, .btn-whiteborder.active.focus, .open > .btn-whiteborder.dropdown-toggle:hover, .open > .btn-whiteborder.dropdown-toggle:focus, .open > .btn-whiteborder.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(191.25, 191.25, 191.25);
}
.btn-whiteborder:active, .btn-whiteborder.active, .open > .btn-whiteborder.dropdown-toggle {
  background-image: none;
}
.btn-whiteborder.disabled:hover, .btn-whiteborder.disabled:focus, .btn-whiteborder.disabled.focus, .btn-whiteborder[disabled]:hover, .btn-whiteborder[disabled]:focus, .btn-whiteborder[disabled].focus, fieldset[disabled] .btn-whiteborder:hover, fieldset[disabled] .btn-whiteborder:focus, fieldset[disabled] .btn-whiteborder.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-whiteborder .badge {
  color: transparent;
  background-color: #fff;
}
.btn-whiteborder:hover, .btn-whiteborder:focus, .btn-whiteborder:active {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-transparent-2 {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-2:hover, .btn-transparent-2:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent-2:active, .btn-transparent-2.active, .open > .btn-transparent-2.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent-2:active:hover, .btn-transparent-2:active:focus, .btn-transparent-2:active.focus, .btn-transparent-2.active:hover, .btn-transparent-2.active:focus, .btn-transparent-2.active.focus, .open > .btn-transparent-2.dropdown-toggle:hover, .open > .btn-transparent-2.dropdown-toggle:focus, .open > .btn-transparent-2.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-transparent-2:active, .btn-transparent-2.active, .open > .btn-transparent-2.dropdown-toggle {
  background-image: none;
}
.btn-transparent-2.disabled:hover, .btn-transparent-2.disabled:focus, .btn-transparent-2.disabled.focus, .btn-transparent-2[disabled]:hover, .btn-transparent-2[disabled]:focus, .btn-transparent-2[disabled].focus, fieldset[disabled] .btn-transparent-2:hover, fieldset[disabled] .btn-transparent-2:focus, fieldset[disabled] .btn-transparent-2.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-2 .badge {
  color: transparent;
  background-color: #fff;
}
.btn-transparent-2:hover, .btn-transparent-2:focus, .btn-transparent-2:active {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-link {
  color: #333333;
  font-weight: normal;
  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: #cd1719;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e5e5e5;
  text-decoration: none;
}

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

.btn-group {
  width: 100%;
}
.btn-group .btn {
  border-radius: 0;
  margin: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.header-with-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.header-with-button h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .header-with-button h3 {
    margin-top: 5px;
  }
}
.header-with-button .btn {
  margin: 0;
}

.thh-boximage-col {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.thh-boximage-col.boxhide {
  display: none;
}

.thh-boximage {
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 480px) {
  .thh-boximage {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .thh-boximage {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .thh-boximage {
    height: 320px;
  }
}
@media (min-width: 1380px) {
  .thh-boximage {
    height: 360px;
  }
}
@media (min-width: 1600px) {
  .thh-boximage {
    height: 380px;
  }
}
.thh-boximage.not-active {
  opacity: 0.8;
}
.thh-boximage.active {
  transform: scale(1.02);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}
.thh-boximage a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.0001);
}
.thh-boximage img {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.thh-boximage .firstimage {
  display: block;
}
.thh-boximage .secondimage {
  display: none;
  opacity: 0;
  z-index: 2;
}
.thh-boximage .boximage-gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
}
.thh-boximage .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/fileadmin/basic/images/imageeffect-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 60%;
  opacity: 0;
  z-index: 3;
}
.thh-boximage .holzhaus-logo {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
  max-width: 30%;
  margin: 0;
}
.thh-boximage h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4;
  margin: 0;
  font-size: 125%;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.bauweisen-filter {
  margin-bottom: 30px;
}
.bauweisen-filter .inactive {
  opacity: 0.3;
}
.bauweisen-filter .inactive:hover {
  opacity: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.holzhaus-referenz-navigation {
  background: #e5e5e5;
  padding: 15px 0px;
  color: #7f7f7f;
  font-weight: 700;
}
.holzhaus-referenz-navigation a.holzhaus-referenz-nav-link {
  position: relative;
  color: #7f7f7f;
  text-decoration: none;
  padding-left: 45px;
}
.holzhaus-referenz-navigation a.holzhaus-referenz-nav-link .icon {
  color: #cd1719;
  font-size: 30px;
  top: -5px;
  height: 30px;
  position: absolute;
  left: 10px;
}
.body-gewerbe .holzhaus-referenz-navigation a.holzhaus-referenz-nav-link .icon {
  color: #0075a3;
}
.body-hotel .holzhaus-referenz-navigation a.holzhaus-referenz-nav-link .icon {
  color: #1d8338;
}
.holzhaus-referenz-navigation a.holzhaus-referenz-nav-link.right {
  padding-left: 0;
  padding-right: 45px;
}
.holzhaus-referenz-navigation a.holzhaus-referenz-nav-link.right .icon {
  right: 10px;
  left: auto;
}
.holzhaus-referenz-navigation a.holzhaus-referenz-nav-link .text {
  display: none;
}
@media (min-width: 768px) {
  .holzhaus-referenz-navigation a.holzhaus-referenz-nav-link .text {
    display: inline;
  }
}

.holzhaus-referenz-detail .holzhaus-referenz-header {
  margin-top: 30px;
  position: relative;
}
.holzhaus-referenz-detail .holzhaus-referenz-header .holzhaus-logo {
  max-width: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .holzhaus-referenz-detail .holzhaus-referenz-header .holzhaus-logo {
    max-width: 150px;
  }
}
@media (min-width: 1380px) {
  .holzhaus-referenz-detail .holzhaus-referenz-header .holzhaus-logo {
    max-width: 180px;
  }
}
.holzhaus-referenz-detail .icon-list-row {
  margin-bottom: 45px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .holzhaus-referenz-detail .icon-list-row {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.holzhaus-referenz-detail .bauherr-wrap {
  padding: 0px 2px;
}
.holzhaus-referenz-detail .bauherr {
  margin-bottom: 2px;
  background: #e5e5e5;
  color: rgb(101.5, 101.5, 101.5);
  padding: 20px;
  position: relative;
}
.holzhaus-referenz-detail .bauherr p:last-child {
  margin-bottom: 0;
}
.holzhaus-referenz-detail .bauherr h3 {
  margin-top: 0;
  padding-right: 50px;
}
.holzhaus-referenz-detail .bauherr .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cd1719;
}
.body-gewerbe .holzhaus-referenz-detail .bauherr .icon {
  color: #0075a3;
}
.body-hotel .holzhaus-referenz-detail .bauherr .icon {
  color: #1d8338;
}
@media (min-width: 992px) {
  .holzhaus-referenz-detail .bauherr .icon {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .holzhaus-referenz-detail .bauherr {
    padding: 40px;
  }
}
.holzhaus-referenz-detail .extension-back-link {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .holzhaus-referenz-detail .icon-list .li span {
    width: 500px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .holzhaus-referenz-detail .icon-list .li span {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .holzhaus-referenz-detail .icon-list .li span {
    width: 400px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.thh-referenz-detail-lightbox {
  position: fixed;
  display: none;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  z-index: 980;
  top: 0;
  left: 0;
}
.thh-referenz-detail-lightbox .loadingwrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -60px;
}
@media (min-width: 992px) {
  .thh-referenz-detail-lightbox .loadingwrapper {
    margin-left: -25px;
  }
}
.thh-referenz-detail-lightbox .holzhaus-referenz-detail {
  padding-top: 20px;
  padding-bottom: 70px;
}
.thh-referenz-detail-lightbox .referenz-detail-lightbox-back {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.thh-referenz-detail-lightbox .holzhaus-referenz-navigation {
  display: none;
}
.thh-referenz-detail-lightbox .extension-back-link {
  display: none;
}

.referenz-lightbox-active {
  overflow: hidden;
}
.referenz-lightbox-active .loadingwrapper {
  display: block;
}
.referenz-lightbox-active .thh-referenz-detail-lightbox {
  display: block;
  overflow-y: scroll;
  opacity: 0.8;
}

.referenz-lightbox-loaded .thh-referenz-detail-lightbox {
  opacity: 1;
}
.referenz-lightbox-loaded .thh-referenz-detail-lightbox .loadingwrapper {
  display: none;
}
.referenz-lightbox-loaded .referenz-detail-lightbox-back {
  opacity: 1;
}

.referenzen-landingpage-more {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
#mod_standorte_v1 {
  height: 320px;
}
@media (min-width: 768px) {
  #mod_standorte_v1 {
    height: 500px;
  }
}

.mod_standorte_v1 {
  margin: 30px 0px;
}
.mod_standorte_v1 .btn-primary {
  display: block;
  margin: 0px 0px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mod_standorte_v1 .btn-primary {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mod_standorte_v1 .btn-primary {
    height: 49px;
  }
}
@media (min-width: 1200px) {
  .mod_standorte_v1 .btn-primary {
    height: 53px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.mod_standorte_v1 .select {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mod_standorte_v1 .select {
    margin-bottom: 0;
  }
}
.mod_standorte_v1 .adp, .mod_standorte_v1 .adp table {
  width: 100%;
}
.mod_standorte_v1 .adp-placemark td {
  padding: 10px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_partner_v1 .mod_partner_v1_item {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  background: #fff;
  height: 170px;
  display: table;
  width: 100%;
  text-align: center;
}
.mod_partner_v1 .mod_partner_v1_item .mod_partner_v1_item_inner {
  display: table-cell;
  vertical-align: middle;
}
.mod_partner_v1 .mod_partner_v1_item a:hover img {
  opacity: 0.8;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_flexslider_v1,
.mod_flexslider_v1_slide {
  height: 100%;
}
@media (min-width: 992px) {
  .mod_flexslider_v1,
  .mod_flexslider_v1_slide {
    min-height: 400px;
  }
}

.mod_flexslider_v1_wrap {
  height: calc(100vw + 110px) !important;
  padding-bottom: 0 !important;
  aspect-ratio: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mod_flexslider_v1_wrap {
    height: auto !important;
    aspect-ratio: 100/56;
  }
}

.mod_flexslider_v1_loading {
  position: absolute;
  top: 50%;
  margin-top: 35px;
  left: 50%;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1_loading {
    margin-top: 105px;
    margin-left: -35px;
  }
}

.mod_flexslider_v1_placeholder {
  max-width: none;
  width: 100%;
}
@media (max-width: 479px) {
  .mod_flexslider_v1_placeholder {
    width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .mod_flexslider_v1_placeholder {
    opacity: 1;
  }
}

.mod_flexslider_v1 {
  position: relative;
  overflow: hidden;
  background: #e5e5e5;
  opacity: 1;
  /* Pager */
  /* End of pager */
  /* slider actions */
  /* vertical */
  /* vertical controlls */
  /* vertical */
  /** Gallery */
  /* End of Gallery*/
}
.mod_flexslider_v1 .flex-bg-item {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 11;
}
.mod_flexslider_v1 .flex-bg-item.flex-bg-top {
  top: 0;
}
.mod_flexslider_v1 .flex-bg-item.flex-bg-bottom {
  bottom: -10px;
  left: auto;
  right: -30%;
}
.mod_flexslider_v1 .holzhaus-logo {
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
  z-index: 12;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .holzhaus-logo {
    display: block;
    width: 200px;
    right: 50px;
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .holzhaus-logo {
    top: 70px;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide {
  opacity: 1;
  position: relative;
  display: block !important;
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .slideimg {
  max-width: none;
  width: 100%;
  height: calc(100% - 70px);
  object-fit: cover;
  opacity: 1;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .slideimg {
    height: 100%;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption {
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 15;
  background: #e5e5e5;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption {
    margin-top: -15px !important;
  }
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption {
    border-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: left;
    background: none;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption .container {
  position: relative;
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption .caption_symbol {
  display: none;
  opacity: 0;
  width: 100px;
  height: auto;
  position: absolute;
  left: -45px;
  top: -60px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption .caption_symbol {
    display: block;
    width: 60px;
    left: -25px;
    top: -35px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption .caption_symbol {
    width: 100px;
    left: -45px;
    top: -60px;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 {
  margin: 0;
  opacity: 1;
  font-size: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 {
    display: inline-block;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 {
    font-size: 23px;
    padding: 25px 35px;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 .bg, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 .bg {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 .bg, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 .bg {
    display: block;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 .bg:after, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 .bg:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 .text, .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h3 .text {
  position: relative;
  z-index: 2;
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 {
    border-top: 5px solid #cd1719;
  }
}
.body-gewerbe .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 {
  border-color: #0075a3;
}
.body-hotel .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption h2 {
  border-color: #1d8338;
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption br {
  display: none;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption br {
    display: inline;
  }
}
.mod_flexslider_v1 .mod_flexslider_v1_slide .mod_flexslider_v1_caption .caption_inner {
  display: inline-block;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 50px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg {
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg {
    right: 60px;
  }
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  line-height: 1;
  display: block;
  padding: 2px 0;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li {
    padding: 5px 0;
  }
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  text-align: left;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li a {
    height: 13px;
    width: 13px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li a {
    height: 15px;
    width: 15px;
  }
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li:hover a, .mod_flexslider_v1 .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #cd1719;
  border: 2px solid #cd1719;
}
.mod_flexslider_v1 .lSSlideOuter .media {
  opacity: 0.8;
}
.mod_flexslider_v1 .lSSlideOuter .media.active {
  opacity: 1;
}
.mod_flexslider_v1 .lSAction {
  left: 0px;
  top: 50%;
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: -50px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSAction {
    left: auto;
    right: 0px;
    position: absolute;
    z-index: 12;
    width: 100px;
    top: auto;
    bottom: 20px;
    margin-top: 0;
  }
}
.mod_flexslider_v1 .lSAction > a {
  position: absolute;
  display: inline-block;
  opacity: 1;
  margin-right: 0px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  padding: 0px 1px;
  z-index: 12;
  border: 2px solid #fff;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSAction > a {
    height: 30px;
    width: 30px;
    position: relative;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .lSAction > a {
    height: 35px;
    width: 35px;
  }
}
.mod_flexslider_v1 .lSAction > a .icon {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSAction > a .icon {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_v1 .lSAction > a .icon {
    font-size: 30px;
  }
}
.mod_flexslider_v1 .lSAction > a:hover {
  opacity: 1;
}
.mod_flexslider_v1 .lSAction > a.lSPrev {
  left: 10px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSAction > a.lSPrev {
    left: 0;
  }
}
.mod_flexslider_v1 .lSAction > a.lSNext {
  right: 10px;
}
@media (min-width: 768px) {
  .mod_flexslider_v1 .lSAction > a.lSNext {
    right: 0;
  }
}
.mod_flexslider_v1 .lSAction > a.disabled {
  pointer-events: none;
}
.mod_flexslider_v1 .cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.mod_flexslider_v1 .lSSlideOuter.vertical {
  position: relative;
}
.mod_flexslider_v1 .lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.mod_flexslider_v1 .lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.mod_flexslider_v1 .lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.mod_flexslider_v1 .lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.mod_flexslider_v1 .lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.mod_flexslider_v1 .lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery li.active, .mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery:before, .mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.mod_flexslider_v1 .lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
.mod_flexslider_v1 .lSSlideWrapper .lSFade > * {
  z-index: 5;
}
.mod_flexslider_v1 .lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.om-cookie-panel {
  transition: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_blog_v1_list .item_content {
  position: relative;
}
.mod_blog_v1_list .item_header h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 70px;
}
@media (min-width: 1200px) {
  .mod_blog_v1_list .item_header h2 {
    margin-top: -2px;
  }
}
.mod_blog_v1_list .item_header h2 a {
  text-decoration: none;
}
.mod_blog_v1_list .item_date_special {
  opacity: 0.3;
}
.mod_blog_v1_list .item_date {
  display: block;
  font-size: 90%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.mod_blog_v1_list .item_date .icon {
  position: absolute;
  font-size: 25px;
  left: -2px;
  top: 0px;
  color: #cd1719;
}
@media (min-width: 1200px) {
  .mod_blog_v1_list .item_date .icon {
    font-size: 28px;
  }
}
.mod_blog_v1_list .item_teaser {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .mod_blog_v1_list .item_teaser {
    padding-right: 150px;
  }
}
.mod_blog_v1_list .btn {
  margin-bottom: 0;
}
.mod_blog_v1_list .item_image {
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0px;
  position: relative;
}
@media (min-width: 480px) {
  .mod_blog_v1_list .item_image {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .mod_blog_v1_list .item_image {
    height: 51px;
    padding-right: 25px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .mod_blog_v1_list .item_image {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .mod_blog_v1_list .item_image {
    height: auto;
    width: auto;
    padding-right: 30px;
  }
}
.mod_blog_v1_list .item_image img {
  position: absolute;
  border-radius: 0px;
  width: 100%;
  margin-top: -40px;
}
@media (min-width: 480px) {
  .mod_blog_v1_list .item_image img {
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .mod_blog_v1_list .item_image img {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .mod_blog_v1_list .item_image img {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .mod_blog_v1_list hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_request_nl_v1 .mailchimp {
  display: none;
}
.mod_request_nl_v1 .hidden-loading {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_flexslider_landingpage {
  margin-bottom: 15px;
  overflow: hidden;
}
.mod_flexslider_landingpage .holzhaus-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12;
  width: 150px;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .holzhaus-logo {
    width: 200px;
    right: 30px;
    top: 30px;
  }
}
.mod_flexslider_landingpage .slideimg {
  width: 150%;
  margin-left: -25%;
  height: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .slideimg {
    width: 100%;
    margin-left: 0;
  }
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_image {
  position: relative;
  overflow: hidden;
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_caption {
  position: relative;
  width: 100%;
  top: 50%;
  color: #fff;
  background: #332f2f;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption {
    position: absolute;
    background: transparent;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_caption h1 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption h1 {
    font-size: 36px;
    margin-top: -14px;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption h1 {
    font-size: 49px;
  }
}
@media (min-width: 1380px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption h1 {
    font-size: 54px;
    margin-top: -30px;
  }
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
  background: #332f2f;
  color: #fff;
  padding: 5px 0px 25px 0px;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
    padding: 35px 0px;
    font-size: 110%;
    font-weight: 700;
    background-image: url("/fileadmin/basic/images/bg-landing-flex-caption.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }
}
@media (min-width: 1200px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
    padding: 38px 0px;
    font-size: 100%;
  }
}
@media (min-width: 1380px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
    font-size: 110%;
    padding: 38px 0px;
  }
}
@media (min-width: 1500px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
    font-size: 110%;
    padding: 45px 0px;
  }
}
@media (min-width: 1650px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom {
    font-size: 120%;
    padding: 40px 0px;
  }
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom br {
  display: none;
}
@media (min-width: 768px) {
  .mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom br {
    display: block;
  }
}
.mod_flexslider_landingpage .mod_flexslider_landingpage_caption_bottom p {
  margin-bottom: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_blog_v1 .item_date_special {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
@media (min-width: 992px) {
  .mod_blog_v1 .item_date_special {
    display: block;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 0.9;
  }
}
@media (min-width: 1200px) {
  .mod_blog_v1 .item_date_special {
    line-height: 0.9;
    font-size: 45px;
  }
}
.mod_blog_v1 .item_date_special .month {
  font-size: 70%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_blog_v1_detail {
  /* Space */
}
.mod_blog_v1_detail .frame-space-before-extra-small {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.mod_blog_v1_detail .frame-space-before-small {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-before-small {
    padding-top: 32px !important;
  }
}
.mod_blog_v1_detail .frame-space-before-medium {
  margin-top: 0 !important;
  padding-top: 30px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-before-medium {
    padding-top: 64px !important;
  }
}
.mod_blog_v1_detail .frame-space-before-large {
  margin-top: 0 !important;
  padding-top: 50px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-before-large {
    padding-top: 96px !important;
  }
}
.mod_blog_v1_detail .frame-space-before-extra-large {
  margin-top: 0 !important;
  padding-top: 70px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-before-extra-large {
    padding-top: 128px !important;
  }
}
.mod_blog_v1_detail .frame-space-after-extra-small {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mod_blog_v1_detail .frame-space-after-small {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-after-small {
    padding-bottom: 32px !important;
  }
}
.mod_blog_v1_detail .frame-space-after-medium {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-after-medium {
    padding-bottom: 64px !important;
  }
}
.mod_blog_v1_detail .frame-space-after-large {
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-after-large {
    padding-bottom: 96px !important;
  }
}
.mod_blog_v1_detail .frame-space-after-extra-large {
  margin-bottom: 0 !important;
  padding-bottom: 70px !important;
}
@media screen and (min-width: 1200px) {
  .mod_blog_v1_detail .frame-space-after-extra-large {
    padding-bottom: 128px !important;
  }
}
.mod_blog_v1_detail .mod_blog_v1_detail_item .item_image {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .mod_blog_v1_detail .mod_blog_v1_detail_item .item_image {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.mod_blog_v1_detail .mod_blog_v1_detail_item .item_image img {
  width: 100%;
}
.mod_blog_v1_detail h1 {
  margin-bottom: 5px;
}
.mod_blog_v1_detail .share-buttons {
  position: fixed;
  margin: 0px 0;
  padding: 0;
  z-index: 200;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .mod_blog_v1_detail .share-buttons {
    position: relative;
    margin: 20px 0px 40px 0px;
  }
}
.mod_blog_v1_detail .share-buttons li {
  list-style: none;
  padding-left: 0;
  display: block;
  float: left;
  width: 25%;
}
@media (min-width: 768px) {
  .mod_blog_v1_detail .share-buttons li {
    list-style: none;
    display: inline;
    float: none;
  }
}
.mod_blog_v1_detail .share-buttons li:before {
  display: none;
}
.mod_blog_v1_detail .share-buttons li a {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .mod_blog_v1_detail .share-buttons li a {
    display: inline-block;
    width: 45px;
    height: 36px;
  }
}
.mod_blog_v1_detail .share-buttons #fb_sh {
  background: #3a589b;
}
.mod_blog_v1_detail .share-buttons #twit_sh {
  background: #52d1e0;
}
.mod_blog_v1_detail .share-buttons #gp_sh {
  background: #ed412d;
}
.mod_blog_v1_detail .share-buttons #wh_sh {
  background: #00c43a;
}
.mod_blog_v1_detail .share-buttons .icon {
  color: #FFF;
  font-size: 35px;
  top: 4px;
}
@media (min-width: 768px) {
  .mod_blog_v1_detail .share-buttons .icon {
    top: 1px;
  }
}
.mod_blog_v1_detail .item_date {
  display: block;
  font-size: 90%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.mod_blog_v1_detail .item_date .icon {
  position: absolute;
  font-size: 25px;
  left: -2px;
  top: 0px;
  color: #cd1719;
}
@media (min-width: 1200px) {
  .mod_blog_v1_detail .item_date .icon {
    font-size: 28px;
  }
}
.mod_blog_v1_detail .btn {
  margin: 0;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mod_blog_v1_detail .btn {
    display: inline-block;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_bildergalerie_v1_list .lightboxitem {
  margin-bottom: 30px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.bigslider-wrap {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .bigslider-wrap {
    max-width: 700px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .bigslider-wrap {
    max-width: none;
    padding: 35px 30px;
  }
}
@media (min-width: 1200px) {
  .bigslider-wrap {
    padding: 35px 50px;
  }
}
@media (min-width: 1600px) {
  .bigslider-wrap {
    max-width: 1920px;
    padding: 35px 80px;
  }
}
.bigslider-wrap .wrapper-border {
  position: relative;
}

.bigslider {
  padding-top: 10px;
}
.bigslider .bigslider_controls {
  position: absolute;
  height: 30px;
  margin: 0px;
  width: 100%;
  z-index: 2;
  left: 0;
  margin-top: -30px;
  top: 50%;
}
.bigslider .bigslider_controls .control {
  position: absolute;
  right: -10px;
  width: auto;
  text-align: center;
  background: #fff;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 1380px) {
  .bigslider .bigslider_controls .control {
    right: -15px;
    height: 90px;
  }
}
.bigslider .bigslider_controls .control.control_prev {
  right: auto;
  left: -10px;
}
@media (min-width: 1380px) {
  .bigslider .bigslider_controls .control.control_prev {
    left: -15px;
  }
}
.bigslider .bigslider_controls .control .icon {
  color: #cd1719;
  font-size: 20px;
}
@media (min-width: 1380px) {
  .bigslider .bigslider_controls .control .icon {
    font-size: 30px;
  }
}
.body-gewerbe .bigslider .bigslider_controls .control .icon {
  color: #0075a3;
}
.body-hotel .bigslider .bigslider_controls .control .icon {
  color: #1d8338;
}
.bigslider .bigslider-item {
  position: relative;
}
@media (min-width: 992px) {
  .bigslider .bigslider-item {
    height: 350px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bigslider .bigslider-item {
    height: 400px;
  }
}
@media (min-width: 1380px) {
  .bigslider .bigslider-item {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .bigslider .bigslider-item {
    height: 500px;
  }
}
.bigslider .bigslider-item .item_image {
  overflow: hidden;
}
@media (min-width: 480px) {
  .bigslider .bigslider-item .item_image {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .bigslider .bigslider-item .item_image {
    width: 40%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .bigslider .bigslider-item .item_image {
    width: 50%;
  }
}
.bigslider .bigslider-item .item_image img {
  width: 100%;
}
@media (min-width: 992px) {
  .bigslider .bigslider-item .item_image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1750px) {
  .bigslider .bigslider-item .item_image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bigslider .bigslider-item .item_content {
    padding-left: 40px;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .bigslider .bigslider-item .item_content {
    max-width: 50%;
  }
}
@media (min-width: 1380px) {
  .bigslider .bigslider-item .item_content {
    padding-left: 100px;
    padding-right: 30px;
  }
}
.bigslider .bigslider-item .item_content h3 {
  padding-right: 60px;
}
.bigslider .bigslider-item .item_content h3 a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .bigslider .bigslider-item-image-right .item_content {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1380px) {
  .bigslider .bigslider-item-image-right .item_content {
    padding-left: 30px;
    padding-right: 75px;
  }
}

/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
} /*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
.ladda-button {
  position: relative;
}

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
 * EASING
 */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
 * EXPAND LEFT
 */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}
.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: -12px;
}
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

/*************************************
 * EXPAND RIGHT
 */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}
.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

/*************************************
 * EXPAND UP
 */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}
.ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}
.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

/*************************************
 * EXPAND DOWN
 */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}
.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}
.ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

/*************************************
 * SLIDE LEFT
 */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE RIGHT
 */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE UP
 */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * SLIDE DOWN
 */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * ZOOM-OUT
 */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * ZOOM-IN
 */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * CONTRACT
 */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * OVERLAY
 */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.videoelement_startseite {
  background: #2c2929;
  color: #796b6b;
  padding: 25px 0px;
  margin: 25px 0px;
}
@media (min-width: 768px) {
  .videoelement_startseite {
    padding: 45px 0px;
  }
}
@media (min-width: 992px) {
  .videoelement_startseite {
    margin: 45px 0px;
  }
}
@media (min-width: 1200px) {
  .videoelement_startseite {
    margin: 65px 0px;
    padding: 65px 0px;
  }
}
.videoelement_startseite .wrapper-border {
  border-color: #796b6b;
  position: relative;
}
.videoelement_startseite .wrapper-border h2 {
  display: none;
}
@media (min-width: 768px) {
  .videoelement_startseite .wrapper-border h2 {
    display: block;
  }
}
.videoelement_startseite .wrapper-border h2 .inner {
  background: #2c2929;
}
.videoelement_startseite .item-image {
  text-align: center;
  color: #fff;
  position: relative;
}
.videoelement_startseite .item-image .icon {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .videoelement_startseite .item-image .icon {
    margin-top: -35px;
    margin-left: -35px;
    font-size: 70px;
  }
}
.videoelement_startseite .item-image img {
  opacity: 0.6;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.scrollmenue_landingpage {
  display: none;
}
@media (min-width: 1200px) {
  .scrollmenue_landingpage {
    display: block;
    position: fixed;
    left: 0;
    top: -100px;
    width: 100%;
    background: #fff;
    z-index: 200;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.scrollmenue_landingpage .logo {
  float: left;
  margin: 10px 0px 15px 0px;
}
.scrollmenue_landingpage .logo img {
  max-width: 200px;
}
.scrollmenue_landingpage.scrollmenue_landingpage_scrolled {
  top: 0;
}
.scrollmenue_landingpage nav {
  float: right;
}
.scrollmenue_landingpage nav > ul {
  margin: 0;
}
.scrollmenue_landingpage nav > ul > li {
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  font-weight: 700;
  -webkit-transition: line-height ease-in-out 0.3s;
  -o-transition: line-height ease-in-out 0.3s;
  transition: line-height ease-in-out 0.3s;
  line-height: 82px;
}
.scrollmenue_landingpage nav > ul > li:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: #cd1719;
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.body-gewerbe .scrollmenue_landingpage nav > ul > li:after {
  background: #0075a3;
}
.body-hotel .scrollmenue_landingpage nav > ul > li:after {
  background: #1d8338;
}
.scrollmenue_landingpage nav > ul > li.last a {
  padding-right: 0 !important;
}
.scrollmenue_landingpage nav > ul > li.last:after {
  background: transparent;
}
.scrollmenue_landingpage nav > ul > li > a {
  padding: 0px 23px;
  display: block;
  text-decoration: none;
  color: #333333;
}
.scrollmenue_landingpage nav > ul > li:hover > a {
  color: #cd1719;
}
.body-gewerbe .scrollmenue_landingpage nav > ul > li:hover > a {
  color: #0075a3;
}
.body-hotel .scrollmenue_landingpage nav > ul > li:hover > a {
  color: #1d8338;
}
.scrollmenue_landingpage nav > ul > li:hover > .dropdownaktiv {
  opacity: 1;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.teaserbuttons_outer_wrap {
  max-width: 2110px;
  overflow: hidden;
  margin: auto;
}

.teaserbuttons_wrap {
  position: relative;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .teaserbuttons_wrap {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .teaserbuttons_wrap {
    max-width: 960px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap {
    max-width: 1140px;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .teaserbuttons_wrap {
    max-width: 1170px;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .teaserbuttons_wrap {
    max-width: 1400px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.teaserbuttons_wrap .teaser-item {
  padding: 10px 10px;
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaser-item {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out all;
    -o-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    right: 50px;
  }
}
.teaserbuttons_wrap .teaser-item.active, .teaserbuttons_wrap .teaser-item.sactive, .teaserbuttons_wrap .teaser-item.active.right {
  pointer-events: auto;
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaser-item.active, .teaserbuttons_wrap .teaser-item.sactive, .teaserbuttons_wrap .teaser-item.active.right {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    right: 0;
  }
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaser-item.right {
    right: -50px;
  }
}
.teaserbuttons_wrap .teaser-item-image {
  border-bottom: 4px solid #cd1719;
  overflow: hidden;
}
@media (min-width: 480px) {
  .teaserbuttons_wrap .teaser-item-image {
    height: 200px;
  }
}
@media (min-width: 560px) {
  .teaserbuttons_wrap .teaser-item-image {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .teaserbuttons_wrap .teaser-item-image {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap .teaser-item-image {
    height: 210px;
  }
}
@media (min-width: 1500px) {
  .teaserbuttons_wrap .teaser-item-image {
    height: 240px;
  }
}
.body-gewerbe .teaserbuttons_wrap .teaser-item-image {
  border-color: #0075a3;
}
.body-hotel .teaserbuttons_wrap .teaser-item-image {
  border-color: #1d8338;
}
.teaserbuttons_wrap .teaser-item-inner {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.teaserbuttons_wrap .teaser-item-inner .teaser-item-content {
  padding: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap .teaser-item-inner .teaser-item-content {
    padding: 30px 30px;
  }
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaser-item-inner .teaser-item-content {
    padding: 30px 30px 50px 30px;
  }
}
.teaserbuttons_wrap .teaser-item-inner .teaser-item-content b {
  display: block;
}
.teaserbuttons_wrap .teaser-item-inner .teaser-item-content .btn {
  margin-top: 15px;
  font-size: 90%;
}
.teaserbuttons_wrap .teaser-item-inner .teaser-item-content .teaser-item-icon {
  background: url("/assets/images/teaserslider-icon.png") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -17px;
  left: -10px;
  width: 34px;
  height: 29px;
}
.body-gewerbe .teaserbuttons_wrap .teaser-item-inner .teaser-item-content .teaser-item-icon {
  background-image: url("/assets/images/teaserslider-icon-gewerbe.png");
}
.body-hotel .teaserbuttons_wrap .teaser-item-inner .teaser-item-content .teaser-item-icon {
  background-image: url("/assets/images/teaserslider-icon-hotel.png");
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap .teaser-item-inner .teaser-item-content .teaser-item-icon {
    width: 40px;
    height: 35px;
    top: -21px;
  }
}
.teaserbuttons_wrap .teaserbuttons_controls {
  position: absolute;
  width: 100%;
  right: auto;
  left: 0%;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  .teaserbuttons_wrap .teaserbuttons_controls {
    display: block;
  }
}
.teaserbuttons_wrap .teaserbuttons_controls .control {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  text-align: center;
  height: 34px;
  cursor: pointer;
  background: #cd1719;
  display: flex;
  align-items: center;
}
.body-gewerbe .teaserbuttons_wrap .teaserbuttons_controls .control {
  background: #0075a3;
}
.body-hotel .teaserbuttons_wrap .teaserbuttons_controls .control {
  background: #1d8338;
}
@media (min-width: 992px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control {
    height: 50px;
  }
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control {
    height: 60px;
    right: -40px;
  }
}
.teaserbuttons_wrap .teaserbuttons_controls .control.control_prev {
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control.control_prev {
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control.control_prev {
    left: -40px;
  }
}
.teaserbuttons_wrap .teaserbuttons_controls .control .icon {
  margin: auto;
  font-size: 20px;
  color: #fff;
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .teaserbuttons_controls .control .icon {
    font-size: 25px;
  }
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .lSSlideWrapper {
    overflow: visible;
  }
}
@media (min-width: 1380px) {
  .teaserbuttons_wrap .lSSlideOuter {
    overflow: visible;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.special-image-box {
  padding-bottom: 30px;
}
.special-image-box .container {
  padding-left: 0;
  padding-right: 0;
}
.special-image-box .imagebox {
  position: relative;
  overflow: hidden;
  height: 250px;
  border: 2px solid #fff;
  background: #cd1719;
}
@media (min-width: 480px) {
  .special-image-box .imagebox {
    height: 180px;
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .special-image-box .imagebox {
    float: none;
    width: auto;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .special-image-box .imagebox {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .special-image-box .imagebox {
    float: left;
  }
}
.body-gewerbe .special-image-box .imagebox {
  background: #0075a3;
}
.body-hotel .special-image-box .imagebox {
  background: #1d8338;
}
@media (min-width: 992px) {
  .special-image-box .imagebox.format1 {
    width: 70%;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .special-image-box .imagebox.format1 {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .special-image-box .imagebox.format2 {
    width: 30%;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .special-image-box .imagebox.format2 {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .special-image-box .imagebox.format3 {
    width: 50%;
    height: 335px;
  }
}
@media (min-width: 1200px) {
  .special-image-box .imagebox.format3 {
    height: 420px;
  }
}
.special-image-box .imagebox img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.special-image-box .btn {
  margin-top: 30px;
  margin-bottom: 0;
}
.special-image-box .special-image-box-more {
  display: none;
  opacity: 0;
  padding-top: 100px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.materialtyp-item {
  position: relative;
  margin: 15px 0px;
}
.materialtyp-item .item-title {
  position: absolute;
  padding: 5px 10px;
  font-weight: 700;
  bottom: 10px;
  left: 10px;
  background: #cd1719;
  color: #fff;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_imageslider {
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .mod_imageslider {
    padding: 30px 0px;
  }
}
.mod_imageslider .bigslider-wrap {
  padding: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.icon-boxes {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .icon-boxes {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .icon-boxes {
    margin-top: 60px;
    margin-bottom: 110px;
  }
}
.icon-boxes h2 {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .icon-boxes h2 {
    margin-bottom: 35px;
  }
}

.icon-box-item {
  padding: 20px;
  border: 1px solid #cd1719;
  text-align: center;
  font-weight: 700;
  margin: 30px 0px;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .icon-box-item {
    margin: 15px 0px;
  }
}
@media (min-width: 1200px) {
  .icon-box-item {
    margin: 25px 10px;
  }
}
.body-gewerbe .icon-box-item {
  border-color: #0075a3;
}
.body-hotel .icon-box-item {
  border-color: #1d8338;
}
.icon-box-item .countnumber {
  display: block;
  font-size: 280%;
}
.icon-box-item .countnumber:after {
  content: "+";
}
.icon-box-item .title {
  font-size: 110%;
  margin-bottom: 20px;
  display: block;
}
.icon-box-item .icon {
  position: absolute;
  background: #fff;
  left: 50%;
  top: -24px;
  padding: 0px 15px;
  margin-left: -35px;
  color: #cd1719;
  font-size: 40px;
}
@media (min-width: 1200px) {
  .icon-box-item .icon {
    margin-left: -40px;
    font-size: 50px;
    top: -28px;
  }
}
.body-gewerbe .icon-box-item .icon {
  color: #0075a3;
}
.body-hotel .icon-box-item .icon {
  color: #1d8338;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.accordion-special .accordion-special-content {
  display: none;
}
.accordion-special .accordion-special-content .accordion-special-content-inner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.accordion-special .accordion-special-content .accordion-special-content-inner h3:first-child,
.accordion-special .accordion-special-content .accordion-special-content-inner h2:first-child {
  margin-top: 0;
}
.accordion-special .landingpagetrenner {
  margin-bottom: 1px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .accordion-special .landingpagetrenner .container {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .accordion-special .landingpagetrenner .container .btn-accordion-more {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.accordion-special .landingpagetrenner .container .btn-accordion-more .close {
  display: none;
}
.accordion-special .landingpagetrenner .container .btn-accordion-more.aktiv .open {
  display: none;
}
.accordion-special .landingpagetrenner .container .btn-accordion-more.aktiv .close {
  display: block;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_imageslider {
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .mod_imageslider {
    padding: 30px 0px;
  }
}
.mod_imageslider .bigslider-wrap {
  padding: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.landingpagetrenner {
  padding: 20px 0px;
  background: #332f2f;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 25px 0px;
}
@media (min-width: 992px) {
  .landingpagetrenner {
    padding: 50px 0px;
  }
}
@media (min-width: 1380px) {
  .landingpagetrenner {
    padding: 80px 0px;
    margin: 45px 0px;
  }
}
.landingpagetrenner .container {
  position: relative;
  z-index: 2;
}
.landingpagetrenner .container h2 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .landingpagetrenner .container .item-text {
    padding-right: 300px;
  }
}
.landingpagetrenner .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .landingpagetrenner .bg {
    opacity: 1;
    width: 480px;
    right: 0;
  }
}
@media (min-width: 1380px) {
  .landingpagetrenner .bg {
    width: 650px;
  }
}
.landingpagetrenner .bg img {
  width: 100%;
}
.landingpagetrenner .bggradient {
  height: 100%;
  width: 150%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .landingpagetrenner .bggradient {
    background-image: -webkit-linear-gradient(left, #332f2f 0%, rgba(51, 47, 47, 0.1) 100%);
    background-image: -o-linear-gradient(left, #332f2f 0%, rgba(51, 47, 47, 0.1) 100%);
    background-image: linear-gradient(to right, #332f2f 0%, rgba(51, 47, 47, 0.1) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF332F2F", endColorstr="#1A332F2F", GradientType=1);
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_2spalten {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mod_2spalten .row > div:first-child {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .mod_2spalten .row > div:first-child {
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .mod_2spalten .row > div:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .mod_2spalten .spalte1:after {
    content: " ";
    width: 2px;
    background: #e5e5e5;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_team_v1 .mod_team_v1_item {
  margin-bottom: 30px;
  padding-bottom: 90px;
  position: relative;
}
.mod_team_v1 .mod_team_v1_item .item_mail {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.mod_team_v1 .mod_team_v1_item .item_mail .icon {
  color: #fff;
}
.mod_team_v1 .mod_team_v1_item .item_image {
  position: relative;
}
.mod_team_v1 .mod_team_v1_item .item_image .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("/fileadmin/basic/images/bg-landing-flex-caption2.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 150px auto;
}
.mod_team_v1 .mod_team_v1_item .item_desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: #332f2f;
  color: #fff;
  line-height: 1.2;
}
.mod_team_v1 .mod_team_v1_item .item_desc .item_name {
  font-weight: 700;
  display: block;
  font-size: 120%;
  margin-bottom: 5px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_subheader_v1 {
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 0px;
  position: relative;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .mod_subheader_v1 {
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.mod_subheader_v1 img {
  width: 100%;
  position: relative;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_pageheader_v1 small {
  color: #cd1719;
  font-weight: 700;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.11.2016, 10:14:01
    Author     : stefanschoner
*/
.mod_accordion_v1 .panel {
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #cd1719;
}
.body-gewerbe .mod_accordion_v1 .panel {
  border-bottom: 1px solid #0075a3;
}
.body-hotel .mod_accordion_v1 .panel {
  border-bottom: 1px solid #1d8338;
}
.mod_accordion_v1 .panel-body {
  padding: 20px 15px;
}
.mod_accordion_v1 .panel-body:before, .mod_accordion_v1 .panel-body:after {
  content: " ";
  display: table;
}
.mod_accordion_v1 .panel-body:after {
  clear: both;
}
.mod_accordion_v1 .panel-body .lightboxitem {
  margin-bottom: 30px;
}
.mod_accordion_v1 .panel-heading a {
  padding: 10px 0px 15px 0px;
}
@media (min-width: 992px) {
  .mod_accordion_v1 .panel-heading a {
    padding: 15px 0px 20px 0px;
  }
}
.mod_accordion_v1 .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.mod_accordion_v1 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  text-transform: none;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mod_accordion_v1 .panel-title {
    font-size: 20px;
  }
}
.mod_accordion_v1 .panel-title > a {
  position: relative;
  color: inherit;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .mod_accordion_v1 .panel-title > a {
    padding-right: 40px;
  }
}
.mod_accordion_v1 .panel-title > a span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  right: -30px;
  top: 7px;
  font-size: 25px;
  color: #cd1719;
}
.body-gewerbe .mod_accordion_v1 .panel-title > a span {
  color: #0075a3;
}
.body-hotel .mod_accordion_v1 .panel-title > a span {
  color: #1d8338;
}
@media (min-width: 768px) {
  .mod_accordion_v1 .panel-title > a span {
    display: block;
    font-size: 35px;
    right: -20px;
    top: 3px;
  }
}
@media (min-width: 992px) {
  .mod_accordion_v1 .panel-title > a span {
    top: 10px;
  }
}
.mod_accordion_v1 .panel-title > a.collapsed span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mod_accordion_v1 .panel > .list-group,
.mod_accordion_v1 .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.mod_accordion_v1 .panel > .list-group .list-group-item,
.mod_accordion_v1 .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.mod_accordion_v1 .panel > .list-group:first-child .list-group-item:first-child,
.mod_accordion_v1 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.mod_accordion_v1 .panel > .list-group:last-child .list-group-item:last-child,
.mod_accordion_v1 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.mod_accordion_v1 .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.mod_accordion_v1 .list-group + .panel-footer {
  border-top-width: 0;
}
.mod_accordion_v1 .panel-group {
  margin-top: 31px;
  margin-bottom: 31px;
}
.mod_accordion_v1 .panel-group .panel {
  margin-bottom: 0;
}
.mod_accordion_v1 .panel-group .panel + .panel {
  margin-top: 5px;
}
.mod_accordion_v1 .panel-group .panel-heading {
  border-bottom: 0;
}
.mod_accordion_v1 .panel-group .panel-heading + .panel-collapse > .panel-body,
.mod_accordion_v1 .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e5e5e5;
}
.mod_accordion_v1 .panel-group .panel-footer {
  border-top: 0;
}
.mod_accordion_v1 .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e5e5e5;
}