/*https://wp-cms2.de/js/plugins/slick/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}

/*https://wp-cms2.de/js/plugins/slick/slick-theme.css*/
/********************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff /*url("js/plugins/slick/./ajax-loader.gif")*/ center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
/*.slick-slider {
    margin-bottom: 30px;

}*/
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=slick-theme.css.map */


/*https://wp-cms2.de/css/plugins/animate/animate.css*/
/********************************************************/
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



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

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    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);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    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;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -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) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -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) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -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) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 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) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/*https://wp-cms2.de/js/plugins/bxslider/jquery.bxslider.css*/
/********************************************************/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img:not(".overflow"),
.bx-wrapper img:not(".scale"),
.bx-wrapper img:not(".noResize") {
	/*max-width: 100%;*/
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
	*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -22px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('js/plugins/bxslider/images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #808080;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('js/plugins/bxslider/images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('js/plugins/bxslider/images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	cursor:	pointer;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('js/plugins/bxslider/images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('js/plugins/bxslider/images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #505050;/*666\9*/
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/slider/slider_form_002/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document bx-controls */

/*cms*/
	.slider_form_002 .editMode .contentArea.first { 
		width:100%; 
		padding:0;
		box-shadow:none;
	}
/*cms*/
.slider_form_002{
	min-height: 100px;
}

.slider_form_002 .slick-slider {
	margin-bottom: 0px;
}

.slider_form_002 .sliderHolder,
.slider_form_002 .bxSliderImage {
	position:relative;
}

.slider_form_002 .bxSliderContent {
	position:absolute;
	left:0;
	top:26.2% !important;
	width:100%;
}

.slider_form_002 .editMode .bxSliderContent .h1,
.slider_form_002 .editMode .bxSliderContent .contentText {
	width:100%;
}

.slider_form_002 #searchForm_simple_001_Form .searchTEXT{
	font-size:1.78em;
	line-height:1.7em;
	color:#ffffff;
	font-family: opensans_light;
	width: 15%;
}

.slider_form_002 .formElement.verySmallSelect.smallSelect {
    width: 9%;
}

.slider_form_002 .responsiveFormular .formSpacer {
    float: left;
    height: 40px;
    width: 1%;
}

.slider_form_002 .formSpacer.longSpacer {
    width: 2.9%;
}

.slider_form_002 .contentArea .specialText{ 
	font-weight:bold;
}

.slider_form_002 .contentArea.first {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 38px 42px;
    width: 38%;
}

.slider_form_002 .videoContainer {width: 91.5%; margin-left:2.1em;}

.slider_form_002 .moduleBoxSpacer {width:9%;}

.slider_form_002 .contentButton {margin-top: 1.05em;}


.slider_form_002 .bxSliderContent .contentText { font-size:1.4em; line-height:1.5em; margin-bottom:1.3em; }
.slider_form_002 .bxSliderContent .contentText p{margin-top:0;}


.adminMode .slider_form_002 .editMode .sliderFormular{
	position: relative !important;
	background-color: rgba(0, 0, 0, 0);
}



/*****************	SLIDER CONTROLS	*********************/

.slider_form_002 .customPager {
	height: 20px;
    right: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
	text-align:center;
}

.slider_form_002 .bx-pager, 
.slider_form_002 .bx-controls-auto {
	width:auto;
	margin:0 auto;
	position:relative;
	padding-top:0;
	bottom:0;
}

.slider_form_002 .slick-dots {
    text-align: left;
	bottom: 0;
    margin: 0 auto !important;
    position: relative !important;
    width: auto !important;
	bottom: -28px;
}

.slider_form_002 .sliderDotWidth {
    bottom: 30%;/*37*/
    position: absolute;
    width: 100%;
}

.slider_form_002 .slick-dots li button {
	opacity:0;
	padding:0;
}


.slider_form_002 .slick-dots li,
.slider_form_002 .bx-pager.bx-default-pager a {
	-webkit-box-shadow:none;
	background-color:transparent;
	/*border-color:#05A1BA;*/
	border-width:2px;
	box-shadow:none;
	height:14px !important;
	width:14px !important;
	display:inline-block;
}

.slider_form_002 .slick-dots li,
.slider_form_002 .bx-pager.bx-default-pager a {
	height:8px;
	width:8px;
	border-radius: 15px;
	/*border:2px solid #05A1BA;*/
	
	margin-left:3px; 
	margin-right:3px;
	
	
	background-color: transparent;	
}

.slider_form_002 .slick-dots li {
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 3px #787878;
    margin-left: 2px;
    margin-right: 3px;
}

.slider_form_002 .bx-pager.bx-default-pager a {
	/*background: none repeat scroll 0 0 #FFF;*/
	
}


.slider_form_002 .slick-dots li:hover,
.slider_form_002 .slick-dots li.slick-active,
.slider_form_002 .bx-pager.bx-default-pager a:hover, 
.slider_form_002 .bx-pager.bx-default-pager a.active {
   background-color: #FFFFFF;
}

.slider_form_002 .bxSliderContent .contentText{width:28%;}


/*TEST Versuche*/
.slider_form_002 .imageContainer{overflow:hidden; position:relative;}
.slider_form_002 .imageContainer img{
	width:100% !important;
}



/* ===== FORMULAR ANPASSUNGEN ===== */
.slider_form_002 .sliderFormular {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.slider_form_002 .sliderFormular{
	background-color:rgba(0,0,0,0.49);
}

.slider_form_002 .innerSliderForm {
    padding: 28px 0 16px;
}

.slider_form_002 .responsiveFormular .formElement{width:11%;/*7.7*/}
.slider_form_002 .formElement.smallButton{width: 8.9%;}
.slider_form_002 .responsiveFormular .formElement.smallSelect{margin-bottom:0.2em;}
.slider_form_002 .responsiveFormular .formRow{margin-bottom:0;}
.slider_form_002 .labelLeftText.h3{margin-bottom:0.5em; display:block;}




/* MEDIA QUERRIES */

@media all and (max-width: 1680px) {
	.slick-dots {
		bottom: -55px !important;
	}
}

@media all and (max-width: 1440px) {
	.slider_form_002 .bxSliderContent {
		top: 15.2% !important;
	}

	.slider_form_002 .sliderDotWidth {
		bottom: 41%;
	}
}

@media all and (max-width: 1280px) {
	.slider_form_002 .videoContainer {width: 65%;}
	.slider_form_002 .contentArea.first {width: 40%;}
	.slider_form_002 .bxSliderContent{top:3em !important;}
	
	.slider_form_002 .sliderFormular{
		top:inherit;
		bottom:0;
	}
	.slider_form_002 .sliderDotWidth {
		bottom: 43%;
	}
	.slider_form_002 .slick-dots {
		bottom: -50px;
	}
	
		
}

@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */			
	.slider_form_002 .bxSliderContent .contentText {
		width:35%;
	}
	.slider_form_002 .sliderFormular{
		position: relative;
		background-color: rgba(0, 0, 0, 1);
	}
	
	.slider_form_002 .videoContainer {width: 100%; margin-left: 0em;}
	.slider_form_002 .contentArea.first {width: 62%;}
	
	.slider_form_002 .bxSliderContent{top:3.7em !important;}
	
	.slider_form_002 .sliderDotWidth {
		bottom: 27%;
	}
	
	.slider_form_002 .innerSliderForm{width:40%;}
	.slider_form_002 .innerSliderForm{padding:1.6em 1.9em 1.5em;}
	.slider_form_002 .formElement.smallButton{margin-top:1em;}
	
	
	.slider_form_002 .innerSliderForm {
		padding: 29px 0 17px;
	}
	.slider_form_002 #searchForm_simple_001_Form .searchTEXT {
		width: 20.2%;
	}
	.slider_form_002 .formElement.longSelect.plzOrt {
		width: 47.8%;
	}
	.slider_form_002 .formElement.middleSelect.mietKaufArt {
		width: 30.6%;
		height:43px;
		margin-bottom:6px;
	}
	.slider_form_002 .formSpacer.longSpacer.SpacerToBreak {
		width: 20.2%;
	}
	.slider_form_002 .responsiveFormular .formElement {
		width: 21%;/*16.6*/
	}
	.slider_form_002 .formElement.verySmallSelect.smallSelect {
		width: 12%;
	}
	.slider_form_002 .formElement.smallButton {
		width: 11.9%;
		margin-top: 0em;
	}
	.slider_form_002 .innerSliderForm {
		width: 100%;
	}
}


@media all and (max-width: 960px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.slider_form_002 .bxSliderContent .contentText{width:45%;}
	
	.slider_form_002 .contentArea.first {width: 65%;}
	
	.slider_form_002 .sliderFormular{
		position:relative;
	}
	.slider_form_002 .innerSliderForm{
		width:100%;
		background-color:transparent;
		padding:2em 0;
	}
	.slider_form_002 .responsiveFormular .formElement{
		width:26%;
		float:left;
		margin-right:2%;
		margin-bottom:0;
	}
	.slider_form_002 .formElement.smallButton{
		width:15%;
		float:right;
		margin-right:0;
		margin-top:0;
	}
	
	.slider_form_002 .formElement.longSelect.plzOrt {
		width: 48.2%;
	}
	.slider_form_002 .responsiveFormular .formElement {
		margin-right: 0%;
	}
	.slider_form_002 .responsiveFormular .formElement {
		width: 15.5%;
	}
	
	.slider_form_002 .formSpacer.longSpacer.SpacerToBreak {
		width: 20%;
	}

	.slider_form_002 .sliderDotWidth {
		bottom: 24%;
	}
	
	.slider_form_002 .formElement.middleSelect.mietKaufArt {
		width: 30.3%;
	}
}
@media all and (max-width: 800px) {
	.slider_form_002 .contentArea.first{width:100%;}
	.slider_form_002 .bxSliderContent{top:1.2em !important;}
	.slider_form_002 .bxSliderContent {
		width: 71%;
	}
	
	.slider_form_002 #searchForm_simple_001_Form .searchTEXT {
		width: 26.2%;
	}
	.slider_form_002 .formElement.longSelect.plzOrt {
		width: 42.2%;
	}
	.slider_form_002 .formSpacer.longSpacer.SpacerToBreak {
		width: 26.2%;
	}
	.slider_form_002 .responsiveFormular .formElement {
		width: 17%;/*13.4*/
	}
	.slider_form_002 .formElement.verySmallSelect.smallSelect {
		width: 14%;
	}
}

@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */	
	
	.slider_form_002 .bx-pager, 
	.slider_form_002 .bx-controls-auto {
		position:absolute;
		right:0;
	}
	
	.slider_form_002 .bxSliderContent {
		width: 100%;
	}
	
	/*.slider_form_002 .slick-dots {
		position: absolute !important;
		bottom: 50px !important;
		right: 0 !important;
		top:-75px !important;
	}*/
	.slider_form_002 .bxSliderImage .bxSliderContent {
		background-color:#FFFFFF;
		position:static;
		text-shadow:none;
		padding:1.8em 0 1.6em;
		margin-top:0; 
	}
	
	.slider_form_002 .bx-pager.bx-default-pager a {
		height:10px;
		width:10px;
	}
	
	.slider_form_002 .slick-dots{
		float:right;
	}
	
	.slider_form_002 .bx-pager, 
	.slider_form_002 .bx-controls-auto{right:20px;}
	
	.slider_form_002 .moduleBoxSpacer {display: none;}
	
	.slider_form_002 .slick-dots{top:63%; bottom:inherit; margin:0;}
	
/*TEST Versuche*/
	.slider_form_002 .imageContainer{
		height:auto;
	}
	.slider_form_002 .imageContainer img {
		/*height: 300px !important;
		left: -10%;*/
		position: relative;
		/*top: 0;*/
		/*width: auto !important;*/
	}
	
	.slider_form_002 .sliderDotWidth {
		bottom: 14%;
	}
	.slider_form_002 .slick-dots li:hover, .slider_form_002 .slick-dots li.slick-active, .slider_form_002 .bx-pager.bx-default-pager a:hover, .slider_form_002 .bx-pager.bx-default-pager a.active{
		color:#000000;
		background-color:#dfdfdf;
	}
	.slider_form_002 .contentArea.first {
		box-shadow: none;
		padding: 0;
	}
		
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.slider_form_002 .customPager{display:none;}
	
	.slider_form_002 .contentArea.first {
		width: 100%;
		float:none;
		padding: 24px 0px 36px 0px;
	}
	.slick-next, .slick-prev {
		display: none !important;
	}
	
	.slider_form_002 .sliderDotWidth {
		bottom: 18%;
	}
	
	.slider_form_002 .bxSliderImage .bxSliderContent {
		padding: 0 !important;
	}
	
/*TEST Versuche*/
	
	.slider_form_002 .responsiveFormular .formElement.smallSelect{width:49%;}
	.slider_form_002 .responsiveFormular .formElement.smallSelect.selectTwo{margin-right:0;}
	.slider_form_002 .responsiveFormular .formElement{width:73%;}
	.slider_form_002 .responsiveFormular .formElement.smallButton{width:25%;}

	.slider_form_002 .thirdSpacer{
		display:none;
	}
	.slider_form_002 #searchForm_simple_001_Form .searchTEXT {
		width: 100%;
	}
	
	
	.slider_form_002 .formSpacer.longSpacer.SpacerToBreak {
		display: none;
	}
	
	.responsiveFormular .formSpacer {
		width: 4% !important;
	}
	.slider_form_002 .formElement.longSelect.plzOrt {
		width: 48%;
	}
	.slider_form_002 .formElement.middleSelect.mietKaufArt {
		width: 48%;
	}
	.slider_form_002 .responsiveFormular .formElement.smallSelect {
		width: 48%;
	}
	.slider_form_002 .responsiveFormular .formElement.smallSelect {
		margin-bottom: 0.4em;
	}
	.slider_form_002 .bxSliderImage .bxSliderContent {
		padding: 0px;
	}
}


@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
/*TEST Versuche*/

	/*.slider_form_002 .imageContainer img {
		left: -24%;
	}*/
	
	.slider_form_002 .innerSliderForm {
		padding: 1.4em 0 2.2em;
	}
	
	.slider_form_002 .formElement.longSelect.plzOrt {
		margin-bottom: 0.4em;
	}
	.slider_form_002 .responsiveFormular .formElement.smallButton{margin-top:1em;}
	
	.slider_form_002 .contentArea.first {
		padding: 38px 0px;
	}
	
	/*.slider_form_002 .slick-next, .slick-prev {
		display: block !important;
	}*/

	.slider_form_002 .imageContainer img {
		width: 100% !important;
		height: auto !important;
	}
}

@media all and (max-width: 360px) {
/* styles for iPhone/Android portrait */
/*TEST Versuche*/

	.slider_form_002 .contentArea.first {
		padding: 24px 0px 36px 0px;
	}
	.slider_form_002 .sliderDotWidth {
		bottom: 22%;
	}
	
}

@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	/*.slider_form_002 .imageContainer img {
		left: -57%;
	}*/
	
	
	
	
	
}

/*https://wp-cms2.de/modules/pageFramesAndModules/immoModules/immoSearchForm/searchForm_simple_008/styles.css*/
/********************************************************/


/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/text_image/text_image_087/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

/*.text_image_007{background-color:#df4443;}*/

/*.text_image_087 .contentWidth.basicFramePadding {
    padding-bottom: 47px;
    padding-top: 81px;
}*/

.text_image_087 .moduleBoxHolderOne{width:100%;}

.text_image_087 .main-left{
	float:left;
	width:65%;
}

.text_image_087{
	overflow:hidden;
}

.text_image_087 .singleIconHolder {
	text-decoration:none;
/*    float: left;
    width: 33%;*/
}

.text_image_087 .head {
    text-align: center;
	padding-bottom: 35px;
}

/*.elementHolderLeft, .elementHolderRight {
    margin-bottom: 2.4em;
}*/

.elementHolderLeft {
    float: left;
    width: 46.5%;
}
.elementHolderRight {
    float: right;
    width: 46.5%;
}

/*-- ADMIN ICON--*/

/*-- CONTENT ICON --*/

.text_image_087 .icon-change-Holder{
	float:left;
	height:68px;
	margin-right: 5%;
	margin-top:0.15em;
	width:68px;
	max-height:68px;
	max-width:68px;
	border-radius:2px;
	font-size:1.5em;
	text-align:center;
}



.text_image_087 .icon-change {
    height: 100%;
    position: relative;
    width: 100%;
}

.text_image_087 .icon-placeholder {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/*
.text_image_087 .toggelIcons {
    display: inline-block;
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
*/
.text_image_087 .editMode .iconBoX {
	cursor:pointer;
}




/*----------------*/

.text_image_087 h4, 
.text_image_087 .h4 {
    margin-bottom: 0.7em;/*0.9*/
}

.text_image_087 .title.h4,
.text_image_087 .title h4 {
    line-height: 1.1em;
}

.text_image_087 .main-right{
	float:right;
	width:33%;
	position:absolute;
	bottom:0;
	right:0;
}

.text_image_087 .iconBoX{
	margin-bottom:2.5em;
}

.text_image_087 .iconBoX.third{
	margin-bottom:0em;
}

.text_image_087 .moduleBoxSpacer{
	width:2%;
}

.text_image_087 .basicFramePadding{
	
}

.title.h2{line-height:1.4;}
.text_image_087 .subtitle{margin-bottom:20px;}

.text_image_087 .mainBigImage{
	width:100%;
}

.text_image_087 .mainBigImage img {
	margin-left:-30px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.text_image_087 .contentModuleBoxButton{margin-top:34px;}


.text_image_087 .editMode .main-left {
    float: left;
    width: 100%;
}

.editMode .elementHolderLeft {
    float: left;
    width: 100%;
}

.editMode .iconBoX{
	width:31%;
	float:left;
	margin-right:3.5%;
}

.editMode .iconBoX.third{
	margin-right:0%;
}

.editMode .elementHolderRight {
    float: right;
    width: 100%;
}

.text_image_087 .editMode .main-right {
    position: relative;
}

.text_image_087 a .icon-angle-right{
	margin-left:-4px;
}


@media all and (max-width: 1280px) {
	/* styles for narrow desktop browsers and iPad landscape */	
	.text_image_087 .main-left{width:70%;}
	
	.text_image_087 .main-right{
		width:28%;/*36*/
		right: 30px;
	}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {
		padding-bottom: 57px;
	}*/
	#outer .text_image_087 .elementHolderLeft,
	#outer .text_image_087 .elementHolderRight {
	    margin-bottom:0em;
	}

}
@media all and (max-width: 1024px) {

	.text_image_087 .main-left {
		width: 70%;/*67*/
	}
	.text_image_087 .elementHolderLeft {
		width: 47.5%;
	}
	.text_image_087 .elementHolderRight {
		width: 47.5%;
	}
	.text_image_087 .icon-change-Holder {
		border-radius: 2px;
		float: left;
		font-size: 1.5em;
		height: 52px;
		margin-right: 5%;
		margin-top: 4px;
		max-height: 52px;
		max-width: 52px;
		text-align: center;
		width: 52px;
	}

	.text_image_087 .title.h4,
	.text_image_087 .title h4 {
		line-height: 1.45em;
	}
	
	.text_image_087 .tinyMCE.textLink{display:inline-block;}
	
}

@media all and (max-width: 960px) {
	.text_image_087 .mainBigImage img {
		margin-left:0 !important;
	}
}
@media all and (max-width: 800px) {
	.text_image_087 .main-right {
		width: 44%;
		display: none;
	}
	.text_image_087 .main-left{
		width:100%;
	}
	
	.text_image_087 .modul_text_003{
		width: 52%;	
	}
/*	.text_image_087 .basicFramePadding {
		padding-top: 40px;
	}*/
	.text_image_082 .boxOne, .text_image_082 .boxTwo{
		border-bottom: 1px solid #dfdfdf;
	}
	
	.text_image_087 .iconBoX {
		margin-bottom: 1.5em;
	}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {
		padding-bottom: 35px;
	}*/
}

@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */
	/*.text_image_087 .contentWidth.basicFramePadding{
		padding-top: 68px;
	}*/
	.text_image_087 .moduleBoxSpacer{
		display:none;
	}

}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.text_image_087 .main-left{width:100%; float:none; padding-bottom:0;}
	.text_image_087 .main-right{width:70%; float:right; position:relative;}
	.text_image_087 .modul_text_003{
		width: 100%;	
	}

	.text_image_087 .head {
		text-align: inherit;
	}
	/*.text_image_087 .contentWidth.basicFramePadding{
    	padding-bottom: 0px;
		padding-top: 70px;
	}*/
	
}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.text_image_087 .elementHolderLeft, 
	.text_image_087 .elementHolderRight{
		margin-bottom: 0em;
		width: 100%;
	}
	
	.text_image_087 h4, 
	.text_image_087 .h4{margin-bottom:0.5em;}
	
	.text_image_087 .icon-change-Holder{
		max-height:70px;
		max-width:70px;
		height:70px;
		width:70px;
	}

	.text_image_087 .iconBoX.third{margin-bottom:1.5em;}
	.text_image_087 .elementHolderRight .iconBoX:last-child{margin-bottom:0;}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {padding-bottom: 26px;}*/
	
	.text_image_087 .head {
		padding-bottom: 1.8em;
	}
		
}

@media all and (max-width: 414px) {
/* styles for iPhone/Android portrait */
	.text_image_087 .icon-change-Holder{
		max-height:65px;
		max-width:65px;
		height:65px;
		width:65px;
	}
	

	.text_image_087 .iconBoX{height:inherit !important;}
}

@media all and (max-width: 360px) {
/* styles for iPhone/Android portrait */
	.text_image_087 .icon-change-Holder{
		max-height:65px;
		max-width:65px;
		height:65px;
		width:65px;
	}

}

@media all and (max-width: 320px) {
	.text_image_087 .main-left{margin-bottom:25px;}
	.text_image_087 .mainBigImage{max-height:135px;}
}

/*https://wp-cms2.de/js/plugins/slick/1.6.0/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*https://wp-cms2.de/js/plugins/slick/1.6.0/slick-theme.css*/
/********************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff /*url('js/plugins/slick/1.6.0/./ajax-loader.gif')*/ center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/plugins/slick/1.6.0/./fonts/slick.eot');
    src: url('js/plugins/slick/1.6.0/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/plugins/slick/1.6.0/./fonts/slick.woff') format('woff'), url('js/plugins/slick/1.6.0/./fonts/slick.ttf') format('truetype'), url('js/plugins/slick/1.6.0/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
/*.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}*/

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/styles.css*/
/********************************************************/
.adminMode .div_slider_004 .boxImage{overflow:hidden;}

.div_slider_004.useBackgroundConfiguration .frameBackgroundImage{
	background-repeat:repeat-y !important;
	/*background-position:bottom !important;
	background-color:transparent !important;*/
	background-image:url("/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/httpss://wp-cms2.de/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/assets/bg-frame_news_010.jpg");
	background-position:top center;
}


.div_slider_004 .fourBox.boxRight {
    float: left;
    padding-right: 6%;/*8*/
    width: 49.5%;
}

.div_slider_004 .fourBox.boxLeft{
    margin-top: 	7px;
	margin-right:	-12px;
	float:			right;/*left*/
	width:			44.5%;/*42.5*/
}

/*.div_slider_004 .fourBox .headline .tokenElement{
	line-height:	1.1;
	display:block;
}*/

.div_slider_004 [class^="icon-"]::before,
.div_slider_004 [class*=" icon-"]::before {
    margin-left: -4px;
    margin-right: 0em;
}

.div_slider_004 .immoOrt.h3{
	margin:			0 0 14px;
}

.div_slider_004 .spacer{
	float:			left;
	border-left:	1px solid #d8dacd;

	margin:			0 4.5% 0 4.4%;
	
	width:			0px;
	height:			363px;
}




.div_slider_004 .spacer.withoutBorder{
	border-left:	0;
	margin:			0;
	width:			7%;
	height:			10px;
}



.div_slider_004 .h3.modulH3{
	font-size:		1.250em;
	line-height:	1.3;
}

.div_slider_004 .kFirma.h4{
	padding: 0.95em 0 0.75em;
}

/***************************[ Slider ]****************************/

.div_slider_004 .sliderElement a,
.div_slider_004 .sliderElement {
	outline: none;
}

.div_slider_004 .sliderElementInner {
    padding: 0 12px;/*0 7*/
}

.div_slider_004 .moduleBoxOuter{	
	padding: 0 6px;
	/*margin-bottom: 18px;*/
}

.div_slider_004 .boxImage {
	background-color:#ffffff;
	position: relative;
	border:1px solid #cecece;
	/*box-sizing: border-box;*/
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	padding:12px;
}

.div_slider_004 .boxImage a {
	display:inline-block;
	width:100%;
	height:100%;
	/*position: absolute;*/
}

.div_slider_004 .slick-dots li.slick-active button::before {
    color: #ffffff;
    opacity: 0.75;
}

.div_slider_004 .slick-dots li {
    border: 3px solid #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

/*.div_slider_004 .slick-dots li:hover,
.div_slider_004 .slick-dots li.slick-active, 
.div_slider_004 .bx-pager.bx-default-pager a:hover, 
.div_slider_004 .bx-pager.bx-default-pager a.active {
    background-color: #ffffff;
}*/

.div_slider_004 .slick-dots li, 
.div_slider_004 .bx-pager.bx-default-pager a {
    background-color: transparent;
    border-radius: 15px;
    height: 14px;
    margin-left: 2px;
    margin-right: 3px;
    width: 14px;
}

.div_slider_004 .slick-dots li button {
    opacity: 0;
    padding: 0;
}

/*.div_slider_004 .basicFramePadding {
    padding-bottom: 4.143em;
    padding-top: 6.243em;
}*/

.div_slider_004 .slick-next::before {
    color: #ffffff;
    content: "" !important;
    font-family: "fontello";
    font-size: 60px;
    text-shadow: 1px 2px 3px #666;
}

.div_slider_004 .slick-prev, .div_slider_004 .slick-next {
    height: 60px;
    width: 25px;
}

.div_slider_004 .slick-prev::before {
    color: #ffffff;
    content: "" !important;
    font-family: "fontello";
    font-size: 60px;
    text-shadow: 1px 2px 3px #666;
}

.div_slider_004 .slick-prev,
.div_slider_004 .slick-next{
	display:none !important;
}
/*
.div_slider_004 h1, 
.div_slider_004 .h1 {
    margin: 0 0 0.52em;
}*/

.div_slider_004 h2, 
.div_slider_004 .h2 {
    margin-bottom: 1.3em;
}

.div_slider_004 .slick-dots {
   bottom: -28px;
}

/*.div_slider_004 .slick-dots li {
    height: 20px;
    margin: 0 2px;
    padding: 0;
    width: 20px;
}*/

/***************************[ Newsmodul ]****************************/

.div_slider_004 .newsElement.last{margin-bottom:0px;}

.div_slider_004 .newsElement .h2{
	font-size:		1.250em;
	line-height:	1.3;
	width:			79.5%;/*81*/

	float:			left;
	margin-bottom:	10px;
}

.div_slider_004 .newsElement .newsListImage{
	/*height:			68px;*/
	width:			21.5%;
	margin-right:	4%;
	margin-top:		1%;
	margin-bottom:	0.85em;
	
	float:			left;
	overflow: 		hidden;
	border:1px solid #cccccc;
}

.div_slider_004 .newsElement .buttonHolder{
	display:		inline-block;
	width:			auto;
	float:			none;
	/*padding-left:	4px;*/
}

.div_slider_004 .editMode .image-upload-box{
	background-color: #ffffff;
    float: left;
    /*height: 284px;*/
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 5px;
    width: 46%;
}
.div_slider_004 .editMode .slickHolder > br:nth-child(4n) {clear:both;}
.div_slider_004 .editMode .slickHolder > br {line-height:0;}


.div_slider_004 .newsElement .buttonHolder .icon-angle-right:before{margin-left:0px;}

.div_slider_004 .newsElement .buttonHolder.h3{
	font-size:		1em;
}
/*.div_slider_004 .newsModule .trennLine,*/
.div_slider_004 .newsElement .newsDate,
.div_slider_004 .newsElement .buttonHolder.variante1{display:none;}

.div_slider_004 .newsModule .trennLine br{display:none;}
.div_slider_004 .newsModule .trennLine hr{margin:1.6em 0 1.4em;}

.div_slider_004 .newsElement .objektBilder .immoContainer,
#outer .div_slider_004 .newsElement .corporateFrame{padding:0px;}

.div_slider_004 .moduleBoxHolder{position:relative;}



/***************************[ Newsletter ]****************************/

.div_slider_004 .fourBox.newsletter{
	/*background-image:	url("/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/assets/pics/handy-image.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 	100% auto;*/
}

.div_slider_004 .bgImageRight{
	width:49.2%;/*17*/
	position:absolute;
	bottom:5px;/*0*/
	right:0;
	overflow:hidden;
	border-bottom: 1px solid #b2b2b2;
}
.div_slider_004 .bgImageRight img{margin-top:0 !important;}

.div_slider_004 .headline.h2.textCenter.editArea{
}

.div_slider_004 .dataBoxHolder {
    width: 50%;
	margin-top: 2.2em;
}

.div_slider_004 .textCenter {
    text-align: left;
}

.div_slider_004 .fourBox.newsletter .h3{
	margin-bottom:	27px;/*30*/
}

.div_slider_004 .kPlzOrt{
	padding-bottom: 8px;
}

.div_slider_004 .fourBox.newsletter .text{
	width:			62%;
	margin-bottom:	30px;
}

.div_slider_004 .fourBox.newsletter .infoText{
	color:			#b7b7b7;
	width:			62%;
	
	margin-top:		27px;
}

.div_slider_004 .fourBox.newsletter span{
	float:			left;	
}

.div_slider_004 .fourBox.newsletter .infoText .icon-lock{
	font-size:		2.063em;
	width:			12%;/*13*/
}

.div_slider_004 .fourBox.newsletter .infoText .icon-lock:before{
	margin-left:	0%;
	margin-top: 	3px;
	margin-left:-5px;
}

.div_slider_004 .fourBox.newsletter .infoText .info{
	font-size:		0.813em;
	width:			84%;/*87*/
	line-height:	1.3;
	font-family:"open_sansitalic", Arial, Helvetica, sans-serif;
}

/***************************[ Textbox ]****************************/

.div_slider_004 .fourBox.textBoxmodul .title{
	width:			65%;
	float:			left;
}

.div_slider_004 .fourBox.textBoxmodul .image{
	width:			35%;	
	float:			left;
	height: 		90px;
}

.div_slider_004 .fourBox.textBoxmodul .h1{
	margin-bottom: 10px;
}

.div_slider_004 .fourBox.textBoxmodul .h2{
	margin-bottom:	30px;
}

.div_slider_004 .fourBox.textBoxmodul .buttonRow{
	margin-top:	33px;
}


@media all and (max-width: 1280px) {
	.div_slider_004 .slick-dots {
		bottom:-35px;
	}
}

@media all and (max-width: 1280px) {
	.div_slider_004 .moduleBoxOuter{
		margin-bottom: 0px;
	}
}

@media all and (max-width: 1024px) {
	.div_slider_004 .spacer{margin:0 3.9%;}
	
	.div_slider_004 .sliderElementInner .boxImage img{
		opacity:1 !important;
	}
	
	.div_slider_004 .slick-dots {
		bottom: -40px;
	}
}

@media all and (max-width: 960px) {
	.div_slider_004 .fourBox{width:45%;}
	.div_slider_004 .spacer{margin:0 4.9%;}
	.div_slider_004 .dataBoxHolder{margin-top:1.2em;}
	.div_slider_004 .fourBox .headline .tokenElement {margin-bottom:0;}
	
	.div_slider_004 .headline.h2.textCenter.editArea{width:100%;}
	.div_slider_004 .bgImageRight{width:45%;}
	.div_slider_004 .dataBoxHolder{width:55%;}
	
	.div_slider_004 h1, .div_slider_004 .h1 {
		margin: 0 0 0.5em;
	}
}

@media all and (max-width: 800px) {
/* styles for narrower desktop browsers and iPad portrait */	
	.div_slider_004 .headline.h2.textCenter.editArea {
		width: 100% !important;
	}
	
	.news_014 .newsElement .newsWrapper.bottom .newsListImage {
		margin-bottom: 0;
	}
	
	.div_slider_004 .fourBox {
		float: none;
		width: 100%;
	}
	
	.div_slider_004 .bgImageRight{width:35%;}
	
	
	.div_slider_004 .spacer{
		margin:	0;
		padding:0;
		border:	none;
		display:none;
	}
}

@media all and (max-width: 768px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.div_slider_004 .fourBox.boxLeft {
		margin-top: 6px;
		margin-right: 4%;
		width: 28%;
	}
	
	.div_slider_004 .fourBox.boxRight {
		float: left;
		padding-right: 6%;
		width: 60%;
	}
	
	.div_slider_004 .slick-dots li, #outer .bx-pager.bx-default-pager a {
		height: 14px ;
		width: 14px ;
	}
	
	#outer .div_slider_004 .slick-dots{
		bottom: -32px !important;
	}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.div_slider_004 .fourBox.boxLeft{
		width:100%;
		margin-top: 2em;
		margin-right: 0;
	}
	
	.div_slider_004 .fourBox.boxRight {
		padding-right: 0%;
	}
	
	.div_slider_004 .fourBox.boxRight{width:100%;}

}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.div_slider_004 .headline.h2.textCenter.editArea{width:100%;}
	.div_slider_004 .bgImageRight{width:43%;}
	
	.div_slider_004 .fourBox.boxRight/*,
	.div_slider_004 .fourBox.boxLeft*/{
		width: 100%;
		float:none;
	}
	
	.div_slider_004 .fourBox.boxLeft{
		width:90%;
		margin:2.5em auto 0;
		float:none;
	}
/*	.div_slider_004 .fourBox.boxLeft .slick-dots{
		position:unset;
	}*/
	.div_slider_004 .fourBox.boxRight {
		padding-bottom: 0%;
		padding-right: 0%;
	}
	
	#outer .div_slider_004 .slick-dots {
		bottom: -42px !important;
	}

	.div_slider_004 .slickHolder {
		padding-bottom:38px;
	}
	
}

@media all and (max-width: 360px) {
	.div_slider_004 .bgImageRight,
	.div_slider_004 .newsListImage{display:none;}
	
	.div_slider_004 .dataBoxHolder{width:100%;}
	
	.div_slider_004 .slick-dots li {
		margin: 0 2px;
	}
	.div_slider_004 .slick-dots li button::before {
		font-size: 13px;
		height: 13px;
		width: 13px;
	}
	
	.div_slider_004 .fourBox.boxLeft {
		width: 100%;
		margin: 1em 0 0;
		float: none;
	}
/*	#outer .div_slider_004 .slick-dots {
		bottom: -24px !important;
	}*/
}

@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	.div_slider_004 .corporateFrame{
		display:	none;
	}
	.div_slider_004 .newsElement .h2 {width:100%; float:none;}

	
}

/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/text_image/text_image_096/styles.css*/
/********************************************************/
/*CMS*/
.editMode .text_image_096 .deleteImageButton {
	width: 20px !important;
	height: 20px !important;	
}

.editMode .text_image_096 .leftBox,
.editMode .text_image_096 .rightBox {
	background-color: transparent;
}

/*Headline-Bereich*/
.text_image_096 .headerHolder {
	text-align:center;	
	margin-bottom: 3.35em;
}
/*Box aussen-Bereich*/
.text_image_096 .leftBox,
.text_image_096 .rightBox {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 4px 4px #f3f3f3;
	box-shadow: 0 0 4px 4px #f3f3f3;	
}

.text_image_096 .leftBox {
	float:left;
	width: 47.7%;	
}

.text_image_096 #image_preview_0_1,
.text_image_096 #image_preview_0_0 {
	float:none !important;
	width:100% !important;		
}

.text_image_096 .rightBox {
	float:right;
	width: 47.7%;	
}
/*Box innen-Bereich*/
.text_image_096 .imageHolder {
	float:left;
	width:50%;
	overflow: hidden;
	min-height:100%;
	max-height:209px;
}
.text_image_096 .imageHolder a{
	display: inline-block;
	height: 100%;
	width: 100%;
	
}
.text_image_096 .textHolder {
	float:right;
	width: 39.6%;
	padding: 4.1% 5.2%;
	
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
	
	position: relative;
	background: #fff;
}

.text_image_096 .textHolder:after {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

/*.text_image_096 .boxtext {
	max-height:76px;
	overflow:hidden;	
}*/

.text_image_096 .boxTextLink {
	margin-top: 0.4em;
	text-transform:uppercase;	
}

/*.text_image_096 .imageHolder {
	overflow:hidden;	
}*/

@media all and (max-width: 1280px) {
	.text_image_096 .textHolder {
    	padding: 3.9% 5.2%;
	}
}
@media all and (max-width: 1024px) {
	.text_image_096 .imageHolder {
		width: 100%;
	}
	
	.text_image_096 .textHolder {
    	padding: 5%;
	}
	.text_image_096 .textHolder {
		width: 90%;
	}
	
	.text_image_096 .textHolder::after {
		display:none;	
	}
}

@media all and (max-width: 768px) {
	.text_image_096 .rightBox,
	.text_image_096 .leftBox {
		width: 100%;
	}
	
	.text_image_096 .leftBox {margin-bottom:2em;}
	
	.text_image_096 .textHolder,
	.text_image_096 .imageHolder {
		width: 45%;
	}
	.text_image_096 .textHolder {
    	padding: 4.8% 5%;
	}	
}
@media all and (max-width: 610px) {
	.text_image_096 .textHolder {
		padding: 3% 5%;
	}
	
	.text_image_096 .imageHolder {
		width: 50%;
	}
	
	.text_image_096 .textHolder {
		width: 40%;
	}
}

@media all and (max-width: 480px) {
	.text_image_096 .imageHolder {
		width: 100%;
	}
	
	.text_image_096 .textHolder {
    width: 90%;
	}
	.text_image_096 .textHolder {
    	padding: 5%;
	}	
	
	.text_image_096 .headerHolder {
		margin-bottom: 1.35em;
		text-align: left;
	}
	
}

/*https://wp-cms2.de/js/plugins/slick/1.5.7/slick.css*/
/********************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.css.map */


/*https://wp-cms2.de/js/plugins/slick/1.5.7/slick-theme.css*/
/********************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff /*url("js/plugins/slick/1.5.7/./ajax-loader.gif")*/ center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=slick-theme.css.map */


/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/news/news_014-standortSelect/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.news_014-standortSelect.useBackgroundConfiguration .frameBackgroundImage{
	background-repeat:repeat-y !important;
	/*background-position:bottom !important;
	background-color:transparent !important;
	background-image:url(//modules/pageFramesAndModules/__frames/news/news_014-standortSelect/assets/bg-frame_news_010.jpg);*/
	background-position:top center;
}

.news_014-standortSelect .fourBox.boxLeft{
	float:			left;
	width:			42.9%;
}
.news_014-standortSelect .fourBox.boxRight{
	float:			left;
	width:			42.7%;
    position: relative;
    border-right:	1px solid #d8dacd;
    margin-right:   6.7%;
    padding-right:  7.6%;
}

.news_014-standortSelect .slick-slider {
    margin-bottom: 0px;
}

.news_014-standortSelect .innerText a{
	text-transform: uppercase;
}

.news_014-standortSelect .fourBox .headline .tokenElement{
	margin-bottom:	1.3em;/*38px*/
	/*line-height:	1.1;*/
	display:block;
}

.news_014-standortSelect .firmaLeftIcon{
	width:15%;
	float:left;
}

.news_014-standortSelect .firma.text_firma {
    margin-bottom: 1.6em;
}

.news_014-standortSelect .firmaRightContent{
	width:85%;
	float:right;
}

.news_014-standortSelect .immoOrt.h3{
	margin:			0 0 14px;
}

.news_014-standortSelect .spacer.withoutBorder{
	border-left:	0;
	margin:			0;
	width:			7%;
	height:			10px;
}

.news_014-standortSelect hr {
    margin: 20px 0 12px 0 !important;
}

.news_014-standortSelect .iconHolder.fb,
.news_014-standortSelect .iconHolder.tw,
.news_014-standortSelect .iconHolder.gp,
.news_014-standortSelect .iconHolder.yt{
	float:left;
	width: 33%;
}

.news_014-standortSelect .socialIcons {
    font-size: 34px;
	text-align: center;
	margin-top: 20px;
}


.news_014-standortSelect .main {
    font-size: 0.9em;
    line-height: 1.7em;
}

.news_014-standortSelect .h3.modulH3{
	font-size:		1.250em;
	line-height:	1.3;
}

.news_014-standortSelect .kFirma.h4{
	padding: 0.95em 0 0.75em;
}

/***************************[ Newsmodul ]****************************/

.news_014-standortSelect .newsElement.last{margin-bottom:0px;}

.news_014-standortSelect .newsElement .h2{
	font-size:		1.250em;
	line-height:	1.3;
	width:			79.5%;/*81*/

	float:			left;
	margin-bottom:	10px;
}

.news_014-standortSelect .newsElement .newsListImage{
	/*height:			68px;*/
	width:			14.3%;
	margin-right:	4%;
	margin-top:		11px;
	margin-bottom:	0.85em;
	
	float:			left;
	overflow: 		hidden;
}

.news_014-standortSelect .newsElement .buttonHolder{
	display:		inline-block;
	width:			auto;
	float:			none;
	/*padding-left:	4px;*/
}
.news_014-standortSelect .newsElement .buttonHolder .icon-angle-right:before{margin-left:0px;}

.news_014-standortSelect .newsElement .buttonHolder.h3{
	font-size:		1em;
}
/*.news_014-standortSelect .newsModule .trennLine,*/
.news_014-standortSelect .newsElement .newsDate,
.news_014-standortSelect .newsElement .buttonHolder.variante1{display:none;}
.news_014-standortSelect .modul_news_016 .newsElementHead {
	width: 100%;
	padding-left: 0;
}

.news_014-standortSelect .newsModule .trennLine br{display:none;}
.news_014-standortSelect .newsModule .trennLine hr{margin:1.6em 0 1.4em;}

.news_014-standortSelect .contentBoxHolder{position:relative;}

.news_014-standortSelect .firmenLogo.moduleBoxInnerImage.corporate_border {
    margin: 0 auto;
    overflow: hidden;
    width: 77%;
}

.news_014-standortSelect .spalte_one.editArea {
    float: left;
    padding-right: 10%;
    width: 46%;
	line-height: 27px;
}

.news_014-standortSelect .basicFramePadding {
    padding-bottom: 3.743em;
    padding-top: 5.543em;
}

.news_014-standortSelect .spalte_one.editArea {
	text-align:center;
}

.news_014-standortSelect .spalte_two.editArea {
    float: right;
    width: 43%;
	line-height: 24px;
}

.news_014-standortSelect .socialIcons [class^="icon-"]::before, 
.news_014-standortSelect .socialIcons [class*=" icon-"]::before {
    margin-left: 0;
    margin-right: 0;
}

.firma.standort_image.corporateFrame {
    margin-bottom: 1.3em;
}

.news_014-standortSelect .spacerVertical {
    border-top: 1px solid #e1e1e1;
    margin: 17px 0;
}

.news_014-standortSelect .socialIcons {
    font-size: 34px;
    margin: 20px auto auto;
    text-align: center;
    width: 100%;
}
/***************************[ Newsletter ]****************************/

.news_014-standortSelect .fourBox.newsletter{
	/*background-image:	url("//modules/pageFramesAndModules/__frames/news/news_014-standortSelect/assets/pics/handy-image.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 	100% auto;*/
}

.news_014-standortSelect .bgImageRight{
	width:49.2%;/*17*/
	position:absolute;
	bottom:5px;/*0*/
	right:0;
	overflow:hidden;
	border-bottom: 1px solid #b2b2b2;
}
.news_014-standortSelect .bgImageRight img{margin-top:0 !important;}

.news_014-standortSelect .headline.h2.textCenter.editArea{
	width: 50%;/*60*/
}

.news_014-standortSelect .dataBoxHolder {
    width: 50%;
	margin-top: 2.2em;
}

.news_014-standortSelect .textCenter {
    text-align: left;
}

.news_014-standortSelect .fourBox.newsletter .h3{
	margin-bottom:	27px;/*30*/
}

.news_014-standortSelect .kPlzOrt{
	padding-bottom: 8px;
}

.news_014-standortSelect .fourBox.newsletter .text{
	width:			62%;
	margin-bottom:	30px;
}

.news_014-standortSelect .fourBox.newsletter .infoText{
	color:			#b7b7b7;
	width:			62%;
	
	margin-top:		27px;
}

.news_014-standortSelect .fourBox.newsletter span{
	float:			left;	
}

.news_014-standortSelect .fourBox.newsletter .infoText .icon-lock{
	font-size:		2.063em;
	width:			12%;/*13*/
}

.news_014-standortSelect .fourBox.newsletter .infoText .icon-lock:before{
	margin-left:	0%;
	margin-top: 	3px;
	margin-left:   -5px;
}

.news_014-standortSelect .fourBox.newsletter .infoText .info{
	font-size:		0.813em;
	width:			84%;/*87*/
	line-height:	1.3;
	font-family:"open_sansitalic", Arial, Helvetica, sans-serif;
}

/***************************[ Textbox ]****************************/

.news_014-standortSelect .fourBox.textBoxmodul .title{
	width:			65%;
	float:			left;
}

.news_014-standortSelect .fourBox.textBoxmodul .image{
	width:			35%;	
	float:			left;
	height: 		90px;
}

.news_014-standortSelect .fourBox.textBoxmodul .h1{
	margin-bottom: 10px;
}

.news_014-standortSelect .fourBox.textBoxmodul .h2{
	margin-bottom:	30px;
}

.news_014-standortSelect .fourBox.textBoxmodul .buttonRow{
	margin-top:	33px;
}

.news_014-standortSelect .firmenLogo img{
	margin-top:0px !important;
}

.news_014-standortSelect .standortHolder{
    position: relative;
}

.news_014-standortSelect .text{
    float: left;
    line-height: 41px;
    font-family: opensans_bold;
}

.news_014-standortSelect .imgHolder{
    width: auto;
    float: left;
    margin-right: 10%;
    width: 179px;
    height: 128px;
}

.news_014-standortSelect .standortSelectHolder{
    padding-bottom:14px;
}

.news_014-standortSelect .jqTransformSelectWrapper{
    width:73% !important;
    float: right;
}

.news_014-standortSelect .firmHolder{
    margin-top: -6px;
    margin-bottom: -6px;
	line-height: 23px;
}


.news_014-standortSelect [id^=standort_id_] {
    background-color: #ffffff;
    box-sizing: border-box;
    width:100%;
    border:1px solid #e1e1e1;
    padding:31px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


@media all and (max-width: 1280px) {}

@media all and (max-width: 1024px) {
	.news_014-standortSelect .spacer{margin:0 3.9%;}
	.firma.standort_image.corporateFrame {
		margin-bottom: 0.3em;
	}
	.news_014-standortSelect .fourBox.boxLeft{width:30em;}

    .news_014-standortSelect .imgHolder {
        width: auto;
        float: left;
        margin-right: 10%;
        width: 40%;
        height: 128px;
    }

    .news_014-standortSelect .firmHolder {
        margin-top: 0;
        margin-bottom: 0;
        width: 50%;
        display: block;
        float: left;
    }

    .news_014-standortSelect .jqTransformSelectWrapper {
        width: 62% !important;
        float: right;
    }

    .news_014-standortSelect .fourBox.boxLeft {
        width: 42.8%;
    }

    .news_014-standortSelect [id^=standort_id_] img{
        width: auto !important;
        height:100% !important;
    }
}

@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.firma.standort_image.corporateFrame {
		float: left;
		margin-right: 0.8em;
		margin-top: 0.4em;
		width: 40%;
	}
	.news_014-standortSelect .spalte_one.editArea {
		float: left;
		padding-right: 10%;
		width: 100%;
	}
	.news_014-standortSelect .spalte_two.editArea {
		float: left;
		width: 100%;
	}
	.news_014-standortSelect .firmenLogo.moduleBoxInnerImage.corporate_border{
		width: 90%;
	}
	.news_014-standortSelect .spalte_one.editArea {
		width: 45%;
	}
	
	.news_014-standortSelect .spalte_two.editArea {
		width: 45%;
	}
}

@media all and (max-width: 960px) {
	.news_014-standortSelect .fourBox{width:45%;}
	.news_014-standortSelect .spacer{margin:0 4.9%;}
	.news_014-standortSelect .dataBoxHolder{margin-top:1.2em;}
	.news_014-standortSelect .fourBox .headline .tokenElement {margin-bottom:0;}
	
	.news_014-standortSelect .headline.h2.textCenter.editArea{width:100%;}
	.news_014-standortSelect .bgImageRight{width:45%;}
	.news_014-standortSelect .dataBoxHolder{width:55%;}
	
	.news_014-standortSelect .spalte_one.editArea {
		padding-right: 7%;
	}
	.news_014-standortSelect .spalte_two.editArea {
		width: 48%;
	}
}

@media all and (max-width: 800px) {
	.news_014-standortSelect .spalte_one.editArea {
		width: 95%;
	}
	
	.news_014-standortSelect .spalte_two.editArea {
		width: 95%;
	}
	.news_014-standortSelect .fourBox.boxRight {
		width: 100%;
	}
	
	.news_014-standortSelect .spalte_one.editArea {
		width: 45% !important;
	}
	
	.news_014-standortSelect .fourBox.boxLeft {
		width: 100% !important;
	}
	
	.news_014-standortSelect .spalte_two.editArea {
		width: 45% !important;
	}
	.news_014-standortSelect .spacer{
		width:100%;
		border-bottom:1px solid #d8dacd;
		margin: 6% 0px 4.8% 0px;
	}
	.news_014-standortSelect .fourBox {
		width: 100%;
	}
	.footerLeft{
		width: 46% !important;
	}
	.footerRight {
		width: 54% !important;
	}
	.news_014-standortSelect .firmenLogo.moduleBoxInnerImage.corporate_border{
		width: 62%;
	}
	.news_014-standortSelect .fourBox.boxRight{margin-bottom:0em;}
	.news_014-standortSelect .bgImageRight{width:35%;}
	.news_014-standortSelect .headline.h2.textCenter.editArea{width:55%;}

    .news_014-standortSelect .fourBox.boxRight {
        border-bottom: 1px solid #d8dacd;
        border-right: 0;
        margin-bottom: 3%;
        margin-right: 0;
        padding-bottom: 3%;
        padding-right: 0;
    }
    .news_014-standortSelect [id^=standort_id_] img{
        margin-top: 0px !important;
    }
    .news_014-standortSelect .imgHolder {
        margin-right: 4%;
    }
}

@media all and (max-width: 768px) {
	.news_014-standortSelect .spalte_one.editArea {
		width: 93%;
	}
	.news_014-standortSelect .spalte_two.editArea {
		width: 93%;
	}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
}

@media all and (max-width: 515px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.news_014-standortSelect .headline.h2.textCenter.editArea{width:100%;}
	.news_014-standortSelect .bgImageRight{width:43%;}
    .news_014-standortSelect .imgHolder {
        margin-right: 10%;
    }
    .news_014-standortSelect .fourBox.boxRight {
        margin-bottom: 10%;
        padding-bottom: 10%;
    }
}

@media all and (max-width: 515px) {
	.news_014-standortSelect .spalte_one.editArea{
		width: 100% !important;
		padding-right:0% !important;
		margin-bottom:35px;
	}
	.news_014-standortSelect .modul_news_016 .newsContentHolder {
		width:100%;
	}
	.news_014-standortSelect .spalte_two.editArea{
		width: 100% !important;
	}
	
	.news_014-standortSelect .bgImageRight,
	.news_014-standortSelect .newsListImage{display:none;}
	
	.news_014-standortSelect .dataBoxHolder{width:100%;}
    .news_014-standortSelect .jqTransformSelectWrapper {
        width: 100% !important;
        float: right;
    }
    .news_014-standortSelect .firmHolder {
        width: 100%;
    }
    .news_014-standortSelect .imgHolder {
        margin-right: 0%;
        width: 100%;
    }

    .news_014-standortSelect .firmHolder {
        padding-top: 15px;
    }
}

@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	
	.news_014-standortSelect .newsElement .h2 {width:100%; float:none;}

	
}

/*https://wp-cms2.de/modules/pageFramesAndModules/modules/news/news_016/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */


.modul_news_016 .h1 {
	margin-top:0;
}

.modul_news_016 .subtitle {

}

.modul_news_016 .newsListImage{
	width: 100%;
	float:left;
}

.modul_news_016 .newsContentHolder {
	float:right;
	width:80%;	
	padding-top: 1%;
}

.modul_news_016 .newsImageHolder {
	float:left;
	width:86px;
	margin-top: 1.6%;
}

.modul_news_016 .newsDate {
	font-weight:normal;
}

.modul_news_016 .newsName.h5 a{
	font-family:inherit;
}

.modul_news_016 .newsElement {
	margin-top:-0.15em;	
}

.modul_news_016 .buttonHolder.variante1{margin-top:1em;}
.modul_news_016 .buttonHolder.variante2{display:none;}




@media all and (max-width: 480px) {
	.modul_news_016 .newsContentHolder {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	
	.modul_news_016 .newsImageHolder {
    width: 15%;
	}
	
	.modul_news_016 .newsElementHead {
		width: 70%;
		padding-left: 20%;	
	}
}

@media all and (max-width: 360px) {

	.modul_news_016 .newsImageHolder {
		display:none;
	}
	
	.modul_news_016 .newsElementHead {
    width: 100%;
    padding-left: 0%;
	}
}


/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/text_image/text_image_082/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */
.text_image_082{
	
}

.text_image_082 .headline{
	text-align:		center;
	/*margin:			0 auto 0.175em;*/
	margin-left:  auto;
	margin-right: auto;
	width:			70%;
}

.text_image_082 .innerModuleBox{
	margin-top:38px;
}

.text_image_082 .moduleBoxText{width:100%; margin-top:1.7em;}

.text_image_082	.linespacer{
	height:		1px;
	margin:		20px 0 35px;
	border-bottom:	1px solid;
}

.text_image_082	.buttonHolder a:after{
	content: '\e81a';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}

.text_image_082 .moduleBoxHolder {float:left;}
.text_image_082 .moduleBoxLine{
	width:		100%;
	margin:		0 auto;
	height:		3px;
}

.text_image_082 .boxOne,
.text_image_082 .boxTwo,
.text_image_082 .boxThree,
.text_image_082 .boxFour,
.text_image_082 .boxFive { width:29.8%;/*30*/}

.text_image_082 .clear.spiritBox,
.text_image_082 .spiritBox,
.text_image_082 .spiritBoxOne,
.text_image_082 .spiritBoxTwo{display:none;}

.text_image_082 .moduleBoxImageWrap{
	position:		relative;
	margin-bottom:	0.95em;/*28*/
}

.text_image_082 .moduleBoxImage{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.text_image_082 .moduleBoxInnerImage a{
	height:100%;
	width:100%;
	display:block;
}
.text_image_082 .moduleBoxInnerImage img{width:100%; height:auto;}
.text_image_082 .moduleBoxSpacer {
	float:		left;
	width:		5.3%;
	height:		325px;
	text-align:	center;
	position:	relative;
}

.text_image_082 .moduleBoxSpacer.first {
	width:3%;
}

.text_image_082 .buttonHolder{
	margin-top:0.9em;
	/*margin-bottom:17px;*/
}

.text_image_082 .corporate_border{
	box-sizing: border-box;
}

.text_image_082 .buttonHolder.variante2{display:none;}

.text_image_082 a .icon-angle-right{
	margin-left:-4px;
}

@media only screen and (max-width : 1280px) {
	.text_image_082 .boxOne, 
	.text_image_082 .boxTwo, 
	.text_image_082 .boxThree{width:30.1%;}
	
	.text_image_082 .moduleBoxSpacer{width:4.3%;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.text_image_082 .moduleBoxText{width:100%;}
	.text_image_082 .headline{width:70%;}
}
@media only screen and (max-width : 1024px) {
	.text_image_082 .headline{width:90%;}
}

@media only screen and (max-width : 1090px) {
	.text_image_082 .spiritBoxOne,
	.text_image_082 .spiritBoxTwo{display:block;/* width:17%;*/ clear:both; margin-bottom:15px;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{display:none; text-align:right;}
	
	/*.text_image_082 .moduleBoxHolder{margin-bottom:35px;}
	.text_image_082 .moduleBoxHolder.boxFive{margin-bottom:0;} */
	
	/*.text_image_082 .moduleBoxSpacer{width:12.5%;6.5}*/
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none; width:3%; text-align:left;}

	.text_image_082 .moduleBoxSpacer{height:300px;}
	/*.text_image_082 .moduleBoxSpacer{display:none;}*/
	/*.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:25%; }
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:29%; }*/
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.text_image_082 .spiritBoxOne,
	.text_image_082 .spiritBoxTwo{display:block;/* width:17%;*/ clear:both; margin-bottom:15px;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{/*display:inline-block; text-align:right;*/ display:none;}
	
	/*.text_image_082 .moduleBoxHolder{margin-bottom:35px;}
	.text_image_082 .moduleBoxHolder.boxThree{margin-bottom:0;}*/
	
	/*.text_image_082 .moduleBoxSpacer{width:9.5%;6.5}*/
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none;}

	.text_image_082 .moduleBoxSpacer{height:300px;}

}
@media only screen and (max-width : 800px) {
	.text_image_082 .moduleBoxSpacer{width:10%;/*21.5*/}
	.text_image_082 .moduleBoxSpacer.spaceThree{
		width:100%;
		height:1px !important;
		/*display:none;*/
	}
	.text_image_082 .moduleBoxImageWrap {
		width: 45%;
		margin-right:3%;
		float:left;
	}
	.text_image_082 .moduleBoxImage {
		padding-bottom: 0;/*39*/
	}
		
	.text_image_082 .moduleBoxImageWrap {
		margin-top: 5px;
	}
	.text_image_082 .moduleBoxHolder {
		margin-bottom: 2.1em;
	}
	
	.text_image_082 .moduleBoxSpacer.spaceTwo{
		display:none;
	}
	.text_image_082 .moduleBoxText {
		width: 52%;
		float:left;
	}
	.text_image_082 .buttonHolder {
		width: 52%;
		float:left;
	}
	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:100% !important;/*39*/ }
	
	.text_image_082 .moduleBoxHolder{margin-bottom:2.5em; padding-bottom:2.5em;}	
	.text_image_082 .moduleBoxHolder.boxThree {margin-bottom:0; padding-bottom:0;}

	.text_image_082 .moduleBoxText{
		margin-top: 0em;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.text_image_082 .moduleBoxSpacer.spaceThree {
		clear: both;
		display: block;
		height: 1px !important;
		width: 100%;
	}
}

/* styles for medium Tablets (Kindle etc)) */
@media all and (max-width: 670px) {
	.text_image_082 .spiritBoxOne{display:none;}
	.text_image_082 .spiritBoxTwo{display:inline-block; width:17%;}
	
	.text_image_082 .moduleBoxSpacer{width:9%;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{display:none;}
	.text_image_082 .moduleBoxSpacer.spaceFour{display:inline-block; width:9%; text-align:center;}
	.text_image_082 .clear.spiritBox{display:block;}
	.text_image_082 .moduleBoxSpacer.first{width:4.5%;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceThree{display:none; width:4.5%;text-align:left;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFive{display:none; width:4.5%; text-align:right;}
	.text_image_082 .moduleBoxSpacer.spaceFive{display:none; width:4.5%;/*3*/ text-align:left;}

	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:45%; }
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:45%; }
	.text_image_082 .moduleBoxSpacer.spaceThree{display:none; /*width:4.5%; text-align:right;*/}
}
@media all and (max-width: 610px) {
	.text_image_082 .innerModuleBox{margin-top:35px;}
	
	.text_image_082 .headline{width:100%;}
	.text_image_082 .textCenter{text-align:left;}
	
	/*.text_image_082 .moduleBoxImageWrap{width:41%;}
	.text_image_082 .moduleBoxText{width:56%;}*/
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree,
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:100% !important; }
	
	.text_image_082 .moduleBoxSpacer{display:none;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceThree,
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFive{display:none;}
	
	.text_image_082 .moduleBoxHolder{margin-bottom:40px;}
	.text_image_082 .moduleBoxHolder.boxThree{margin-bottom:0px; border-bottom:none;}
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none;}
	
	.text_image_082 .moduleBoxImageWrap{
		margin-bottom:1.2em;
		margin-top:0;
		float:none;
		margin-right:0;
	}
	.text_image_082 .moduleBoxText,
	.text_image_082 .moduleBoxImageWrap{
		width:100%;
	}
}

@media all and (max-width: 360px) {
/* styles for iPhone/Android portrait */
	/*.text_image_082 .moduleBoxInnerImage{max-height:85px;}*/
	.text_image_082 .moduleBoxImageWrap{margin-bottom:1.50em;}
	.text_image_082 .buttonHolder{margin-top:0.8em;}


}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {}

/*https://wp-cms2.de/modules/pageFramesAndModules/modules/text/text_003/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */


.modul_text_003 .h1 {
	margin-top:0;
}

.modul_text_003 .subtitle {
	
}


