@import "font-awesome.min.css";
@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.08.2018, 14:33:37
    Author     : MX-SO
*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes wag {
  from {
    -webkit-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
    -o-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  to {
    -webkit-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
}
@-webkit-keyframes wag {
  from {
    -webkit-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
  50% {
    -webkit-transform: rotate(0.5deg);
    -o-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
  }
  to {
    -webkit-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
  }
}
@-webkit-keyframes wag2 {
  from {
    -webkit-transform: rotate(-0.8deg);
    -o-transform: rotate(-0.8deg);
    transform: rotate(-0.8deg);
  }
  50% {
    -webkit-transform: rotate(0.8deg);
    -o-transform: rotate(0.8deg);
    transform: rotate(0.8deg);
  }
  to {
    -webkit-transform: rotate(-0.8deg);
    -o-transform: rotate(-0.8deg);
    transform: rotate(-0.8deg);
  }
}
@-webkit-keyframes strobe {
  from {
    opacity: .8;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: .8;
  }
}
@-webkit-keyframes slidetrack {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* londrina-solid-100 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/londrina-solid-v6-latin-100.eot');
  src: local('Londrina Solid Thin'), local('LondrinaSolid-Thin'), url('../fonts/londrina-solid-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/londrina-solid-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/londrina-solid-v6-latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/londrina-solid-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/londrina-solid-v6-latin-100.svg#LondrinaSolid') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* londrina-solid-300 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/londrina-solid-v6-latin-300.eot');
  src: local('Londrina Solid Light'), local('LondrinaSolid-Light'), url('../fonts/londrina-solid-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/londrina-solid-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/londrina-solid-v6-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/londrina-solid-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/londrina-solid-v6-latin-300.svg#LondrinaSolid') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* londrina-solid-regular - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/londrina-solid-v6-latin-regular.eot');
  src: local('Londrina Solid Regular'), local('LondrinaSolid-Regular'), url('../fonts/londrina-solid-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/londrina-solid-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/londrina-solid-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/londrina-solid-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/londrina-solid-v6-latin-regular.svg#LondrinaSolid') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* londrina-solid-900 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/londrina-solid-v6-latin-900.eot');
  src: local('Londrina Solid Black'), local('LondrinaSolid-Black'), url('../fonts/londrina-solid-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/londrina-solid-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/londrina-solid-v6-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/londrina-solid-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/londrina-solid-v6-latin-900.svg#LondrinaSolid') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.08.2018, 10:21:54
    Author     : MX-SO
*/
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-italic.eot');
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/pt-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-italic.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700italic.eot');
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url('../fonts/pt-sans-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-700italic.svg#PTSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*
** Opacity
*/
/*
** Border Radius
*/
/*
** CSS3 animation
*/
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.overflow {
  overflow: hidden;
}
.block {
  display: block;
}
.ib {
  display: inline-block;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.reset-input {
  border: 0 none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a {
  outline: none !important;
}
input::-moz-focus-inner {
  border: 0;
}
.disableSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 
    Created on : 23.08.2018, 11:03:44
    Author     : MX-SO
*/
.bg {
  position: absolute;
  background-attachment: fixed;
  left: 0;
  top: 0;
  background-color: #C63195;
  background-size: 200px 200px;
  width: 100%;
  height: 100%;
}
.fig .wp {
  position: relative;
}
.fig .ob,
.fig .sh {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.fig .sh {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15px');
}
.symbol {
  width: 100%;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.symbol::before {
  content: '';
  width: 100%;
  display: inline-block;
}
@media (orientation: landscape) {
  .fig.home .ob:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background-size: 100% 100%;
  }
}
.bg.baby {
  background-image: url('../images/bg/baby_fix.svg');
}
@media (min-width: 1020px) {
  .bg.baby {
    background-image: url('../images/bg/baby.svg');
  }
}
.bg.holger {
  background-image: url('../images/bg/holger_fix.svg');
}
@media (min-width: 1020px) {
  .bg.holger {
    background-image: url('../images/bg/holger.svg');
  }
}
.bg.home {
  background-image: url('../images/bg/home_fix.svg');
}
@media (min-width: 1020px) {
  .bg.home {
    background-image: url('../images/bg/home.svg');
  }
}
.bg.ironimus {
  background-image: url('../images/bg/ironimus_fix.svg');
}
@media (min-width: 1020px) {
  .bg.ironimus {
    background-image: url('../images/bg/ironimus.svg');
  }
}
.bg.kissen {
  background-image: url('../images/bg/kissen_fix.svg');
}
@media (min-width: 1020px) {
  .bg.kissen {
    background-image: url('../images/bg/kissen.svg');
  }
}
.bg.kontakt {
  background-image: url('../images/bg/kontakt_fix.svg');
}
@media (min-width: 1020px) {
  .bg.kontakt {
    background-image: url('../images/bg/kontakt.svg');
  }
}
.bg.masken {
  background-image: url('../images/bg/masken_fix.svg');
}
@media (min-width: 1020px) {
  .bg.masken {
    background-image: url('../images/bg/masken.svg');
  }
}
.bg.melvin {
  background-image: url('../images/bg/melvin_fix.svg');
}
@media (min-width: 1020px) {
  .bg.melvin {
    background-image: url('../images/bg/melvin.svg');
  }
}
.bg.muchi {
  background-image: url('../images/bg/muchi_fix.svg');
}
@media (min-width: 1020px) {
  .bg.muchi {
    background-image: url('../images/bg/muchi.svg');
  }
}
.bg.norbert {
  background-image: url('../images/bg/norbert_fix.svg');
}
@media (min-width: 1020px) {
  .bg.norbert {
    background-image: url('../images/bg/norbert.svg');
  }
}
.bg.ratte {
  background-image: url('../images/bg/ratte_fix.svg');
}
@media (min-width: 1020px) {
  .bg.ratte {
    background-image: url('../images/bg/ratte.svg');
  }
}
.bg.roy {
  background-image: url('../images/bg/roy_fix.svg');
}
@media (min-width: 1020px) {
  .bg.roy {
    background-image: url('../images/bg/roy.svg');
  }
}
.bg.show {
  background-image: url('../images/bg/show_fix.svg');
}
@media (min-width: 1020px) {
  .bg.show {
    background-image: url('../images/bg/show.svg');
  }
}
.bg.siggi {
  background-image: url('../images/bg/siggi_fix.svg');
}
@media (min-width: 1020px) {
  .bg.siggi {
    background-image: url('../images/bg/siggi.svg');
  }
}
.bg.marcella {
  background-image: url('../images/bg/marcella_fix.svg');
}
@media (min-width: 1020px) {
  .bg.marcella {
    background-image: url('../images/bg/marcella.svg');
  }
}
.fig.baby .wp {
  width: 100%;
  padding-top: 113.67521367521%;
}
.fig.baby {
  max-width: 468px;
  max-height: 532px;
}
.fig.x2.baby {
  max-width: 936px;
  max-height: 1064px;
}
.fig.x3.baby {
  max-width: 1404px;
  max-height: 1596px;
}
.fig.baby .ob {
  background-image: url('../images/fig/baby.png');
}
.fig.x2.baby .ob {
  background-image: url('../images/fig/baby@2x.png');
}
.fig.x3.baby .ob {
  background-image: url('../images/fig/baby@3x.png');
}
.fig.baby .sh {
  background-image: url('../images/fig/baby_sh.png');
}
.fig.hautnah .wp {
  width: 100%;
  padding-top: 72.271914132379%;
}
.fig.hautnah {
  max-width: 1118px;
  max-height: 808px;
}
.fig.x2.hautnah {
  max-width: 2236px;
  max-height: 1616px;
}
.fig.x3.hautnah {
  max-width: 3354px;
  max-height: 2424px;
}
.fig.hautnah .ob {
  background-image: url('../images/fig/hautnah.png');
}
.fig.x2.hautnah .ob {
  background-image: url('../images/fig/hautnah@2x.png');
}
.fig.x3.hautnah .ob {
  background-image: url('../images/fig/hautnah@3x.png');
}
.fig.hautnah .sh {
  background-image: url('../images/fig/hautnah_sh.png');
}
.fig.holger .wp {
  width: 100%;
  padding-top: 108.29562594268%;
}
.fig.holger {
  max-width: 663px;
  max-height: 718px;
}
.fig.x2.holger {
  max-width: 1326px;
  max-height: 1436px;
}
.fig.x3.holger {
  max-width: 1989px;
  max-height: 2154px;
}
.fig.holger .ob {
  background-image: url('../images/fig/holger.png');
}
.fig.x2.holger .ob {
  background-image: url('../images/fig/holger@2x.png');
}
.fig.x3.holger .ob {
  background-image: url('../images/fig/holger@3x.png');
}
.fig.holger .sh {
  background-image: url('../images/fig/holger_sh.png');
}
.fig.home-hand .wp {
  width: 100%;
  padding-top: 67.109375%;
}
.fig.home-hand {
  max-width: 1280px;
  max-height: 859px;
}
.fig.x2.home-hand {
  max-width: 2560px;
  max-height: 1718px;
}
.fig.x3.home-hand {
  max-width: 3840px;
  max-height: 2577px;
}
.fig.home-hand .ob {
  background-image: url('../images/fig/home-hand.png');
}
.fig.x2.home-hand .ob {
  background-image: url('../images/fig/home-hand@2x.png');
}
.fig.x3.home-hand .ob {
  background-image: url('../images/fig/home-hand@3x.png');
}
.fig.home-hand .sh {
  background-image: url('../images/fig/home-hand_sh.png');
}
.fig.home .wp {
  width: 100%;
  padding-top: 67.109375%;
}
.fig.home {
  max-width: 1280px;
  max-height: 859px;
}
.fig.x2.home {
  max-width: 2560px;
  max-height: 1718px;
}
.fig.x3.home {
  max-width: 3840px;
  max-height: 2577px;
}
.fig.home .ob {
  background-image: url('../images/fig/home.png');
}
.fig.x2.home .ob {
  background-image: url('../images/fig/home@2x.png');
}
.fig.x3.home .ob {
  background-image: url('../images/fig/home@3x.png');
}
.fig.home .sh {
  background-image: url('../images/fig/home_sh.png');
}
.fig.ironimus .wp {
  width: 100%;
  padding-top: 105.47504025765%;
}
.fig.ironimus {
  max-width: 621px;
  max-height: 655px;
}
.fig.x2.ironimus {
  max-width: 1242px;
  max-height: 1310px;
}
.fig.x3.ironimus {
  max-width: 1863px;
  max-height: 1965px;
}
.fig.ironimus .ob {
  background-image: url('../images/fig/ironimus.png');
}
.fig.x2.ironimus .ob {
  background-image: url('../images/fig/ironimus@2x.png');
}
.fig.x3.ironimus .ob {
  background-image: url('../images/fig/ironimus@3x.png');
}
.fig.ironimus .sh {
  background-image: url('../images/fig/ironimus_sh.png');
}
.fig.kissen .wp {
  width: 100%;
  padding-top: 78.450704225352%;
}
.fig.kissen {
  max-width: 710px;
  max-height: 557px;
}
.fig.x2.kissen {
  max-width: 1420px;
  max-height: 1114px;
}
.fig.x3.kissen {
  max-width: 2130px;
  max-height: 1671px;
}
.fig.kissen .ob {
  background-image: url('../images/fig/kissen.png');
}
.fig.x2.kissen .ob {
  background-image: url('../images/fig/kissen@2x.png');
}
.fig.x3.kissen .ob {
  background-image: url('../images/fig/kissen@3x.png');
}
.fig.kissen .sh {
  background-image: url('../images/fig/kissen_sh.png');
}
.fig.maske .wp {
  width: 100%;
  padding-top: 73.894282632147%;
}
.fig.maske {
  max-width: 927px;
  max-height: 685px;
}
.fig.x2.maske {
  max-width: 1854px;
  max-height: 1370px;
}
.fig.x3.maske {
  max-width: 2781px;
  max-height: 2055px;
}
.fig.maske .ob {
  background-image: url('../images/fig/maske.png');
}
.fig.x2.maske .ob {
  background-image: url('../images/fig/maske@2x.png');
}
.fig.x3.maske .ob {
  background-image: url('../images/fig/maske@3x.png');
}
.fig.maske .sh {
  background-image: url('../images/fig/maske_sh.png');
}
.fig.masken .wp {
  width: 100%;
  padding-top: 74.394099051633%;
}
.fig.masken {
  max-width: 949px;
  max-height: 706px;
}
.fig.x2.masken {
  max-width: 1898px;
  max-height: 1412px;
}
.fig.x3.masken {
  max-width: 2847px;
  max-height: 2118px;
}
.fig.masken .ob {
  background-image: url('../images/fig/masken.png');
}
.fig.x2.masken .ob {
  background-image: url('../images/fig/masken@2x.png');
}
.fig.x3.masken .ob {
  background-image: url('../images/fig/masken@3x.png');
}
.fig.masken .sh {
  background-image: url('../images/fig/masken_sh.png');
}
.fig.melvin .wp {
  width: 100%;
  padding-top: 105.70107858243%;
}
.fig.melvin {
  max-width: 649px;
  max-height: 686px;
}
.fig.x2.melvin {
  max-width: 1298px;
  max-height: 1372px;
}
.fig.x3.melvin {
  max-width: 1947px;
  max-height: 2058px;
}
.fig.melvin .ob {
  background-image: url('../images/fig/melvin.png');
}
.fig.x2.melvin .ob {
  background-image: url('../images/fig/melvin@2x.png');
}
.fig.x3.melvin .ob {
  background-image: url('../images/fig/melvin@3x.png');
}
.fig.melvin .sh {
  background-image: url('../images/fig/melvin_sh.png');
}
.fig.muchi .wp {
  width: 100%;
  padding-top: 101.25984251969%;
}
.fig.muchi {
  max-width: 635px;
  max-height: 643px;
}
.fig.x2.muchi {
  max-width: 1270px;
  max-height: 1286px;
}
.fig.x3.muchi {
  max-width: 1905px;
  max-height: 1929px;
}
.fig.muchi .ob {
  background-image: url('../images/fig/muchi.png');
}
.fig.x2.muchi .ob {
  background-image: url('../images/fig/muchi@2x.png');
}
.fig.x3.muchi .ob {
  background-image: url('../images/fig/muchi@3x.png');
}
.fig.muchi .sh {
  background-image: url('../images/fig/muchi_sh.png');
}
.fig.norbert .wp {
  width: 100%;
  padding-top: 128.09224318658%;
}
.fig.norbert {
  max-width: 477px;
  max-height: 611px;
}
.fig.x2.norbert {
  max-width: 954px;
  max-height: 1222px;
}
.fig.x3.norbert {
  max-width: 1431px;
  max-height: 1833px;
}
.fig.norbert .ob {
  background-image: url('../images/fig/norbert.png');
}
.fig.x2.norbert .ob {
  background-image: url('../images/fig/norbert@2x.png');
}
.fig.x3.norbert .ob {
  background-image: url('../images/fig/norbert@3x.png');
}
.fig.norbert .sh {
  background-image: url('../images/fig/norbert_sh.png');
}
.fig.portrait .wp {
  width: 100%;
  padding-top: 99.081515499426%;
}
.fig.portrait {
  max-width: 871px;
  max-height: 863px;
}
.fig.x2.portrait {
  max-width: 1742px;
  max-height: 1726px;
}
.fig.x3.portrait {
  max-width: 2613px;
  max-height: 2589px;
}
.fig.portrait .ob {
  background-image: url('../images/fig/portrait.png');
}
.fig.x2.portrait .ob {
  background-image: url('../images/fig/portrait@2x.png');
}
.fig.x3.portrait .ob {
  background-image: url('../images/fig/portrait@3x.png');
}
.fig.portrait .sh {
  background-image: url('../images/fig/portrait_sh.png');
}
.fig.schon_gelacht .wp {
  width: 100%;
  padding-top: 123.33333333333%;
}
.fig.schon_gelacht {
  max-width: 660px;
  max-height: 814px;
}
.fig.x2.schon_gelacht {
  max-width: 1320px;
  max-height: 1628px;
}
.fig.x3.schon_gelacht {
  max-width: 1980px;
  max-height: 2442px;
}
.fig.schon_gelacht .ob {
  background-image: url('../images/fig/schon_gelacht.png');
}
.fig.x2.schon_gelacht .ob {
  background-image: url('../images/fig/schon_gelacht@2x.png');
}
.fig.x3.schon_gelacht .ob {
  background-image: url('../images/fig/schon_gelacht@3x.png');
}
.fig.schon_gelacht .sh {
  background-image: url('../images/fig/schon_gelacht_sh.png');
}
.fig.siggi .wp {
  width: 100%;
  padding-top: 110.90146750524%;
}
.fig.siggi {
  max-width: 477px;
  max-height: 529px;
}
.fig.x2.siggi {
  max-width: 954px;
  max-height: 1058px;
}
.fig.x3.siggi {
  max-width: 1431px;
  max-height: 1587px;
}
.fig.siggi .ob {
  background-image: url('../images/fig/siggi.png');
}
.fig.x2.siggi .ob {
  background-image: url('../images/fig/siggi@2x.png');
}
.fig.x3.siggi .ob {
  background-image: url('../images/fig/siggi@3x.png');
}
.fig.siggi .sh {
  background-image: url('../images/fig/siggi_sh.png');
}
.fig.marcella .wp {
  width: 100%;
  padding-top: 122.12885154062%;
}
.fig.marcella {
  max-width: 714px;
  max-height: 872px;
}
.fig.x2.marcella {
  max-width: 1428px;
  max-height: 1744px;
}
.fig.x3.marcella {
  max-width: 2142px;
  max-height: 2616px;
}
.fig.marcella .ob {
  background-image: url('../images/fig/marcella.png');
}
.fig.x2.marcella .ob {
  background-image: url('../images/fig/marcella@2x.png');
}
.fig.x3.marcella .ob {
  background-image: url('../images/fig/marcella@3x.png');
}
.fig.marcella .sh {
  background-image: url('../images/fig/marcella_sh.png');
}
@media (orientation: portrait) {
  .fig.home-hand .wp {
    width: 100%;
    padding-top: 107.52688172043%;
  }
  .fig.home-hand {
    max-width: 837px;
    max-height: 900px;
  }
  .fig.x2.home-hand {
    max-width: 1674px;
    max-height: 1800px;
  }
  .fig.x3.home-hand {
    max-width: 2511px;
    max-height: 2700px;
  }
  .fig.home-hand .ob {
    background-image: url('../images/fig/home-hand-portrait.png');
  }
  .fig.x2.home-hand .ob {
    background-image: url('../images/fig/home-hand-portrait@2x.png');
  }
  .fig.x3.home-hand .ob {
    background-image: url('../images/fig/home-hand-portrait@3x.png');
  }
  .fig.home-hand .sh {
    background-image: url('../images/fig/home-hand-portrait_sh.png');
  }
}
@media (orientation: portrait) {
  .fig.home .wp {
    width: 100%;
    padding-top: 107.52688172043%;
  }
  .fig.home {
    max-width: 837px;
    max-height: 900px;
  }
  .fig.x2.home {
    max-width: 1674px;
    max-height: 1800px;
  }
  .fig.x3.home {
    max-width: 2511px;
    max-height: 2700px;
  }
  .fig.home .ob {
    background-image: url('../images/fig/home-portrait.png');
  }
  .fig.x2.home .ob {
    background-image: url('../images/fig/home-portrait@2x.png');
  }
  .fig.x3.home .ob {
    background-image: url('../images/fig/home-portrait@3x.png');
  }
  .fig.home .sh {
    background-image: url('../images/fig/home-portrait_sh.png');
  }
}
.symbol-hautnah-filmband {
  background-image: url('../images/hautnah/filmband.png');
}
.symbol.hautnah-filmband {
  max-width: 627px;
  max-height: 566px;
  background-image: url('../images/hautnah/filmband.png');
}
.symbol.hautnah-filmband::before {
  padding-top: 90.271%;
}
.symbol-hautnah-klappe {
  background-image: url('../images/hautnah/klappe.png');
}
.symbol.hautnah-klappe {
  max-width: 809px;
  max-height: 559px;
  background-image: url('../images/hautnah/klappe.png');
}
.symbol.hautnah-klappe::before {
  padding-top: 69.098%;
}
.symbol-hautnah-popkorn {
  background-image: url('../images/hautnah/popkorn.png');
}
.symbol.hautnah-popkorn {
  max-width: 387px;
  max-height: 258px;
  background-image: url('../images/hautnah/popkorn.png');
}
.symbol.hautnah-popkorn::before {
  padding-top: 66.667%;
}
.symbol-hautnah-schatten {
  background-image: url('../images/hautnah/schatten.png');
}
.symbol.hautnah-schatten {
  max-width: 1283px;
  max-height: 276px;
  background-image: url('../images/hautnah/schatten.png');
}
.symbol.hautnah-schatten::before {
  padding-top: 21.512%;
}
.symbol-hautnah-popkorneimer {
  background-image: url('../images/hautnah/popkorneimer.png');
}
.symbol.hautnah-popkorneimer {
  max-width: 413px;
  max-height: 464px;
  background-image: url('../images/hautnah/popkorneimer.png');
}
.symbol.hautnah-popkorneimer::before {
  padding-top: 112.349%;
}
.symbol-hautnah-siggi {
  background-image: url('../images/hautnah/siggi.png');
}
.symbol.hautnah-siggi {
  max-width: 446px;
  max-height: 831px;
  background-image: url('../images/hautnah/siggi.png');
}
.symbol.hautnah-siggi::before {
  padding-top: 186.323%;
}
.symbol-hautnah-tv {
  background-image: url('../images/hautnah/tv.png');
}
.symbol.hautnah-tv {
  max-width: 975px;
  max-height: 976px;
  background-image: url('../images/hautnah/tv.png');
}
.symbol.hautnah-tv::before {
  padding-top: 100.103%;
}
.symbol-logos-alles_nur_getroymt {
  background-image: url('../images/logos/alles_nur_getroymt.png');
}
.symbol.logos-alles_nur_getroymt {
  max-width: 1448px;
  max-height: 664px;
  background-image: url('../images/logos/alles_nur_getroymt.png');
}
.symbol.logos-alles_nur_getroymt::before {
  padding-top: 45.856%;
}
.symbol-logos-bestof_show {
  background-image: url('../images/logos/bestof_show.png');
}
.symbol.logos-bestof_show {
  max-width: 500px;
  max-height: 242px;
  background-image: url('../images/logos/bestof_show.png');
}
.symbol.logos-bestof_show::before {
  padding-top: 48.4%;
}
.symbol-logos-ein_bauch_sagt_mehr {
  background-image: url('../images/logos/ein_bauch_sagt_mehr.png');
}
.symbol.logos-ein_bauch_sagt_mehr {
  max-width: 500px;
  max-height: 377px;
  background-image: url('../images/logos/ein_bauch_sagt_mehr.png');
}
.symbol.logos-ein_bauch_sagt_mehr::before {
  padding-top: 75.4%;
}
.symbol-logos-gratisauftritt {
  background-image: url('../images/logos/gratisauftritt.png');
}
.symbol.logos-gratisauftritt {
  max-width: 500px;
  max-height: 201px;
  background-image: url('../images/logos/gratisauftritt.png');
}
.symbol.logos-gratisauftritt::before {
  padding-top: 40.2%;
}
.symbol-logos-hoer_auf_dein_bauchgefuehl {
  background-image: url('../images/logos/hoer_auf_dein_bauchgefuehl.png');
}
.symbol.logos-hoer_auf_dein_bauchgefuehl {
  max-width: 1025px;
  max-height: 523px;
  background-image: url('../images/logos/hoer_auf_dein_bauchgefuehl.png');
}
.symbol.logos-hoer_auf_dein_bauchgefuehl::before {
  padding-top: 51.024%;
}
.symbol-logos-lachnach_nach_acht {
  background-image: url('../images/logos/lachnach_nach_acht.png');
}
.symbol.logos-lachnach_nach_acht {
  max-width: 500px;
  max-height: 303px;
  background-image: url('../images/logos/lachnach_nach_acht.png');
}
.symbol.logos-lachnach_nach_acht::before {
  padding-top: 60.6%;
}
.symbol-logos-lichterloh {
  background-image: url('../images/logos/lichterloh.png');
}
.symbol.logos-lichterloh {
  max-width: 2108px;
  max-height: 855px;
  background-image: url('../images/logos/lichterloh.png');
}
.symbol.logos-lichterloh::before {
  padding-top: 40.56%;
}
.symbol-logos-wenn_puppen_feiern {
  background-image: url('../images/logos/wenn_puppen_feiern.png');
}
.symbol.logos-wenn_puppen_feiern {
  max-width: 500px;
  max-height: 278px;
  background-image: url('../images/logos/wenn_puppen_feiern.png');
}
.symbol.logos-wenn_puppen_feiern::before {
  padding-top: 55.6%;
}
.symbol-logos-youtube {
  background-image: url('../images/logos/youtube.png');
}
.symbol.logos-youtube {
  max-width: 329px;
  max-height: 87px;
  background-image: url('../images/logos/youtube.png');
}
.symbol.logos-youtube::before {
  padding-top: 26.444%;
}
.symbol-logos-youtube_fw {
  background-image: url('../images/logos/youtube_fw.png');
}
.symbol.logos-youtube_fw {
  max-width: 320px;
  max-height: 72px;
  background-image: url('../images/logos/youtube_fw.png');
}
.symbol.logos-youtube_fw::before {
  padding-top: 22.5%;
}
.symbol-logos-verrueckt_bleiben {
  background-image: url('../images/logos/verrueckt_bleiben.png');
}
.symbol.logos-verrueckt_bleiben {
  max-width: 1058px;
  max-height: 474px;
  background-image: url('../images/logos/verrueckt_bleiben.png');
}
.symbol.logos-verrueckt_bleiben::before {
  padding-top: 44.802%;
}
.symbol-logos-frohes_lachen {
  background-image: url('../images/logos/frohes_lachen.png');
}
.symbol.logos-frohes_lachen {
  max-width: 500px;
  max-height: 310px;
  background-image: url('../images/logos/frohes_lachen.png');
}
.symbol.logos-frohes_lachen::before {
  padding-top: 62%;
}
.symbol-logos-alpenglanz {
  background-image: url('../images/logos/alpenglanz.png');
}
.symbol.logos-alpenglanz {
  max-width: 500px;
  max-height: 182px;
  background-image: url('../images/logos/alpenglanz.png');
}
.symbol.logos-alpenglanz::before {
  padding-top: 36.4%;
}
.symbol-logos-irre_zeiten {
  background-image: url('../images/logos/irre_zeiten.png');
}
.symbol.logos-irre_zeiten {
  max-width: 500px;
  max-height: 291px;
  background-image: url('../images/logos/irre_zeiten.png');
}
.symbol.logos-irre_zeiten::before {
  padding-top: 58.2%;
}
.symbol-show21-auto {
  background-image: url('../images/show21/auto.png');
}
.symbol.show21-auto {
  max-width: 900px;
  max-height: 495px;
  background-image: url('../images/show21/auto.png');
}
.symbol.show21-auto::before {
  padding-top: 55%;
}
.symbol-show21-bg-back-x2 {
  background-image: url('../images/show21/bg-back-x2.png');
}
.symbol.show21-bg-back-x2 {
  max-width: 1200px;
  max-height: 675px;
  background-image: url('../images/show21/bg-back-x2.png');
}
.symbol.show21-bg-back-x2::before {
  padding-top: 56.25%;
}
.symbol-show21-bg-back {
  background-image: url('../images/show21/bg-back.png');
}
.symbol.show21-bg-back {
  max-width: 600px;
  max-height: 337px;
  background-image: url('../images/show21/bg-back.png');
}
.symbol.show21-bg-back::before {
  padding-top: 56.167%;
}
.symbol-show21-bg-front-x2 {
  background-image: url('../images/show21/bg-front-x2.png');
}
.symbol.show21-bg-front-x2 {
  max-width: 2000px;
  max-height: 1125px;
  background-image: url('../images/show21/bg-front-x2.png');
}
.symbol.show21-bg-front-x2::before {
  padding-top: 56.25%;
}
.symbol-show21-bg-front {
  background-image: url('../images/show21/bg-front.png');
}
.symbol.show21-bg-front {
  max-width: 1400px;
  max-height: 787px;
  background-image: url('../images/show21/bg-front.png');
}
.symbol.show21-bg-front::before {
  padding-top: 56.214%;
}
.symbol-show21-logo {
  background-image: url('../images/show21/logo.svg');
}
.symbol.show21-logo {
  max-width: 3567px;
  max-height: 1910px;
  background-image: url('../images/show21/logo.svg');
}
.symbol.show21-logo::before {
  padding-top: 53.546%;
}
.symbol-show21-schild {
  background-image: url('../images/show21/schild.png');
}
.symbol.show21-schild {
  max-width: 500px;
  max-height: 260px;
  background-image: url('../images/show21/schild.png');
}
.symbol.show21-schild::before {
  padding-top: 52%;
}
.symbol-show23-palme_1 {
  background-image: url('../images/show23/palme_1.png');
}
.symbol.show23-palme_1 {
  max-width: 557px;
  max-height: 897px;
  background-image: url('../images/show23/palme_1.png');
}
.symbol.show23-palme_1::before {
  padding-top: 161.041%;
}
.symbol-show23-title {
  background-image: url('../images/show23/title.png');
}
.symbol.show23-title {
  max-width: 1863px;
  max-height: 1161px;
  background-image: url('../images/show23/title.png');
}
.symbol.show23-title::before {
  padding-top: 62.319%;
}
.symbol-show23-palme_2 {
  background-image: url('../images/show23/palme_2.png');
}
.symbol.show23-palme_2 {
  max-width: 484px;
  max-height: 360px;
  background-image: url('../images/show23/palme_2.png');
}
.symbol.show23-palme_2::before {
  padding-top: 74.38%;
}
.symbol-show23-schild {
  background-image: url('../images/show23/schild.png');
}
.symbol.show23-schild {
  max-width: 500px;
  max-height: 552px;
  background-image: url('../images/show23/schild.png');
}
.symbol.show23-schild::before {
  padding-top: 110.4%;
}
.symbol-show23-bg {
  background-image: url('../images/show23/bg.jpg');
}
.symbol.show23-bg {
  max-width: 2560px;
  max-height: 1440px;
  background-image: url('../images/show23/bg.jpg');
}
.symbol.show23-bg::before {
  padding-top: 56.25%;
}
.symbol-shop-lichter3 {
  background-image: url('../images/shop/lichter3.svg');
}
.symbol.shop-lichter3 {
  max-width: 1619px;
  max-height: 251px;
  background-image: url('../images/shop/lichter3.svg');
}
.symbol.shop-lichter3::before {
  padding-top: 15.503%;
}
.symbol-shop-lichter1 {
  background-image: url('../images/shop/lichter1.svg');
}
.symbol.shop-lichter1 {
  max-width: 1392px;
  max-height: 275px;
  background-image: url('../images/shop/lichter1.svg');
}
.symbol.shop-lichter1::before {
  padding-top: 19.756%;
}
.symbol-shop-lichter2 {
  background-image: url('../images/shop/lichter2.svg');
}
.symbol.shop-lichter2 {
  max-width: 1413px;
  max-height: 211px;
  background-image: url('../images/shop/lichter2.svg');
}
.symbol.shop-lichter2::before {
  padding-top: 14.933%;
}
.symbol-shop-lichter4 {
  background-image: url('../images/shop/lichter4.svg');
}
.symbol.shop-lichter4 {
  max-width: 1325px;
  max-height: 435px;
  background-image: url('../images/shop/lichter4.svg');
}
.symbol.shop-lichter4::before {
  padding-top: 32.83%;
}
.symbol-shop-norbert {
  background-image: url('../images/shop/norbert.svg');
}
.symbol.shop-norbert {
  max-width: 800px;
  max-height: 600px;
  background-image: url('../images/shop/norbert.svg');
}
.symbol.shop-norbert::before {
  padding-top: 75%;
}
.symbol-shop-shop {
  background-image: url('../images/shop/shop.svg');
}
.symbol.shop-shop {
  max-width: 747px;
  max-height: 744px;
  background-image: url('../images/shop/shop.svg');
}
.symbol.shop-shop::before {
  padding-top: 99.598%;
}
.symbol-shop-traverse {
  background-image: url('../images/shop/traverse.svg');
}
.symbol.shop-traverse {
  max-width: 1238px;
  max-height: 788px;
  background-image: url('../images/shop/traverse.svg');
}
.symbol.shop-traverse::before {
  padding-top: 63.651%;
}
.h-prop {
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.h1 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3.5em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  .h1 {
    font-size: 3em;
  }
}
@media (max-width: 600px) {
  .h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 400px) {
  .h1 {
    font-size: 2em;
  }
}
.h2 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  .h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .h2 {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .h2 {
    font-size: 1.6em;
  }
}
.h3 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-size: 2.5em;
  font-weight: 400;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  .h3 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 400px) {
  .h3 {
    font-size: 1.3em;
  }
}
.h4 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  .h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  .h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  .h4 {
    font-size: 1.1em;
  }
}
body {
  font-family: 'PT Sans';
  font-weight: 700;
  line-height: 1.4em;
  font-size: 18px;
}
body a[href^=mailto] {
  cursor: pointer;
}
body button,
body input,
body textarea {
  font-size: 16px;
}
@media (max-width: 950px) {
  body {
    font-size: 18px;
  }
}
body h1 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3.5em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  body h1 {
    font-size: 3em;
  }
}
@media (max-width: 600px) {
  body h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 400px) {
  body h1 {
    font-size: 2em;
  }
}
body h2 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  body h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  body h2 {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  body h2 {
    font-size: 1.6em;
  }
}
body h3 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-size: 2.5em;
  font-weight: 400;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  body h3 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  body h3 {
    font-size: 1.6em;
  }
}
@media (max-width: 400px) {
  body h3 {
    font-size: 1.3em;
  }
}
body h4 {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 950px) {
  body h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  body h4 {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  body h4 {
    font-size: 1.1em;
  }
}
body.fb_open .viewport {
  margin-right: 250px;
}
body.scrollAtTop .facebook_add {
  right: 0;
}
.facebook_add {
  position: fixed;
  right: -100%;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  z-index: 3000;
  -ms-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  -webkit-transition: all right 0.3s ease-in-out;
  -moz-transition: all right 0.3s ease-in-out;
  -o-transition: all right 0.3s ease-in-out;
  -ms-transition: all right 0.3s ease-in-out;
  transition: all right 0.3s ease-in-out;
}
.facebook_add.open {
  width: 350px;
  border-left: 0px solid #375794;
}
.facebook_add .opener {
  height: 144px;
  width: 45px;
  position: absolute;
  margin-top: -72px;
  left: 0px;
  top: 50%;
  background-image: url(../facebook/facebook.png);
  transition: all 0.5s ease-in-out;
}
body.ready .facebook_add .opener {
  left: -45px;
}
.facebook_add .opener:hover {
  background-position: 1px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.facebook_add iframe {
  position: absolute;
  height: 100%;
  width: 350px;
  margin-top: -1px;
  border: none;
  border: 1px solid #375794;
  background-color: #fefefe;
  overflow: hidden;
}
.yform label {
  display: block;
  font-size: 1.3em;
  line-height: 2.2em;
}
.yform textarea,
.yform input {
  width: 100%;
  padding: 10px;
  border: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
.yform .has-error textarea,
.yform .has-error input {
  border-color: #f00 !important;
}
.yform label.ds {
  float: left;
  display: block;
}
.yform label.ds a {
  color: #fff;
}
.yform label.ds input {
  width: auto;
  width: initial;
}
.yform .alert {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  position: relative;
  font-size: 1.5em;
  color: #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  color: #c63195;
  background-color: #fff;
  padding: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: .5em;
}
.yform .alert.alert-danger {
  font-size: 1.6em;
  color: #fff;
  color: #f00;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
.yform button {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  background-color: #c63195;
  margin-top: .5em;
  color: #fff;
  padding: 10px;
  border: 0;
}
.yform #yform-formular-Spamschutz {
  margin-top: 12px;
  position: relative;
  margin-top: 5px;
  display: block;
}
.yform #yform-formular-Spamschutz .as-label.loading:after {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.yform #yform-formular-Spamschutz .as-label {
  z-index: 99999;
  position: absolute;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  right: 50px;
  bottom: 5px;
  line-height: 0;
}
.yform #yform-formular-Spamschutz .as-label:before {
  font-size: 50px;
  content: "\f0d9";
  font-family: FontAwesome;
  left: -30px;
  position: absolute;
  top: 18px;
}
.yform #yform-formular-Spamschutz .as-label:after {
  font-size: 30px;
  content: "\f021";
  font-family: FontAwesome;
  position: absolute;
  right: -35px;
  top: 18px;
  cursor: pointer;
}
.yform #yform-formular-Spamschutz .input-group-btn {
  position: absolute;
  width: 40px !important;
  height: 40px;
  right: 0px;
  display: block;
  top: 0;
  background-color: #c63195;
}
.yform #yform-formular-Spamschutz .input-group-btn a {
  color: transparent;
}
.yform #yform-formular-Spamschutz .input-group-btn a:before {
  font-size: 20px;
  content: "\f021";
  font-family: FontAwesome;
  left: 11px;
  position: absolute;
  color: #fff;
  top: 8px;
}
.yform #yform-formular-Spamschutz input {
  width: 70%;
  width: calc(100% - 330px);
}
@media (max-width: 500px) {
  .yform #yform-formular-Spamschutz {
    margin-bottom: 60px;
  }
  .yform #yform-formular-Spamschutz input {
    right: 0px;
    width: 100%;
  }
  .yform #yform-formular-Spamschutz .input-group-btn {
    top: 55px;
  }
  .yform #yform-formular-Spamschutz .input-group-addon {
    top: 55px;
    right: 15px;
    left: 0px;
  }
  .yform #yform-formular-Spamschutz .input-group-addon img {
    width: 100%;
    height: 40px;
  }
  .yform #yform-formular-Spamschutz .input-group-addon:before {
    display: none;
    content: "\f0d8 ";
  }
}
.onepage,
.subpage {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background: #460e3f !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c63195), color-stop(1, #ac428e)) !important;
  background: -ms-linear-gradient(bottom, #c63195, #ac428e) !important;
  background: -moz-linear-gradient(center bottom, #c63195 0%, #ac428e 100%) !important;
  background: -o-linear-gradient(#ac428e, #c63195) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac428e', endColorstr='#c63195', GradientType=0) !important;
}
.animation-off.onepage,
.animation-off.subpage {
  background-attachment: scroll;
}
.onepage:before,
.subpage:before {
  content: " ";
  background-size: 1019px 2317px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animation-off.onepage:before,
.animation-off.subpage:before {
  display: none;
}
.onepage header,
.subpage header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #460e3f;
  border-bottom: 6px solid #c63195;
}
.onepage header section,
.subpage header section {
  min-height: inherit;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.onepage header .logo,
.subpage header .logo {
  position: absolute;
  left: .5em;
  top: .5em;
  width: 17%;
  max-width: 300px;
  min-width: 120px;
  z-index: 1000;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition: all all 0.5s ease-in-out ease-in-out;
  -moz-transition: all all 0.5s ease-in-out ease-in-out;
  -o-transition: all all 0.5s ease-in-out ease-in-out;
  -ms-transition: all all 0.5s ease-in-out ease-in-out;
  transition: all all 0.5s ease-in-out ease-in-out;
}
.onepage header .logo a,
.subpage header .logo a {
  width: 100%;
  z-index: 10;
  display: block;
}
.onepage header .logo a .img,
.subpage header .logo a .img {
  width: 100%;
  padding-top: 74.1071%;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.onepage header nav,
.subpage header nav {
  position: relative;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: .07em;
  color: #EEC8DD;
  font-size: 1.4em;
}
.onepage header nav ul,
.subpage header nav ul {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: .5em;
  max-height: 100vh;
  -ms-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
  -webkit-transition: all max-height 0.25s ease-in-out ease-in-out;
  -moz-transition: all max-height 0.25s ease-in-out ease-in-out;
  -o-transition: all max-height 0.25s ease-in-out ease-in-out;
  -ms-transition: all max-height 0.25s ease-in-out ease-in-out;
  transition: all max-height 0.25s ease-in-out ease-in-out;
}
.onepage header nav ul li,
.subpage header nav ul li {
  display: inline-block;
  padding: .4em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.onepage header nav ul a,
.subpage header nav ul a {
  text-decoration: none;
  color: #EEC8DD;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage header nav ul a:hover,
.subpage header nav ul a:hover {
  text-decoration: none;
  color: #fff;
}
.onepage header nav ul a.active,
.subpage header nav ul a.active {
  color: #fff;
}
.onepage header nav label,
.subpage header nav label {
  display: block;
  position: absolute;
  padding: .4em;
  padding-top: 1.25em;
  padding-bottom: .8em;
  margin-right: .5em;
  top: -100px;
  right: 0px;
  z-index: 1001;
  -ms-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out;
  -webkit-transition: all top 0.25s ease-in-out ease-in-out;
  -moz-transition: all top 0.25s ease-in-out ease-in-out;
  -o-transition: all top 0.25s ease-in-out ease-in-out;
  -ms-transition: all top 0.25s ease-in-out ease-in-out;
  transition: all top 0.25s ease-in-out ease-in-out;
}
.onepage header nav label:before,
.subpage header nav label:before {
  content: '\f0c9';
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage header nav input,
.subpage header nav input {
  display: none;
}
.onepage header nav input:checked + ul,
.subpage header nav input:checked + ul {
  max-height: 100vh;
  z-index: 100000;
  max-height: 90vh;
  overflow-y: auto;
}
.onepage header nav input:checked + ul + label:before,
.subpage header nav input:checked + ul + label:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-weight: normal;
}
@media (max-width: 1160px) {
  .onepage header,
  .subpage header {
    font-size: 1.2em;
  }
  .onepage header nav,
  .subpage header nav {
    text-align: center;
  }
  .onepage header nav label,
  .subpage header nav label {
    top: 0;
  }
  .onepage header nav ul,
  .subpage header nav ul {
    background-color: #460e3f;
    overflow: hidden;
    max-height: 0;
    margin: 0;
  }
  .onepage header nav ul li,
  .subpage header nav ul li {
    text-align: center;
    display: block;
    padding: .35em;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .onepage header nav ul li:first-child,
  .subpage header nav ul li:first-child {
    margin-top: 1.8em;
  }
  .onepage header nav ul li:last-child,
  .subpage header nav ul li:last-child {
    margin-bottom: 1.8em;
  }
}
.onepage.scrollAtTop .logo,
.subpage.scrollAtTop .logo {
  -o-transform: rotate(-15deg) scale(1.8) translate(15%, 30%);
  -ms-transform: rotate(-15deg) scale(1.8) translate(15%, 30%);
  -moz-transform: rotate(-15deg) scale(1.8) translate(15%, 30%);
  -webkit-transform: rotate(-15deg) scale(1.8) translate(15%, 30%);
}
.onepage div.dialog,
.subpage div.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -o-transform: scale(0) rotate(-90deg);
  -ms-transform: scale(0) rotate(-90deg);
  -moz-transform: scale(0) rotate(-90deg);
  -webkit-transform: scale(0) rotate(-90deg);
  -ms-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-transition: all all 0.25s ease-in-out ease-in-out;
  -moz-transition: all all 0.25s ease-in-out ease-in-out;
  -o-transition: all all 0.25s ease-in-out ease-in-out;
  -ms-transition: all all 0.25s ease-in-out ease-in-out;
  transition: all all 0.25s ease-in-out ease-in-out;
}
.onepage div.dialog > .wp,
.subpage div.dialog > .wp {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  padding: 2em;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 900px) {
  .onepage div.dialog > .wp,
  .subpage div.dialog > .wp {
    width: 85%;
    max-width: auto;
  }
}
.onepage div.dialog > .wp div.button,
.subpage div.dialog > .wp div.button {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 1.5em;
  transform: translateX(-50%) rotate(-3deg);
  background-color: #c63195;
  padding: .5em;
}
.onepage div.dialog > .wp div.button a,
.subpage div.dialog > .wp div.button a {
  text-decoration: none !important;
  color: #fff;
}
.onepage div.dialog > .wp > div.title,
.subpage div.dialog > .wp > div.title {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 2em;
  color: #ac428e;
}
.onepage div.dialog > .wp > div.close,
.subpage div.dialog > .wp > div.close {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 2em;
  z-index: 10001;
  position: absolute;
  right: -.5em;
  top: 0em;
  cursor: pointer;
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
.onepage div.dialog > .wp > div.close:before,
.subpage div.dialog > .wp > div.close:before {
  background-color: #c63195;
  padding: .4em;
  padding-left: .6em;
  padding-right: .6em;
  color: #fff;
  content: 'x';
  cursor: pointer;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 900px) {
  .onepage div.dialog > .wp > div.close,
  .subpage div.dialog > .wp > div.close {
    right: 0;
    max-width: auto;
  }
}
.onepage div.dialog > .wp > div.content,
.subpage div.dialog > .wp > div.content {
  margin-top: 1em;
  font-weight: 400;
  max-height: 60vh;
  overflow-y: auto;
}
.onepage div.dialog > .wp > div.content strong,
.subpage div.dialog > .wp > div.content strong {
  color: #ac428e;
}
.onepage div.dialog > .wp > div.content a,
.subpage div.dialog > .wp > div.content a {
  color: #460e3f;
}
.onepage div.dialog > .wp .event-detail,
.subpage div.dialog > .wp .event-detail {
  position: relative;
}
.onepage div.dialog > .wp .event-detail .image,
.subpage div.dialog > .wp .event-detail .image {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.onepage div.dialog > .wp .event-detail .image img,
.subpage div.dialog > .wp .event-detail .image img {
  max-width: 150px;
}
.onepage div.dialog > .wp .event-detail .link,
.subpage div.dialog > .wp .event-detail .link {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  bottom: -30px;
  left: 50%;
  background-color: #c63195;
  padding: .5em;
}
.onepage div.dialog > .wp .event-detail .link a,
.subpage div.dialog > .wp .event-detail .link a {
  text-decoration: none !important;
  color: #fff;
}
.onepage div.dialog > .wp,
.subpage div.dialog > .wp {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -o-transform: scale(0) rotate(45deg) translateY(-50%);
  -ms-transform: scale(0) rotate(45deg) translateY(-50%);
  -moz-transform: scale(0) rotate(45deg) translateY(-50%);
  -webkit-transform: scale(0) rotate(45deg) translateY(-50%);
  -ms-transition: all 0.5s ease-in-out 0.25s;
  -moz-transition: all 0.5s ease-in-out 0.25s;
  -o-transition: all 0.5s ease-in-out 0.25s;
  -webkit-transition: all 0.5s ease-in-out 0.25s;
  -webkit-transition: all all 0.5s ease-in-out 0.25s ease-in-out;
  -moz-transition: all all 0.5s ease-in-out 0.25s ease-in-out;
  -o-transition: all all 0.5s ease-in-out 0.25s ease-in-out;
  -ms-transition: all all 0.5s ease-in-out 0.25s ease-in-out;
  transition: all all 0.5s ease-in-out 0.25s ease-in-out;
}
.onepage div.dialog > .wp > div.close,
.subpage div.dialog > .wp > div.close {
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  -webkit-transition: all 1s ease-in-out 0.5s;
  -webkit-transition: all all 1s ease-in-out 0.5s ease-in-out;
  -moz-transition: all all 1s ease-in-out 0.5s ease-in-out;
  -o-transition: all all 1s ease-in-out 0.5s ease-in-out;
  -ms-transition: all all 1s ease-in-out 0.5s ease-in-out;
  transition: all all 1s ease-in-out 0.5s ease-in-out;
}
.onepage div.dialog.visible,
.subpage div.dialog.visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -o-transition: all 0.6s ease-in-out 0.3s;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  -webkit-transition: all all 0.6s ease-in-out 0.3s ease-in-out;
  -moz-transition: all all 0.6s ease-in-out 0.3s ease-in-out;
  -o-transition: all all 0.6s ease-in-out 0.3s ease-in-out;
  -ms-transition: all all 0.6s ease-in-out 0.3s ease-in-out;
  transition: all all 0.6s ease-in-out 0.3s ease-in-out;
}
.onepage div.dialog.visible > .wp,
.subpage div.dialog.visible > .wp {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: scale(1) rotate(-1deg) translateY(-50%);
  -ms-transform: scale(1) rotate(-1deg) translateY(-50%);
  -moz-transform: scale(1) rotate(-1deg) translateY(-50%);
  -webkit-transform: scale(1) rotate(-1deg) translateY(-50%);
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition: all all 0.4s ease-in-out ease-in-out;
  -moz-transition: all all 0.4s ease-in-out ease-in-out;
  -o-transition: all all 0.4s ease-in-out ease-in-out;
  -ms-transition: all all 0.4s ease-in-out ease-in-out;
  transition: all all 0.4s ease-in-out ease-in-out;
}
.onepage div.dialog.visible > .wp > div.close,
.subpage div.dialog.visible > .wp > div.close {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.onepage div.dialog.hidden,
.subpage div.dialog.hidden {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -o-transform: scale(0) rotate(90deg);
  -ms-transform: scale(0) rotate(90deg);
  -moz-transform: scale(0) rotate(90deg);
  -webkit-transform: scale(0) rotate(90deg);
}
.onepage div.dialog.hidden > .wp,
.subpage div.dialog.hidden > .wp {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -o-transform: scale(0) rotate(-45deg) translateY(-50%);
  -ms-transform: scale(0) rotate(-45deg) translateY(-50%);
  -moz-transform: scale(0) rotate(-45deg) translateY(-50%);
  -webkit-transform: scale(0) rotate(-45deg) translateY(-50%);
}
.onepage div.dialog.hidden > .wp > div.close,
.subpage div.dialog.hidden > .wp > div.close {
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.onepage .dialog .symbol,
.subpage .dialog .symbol {
  display: none;
}
body.subpage {
  background: #fff !important;
  color: #333;
}
body.subpage section.content .text {
  font-weight: normal;
}
body.subpage section.content .text ul,
body.subpage section.content .text ol {
  padding-top: .5em;
  padding-bottom: .5em;
}
body.subpage section.content .text ol {
  margin-top: .5em;
  margin-bottom: .5em;
}
body.subpage section.content .text ol li {
  padding-bottom: .5em;
}
body.subpage section.content .text.col-1 {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
body.subpage section.content .text.col-2 {
  width: 48%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: top;
}
body.subpage:before {
  background: none;
}
body.subpage.p-fehler-404-seite-nicht-gefunden section .text {
  text-align: center;
}
body.subpage.p-bestellformular h1 {
  margin-top: 0em;
}
body.subpage.p-bestellformular h1 + h3 {
  margin-top: -30px;
}
@media (max-width: 1020px) {
  body.subpage.p-bestellformular main {
    padding-top: 7em;
  }
}
@media (max-width: 400px) {
  body.subpage.p-bestellformular main section {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
body.subpage.p-bestellformular div.product {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  width: 48%;
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
}
body.subpage.p-bestellformular div.product:nth-child(odd) {
  margin-left: 2%;
  margin-right: 0%;
}
body.subpage.p-bestellformular div.product .wp {
  *zoom: 1;
  clear: both;
}
body.subpage.p-bestellformular div.product .wp:before,
body.subpage.p-bestellformular div.product .wp:after {
  display: table;
  content: "";
  line-height: 0;
}
body.subpage.p-bestellformular div.product .wp:after {
  clear: both;
}
body.subpage.p-bestellformular div.product .image {
  width: 60%;
  float: right;
}
body.subpage.p-bestellformular div.product .image img {
  width: 100%;
}
@media (max-width: 1020px) {
  body.subpage.p-bestellformular div.product .image {
    width: 50%;
  }
}
@media (max-width: 860px) {
  body.subpage.p-bestellformular div.product {
    width: 100%;
    max-width: 600px;
    float: none;
    margin-bottom: 3em;
  }
  body.subpage.p-bestellformular div.product:nth-child(odd) {
    margin-left: 0;
    margin-right: 0%;
  }
  body.subpage.p-bestellformular div.product .image {
    float: none;
    position: absolute;
    width: 300px;
    right: -5%;
    top: 0;
  }
}
@media (max-width: 590px) {
  body.subpage.p-bestellformular div.product {
    text-align: center;
  }
  body.subpage.p-bestellformular div.product .image {
    float: none;
    position: relative;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    top: auto;
  }
}
body.subpage.p-bestellformular div.product .title {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: .5em;
}
@media (max-width: 950px) {
  body.subpage.p-bestellformular div.product .title {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  body.subpage.p-bestellformular div.product .title {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  body.subpage.p-bestellformular div.product .title {
    font-size: 1.6em;
  }
}
body.subpage.p-bestellformular div.product .subtitle {
  font-size: 1em;
  opacity: 0.85;
}
body.subpage.p-bestellformular div.product .desc,
body.subpage.p-bestellformular div.product .uid {
  display: none;
}
body.subpage.p-bestellformular div.product .price-info,
body.subpage.p-bestellformular div.product .delivery,
body.subpage.p-bestellformular div.product .uid {
  font-size: 0.7em;
  color: #999;
  line-height: 1.3em;
  font-weight: normal;
}
@media (max-width: 1060px) {
  body.subpage.p-bestellformular div.product .delivery {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 1020px) {
  body.subpage.p-bestellformular div.product .delivery {
    margin-bottom: 2em;
  }
}
body.subpage.p-bestellformular div.product .price {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  color: #c63195;
}
@media (max-width: 950px) {
  body.subpage.p-bestellformular div.product .price {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  body.subpage.p-bestellformular div.product .price {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  body.subpage.p-bestellformular div.product .price {
    font-size: 1.6em;
  }
}
body.subpage.p-bestellformular div.product button {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  display: inline-block;
  font-size: 1.6em;
  margin-top: 0em;
  padding: .4em;
  background-color: #c63195;
  color: #fff;
  border: none;
  cursor: pointer;
}
body.subpage.p-bestellformular div.product button[disabled] {
  cursor: auto;
  background-color: #ddd;
}
@media (max-width: 660px) {
  body.subpage.p-bestellformular article.text .col-1,
  body.subpage.p-bestellformular article.text .col-2 {
    *zoom: 1;
    clear: both;
    width: 98%;
    margin-left: 0;
    margin-right: 0;
  }
  body.subpage.p-bestellformular article.text .col-1:before,
  body.subpage.p-bestellformular article.text .col-2:before,
  body.subpage.p-bestellformular article.text .col-1:after,
  body.subpage.p-bestellformular article.text .col-2:after {
    display: table;
    content: "";
    line-height: 0;
  }
  body.subpage.p-bestellformular article.text .col-1:after,
  body.subpage.p-bestellformular article.text .col-2:after {
    clear: both;
  }
}
body.subpage.p-bestellformular .order-success {
  margin-bottom: 4em;
}
body.subpage.p-bestellformular .yform {
  *zoom: 1;
  clear: both;
}
body.subpage.p-bestellformular .yform #yform-formular-order {
  display: none;
}
body.subpage.p-bestellformular .yform #yform-formular-bemerkungen label {
  display: none;
}
body.subpage.p-bestellformular .yform #yform-formular-bemerkungen textarea {
  height: 5em;
}
body.subpage.p-bestellformular .yform .zusammenfassung .adress fieldset,
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt fieldset,
body.subpage.p-bestellformular .yform .zusammenfassung .bemerkung fieldset {
  background-color: rgba(198, 49, 149, 0.1);
  padding-bottom: 1em;
}
body.subpage.p-bestellformular .yform .zusammenfassung .adress fieldset legend,
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt fieldset legend,
body.subpage.p-bestellformular .yform .zusammenfassung .bemerkung fieldset legend {
  display: block;
  font-size: 1em;
  padding-bottom: .3em;
  background: #fff;
  width: 100%;
}
body.subpage.p-bestellformular .yform .zusammenfassung .adress fieldset div,
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt fieldset div,
body.subpage.p-bestellformular .yform .zusammenfassung .bemerkung fieldset div {
  padding-left: 1em;
  padding-bottom: .3em;
  font-weight: normal;
}
body.subpage.p-bestellformular .yform .zusammenfassung .adress,
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt {
  width: 48%;
  float: left;
  display: block;
}
body.subpage.p-bestellformular .yform .zusammenfassung .adress fieldset,
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt fieldset {
  min-height: 9em;
}
@media (max-width: 600px) {
  body.subpage.p-bestellformular .yform .zusammenfassung .adress,
  body.subpage.p-bestellformular .yform .zusammenfassung .kontakt {
    width: 100%;
    float: none;
  }
}
body.subpage.p-bestellformular .yform .zusammenfassung .kontakt {
  margin-left: 3.9999%;
}
@media (max-width: 600px) {
  body.subpage.p-bestellformular .yform .zusammenfassung .kontakt {
    margin-left: 0;
  }
}
body.subpage.p-bestellformular .yform .zusammenfassung .bestellung {
  *zoom: 1;
  clear: both;
}
body.subpage.p-bestellformular .yform .zusammenfassung .bestellung:before,
body.subpage.p-bestellformular .yform .zusammenfassung .bestellung:after {
  display: table;
  content: "";
  line-height: 0;
}
body.subpage.p-bestellformular .yform .zusammenfassung .bestellung:after {
  clear: both;
}
body.subpage.p-bestellformular .yform .warenkorb,
body.subpage.p-bestellformular .yform .zusammenfassung {
  margin-left: -2em;
  margin-right: -2em;
  margin-bottom: -2em;
  padding: 2em;
  padding-top: 0;
}
body.subpage.p-bestellformular .yform .warenkorb h5,
body.subpage.p-bestellformular .yform .zusammenfassung h5 {
  margin-left: 0em;
  font-size: 1.3em;
  margin-bottom: 1em;
  color: #c63195;
}
body.subpage.p-bestellformular .yform .warenkorb table,
body.subpage.p-bestellformular .yform .zusammenfassung table {
  background-color: rgba(198, 49, 149, 0.1);
  padding: 2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  border-spacing: 0;
}
body.subpage.p-bestellformular .yform .warenkorb table img,
body.subpage.p-bestellformular .yform .zusammenfassung table img {
  width: 60px;
}
body.subpage.p-bestellformular .yform .warenkorb table th,
body.subpage.p-bestellformular .yform .zusammenfassung table th,
body.subpage.p-bestellformular .yform .warenkorb table td,
body.subpage.p-bestellformular .yform .zusammenfassung table td {
  padding: .4em;
}
body.subpage.p-bestellformular .yform .warenkorb table th,
body.subpage.p-bestellformular .yform .zusammenfassung table th {
  border-bottom: 1px solid #c63195;
  color: #c63195;
  text-align: left;
}
body.subpage.p-bestellformular .yform .warenkorb table th.qt,
body.subpage.p-bestellformular .yform .zusammenfassung table th.qt {
  text-align: 10px;
}
body.subpage.p-bestellformular .yform .warenkorb table th.preis,
body.subpage.p-bestellformular .yform .zusammenfassung table th.preis,
body.subpage.p-bestellformular .yform .warenkorb table th.total,
body.subpage.p-bestellformular .yform .zusammenfassung table th.total {
  text-align: right;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme {
  border-top: 1px solid #c63195;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.tax td,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax td,
body.subpage.p-bestellformular .yform .warenkorb table tr.versand td,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand td,
body.subpage.p-bestellformular .yform .warenkorb table tr.payment td,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment td {
  font-size: .9em;
  font-weight: normal;
  padding-top: 0;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum {
  border-top: 2px solid #c63195;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum td,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum td {
  color: #c63195;
  font-size: 1.2em;
  padding-bottom: 0;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.img,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.img {
  width: 60px;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.name small,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.name small {
  font-weight: normal;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.price,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.price,
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.sum,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.sum {
  width: 100px;
  text-align: right;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt {
  vertical-align: middle;
  width: 160px;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt button,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt button {
  font-size: .9em;
  cursor: pointer;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt button.remove,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt button.remove {
  margin-left: 5px;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt input,
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt input {
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article:nth-child(even),
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article:nth-child(even) {
  background-color: #ffffff;
}
body.subpage.p-bestellformular .yform .warenkorb table tr.article:nth-child(odd),
body.subpage.p-bestellformular .yform .zusammenfassung table tr.article:nth-child(odd) {
  background-color: #f8f8f8;
}
@media (max-width: 780px) {
  body.subpage.p-bestellformular .yform .warenkorb table,
  body.subpage.p-bestellformular .yform .zusammenfassung table,
  body.subpage.p-bestellformular .yform .warenkorb table head,
  body.subpage.p-bestellformular .yform .zusammenfassung table head,
  body.subpage.p-bestellformular .yform .warenkorb table tbody,
  body.subpage.p-bestellformular .yform .zusammenfassung table tbody,
  body.subpage.p-bestellformular .yform .warenkorb table th,
  body.subpage.p-bestellformular .yform .zusammenfassung table th,
  body.subpage.p-bestellformular .yform .warenkorb table td,
  body.subpage.p-bestellformular .yform .zusammenfassung table td,
  body.subpage.p-bestellformular .yform .warenkorb table tr,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr {
    display: block;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr:first-child {
    display: none;
  }
  body.subpage.p-bestellformular .yform .warenkorb table:nth-child(odd),
  body.subpage.p-bestellformular .yform .zusammenfassung table:nth-child(odd) {
    background-color: #f8f8f8;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum {
    *zoom: 1;
    clear: both;
    text-align: right;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum:after {
    display: table;
    content: "";
    line-height: 0;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme:after,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum:after {
    clear: both;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax td:empty,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax td:empty,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand td:empty,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand td:empty,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment td:empty,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment td:empty,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme td:empty,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme td:empty,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum td:empty,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum td:empty {
    display: none;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.tax td:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.tax td:first-child,
  body.subpage.p-bestellformular .yform .warenkorb table tr.versand td:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.versand td:first-child,
  body.subpage.p-bestellformular .yform .warenkorb table tr.payment td:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.payment td:first-child,
  body.subpage.p-bestellformular .yform .warenkorb table tr.zwischensumme td:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.zwischensumme td:first-child,
  body.subpage.p-bestellformular .yform .warenkorb table tr.total_sum td:first-child,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.total_sum td:first-child {
    text-align: left;
    float: left;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article {
    *zoom: 1;
    clear: both;
    position: relative;
    text-align: right;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article:before,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article:before,
  body.subpage.p-bestellformular .yform .warenkorb table tr.article:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article:after {
    display: table;
    content: "";
    line-height: 0;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article:after,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article:after {
    clear: both;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td {
    display: inline-block;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.img,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.img {
    float: right;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.name,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.name {
    float: left;
    text-align: left;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt {
    width: 55%;
    float: left;
    text-align: left;
    padding-top: 0;
    margin-top: -.3em;
    clear: left;
    line-height: 2.6em;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.price,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.price,
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.sum,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.sum {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 2.6em;
  }
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.price,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.price {
    right: 80px;
  }
}
@media (max-width: 480px) {
  body.subpage.p-bestellformular .yform .warenkorb table tr.article td.qt,
  body.subpage.p-bestellformular .yform .zusammenfassung table tr.article td.qt {
    text-align: right;
    width: 93%;
    margin-bottom: 2.5em;
    float: none;
  }
}
body.subpage.p-bestellformular .yform:before,
body.subpage.p-bestellformular .yform:after {
  display: table;
  content: "";
  line-height: 0;
}
body.subpage.p-bestellformular .yform:after {
  clear: both;
}
body.subpage.p-bestellformular .yform .alert {
  font-size: 1.2em;
}
body.subpage.p-bestellformular .yform form {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  margin-bottom: 4em;
}
@media (max-width: 1200px) {
  body.subpage.p-bestellformular .yform form {
    padding: 0em;
  }
}
body.subpage.p-bestellformular .yform .info {
  *zoom: 1;
  clear: both;
  margin-bottom: 1em;
}
body.subpage.p-bestellformular .yform .info:before,
body.subpage.p-bestellformular .yform .info:after {
  display: table;
  content: "";
  line-height: 0;
}
body.subpage.p-bestellformular .yform .info:after {
  clear: both;
}
body.subpage.p-bestellformular .yform h2 {
  margin-bottom: .2em;
  margin-top: .2em;
}
body.subpage.p-bestellformular .yform h2,
body.subpage.p-bestellformular .yform .info {
  text-align: left;
}
body.subpage.p-bestellformular .yform label {
  font-size: 1.0em;
}
body.subpage.p-bestellformular .yform legend {
  font-size: 1.3em;
  margin-bottom: .5em;
}
body.subpage.p-bestellformular .yform label.ds {
  width: 100%;
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  box-sizing: border-box;
  position: relative;
  padding-top: .5em;
  padding-bottom: .25em;
  padding-left: 20px;
  color: #c63195;
}
body.subpage.p-bestellformular .yform label.ds a {
  color: #ac428e;
}
body.subpage.p-bestellformular .yform label.ds input {
  width: auto;
  width: initial;
  position: absolute;
  left: 0;
  top: .75em;
  margin: 0;
}
body.subpage.p-bestellformular .yform button {
  font-size: 1.2em;
  cursor: pointer;
}
body.subpage.p-bestellformular .yform button.back {
  font-size: 1.2em;
  background: #CCC;
  color: #333;
  margin-right: .5em;
  cursor: pointer;
  float: right;
  margin-bottom: 1em;
}
body.subpage.p-bestellformular .yform .order-step-3 button.back {
  float: none;
}
@media (max-width: 600px) {
  body.subpage.p-bestellformular .yform button.back {
    float: none;
  }
}
body.subpage.p-bestellformular .yform input,
body.subpage.p-bestellformular .yform textarea,
body.subpage.p-bestellformular .yform select {
  font-size: 1em;
  font-family: monospace;
  border-bottom: 2px solid #aaa;
  background-color: #fff;
}
body.subpage.p-bestellformular .yform input:focus,
body.subpage.p-bestellformular .yform textarea:focus,
body.subpage.p-bestellformular .yform select:focus {
  border-bottom: 2px solid #c63195;
}
body.subpage.p-bestellformular .yform select {
  padding: .5em;
  width: 100%;
}
body.subpage.p-bestellformular .yform fieldset {
  border-right: 5px;
  padding: 0;
  margin-bottom: 1em;
  margin-top: 1em;
  border: none;
}
body.subpage.p-bestellformular .yform fieldset legend {
  color: #c63195;
}
body.subpage.p-bestellformular .yform #yform-formular-nachricht label {
  display: none;
}
body.subpage.p-bestellformular .yform #yform-formular-anschrift,
body.subpage.p-bestellformular .yform #yform-formular-kontaktdaten {
  float: left;
  width: 47.499%;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  body.subpage.p-bestellformular .yform #yform-formular-anschrift,
  body.subpage.p-bestellformular .yform #yform-formular-kontaktdaten {
    width: 99.9999%;
    float: none;
    margin: 0;
    margin-bottom: 1em;
  }
}
body.subpage.p-bestellformular .yform #yform-formular-kontaktdaten {
  margin-left: 3.9990%;
}
@media (max-width: 780px) {
  body.subpage.p-bestellformular .yform #yform-formular-kontaktdaten {
    margin-left: 0;
  }
}
body.subpage.p-bestellformular .yform #yform-formular-plz {
  width: 30%;
  float: left;
}
body.subpage.p-bestellformular .yform #yform-formular-ort {
  width: 70%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
}
body.subpage.p-bestellformular .yform fieldset#yform-formular-nachricht {
  float: left;
  width: 99.9999%;
  margin-top: .0em;
}
body.subpage.p-bestellformular .yform fieldset#yform-formular-nachricht legend {
  display: none;
}
body.subpage.p-bestellformular .yform fieldset#yform-formular-nachricht label {
  display: block;
}
body.subpage main {
  position: relative;
  padding-top: 12em;
}
body.subpage main section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 2em;
}
body.subpage main section h1 {
  color: #c63195;
}
body.subpage main section h2 {
  font-size: 1.6em;
}
body.subpage main section h3 {
  font-size: 1.4em;
}
body.subpage main section h1,
body.subpage main section h2,
body.subpage main section h3 {
  margin-bottom: .8em;
  margin-top: 1em;
}
body.subpage main section p {
  font-weight: normal;
}
body.subpage main section a {
  color: #c63195;
}
.onepage main section {
  min-height: 50vh;
}
.onepage main section > .wp {
  padding-top: 120px;
}
@media (max-width: 860px) {
  .onepage main section > .wp {
    padding-top: 100px;
  }
}
.onepage main section.home {
  height: 99vh;
  position: relative;
}
@media (max-aspect-ratio: 350/921) {
  .onepage main section.home {
    height: 80vh;
  }
}
.onepage main section.home .bg {
  background-image: url('../images/home_bg2.svg');
  background-size: cover;
  background-position: center center;
}
.onepage main section.home .bg:after {
  content: ' ';
  width: 100vw;
  height: 55px;
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  margin-left: -50vw;
  left: 50%;
  transform-origin: center center;
  transform: skewY(-0.7deg) translateY(-35px);
  z-index: 120;
}
.onepage main section.home .bg:after {
  z-index: 109;
}
.onepage main section.home .nextshow {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-transition: all all 0.4s ease-in-out;
  -moz-transition: all all 0.4s ease-in-out;
  -o-transition: all all 0.4s ease-in-out;
  -ms-transition: all all 0.4s ease-in-out;
  transition: all all 0.4s ease-in-out;
  z-index: 102;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  padding: .5em;
  background-color: rgba(255, 255, 255, 0.2);
  border: 5px dashed;
  position: absolute;
  top: 18%;
  right: 13%;
}
.onepage main section.home .nextshow .h1 {
  font-size: 2vw;
}
.onepage main section.home .nextshow:hover {
  border: 5px dashed rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -o-transform: rotate(4deg) scale(1.2);
  -ms-transform: rotate(4deg) scale(1.2);
  -moz-transform: rotate(4deg) scale(1.2);
  -webkit-transform: rotate(4deg) scale(1.2);
}
@media (max-width: 1400px) {
  .onepage main section.home .nextshow {
    border: 3px dashed;
  }
}
@media (orientation: portrait) {
  .onepage main section.home .nextshow {
    display: none;
  }
}
.onepage main section.home .fig.home,
.onepage main section.home .fig.home-hand {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80%;
  bottom: -2.5%;
  z-index: 101;
}
@media (orientation: portrait) {
  .onepage main section.home .fig.home,
  .onepage main section.home .fig.home-hand {
    width: 90%;
  }
}
@media (max-aspect-ratio: 1244/995) {
  .onepage main section.home .fig.home,
  .onepage main section.home .fig.home-hand {
    width: 98%;
  }
}
.onepage main section.home .fig.home.home-hand,
.onepage main section.home .fig.home-hand.home-hand {
  z-index: 999;
}
@media (max-aspect-ratio: 680/921) {
  .onepage main section.home .fig.home,
  .onepage main section.home .fig.home-hand {
    bottom: -5px;
    width: 100%;
  }
}
@media (max-aspect-ratio: 532/921) {
  .onepage main section.home .fig.home,
  .onepage main section.home .fig.home-hand {
    bottom: -5px;
    margin-left: -10%;
    width: 120%;
  }
}
.onepage main section.home .animated-home-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-image: url('../images/an/home-fixed-bg.svg');
}
@media (min-width: 1020px) {
  .onepage main section.home .animated-home-bg {
    background-image: url('../images/an/home-moved-bg.svg');
  }
}
.onepage main section.portrait {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (orientation: portrait) {
  .onepage main section.portrait {
    padding-top: 0;
  }
}
.onepage main section.portrait article {
  margin-top: -40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) {
  .onepage main section.portrait article {
    margin-top: -100px;
  }
}
.onepage main section.portrait article > div.wp {
  *zoom: 1;
  clear: both;
  position: relative;
}
.onepage main section.portrait article > div.wp:before,
.onepage main section.portrait article > div.wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.portrait article > div.wp:after {
  clear: both;
}
.onepage main section.portrait article .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  box-sizing: border-box;
}
.animation-off.onepage main section.portrait article .bg {
  background-attachment: scroll;
}
.onepage main section.portrait article .content {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-top: 5em;
  margin-bottom: 11em;
  margin-right: 50%;
  margin-left: 5%;
  z-index: 120;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage main section.portrait article .content .text {
  font-size: 1.3em;
  line-height: 1.2em;
}
@media (max-width: 1150px) {
  .onepage main section.portrait article .content {
    margin-right: 50%;
    margin-left: 4%;
    margin-top: 5em;
    margin-bottom: 9em;
  }
  .onepage main section.portrait article .content .text {
    font-size: 1em;
  }
}
@media (max-width: 940px) {
  .onepage main section.portrait article .content {
    margin-bottom: 12em;
  }
}
@media (max-width: 860px) {
  .onepage main section.portrait article .content {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5em;
    margin-bottom: 20em;
  }
}
.onepage main section.portrait article .content h2:empty {
  display: none;
}
.onepage main section.portrait article .content h4:empty {
  display: none;
}
.onepage main section.portrait article .fig {
  position: absolute;
  z-index: 120;
  right: 5%;
  left: 55%;
  bottom: 4%;
}
@media (max-width: 1150px) {
  .onepage main section.portrait article .fig {
    left: 60%;
    right: 2%;
  }
}
@media (max-width: 1070px) {
  .onepage main section.portrait article .fig {
    left: 55%;
    right: 2%;
  }
}
.onepage main section.portrait article:nth-child(2n) .content {
  margin-left: 45%;
  margin-right: 5%;
}
@media (max-width: 1150px) {
  .onepage main section.portrait article:nth-child(2n) .content {
    margin-left: 45%;
    margin-right: 4%;
  }
}
.onepage main section.portrait article:nth-child(2n) .fig {
  left: 6.5%;
  right: 55%;
}
@media (max-width: 1150px) {
  .onepage main section.portrait article:nth-child(2n) .fig {
    left: 2%;
    right: 60%;
  }
}
@media (max-width: 1070px) {
  .onepage main section.portrait article:nth-child(2n) .fig {
    left: 2%;
    right: 55%;
  }
}
@media (max-width: 860px) {
  .onepage main section.portrait article .content,
  .onepage main section.portrait article:nth-child(2n) .content {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 5em;
    margin-bottom: 2em;
  }
  .onepage main section.portrait article .fig,
  .onepage main section.portrait article:nth-child(2n) .fig {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .onepage main section.portrait article .fig,
  .onepage main section.portrait article:nth-child(2n) .fig {
    width: 70%;
    margin-bottom: 80px;
  }
}
.onepage main section.portrait article:nth-child(1) div.bg {
  z-index: 201;
}
.onepage main section.portrait article:nth-child(1) div.fig,
.onepage main section.portrait article:nth-child(1) div.content {
  z-index: 202;
}
.onepage main section.portrait article:nth-child(2) div.bg {
  z-index: 202;
}
.onepage main section.portrait article:nth-child(2) div.fig,
.onepage main section.portrait article:nth-child(2) div.content {
  z-index: 203;
}
.onepage main section.portrait article:nth-child(3) div.bg {
  z-index: 203;
}
.onepage main section.portrait article:nth-child(3) div.fig,
.onepage main section.portrait article:nth-child(3) div.content {
  z-index: 204;
}
.onepage main section.portrait article:nth-child(4) div.bg {
  z-index: 204;
}
.onepage main section.portrait article:nth-child(4) div.fig,
.onepage main section.portrait article:nth-child(4) div.content {
  z-index: 205;
}
.onepage main section.portrait article:nth-child(5) div.bg {
  z-index: 205;
}
.onepage main section.portrait article:nth-child(5) div.fig,
.onepage main section.portrait article:nth-child(5) div.content {
  z-index: 206;
}
.onepage main section.portrait article:nth-child(6) div.bg {
  z-index: 206;
}
.onepage main section.portrait article:nth-child(6) div.fig,
.onepage main section.portrait article:nth-child(6) div.content {
  z-index: 207;
}
.onepage main section.portrait article:nth-child(7) div.bg {
  z-index: 207;
}
.onepage main section.portrait article:nth-child(7) div.fig,
.onepage main section.portrait article:nth-child(7) div.content {
  z-index: 208;
}
.onepage main section.portrait article:nth-child(8) div.bg {
  z-index: 208;
}
.onepage main section.portrait article:nth-child(8) div.fig,
.onepage main section.portrait article:nth-child(8) div.content {
  z-index: 209;
}
.onepage main section.portrait article:nth-child(9) div.bg {
  z-index: 209;
}
.onepage main section.portrait article:nth-child(9) div.fig,
.onepage main section.portrait article:nth-child(9) div.content {
  z-index: 210;
}
.onepage main section.portrait article:nth-child(10) div.bg {
  z-index: 210;
}
.onepage main section.portrait article:nth-child(10) div.fig,
.onepage main section.portrait article:nth-child(10) div.content {
  z-index: 211;
}
.onepage main section.portrait article:nth-child(11) div.bg {
  z-index: 211;
}
.onepage main section.portrait article:nth-child(11) div.fig,
.onepage main section.portrait article:nth-child(11) div.content {
  z-index: 212;
}
.onepage main section.portrait article:nth-child(12) div.bg {
  z-index: 212;
}
.onepage main section.portrait article:nth-child(12) div.fig,
.onepage main section.portrait article:nth-child(12) div.content {
  z-index: 213;
}
.onepage main section.portrait article:nth-child(13) div.bg {
  z-index: 213;
}
.onepage main section.portrait article:nth-child(13) div.fig,
.onepage main section.portrait article:nth-child(13) div.content {
  z-index: 214;
}
.onepage main section.portrait article:nth-child(14) div.bg {
  z-index: 214;
}
.onepage main section.portrait article:nth-child(14) div.fig,
.onepage main section.portrait article:nth-child(14) div.content {
  z-index: 215;
}
.onepage main section.portrait article:nth-child(15) div.bg {
  z-index: 215;
}
.onepage main section.portrait article:nth-child(15) div.fig,
.onepage main section.portrait article:nth-child(15) div.content {
  z-index: 216;
}
.onepage main section.portrait article:nth-child(16) div.bg {
  z-index: 216;
}
.onepage main section.portrait article:nth-child(16) div.fig,
.onepage main section.portrait article:nth-child(16) div.content {
  z-index: 217;
}
.onepage main section.portrait article:nth-child(17) div.bg {
  z-index: 217;
}
.onepage main section.portrait article:nth-child(17) div.fig,
.onepage main section.portrait article:nth-child(17) div.content {
  z-index: 218;
}
.onepage main section.portrait article:nth-child(18) div.bg {
  z-index: 218;
}
.onepage main section.portrait article:nth-child(18) div.fig,
.onepage main section.portrait article:nth-child(18) div.content {
  z-index: 219;
}
.onepage main section.portrait article:nth-child(19) div.bg {
  z-index: 219;
}
.onepage main section.portrait article:nth-child(19) div.fig,
.onepage main section.portrait article:nth-child(19) div.content {
  z-index: 220;
}
.onepage main section.portrait article:nth-child(20) div.bg {
  z-index: 220;
}
.onepage main section.portrait article:nth-child(20) div.fig,
.onepage main section.portrait article:nth-child(20) div.content {
  z-index: 221;
}
.onepage main section.portrait article.portrait div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.6deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.portrait div.fig {
  margin-left: -2%;
  margin-right: -6%;
}
@media (max-width: 855px) {
  .onepage main section.portrait article.portrait div.fig {
    margin-left: 20%;
    margin-right: 20%;
  }
}
.onepage main section.portrait article.siggi div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-2deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.melvin div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.norbert div.fig {
  margin-left: -0%;
  margin-right: 6%;
}
.onepage main section.portrait article.norbert div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1.5deg) translateY(0px);
  z-index: 110;
}
@media (max-width: 860px) {
  .onepage main section.portrait article.norbert div.fig {
    margin-left: auto;
    margin-right: auto;
  }
}
.onepage main section.portrait article.kissen div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.2deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.kissen div.fig {
  margin-left: -2%;
  margin-right: -5%;
}
@media (max-width: 1200px) {
  .onepage main section.portrait article.kissen div.fig {
    margin-left: -2%;
    margin-left: -2.5%;
    right: 0;
  }
}
@media (max-width: 860px) {
  .onepage main section.portrait article.kissen div.fig {
    margin-left: auto;
    width: 75%;
    margin-right: -5%;
  }
}
@media (max-width: 600px) {
  .onepage main section.portrait article.kissen div.fig {
    width: 100%;
    margin-right: -5%;
    margin-bottom: 15%;
  }
}
.onepage main section.portrait article.baby div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-2deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.ironimus div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1.4deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.muchi div.fig {
  margin-left: -3%;
  margin-right: 3%;
}
.onepage main section.portrait article.muchi div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.4deg) translateY(0px);
  z-index: 110;
}
@media (max-width: 860px) {
  .onepage main section.portrait article.muchi div.fig {
    margin-left: auto;
    margin-right: auto;
  }
}
.onepage main section.portrait article.holger div.fig {
  margin-left: 8%;
  margin-right: -5%;
}
@media (max-width: 1200px) {
  .onepage main section.portrait article.holger div.fig {
    margin-left: -1%;
    margin-right: 0;
  }
}
.onepage main section.portrait article.holger div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-2deg) translateY(0px);
  z-index: 110;
}
@media (max-width: 860px) {
  .onepage main section.portrait article.holger div.fig {
    margin-left: auto;
    margin-right: auto;
  }
}
.onepage main section.portrait article.marcella div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-2deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.masken div.fig {
  margin-left: -5%;
  margin-right: -2%;
}
.onepage main section.portrait article.masken div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.4deg) translateY(0px);
  z-index: 110;
}
@media (max-width: 860px) {
  .onepage main section.portrait article.masken div.fig {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 5%;
  }
}
@media (max-width: 600px) {
  .onepage main section.portrait article.masken div.fig {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 15%;
  }
}
@media (max-width: 400px) {
  .onepage main section.portrait article.masken div.fig {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-bottom: 30%;
  }
}
.onepage main section.portrait article.schon_gelacht {
  position: relative;
}
.onepage main section.portrait article.schon_gelacht div.bg:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1deg) translateY(0px);
  z-index: 110;
}
.onepage main section.portrait article.schon_gelacht div.end:after {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  bottom: -50px;
  margin-left: -50vw;
  left: 50%;
  transform-origin: center center;
  transform: skewY(-1.6deg) translateY(-24px);
  z-index: 120;
}
.onepage main section.portrait article.schon_gelacht div.end:after {
  z-index: 220;
}
@media (min-width: 1300px) {
  .onepage main section.portrait article.schon_gelacht div.content {
    margin-right: 15%;
    margin-left: 45%;
  }
  .onepage main section.portrait article.schon_gelacht div.fig {
    margin-left: auto;
    bottom: 0px;
    margin-right: 2%;
    width: 40%;
  }
  .onepage main section.portrait article.schon_gelacht .content {
    margin-bottom: 90px;
  }
}
@media (min-width: 855px) {
  .onepage main section.portrait article.schon_gelacht div.fig {
    margin-bottom: -20px;
  }
}
@media (max-width: 855px) {
  .onepage main section.portrait article.schon_gelacht div.fig {
    margin-bottom: 0px;
  }
}
.onepage main section.portrait article.schon_gelacht::after {
  content: '';
  width: 600px;
  height: 780px;
  background-image: url('../images/zeichnung/falter-2.svg');
  background-size: 600px 780px;
  right: -357px;
  bottom: -432px;
  position: absolute;
  z-index: 509;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@media (max-width: 1600px) {
  .onepage main section.portrait article.schon_gelacht::after {
    width: 400px;
    height: 520px;
    background-size: 400px 520px;
    right: -80px;
    bottom: -300px;
  }
}
@media (max-width: 1150px) {
  .onepage main section.portrait article.schon_gelacht::after {
    width: 250px;
    height: 325px;
    background-size: 250px 325px;
    right: 30px;
    bottom: -200px;
  }
}
@media (max-width: 900px) {
  .onepage main section.portrait article.schon_gelacht::after {
    display: none;
  }
}
.onepage main section.portrait article.schon_gelacht.scrollIn::after {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@media (min-width: 860px) {
  .onepage main section.portrait article h2,
  .onepage main section.portrait article h4 {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .onepage main section.portrait article .content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
  }
  .onepage main section.portrait article .fig > .wp {
    transition: bottom 0.4s ease-in-out 0.25s;
    bottom: -100%;
  }
  .onepage main section.portrait article.scrollIn h2,
  .onepage main section.portrait article.scrollIn h4 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .onepage main section.portrait article.scrollIn .content {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  .onepage main section.portrait article.scrollIn .fig > .wp {
    bottom: 0;
  }
  .onepage main section.portrait article:last-child .fig > .wp {
    bottom: 0;
  }
}
.onepage main section.show {
  overflow-x: hidden;
  overflow-y: clip;
  background-color: #c63195;
  padding-bottom: 120px;
}
.onepage main section.show > .wp {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  text-align: center;
}
.onepage main section.show article:first-child > div.wp::before {
  width: 100%;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: -13vw;
  top: -6vw;
  width: 400px;
  height: 300px;
  transform: rotate(-30deg);
}
.onepage main section.show article:first-child > div.wp::before::before {
  content: '';
  width: 100%;
  display: inline-block;
}
@media (max-width: 1300px) {
  .onepage main section.show article:first-child > div.wp::before {
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
    top: -8vw;
  }
}
@media (max-width: 1100px) {
  .onepage main section.show article:first-child > div.wp::before {
    width: 300px;
  }
}
@media (max-width: 900px) {
  .onepage main section.show article:first-child > div.wp::before {
    width: 250px;
  }
}
.onepage main section.show article.video {
  *zoom: 1;
  clear: both;
  position: relative;
}
.onepage main section.show article.video:before,
.onepage main section.show article.video:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.show article.video:after {
  clear: both;
}
.onepage main section.show article.video iframe,
.onepage main section.show article.video img {
  border: 10px solid #ffffff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.onepage main section.show article.video .pc {
  cursor: pointer;
}
.onepage main section.show article.video .responsive-video {
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage main section.show article.video .responsive-video:hover:before {
  color: #f00;
}
.onepage main section.show article.video .responsive-video:before {
  content: "\f16a";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 4.5em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-top: -.2em;
  margin-left: -50px;
  z-index: 200;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.onepage main section.show article.video .responsive-video:after {
  content: "\f167";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 3em;
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: #fff;
  z-index: 200;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.onepage main section.show article.video .responsive-video.ready:before,
.onepage main section.show article.video .responsive-video.ready:after {
  display: none;
}
.onepage main section.show article.video h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
}
.onepage main section.show article.video:first-child {
  display: inline-block;
  width: 76%;
  padding-bottom: 70px;
  margin-top: 30px;
}
.onepage main section.show article.video:first-child .pc {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.onepage main section.show article.video:nth-child(1n+2) {
  width: 27%;
  margin-bottom: 3em;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  z-index: 200;
}
.onepage main section.show article.video:nth-child(1n+2) h2 {
  font-size: 1.2em;
  padding-top: 1em;
}
@media (min-width: 1200px) {
  .onepage main section.show article.video:nth-child(1n+2):hover {
    z-index: 201;
  }
  .onepage main section.show article.video:nth-child(1n+2):hover > .wp {
    width: 150%;
    left: -25%;
    top: -20%;
  }
  .onepage main section.show article.video:nth-child(1n+2):hover h2 {
    top: 0;
  }
  .onepage main section.show article.video:nth-child(1n+2):hover:nth-child(3n+1) > .wp {
    left: -60%;
    border: 3px solid #ccc;
  }
  .onepage main section.show article.video:nth-child(1n+2):hover:nth-child(3n+2) > .wp {
    left: 10%;
    border: 3px solid #ccc;
  }
}
.onepage main section.show article.video:nth-child(1n+2):after {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.onepage main section.show article.video:nth-child(1n+2) > .wp {
  background-color: #fff;
  position: absolute;
  left: 7.5%;
  top: 0;
  width: 85%;
  z-index: 200;
  transition: all 0.3s ease-in-out;
}
.onepage main section.show article.video:nth-child(1n+2) > .wp:after {
  content: ' ';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.onepage main section.show article.video:nth-child(1n+2) h2 {
  text-align: center;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .onepage main section.show article.video:first-child {
    width: 87%;
  }
  .onepage main section.show article.video:nth-child(1n+2) {
    width: 47%;
  }
}
@media (max-width: 900px) {
  .onepage main section.show article.video:first-child {
    width: 87%;
  }
  .onepage main section.show article.video:nth-child(1n+2) {
    width: 47%;
  }
}
@media (max-width: 600px) {
  .onepage main section.show article.video:first-child {
    width: 87%;
    -o-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -webkit-transform: rotate(-1.2deg);
  }
  .onepage main section.show article.video:first-child h2 {
    font-size: 2.5em;
  }
  .onepage main section.show article.video:nth-child(1n+2) {
    width: 100%;
  }
}
.onepage main section.show article.video:nth-child(1n + 2) {
  -o-transform: rotate(0.475deg);
  -ms-transform: rotate(0.475deg);
  -moz-transform: rotate(0.475deg);
  -webkit-transform: rotate(0.475deg);
}
.onepage main section.show article.video:nth-child(2n + 2) {
  -o-transform: rotate(-1.75deg);
  -ms-transform: rotate(-1.75deg);
  -moz-transform: rotate(-1.75deg);
  -webkit-transform: rotate(-1.75deg);
}
.onepage main section.show article.video:nth-child(3n + 2) {
  -o-transform: rotate(2.3deg);
  -ms-transform: rotate(2.3deg);
  -moz-transform: rotate(2.3deg);
  -webkit-transform: rotate(2.3deg);
}
.onepage main section.show article.video:nth-child(4n + 2) {
  -o-transform: rotate(-4.35deg);
  -ms-transform: rotate(-4.35deg);
  -moz-transform: rotate(-4.35deg);
  -webkit-transform: rotate(-4.35deg);
}
.onepage main section.show article.video:nth-child(5n + 2) {
  -o-transform: rotate(0.95deg);
  -ms-transform: rotate(0.95deg);
  -moz-transform: rotate(0.95deg);
  -webkit-transform: rotate(0.95deg);
}
.onepage main section.show article.video:nth-child(6n + 2) {
  -o-transform: rotate(2.325deg);
  -ms-transform: rotate(2.325deg);
  -moz-transform: rotate(2.325deg);
  -webkit-transform: rotate(2.325deg);
}
.onepage main section.show article.video:nth-child(7n + 2) {
  -o-transform: rotate(1.175deg);
  -ms-transform: rotate(1.175deg);
  -moz-transform: rotate(1.175deg);
  -webkit-transform: rotate(1.175deg);
}
.onepage main section.show article.video:nth-child(8n + 2) {
  -o-transform: rotate(-3.125deg);
  -ms-transform: rotate(-3.125deg);
  -moz-transform: rotate(-3.125deg);
  -webkit-transform: rotate(-3.125deg);
}
.onepage main section.show article.video:nth-child(9n + 2) {
  -o-transform: rotate(4.65deg);
  -ms-transform: rotate(4.65deg);
  -moz-transform: rotate(4.65deg);
  -webkit-transform: rotate(4.65deg);
}
.onepage main section.show article.video:nth-child(10n + 2) {
  -o-transform: rotate(0.275deg);
  -ms-transform: rotate(0.275deg);
  -moz-transform: rotate(0.275deg);
  -webkit-transform: rotate(0.275deg);
}
.onepage main section.show article.video:nth-child(11n + 2) {
  -o-transform: rotate(1.325deg);
  -ms-transform: rotate(1.325deg);
  -moz-transform: rotate(1.325deg);
  -webkit-transform: rotate(1.325deg);
}
.onepage main section.show article.video:nth-child(12n + 2) {
  -o-transform: rotate(1.125deg);
  -ms-transform: rotate(1.125deg);
  -moz-transform: rotate(1.125deg);
  -webkit-transform: rotate(1.125deg);
}
.onepage main section.show article.video:nth-child(13n + 2) {
  -o-transform: rotate(5.1deg);
  -ms-transform: rotate(5.1deg);
  -moz-transform: rotate(5.1deg);
  -webkit-transform: rotate(5.1deg);
}
.onepage main section.show article.video:nth-child(14n + 2) {
  -o-transform: rotate(-4.25deg);
  -ms-transform: rotate(-4.25deg);
  -moz-transform: rotate(-4.25deg);
  -webkit-transform: rotate(-4.25deg);
}
.onepage main section.show article.video:nth-child(15n + 2) {
  -o-transform: rotate(3.05deg);
  -ms-transform: rotate(3.05deg);
  -moz-transform: rotate(3.05deg);
  -webkit-transform: rotate(3.05deg);
}
.onepage main section.show article.video:nth-child(16n + 2) {
  -o-transform: rotate(-1.525deg);
  -ms-transform: rotate(-1.525deg);
  -moz-transform: rotate(-1.525deg);
  -webkit-transform: rotate(-1.525deg);
}
.onepage main section.show article.video:nth-child(17n + 2) {
  -o-transform: rotate(5.1deg);
  -ms-transform: rotate(5.1deg);
  -moz-transform: rotate(5.1deg);
  -webkit-transform: rotate(5.1deg);
}
.onepage main section.show article.video:nth-child(18n + 2) {
  -o-transform: rotate(-3.9deg);
  -ms-transform: rotate(-3.9deg);
  -moz-transform: rotate(-3.9deg);
  -webkit-transform: rotate(-3.9deg);
}
.onepage main section.show article.video:nth-child(19n + 2) {
  -o-transform: rotate(1.35deg);
  -ms-transform: rotate(1.35deg);
  -moz-transform: rotate(1.35deg);
  -webkit-transform: rotate(1.35deg);
}
.onepage main section.show article.video:nth-child(20n + 2) {
  -o-transform: rotate(3.35deg);
  -ms-transform: rotate(3.35deg);
  -moz-transform: rotate(3.35deg);
  -webkit-transform: rotate(3.35deg);
}
@media (min-width: 1200px) {
  .onepage main section.show article.video h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
  }
  .onepage main section.show article.video:nth-child(1n+2) {
    transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .onepage main section.show article.video:nth-child(1n+2) h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  .onepage main section.show article.video.scrollIn h2 {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  .onepage main section.show article.video.scrollIn:nth-child(1n+2) {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .onepage main section.show article.video.scrollIn:nth-child(1n+2) h2 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}
.onepage main section.show div.wp.show2021,
.onepage main section.show div.wp.show2023,
.onepage main section.show div.wp.show2026 {
  max-width: none;
  position: relative;
  margin-bottom: -125px;
  margin-top: -0px;
}
.onepage main section.show div.wp.show2021 article.text,
.onepage main section.show div.wp.show2023 article.text,
.onepage main section.show div.wp.show2026 article.text {
  display: none;
}
.onepage main section.show article.show-irre-zeiten {
  background-image: url('../images/show26/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 18em;
}
.onepage main section.show article.show-irre-zeiten .show26-cover {
  background-image: url('../images/show26/cover.png');
  background-size: cover;
  max-width: 900px;
  max-height: 687px;
  position: relative;
  bottom: 108px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.onepage main section.show article.show-irre-zeiten .show26-cover::before {
  padding-top: 76.333%;
}
.onepage main section.show article.show-irre-zeiten .tip {
  font-family: 'Londrina Solid';
  background-color: transparent;
  position: absolute;
  transform: translateX(-50%) rotate(-1.8deg);
  top: 4em;
  left: 50%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 980;
  padding-top: 0em;
  padding-bottom: 0em;
  text-align: center;
  color: #fff;
  transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
}
.onepage main section.show article.show-irre-zeiten .window-trigger {
  background-color: #0D7B7B;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-1.4deg);
  width: 120vw;
  z-index: 980;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.onepage main section.show article.show-irre-zeiten .window-trigger span {
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  animation: strobe 3s ease-in-out infinite;
  display: block;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 1.6em;
  color: #FFF;
}
@media (max-width: 1200px) {
  .onepage main section.show article.show-irre-zeiten .tip {
    font-size: 3em;
  }
  .onepage main section.show article.show-irre-zeiten .show26-cover {
    bottom: 120px;
  }
  .onepage main section.show article.show-irre-zeiten .window-trigger span {
    font-size: 1.8em;
  }
}
@media (max-width: 960px) {
  .onepage main section.show article.show-irre-zeiten .tip {
    font-size: 2.0em;
    top: 5em;
  }
  .onepage main section.show article.show-irre-zeiten .show26-cover {
    bottom: 110px;
  }
  .onepage main section.show article.show-irre-zeiten .window-trigger span {
    font-size: 1.6em;
  }
}
@media (max-width: 700px) {
  .onepage main section.show article.show-irre-zeiten .tip {
    font-size: 2.5em;
    top: 2.85em;
    width: 60%;
    line-height: 1.2em;
  }
  .onepage main section.show article.show-irre-zeiten .show26-cover {
    bottom: 100px;
    width: 95%;
  }
  .onepage main section.show article.show-irre-zeiten .window-trigger span {
    font-size: 1.3em;
  }
}
.onepage main section.show article.show-verkueckt-bleiben {
  background-image: url('../images/show23/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 10em;
}
.onepage main section.show article.show-verkueckt-bleiben .show23-palme_1 {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20%;
  animation: wag2 3s ease-in-out infinite;
}
.onepage main section.show article.show-verkueckt-bleiben .show23-palme_2 {
  position: absolute;
  right: -1%;
  bottom: 0;
  width: 30%;
  animation: wag2 3s ease-in-out infinite;
}
.onepage main section.show article.show-verkueckt-bleiben .show23-schild {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 15%;
}
.onepage main section.show article.show-verkueckt-bleiben .show23-title {
  margin-left: -15%;
  width: 70%;
  transform: rotate(-1.6deg) translateY(-17px);
}
.onepage main section.show article.show-verkueckt-bleiben .tip {
  background-color: #fff;
  background-image: linear-gradient(45deg, #7a1c63 25%, #480e40 25%, #480e40 50%, #7a1c63 50%, #7a1c63 75%, #480e40 75%, #480e40 100%);
  background-size: 56.57px 56.57px;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(2deg);
  width: 120vw;
  z-index: 980;
  padding-top: 2em;
  padding-bottom: 2em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.onepage main section.show article.show-verkueckt-bleiben .tip span {
  animation: strobe 3s ease-in-out infinite;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3.5vw;
  color: #FFF;
}
@media (max-width: 760px) {
  .onepage main section.show article.show-verkueckt-bleiben .tip span {
    font-size: 7vw;
  }
}
.onepage main section.show article.show-verkueckt-bleiben .window-trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  max-width: 500px;
  max-height: 552px;
}
.onepage main section.show article.show-verkueckt-bleiben .window-trigger::before {
  padding-top: 110.4%;
  content: '';
  width: 100%;
  display: inline-block;
}
.onepage main section.show article.show-verkueckt-bleiben .window-trigger span {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  color: #1C4455;
  font-weight: bold;
  position: absolute;
  top: 16%;
  left: 23%;
  font-size: 3.5vw;
  transform: rotate(5deg);
  animation: strobe 1s ease-in-out infinite;
  cursor: pointer;
  transform: rotate(-9deg);
}
@media (max-width: 860px) {
  .onepage main section.show article.show-verkueckt-bleiben .show23-title {
    width: 90%;
  }
  .onepage main section.show article.show-verkueckt-bleiben .show23-schild {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
  }
  .onepage main section.show article.show-verkueckt-bleiben .window-trigger {
    width: 25%;
  }
  .onepage main section.show article.show-verkueckt-bleiben .window-trigger span {
    font-size: 5vw;
  }
  .onepage main section.show article.show-verkueckt-bleiben .show23-title {
    width: 100%;
    margin-left: -30%;
  }
  .onepage main section.show article.show-verkueckt-bleiben .show23-palme_1 {
    display: none;
  }
  .onepage main section.show article.show-verkueckt-bleiben .show23-palme_2 {
    display: none;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte {
  background: #460e3f !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7a1c63), color-stop(1, #480e40)) !important;
  background: -ms-linear-gradient(bottom, #7a1c63, #480e40) !important;
  background: -moz-linear-gradient(center bottom, #7a1c63 0%, #480e40 100%) !important;
  background: -o-linear-gradient(#480e40, #7a1c63) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#480e40', endColorstr='#7a1c63', GradientType=0) !important;
  color: #fff;
  position: relative;
  margin-top: 3em;
  width: 100%;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte > div.wp::before {
  display: none;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #480e40;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.4deg) translateY(0);
  z-index: 110;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
  position: relative;
  margin-top: 5em;
  margin-bottom: 30em;
  width: 30%;
  margin-left: -12%;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
    margin-bottom: 25em;
  }
}
@media (max-width: 1400px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
    margin-bottom: 20em;
  }
}
@media (max-width: 1100px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
    margin-bottom: 15em;
  }
}
@media (max-width: 760px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
    width: 50%;
    margin-left: -30%;
    margin-top: 3em;
  }
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo {
    margin-top: 6em;
    width: 80%;
    margin-left: 5%;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title {
  position: absolute;
  bottom: 65%;
  left: 60%;
  width: 25vw;
  text-align: left;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title span {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 5vw;
  color: #DF451C;
  text-shadow: -1px 1px 3px #000000;
}
@media (max-width: 760px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title span {
    font-size: 5.5vw;
  }
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title {
    top: 1.5em;
    bottom: auto;
    left: 1em;
    right: 1em;
    text-align: center;
    width: auto;
  }
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title span {
    font-size: 2em;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 500px;
  max-height: 260px;
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger {
    width: 350px;
    right: -50px;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger::before {
  padding-top: 52%;
  content: '';
  width: 100%;
  display: inline-block;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger span {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  color: #DF451C;
  text-shadow: -1px 1px 3px #000000;
  font-weight: bold;
  position: absolute;
  top: 28%;
  left: 47%;
  font-size: 280%;
  transform: rotate(5deg);
  animation: strobe 1s ease-in-out infinite;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger span {
    font-size: 240%;
  }
}
@media (max-width: 900px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger span {
    font-size: 200%;
  }
}
@media (max-width: 760px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger span {
    font-size: 150%;
  }
}
@media (max-width: 760px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .window-trigger span {
    font-size: 200%;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-auto {
  position: absolute;
  bottom: -35px;
  left: 20%;
  width: 50%;
  max-width: none;
  max-height: none;
  animation: wag 1.5s ease-in-out infinite;
}
@media (max-width: 760px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-auto {
    left: 0%;
    width: 75%;
  }
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-auto {
    left: -35%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-auto {
    left: -70%;
    width: 140%;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-bg-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  transition: bottom 1s ease-in;
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-bg-back {
    display: none;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-schild {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  transition: bottom 1s ease-in;
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-schild {
    width: 350px;
    right: -50px;
  }
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-bg-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  max-height: none;
}
@media (max-width: 600px) {
  .onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-bg-front {
    display: none;
  }
}
.onepage main section.show article.text.p-hoer-auf-dein-bauchgefuehl {
  display: none;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .symbol.show21-logo,
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte .sub-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte.scrollIn .symbol.show21-logo,
.onepage main section.show article.show-ein-bauch-sagt-mehr-als-1000-worte.scrollIn .sub-title {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.onepage main section.show h2 span.br {
  display: block;
  line-height: .15em;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.onepage main section.shop {
  color: #fff;
  background: #c63195 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #460e3f), color-stop(1, #ac428e)) !important;
  background: -ms-linear-gradient(bottom, #460e3f, #ac428e) !important;
  background: -moz-linear-gradient(center bottom, #460e3f 0%, #ac428e 100%) !important;
  background: -o-linear-gradient(#ac428e, #460e3f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac428e', endColorstr='#460e3f', GradientType=0) !important;
  overflow: hidden;
}
.onepage main section.shop > div.wp {
  position: relative;
  *zoom: 1;
  clear: both;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 7em;
  box-sizing: border-box;
  z-index: 180;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.onepage main section.shop > div.wp:before,
.onepage main section.shop > div.wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.shop > div.wp:after {
  clear: both;
}
.onepage main section.shop > div.wp:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #460e3f;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1.4deg) translateY(0);
  z-index: 110;
}
.onepage main section.shop > div.wp .symbol {
  position: absolute;
}
.onepage main section.shop > div.wp .symbol.shop-traverse {
  position: relative;
  margin-top: -35%;
  margin-left: -45%;
  max-width: none;
  max-height: none;
  z-index: 3;
}
@media (max-width: 830px) {
  .onepage main section.shop > div.wp .symbol.shop-traverse {
    margin-top: -45%;
    margin-left: -25%;
  }
}
@media (max-width: 600px) {
  .onepage main section.shop > div.wp .symbol.shop-traverse {
    margin-top: -45%;
    margin-left: -20%;
  }
}
.onepage main section.shop > div.wp .symbol.shop-lichter1 {
  top: -100px;
  left: -25vw;
  z-index: 10;
  transform: scale(120%, 120%);
}
@media (max-width: 830px) {
  .onepage main section.shop > div.wp .symbol.shop-lichter1 {
    top: 0px;
  }
}
.onepage main section.shop > div.wp .symbol.shop-lichter2 {
  top: 0vw;
  right: -25vw;
  z-index: 0;
}
.onepage main section.shop > div.wp .symbol.shop-lichter3 {
  top: -50px;
  right: -30vw;
  z-index: 0;
  transform: scale(50%, 50%);
  z-index: 9;
}
.onepage main section.shop > div.wp .symbol.shop-lichter4 {
  display: none;
}
.onepage main section.shop > div.wp .symbol.shop-norbert {
  width: 60%;
  top: 100px;
  right: 0vw;
  z-index: 11;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 830px) {
  .onepage main section.shop > div.wp .symbol.shop-norbert {
    display: none;
  }
}
.onepage main section.shop > div.wp .symbol.shop-shop {
  max-width: none;
  max-height: none;
  width: 35%;
  top: 10%;
  left: 5%;
  z-index: 7;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 1200px) {
  .onepage main section.shop > div.wp .symbol.shop-shop {
    top: 14%;
  }
}
@media (max-width: 830px) {
  .onepage main section.shop > div.wp .symbol.shop-shop {
    width: 40%;
    top: 7%;
    left: 15%;
  }
}
@media (max-width: 600px) {
  .onepage main section.shop > div.wp .symbol.shop-shop {
    width: 45%;
    top: 9%;
    left: 15%;
  }
}
@media (max-width: 400px) {
  .onepage main section.shop > div.wp .symbol.shop-shop {
    top: 6%;
    width: 60%;
  }
}
.onepage main section.shop.scrollIn .symbol.shop-norbert {
  animation: bounceInRight;
  animation-duration: 2s;
}
.onepage main section.shop.scrollIn .symbol.shop-shop {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.onepage main section.shop h1 {
  visibility: hidden;
  margin-bottom: 100px;
  *zoom: 1;
  clear: both;
}
.onepage main section.shop h1:before,
.onepage main section.shop h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.shop h1:after {
  clear: both;
}
.onepage main section.shop div.product {
  display: block;
  float: left;
  text-align: right;
  width: 45.999%;
  margin-top: 1em;
  margin-left: 0%;
  margin-right: 4%;
}
.onepage main section.shop div.product .wp {
  *zoom: 1;
  clear: both;
  max-width: 500px;
}
.onepage main section.shop div.product .wp:before,
.onepage main section.shop div.product .wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.shop div.product .wp:after {
  clear: both;
}
@media (max-width: 830px) {
  .onepage main section.shop div.product .wp {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 830px) {
  .onepage main section.shop div.product {
    width: auto;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -2em;
  }
}
@media (max-width: 400px) {
  .onepage main section.shop div.product {
    text-align: center;
  }
}
.onepage main section.shop div.product .image {
  width: 60%;
  float: left;
}
.onepage main section.shop div.product .image img {
  width: 100%;
}
@media (max-width: 1120px) {
  .onepage main section.shop div.product .image {
    width: 55%;
    margin-top: 1.5em;
  }
}
@media (max-width: 830px) {
  .onepage main section.shop div.product .image {
    width: 60%;
  }
}
@media (max-width: 830px) {
  .onepage main section.shop div.product .image {
    width: 50%;
    margin-top: 0em;
  }
}
@media (max-width: 500px) {
  .onepage main section.shop div.product .image {
    margin-top: 1em;
  }
}
@media (max-width: 400px) {
  .onepage main section.shop div.product .image {
    float: none;
    clear: both;
    width: 90%;
  }
}
.onepage main section.shop div.product .title {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 1em;
}
@media (max-width: 950px) {
  .onepage main section.shop div.product .title {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .onepage main section.shop div.product .title {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .onepage main section.shop div.product .title {
    font-size: 1.6em;
  }
}
.onepage main section.shop div.product .subtitle {
  font-size: 1em;
  opacity: 0.85;
}
.onepage main section.shop div.product .desc,
.onepage main section.shop div.product .price-info,
.onepage main section.shop div.product .uid,
.onepage main section.shop div.product .delivery {
  display: none;
}
.onepage main section.shop div.product .price {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  font-size: 3em;
  font-weight: 900;
  margin-top: .3em;
  margin-bottom: .3em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  color: #c63195;
}
@media (max-width: 950px) {
  .onepage main section.shop div.product .price {
    font-size: 2.5em;
  }
}
@media (max-width: 600px) {
  .onepage main section.shop div.product .price {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .onepage main section.shop div.product .price {
    font-size: 1.6em;
  }
}
.onepage main section.shop .text > p {
  *zoom: 1;
  clear: both;
  text-align: center;
}
.onepage main section.shop .text > p:before,
.onepage main section.shop .text > p:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.shop .text > p:after {
  clear: both;
}
.onepage main section.shop .text > p > a {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  display: inline-block;
  font-size: 1.6em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  padding: .4em;
  background-color: #c63195;
  color: #fff;
}
.onepage main section.termine {
  color: #fff;
  background-color: #460e3f;
}
.onepage main section.termine > div.wp {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 7em;
  box-sizing: border-box;
  z-index: 180;
}
.onepage main section.termine > div.wp:before,
.onepage main section.termine > div.wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.termine > div.wp:after {
  clear: both;
}
.onepage main section.termine > div.wp:before {
  content: ' ';
  width: 100vw;
  height: 100px;
  background-color: #460e3f;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1.4deg) translateY(0);
  z-index: 110;
}
@media (max-width: 400px) {
  .onepage main section.termine > div.wp {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.onepage main section.termine > div.wp > .more {
  *zoom: 1;
  clear: both;
}
.onepage main section.termine > div.wp > .more:before,
.onepage main section.termine > div.wp > .more:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.termine > div.wp > .more:after {
  clear: both;
}
.onepage main section.termine > div.wp > .more button {
  display: block;
  font-size: 1.6em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: #c63195;
  color: #fff;
}
.onepage main section.termine h1 {
  text-align: center;
  margin-bottom: 1em;
  z-index: 240;
}
@media (max-width: 500px) {
  .onepage main section.termine h1 {
    margin-top: .5em;
  }
}
.onepage main section.termine article.termin {
  display: inline-block;
  width: 33.332%;
  padding: 1em;
  box-sizing: border-box;
  float: left;
  -o-transform: rotate(-0.6deg);
  -ms-transform: rotate(-0.6deg);
  -moz-transform: rotate(-0.6deg);
  -webkit-transform: rotate(-0.6deg);
  margin-bottom: 1em;
}
@media (max-width: 1250px) {
  .onepage main section.termine article.termin {
    width: 49.990%;
  }
}
@media (max-width: 830px) {
  .onepage main section.termine article.termin {
    width: 100%;
  }
}
.onepage main section.termine article.termin.hidden {
  display: none;
}
.onepage main section.termine article.termin > .wp {
  width: 100%;
  padding-top: 50%;
  position: relativ;
}
.onepage main section.termine article.termin > .wp > .hc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 830px) {
  .onepage main section.termine article.termin > .wp {
    padding-top: 0;
  }
  .onepage main section.termine article.termin > .wp > .hc {
    position: relative;
    top: auto;
    left: auto;
  }
}
.onepage main section.termine article.termin h4 {
  margin-bottom: .5em;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  margin-top: .5em;
  font-size: 1.6em;
}
.onepage main section.termine article.termin .place {
  font-size: 1.1em;
  margin-bottom: .5em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage main section.termine article.termin .symbol {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.onepage main section.termine article.termin .date {
  font-size: 1.8em;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: .2em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  color: #c63195;
}
.onepage main section.termine article.termin .text,
.onepage main section.termine article.termin .link,
.onepage main section.termine article.termin .image {
  display: none;
}
.onepage main section.termine article.termin .info {
  display: block;
}
.onepage main section.termine article.termin .adress {
  display: none;
}
.onepage main section.termine article.termin div.symbol + span.date::after {
  content: "\a ";
  white-space: pre;
}
@media (min-width: 980px) {
  .onepage main section.termine article.termin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .onepage main section.termine article.termin.scrollIn {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
}
.onepage main section.termine button {
  float: none;
  margin-top: 1em;
  background-color: #fff;
  border: 0;
  padding: .3em;
  cursor: pointer;
  color: #c63195;
  font-family: 'Londrina Solid';
  font-size: 1.1em;
  -o-transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  -moz-transform: rotate(-1.2deg);
  -webkit-transform: rotate(-1.2deg);
}
.onepage main section.termine button:hover {
  background-color: #ac428e;
  color: #fff;
}
.onepage main section.termine h1::after {
  content: '';
  width: 620px;
  height: 607px;
  background-image: url('../images/zeichnung/melvin.svg');
  background-size: 620px 607px;
  position: absolute;
  right: -10%;
  top: 110px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.onepage main section.termine h1.scrollIn::after {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.onepage main section.termine article:nth-child(4),
.onepage main section.termine article:nth-child(6) {
  clear: left;
}
.onepage main section.termine div.wp > .more button {
  margin-right: 2%;
  margin-top: -200px;
}
@media (max-width: 1600px) {
  .onepage main section.termine h1::after {
    width: 500px;
    height: 490px;
    background-size: 100% 100%;
    right: 0%;
    top: 250px;
  }
  .onepage main section.termine div.wp > .more button {
    margin-right: 8%;
    margin-top: -200px;
  }
}
@media (max-width: 1250px) {
  .onepage main section.termine h1::after {
    display: none;
  }
  .onepage main section.termine div.wp > .more button {
    margin-right: auto;
    margin-top: 30px;
  }
}
.onepage main section.galerie {
  background-color: #c63195;
  background-image: url(../images/an/stars-fixed.svg);
}
.onepage main section.galerie h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 1.5em;
  margin-top: .0em;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage main section.galerie > .wp {
  *zoom: 1;
  clear: both;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 4em;
  z-index: 150;
}
.onepage main section.galerie > .wp:before,
.onepage main section.galerie > .wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.galerie > .wp:after {
  clear: both;
}
.onepage main section.galerie > .wp:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #c63195;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.4deg) translateY(0px);
  z-index: 110;
}
.onepage main section.galerie div.images {
  *zoom: 1;
  clear: both;
  text-align: center;
}
.onepage main section.galerie div.images:before,
.onepage main section.galerie div.images:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.galerie div.images:after {
  clear: both;
}
.onepage main section.galerie div.images .gallery-item {
  position: relative;
  width: 19%;
  box-sizing: border-box;
  display: inline-block;
}
.onepage main section.galerie div.images .gallery-item:before {
  content: ' ';
  width: 100%;
  padding-top: 100%;
  display: block;
}
.onepage main section.galerie div.images .gallery-item .hc {
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 95%;
  border: 7px solid #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
  z-index: 180;
}
.onepage main section.galerie div.images .gallery-item .hc img {
  width: 100%;
  height: auto;
}
.onepage main section.galerie div.images .gallery-item .hc a {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  color: #333;
  text-decoration: none;
  font-size: .7em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .onepage main section.galerie div.images .gallery-item {
    width: 24.49%;
  }
}
@media (max-width: 950px) {
  .onepage main section.galerie div.images .gallery-item {
    width: 32%;
  }
  .onepage main section.galerie div.images .gallery-item .hc {
    width: 87%;
  }
}
@media (max-width: 750px) {
  .onepage main section.galerie div.images .gallery-item {
    width: 49%;
  }
  .onepage main section.galerie div.images .gallery-item:before {
    padding-top: 90%;
  }
  .onepage main section.galerie div.images .gallery-item .hc {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .onepage main section.galerie div.images .gallery-item {
    width: 100%;
  }
  .onepage main section.galerie div.images .gallery-item:before {
    padding-top: 85%;
  }
  .onepage main section.galerie div.images .gallery-item .hc {
    width: 95%;
  }
  .onepage main section.galerie div.images .gallery-item a {
    display: none;
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(1n) .hc {
  -o-transform: rotate(0.663deg) translate(0.8159999999999999%, 0.765%);
  -ms-transform: rotate(0.663deg) translate(0.8159999999999999%, 0.765%);
  -moz-transform: rotate(0.663deg) translate(0.8159999999999999%, 0.765%);
  -webkit-transform: rotate(0.663deg) translate(0.8159999999999999%, 0.765%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(1n) .hc {
    -o-transform: rotate(4.08deg) translate(2.55%, 2.55%);
    -ms-transform: rotate(4.08deg) translate(2.55%, 2.55%);
    -moz-transform: rotate(4.08deg) translate(2.55%, 2.55%);
    -webkit-transform: rotate(4.08deg) translate(2.55%, 2.55%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(2n) .hc {
  -o-transform: rotate(2.704deg) translate(3.328%, 3.12%);
  -ms-transform: rotate(2.704deg) translate(3.328%, 3.12%);
  -moz-transform: rotate(2.704deg) translate(3.328%, 3.12%);
  -webkit-transform: rotate(2.704deg) translate(3.328%, 3.12%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(2n) .hc {
    -o-transform: rotate(16.64deg) translate(10.4%, 10.4%);
    -ms-transform: rotate(16.64deg) translate(10.4%, 10.4%);
    -moz-transform: rotate(16.64deg) translate(10.4%, 10.4%);
    -webkit-transform: rotate(16.64deg) translate(10.4%, 10.4%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(3n) .hc {
  -o-transform: rotate(-1.976deg) translate(-2.432%, -2.28%);
  -ms-transform: rotate(-1.976deg) translate(-2.432%, -2.28%);
  -moz-transform: rotate(-1.976deg) translate(-2.432%, -2.28%);
  -webkit-transform: rotate(-1.976deg) translate(-2.432%, -2.28%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(3n) .hc {
    -o-transform: rotate(-12.16deg) translate(-7.6%, -7.6%);
    -ms-transform: rotate(-12.16deg) translate(-7.6%, -7.6%);
    -moz-transform: rotate(-12.16deg) translate(-7.6%, -7.6%);
    -webkit-transform: rotate(-12.16deg) translate(-7.6%, -7.6%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(4n) .hc {
  -o-transform: rotate(2.236deg) translate(2.752%, 2.58%);
  -ms-transform: rotate(2.236deg) translate(2.752%, 2.58%);
  -moz-transform: rotate(2.236deg) translate(2.752%, 2.58%);
  -webkit-transform: rotate(2.236deg) translate(2.752%, 2.58%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(4n) .hc {
    -o-transform: rotate(13.76deg) translate(8.6%, 8.6%);
    -ms-transform: rotate(13.76deg) translate(8.6%, 8.6%);
    -moz-transform: rotate(13.76deg) translate(8.6%, 8.6%);
    -webkit-transform: rotate(13.76deg) translate(8.6%, 8.6%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(5n) .hc {
  -o-transform: rotate(-1.209deg) translate(-1.488%, -1.395%);
  -ms-transform: rotate(-1.209deg) translate(-1.488%, -1.395%);
  -moz-transform: rotate(-1.209deg) translate(-1.488%, -1.395%);
  -webkit-transform: rotate(-1.209deg) translate(-1.488%, -1.395%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(5n) .hc {
    -o-transform: rotate(-7.44deg) translate(-4.65%, -4.65%);
    -ms-transform: rotate(-7.44deg) translate(-4.65%, -4.65%);
    -moz-transform: rotate(-7.44deg) translate(-4.65%, -4.65%);
    -webkit-transform: rotate(-7.44deg) translate(-4.65%, -4.65%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(6n) .hc {
  -o-transform: rotate(-1.885deg) translate(-2.32%, -2.175%);
  -ms-transform: rotate(-1.885deg) translate(-2.32%, -2.175%);
  -moz-transform: rotate(-1.885deg) translate(-2.32%, -2.175%);
  -webkit-transform: rotate(-1.885deg) translate(-2.32%, -2.175%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(6n) .hc {
    -o-transform: rotate(-11.6deg) translate(-7.25%, -7.25%);
    -ms-transform: rotate(-11.6deg) translate(-7.25%, -7.25%);
    -moz-transform: rotate(-11.6deg) translate(-7.25%, -7.25%);
    -webkit-transform: rotate(-11.6deg) translate(-7.25%, -7.25%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(7n) .hc {
  -o-transform: rotate(-0.208deg) translate(-0.256%, -0.24%);
  -ms-transform: rotate(-0.208deg) translate(-0.256%, -0.24%);
  -moz-transform: rotate(-0.208deg) translate(-0.256%, -0.24%);
  -webkit-transform: rotate(-0.208deg) translate(-0.256%, -0.24%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(7n) .hc {
    -o-transform: rotate(-1.28deg) translate(-0.8%, -0.8%);
    -ms-transform: rotate(-1.28deg) translate(-0.8%, -0.8%);
    -moz-transform: rotate(-1.28deg) translate(-0.8%, -0.8%);
    -webkit-transform: rotate(-1.28deg) translate(-0.8%, -0.8%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(8n) .hc {
  -o-transform: rotate(0.871deg) translate(1.072%, 1.005%);
  -ms-transform: rotate(0.871deg) translate(1.072%, 1.005%);
  -moz-transform: rotate(0.871deg) translate(1.072%, 1.005%);
  -webkit-transform: rotate(0.871deg) translate(1.072%, 1.005%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(8n) .hc {
    -o-transform: rotate(5.36deg) translate(3.35%, 3.35%);
    -ms-transform: rotate(5.36deg) translate(3.35%, 3.35%);
    -moz-transform: rotate(5.36deg) translate(3.35%, 3.35%);
    -webkit-transform: rotate(5.36deg) translate(3.35%, 3.35%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(9n) .hc {
  -o-transform: rotate(-0.9360000000000001deg) translate(-1.152%, -1.08%);
  -ms-transform: rotate(-0.9360000000000001deg) translate(-1.152%, -1.08%);
  -moz-transform: rotate(-0.9360000000000001deg) translate(-1.152%, -1.08%);
  -webkit-transform: rotate(-0.9360000000000001deg) translate(-1.152%, -1.08%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(9n) .hc {
    -o-transform: rotate(-5.76deg) translate(-3.6%, -3.6%);
    -ms-transform: rotate(-5.76deg) translate(-3.6%, -3.6%);
    -moz-transform: rotate(-5.76deg) translate(-3.6%, -3.6%);
    -webkit-transform: rotate(-5.76deg) translate(-3.6%, -3.6%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(10n) .hc {
  -o-transform: rotate(-2.275deg) translate(-2.8%, -2.625%);
  -ms-transform: rotate(-2.275deg) translate(-2.8%, -2.625%);
  -moz-transform: rotate(-2.275deg) translate(-2.8%, -2.625%);
  -webkit-transform: rotate(-2.275deg) translate(-2.8%, -2.625%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(10n) .hc {
    -o-transform: rotate(-14deg) translate(-8.75%, -8.75%);
    -ms-transform: rotate(-14deg) translate(-8.75%, -8.75%);
    -moz-transform: rotate(-14deg) translate(-8.75%, -8.75%);
    -webkit-transform: rotate(-14deg) translate(-8.75%, -8.75%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(11n) .hc {
  -o-transform: rotate(-0.728deg) translate(-0.896%, -0.84%);
  -ms-transform: rotate(-0.728deg) translate(-0.896%, -0.84%);
  -moz-transform: rotate(-0.728deg) translate(-0.896%, -0.84%);
  -webkit-transform: rotate(-0.728deg) translate(-0.896%, -0.84%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(11n) .hc {
    -o-transform: rotate(-4.48deg) translate(-2.8%, -2.8%);
    -ms-transform: rotate(-4.48deg) translate(-2.8%, -2.8%);
    -moz-transform: rotate(-4.48deg) translate(-2.8%, -2.8%);
    -webkit-transform: rotate(-4.48deg) translate(-2.8%, -2.8%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(12n) .hc {
  -o-transform: rotate(2.821deg) translate(3.472%, 3.255%);
  -ms-transform: rotate(2.821deg) translate(3.472%, 3.255%);
  -moz-transform: rotate(2.821deg) translate(3.472%, 3.255%);
  -webkit-transform: rotate(2.821deg) translate(3.472%, 3.255%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(12n) .hc {
    -o-transform: rotate(17.36deg) translate(10.85%, 10.85%);
    -ms-transform: rotate(17.36deg) translate(10.85%, 10.85%);
    -moz-transform: rotate(17.36deg) translate(10.85%, 10.85%);
    -webkit-transform: rotate(17.36deg) translate(10.85%, 10.85%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(13n) .hc {
  -o-transform: rotate(1.105deg) translate(1.36%, 1.275%);
  -ms-transform: rotate(1.105deg) translate(1.36%, 1.275%);
  -moz-transform: rotate(1.105deg) translate(1.36%, 1.275%);
  -webkit-transform: rotate(1.105deg) translate(1.36%, 1.275%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(13n) .hc {
    -o-transform: rotate(6.8deg) translate(4.25%, 4.25%);
    -ms-transform: rotate(6.8deg) translate(4.25%, 4.25%);
    -moz-transform: rotate(6.8deg) translate(4.25%, 4.25%);
    -webkit-transform: rotate(6.8deg) translate(4.25%, 4.25%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(14n) .hc {
  -o-transform: rotate(0.195deg) translate(0.24%, 0.225%);
  -ms-transform: rotate(0.195deg) translate(0.24%, 0.225%);
  -moz-transform: rotate(0.195deg) translate(0.24%, 0.225%);
  -webkit-transform: rotate(0.195deg) translate(0.24%, 0.225%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(14n) .hc {
    -o-transform: rotate(1.2deg) translate(0.75%, 0.75%);
    -ms-transform: rotate(1.2deg) translate(0.75%, 0.75%);
    -moz-transform: rotate(1.2deg) translate(0.75%, 0.75%);
    -webkit-transform: rotate(1.2deg) translate(0.75%, 0.75%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(15n) .hc {
  -o-transform: rotate(-2.808deg) translate(-3.456%, -3.24%);
  -ms-transform: rotate(-2.808deg) translate(-3.456%, -3.24%);
  -moz-transform: rotate(-2.808deg) translate(-3.456%, -3.24%);
  -webkit-transform: rotate(-2.808deg) translate(-3.456%, -3.24%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(15n) .hc {
    -o-transform: rotate(-17.28deg) translate(-10.8%, -10.8%);
    -ms-transform: rotate(-17.28deg) translate(-10.8%, -10.8%);
    -moz-transform: rotate(-17.28deg) translate(-10.8%, -10.8%);
    -webkit-transform: rotate(-17.28deg) translate(-10.8%, -10.8%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(16n) .hc {
  -o-transform: rotate(-0.013deg) translate(-0.016%, -0.015%);
  -ms-transform: rotate(-0.013deg) translate(-0.016%, -0.015%);
  -moz-transform: rotate(-0.013deg) translate(-0.016%, -0.015%);
  -webkit-transform: rotate(-0.013deg) translate(-0.016%, -0.015%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(16n) .hc {
    -o-transform: rotate(-0.08deg) translate(-0.05%, -0.05%);
    -ms-transform: rotate(-0.08deg) translate(-0.05%, -0.05%);
    -moz-transform: rotate(-0.08deg) translate(-0.05%, -0.05%);
    -webkit-transform: rotate(-0.08deg) translate(-0.05%, -0.05%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(17n) .hc {
  -o-transform: rotate(2.028deg) translate(2.496%, 2.34%);
  -ms-transform: rotate(2.028deg) translate(2.496%, 2.34%);
  -moz-transform: rotate(2.028deg) translate(2.496%, 2.34%);
  -webkit-transform: rotate(2.028deg) translate(2.496%, 2.34%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(17n) .hc {
    -o-transform: rotate(12.48deg) translate(7.8%, 7.8%);
    -ms-transform: rotate(12.48deg) translate(7.8%, 7.8%);
    -moz-transform: rotate(12.48deg) translate(7.8%, 7.8%);
    -webkit-transform: rotate(12.48deg) translate(7.8%, 7.8%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(18n) .hc {
  -o-transform: rotate(2.132deg) translate(2.624%, 2.46%);
  -ms-transform: rotate(2.132deg) translate(2.624%, 2.46%);
  -moz-transform: rotate(2.132deg) translate(2.624%, 2.46%);
  -webkit-transform: rotate(2.132deg) translate(2.624%, 2.46%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(18n) .hc {
    -o-transform: rotate(13.12deg) translate(8.199999999999999%, 8.199999999999999%);
    -ms-transform: rotate(13.12deg) translate(8.199999999999999%, 8.199999999999999%);
    -moz-transform: rotate(13.12deg) translate(8.199999999999999%, 8.199999999999999%);
    -webkit-transform: rotate(13.12deg) translate(8.199999999999999%, 8.199999999999999%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(19n) .hc {
  -o-transform: rotate(-1.222deg) translate(-1.504%, -1.41%);
  -ms-transform: rotate(-1.222deg) translate(-1.504%, -1.41%);
  -moz-transform: rotate(-1.222deg) translate(-1.504%, -1.41%);
  -webkit-transform: rotate(-1.222deg) translate(-1.504%, -1.41%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(19n) .hc {
    -o-transform: rotate(-7.52deg) translate(-4.7%, -4.7%);
    -ms-transform: rotate(-7.52deg) translate(-4.7%, -4.7%);
    -moz-transform: rotate(-7.52deg) translate(-4.7%, -4.7%);
    -webkit-transform: rotate(-7.52deg) translate(-4.7%, -4.7%);
  }
}
.onepage main section.galerie div.images .gallery-item:nth-child(20n) .hc {
  -o-transform: rotate(1.3deg) translate(1.6%, 1.5%);
  -ms-transform: rotate(1.3deg) translate(1.6%, 1.5%);
  -moz-transform: rotate(1.3deg) translate(1.6%, 1.5%);
  -webkit-transform: rotate(1.3deg) translate(1.6%, 1.5%);
}
@media (min-width: 950px) {
  .onepage main section.galerie div.images .gallery-item:nth-child(20n) .hc {
    -o-transform: rotate(8deg) translate(5%, 5%);
    -ms-transform: rotate(8deg) translate(5%, 5%);
    -moz-transform: rotate(8deg) translate(5%, 5%);
    -webkit-transform: rotate(8deg) translate(5%, 5%);
  }
}
.onepage main section.galerie div.images .gallery-item:hover {
  z-index: 181;
}
.onepage main section.galerie div.images .gallery-item:hover a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.onepage main section.galerie div.images .gallery-item:hover .hc {
  -o-transform: rotate(0) translate(0, 0) scale(1.4);
  -ms-transform: rotate(0) translate(0, 0) scale(1.4);
  -moz-transform: rotate(0) translate(0, 0) scale(1.4);
  -webkit-transform: rotate(0) translate(0, 0) scale(1.4);
}
@media (min-width: 1200px) {
  .onepage main section.galerie div.images .gallery-item:hover .hc {
    -o-transform: rotate(1.2deg) translate(0, 0) scale(1.8);
    -ms-transform: rotate(1.2deg) translate(0, 0) scale(1.8);
    -moz-transform: rotate(1.2deg) translate(0, 0) scale(1.8);
    -webkit-transform: rotate(1.2deg) translate(0, 0) scale(1.8);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(5n+1) .hc {
    -o-transform: rotate(-0.8deg) translate(35%, 0) scale(1.8);
    -ms-transform: rotate(-0.8deg) translate(35%, 0) scale(1.8);
    -moz-transform: rotate(-0.8deg) translate(35%, 0) scale(1.8);
    -webkit-transform: rotate(-0.8deg) translate(35%, 0) scale(1.8);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(5n+5) .hc {
    -o-transform: rotate(0.8deg) translate(-35%, 0) scale(1.8);
    -ms-transform: rotate(0.8deg) translate(-35%, 0) scale(1.8);
    -moz-transform: rotate(0.8deg) translate(-35%, 0) scale(1.8);
    -webkit-transform: rotate(0.8deg) translate(-35%, 0) scale(1.8);
  }
}
@media (min-width: 950px) and (max-width: 1199px) {
  .onepage main section.galerie div.images .gallery-item:hover .hc {
    -o-transform: rotate(1.2deg) translate(0, 0) scale(1.7);
    -ms-transform: rotate(1.2deg) translate(0, 0) scale(1.7);
    -moz-transform: rotate(1.2deg) translate(0, 0) scale(1.7);
    -webkit-transform: rotate(1.2deg) translate(0, 0) scale(1.7);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(4n+1) .hc {
    -o-transform: rotate(-0.8deg) translate(35%, 0) scale(1.7);
    -ms-transform: rotate(-0.8deg) translate(35%, 0) scale(1.7);
    -moz-transform: rotate(-0.8deg) translate(35%, 0) scale(1.7);
    -webkit-transform: rotate(-0.8deg) translate(35%, 0) scale(1.7);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(4n+4) .hc {
    -o-transform: rotate(0.8deg) translate(-35%, 0) scale(1.7);
    -ms-transform: rotate(0.8deg) translate(-35%, 0) scale(1.7);
    -moz-transform: rotate(0.8deg) translate(-35%, 0) scale(1.7);
    -webkit-transform: rotate(0.8deg) translate(-35%, 0) scale(1.7);
  }
}
@media (min-width: 750px) and (max-width: 949px) {
  .onepage main section.galerie div.images .gallery-item:hover .hc {
    -o-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -ms-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -moz-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -webkit-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(3n+1) .hc {
    -o-transform: rotate(-0.8deg) translate(25%, 0) scale(1.5);
    -ms-transform: rotate(-0.8deg) translate(25%, 0) scale(1.5);
    -moz-transform: rotate(-0.8deg) translate(25%, 0) scale(1.5);
    -webkit-transform: rotate(-0.8deg) translate(25%, 0) scale(1.5);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(3n+3) .hc {
    -o-transform: rotate(0.8deg) translate(-25%, 0) scale(1.5);
    -ms-transform: rotate(0.8deg) translate(-25%, 0) scale(1.5);
    -moz-transform: rotate(0.8deg) translate(-25%, 0) scale(1.5);
    -webkit-transform: rotate(0.8deg) translate(-25%, 0) scale(1.5);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .onepage main section.galerie div.images .gallery-item:hover .hc {
    -o-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -ms-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -moz-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
    -webkit-transform: rotate(1.2deg) translate(0, 0) scale(1.5);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(2n+1) .hc {
    -o-transform: rotate(-0.8deg) translate(20%, 0) scale(1.5);
    -ms-transform: rotate(-0.8deg) translate(20%, 0) scale(1.5);
    -moz-transform: rotate(-0.8deg) translate(20%, 0) scale(1.5);
    -webkit-transform: rotate(-0.8deg) translate(20%, 0) scale(1.5);
  }
  .onepage main section.galerie div.images .gallery-item:hover:nth-child(2n+2) .hc {
    -o-transform: rotate(0.8deg) translate(-20%, 0) scale(1.5);
    -ms-transform: rotate(0.8deg) translate(-20%, 0) scale(1.5);
    -moz-transform: rotate(0.8deg) translate(-20%, 0) scale(1.5);
    -webkit-transform: rotate(0.8deg) translate(-20%, 0) scale(1.5);
  }
}
@media (max-width: 499px) {
  .onepage main section.galerie div.images .gallery-item:hover .hc {
    -o-transform: rotate(1.2deg) translate(0, 0) scale(1.2);
    -ms-transform: rotate(1.2deg) translate(0, 0) scale(1.2);
    -moz-transform: rotate(1.2deg) translate(0, 0) scale(1.2);
    -webkit-transform: rotate(1.2deg) translate(0, 0) scale(1.2);
  }
}
@media (min-width: 980px) {
  .onepage main section.galerie .gallery-item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .onepage main section.galerie .gallery-item:nth-child(4n+1) {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  .onepage main section.galerie .gallery-item:nth-child(4n+2) {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  .onepage main section.galerie .gallery-item:nth-child(4n+3) {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  .onepage main section.galerie .gallery-item:nth-child(4n+4) {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  .onepage main section.galerie .gallery-item.scrollIn:nth-child(4n+1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .onepage main section.galerie .gallery-item.scrollIn:nth-child(4n+2) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .onepage main section.galerie .gallery-item.scrollIn:nth-child(4n+3) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .onepage main section.galerie .gallery-item.scrollIn:nth-child(4n+4) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
.onepage main section.galerie .images::before {
  content: '';
  width: 500px;
  height: 491px;
  background-image: url('../images/zeichnung/opa-sessel.svg');
  background-size: 500px 491px;
  margin-top: -100px;
  margin-right: -140px;
  float: right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.onepage main section.galerie.scrollIn .images::before {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@media (max-width: 1800px) {
  .onepage main section.galerie .images::before {
    margin-right: 0;
  }
}
@media (max-width: 1300px) {
  .onepage main section.galerie .images::before {
    width: 400px;
    height: 393px;
    background-size: 100% 100%;
    margin-top: -40px;
    margin-right: 3%;
  }
}
@media (max-width: 1150px) {
  .onepage main section.galerie .images::before {
    display: none;
    height: 0;
    width: 0;
    float: none;
  }
}
.onepage main section.pinnwand {
  background-color: #460e3f;
}
.onepage main section.pinnwand h1 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: .5em;
}
.onepage main section.pinnwand > .wp {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1300px;
  padding-left: 2em;
  padding-right: 2em;
  box-sizing: border-box;
}
.onepage main section.pinnwand > .wp:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #c63195;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(-1.5deg) translateY(0);
  z-index: 110;
}
.onepage main section.pinnwand > .wp:after {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #c63195;
  position: absolute;
  bottom: -50px;
  margin-left: -50vw;
  left: 50%;
  transform-origin: center center;
  transform: skewY(1.2deg) translateY(-25px);
  z-index: 120;
}
.onepage main section.pinnwand .yform {
  color: #c63195;
  background-color: #c63195;
  padding: 2em;
  padding-bottom: 4em;
  margin-top: 3em;
  margin-bottom: 0em;
  transform: rotate(-0.2deg);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  *zoom: 1;
  clear: both;
}
.onepage main section.pinnwand .yform h3 {
  font-size: 2.6em;
  margin-top: 0;
  margin-bottom: .75em;
  text-align: center;
  color: #fff;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
}
.onepage main section.pinnwand .yform:before,
.onepage main section.pinnwand .yform:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.pinnwand .yform:after {
  clear: both;
}
.onepage main section.pinnwand .yform textarea {
  height: 200px;
}
.onepage main section.pinnwand .yform textarea,
.onepage main section.pinnwand .yform input {
  font-family: monospace;
  border-bottom: 2px solid #ccc;
}
.onepage main section.pinnwand .yform textarea:focus,
.onepage main section.pinnwand .yform input:focus {
  box-shadow: 0px 0px 10px -2px #460e3f;
  -moz-box-shadow: 0px 0px 10px -2px #460e3f;
  -webkit-box-shadow: 0px 0px 10px -2px #460e3f;
  -o-box-shadow: 0px 0px 10px -2px #460e3f;
  border-bottom: 2px solid #460e3f;
}
.onepage main section.pinnwand .yform #yform-formular-nachricht {
  float: left;
  width: 59.99%;
  margin-right: 4%;
}
.onepage main section.pinnwand .yform label {
  display: none;
}
.onepage main section.pinnwand .yform #yform-formular-nachricht label {
  font-size: 2.8em;
}
.onepage main section.pinnwand .yform #yform-formular-absender {
  margin-bottom: 1em;
}
.onepage main section.pinnwand .yform #yform-formular-email {
  margin-bottom: .3em;
}
.onepage main section.pinnwand .yform #yform-formular-absender,
.onepage main section.pinnwand .yform #yform-formular-email {
  box-sizing: border-box;
  width: 34.99%;
  float: left;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz {
  box-sizing: border-box;
  width: 34.99%;
  float: left;
  margin-top: 7px;
  clear: none;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz input {
  width: 100%;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz .input-group-addon {
  z-index: 100000;
  right: 40px;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz .input-group-addon::before {
  left: -30px;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz img {
  margin-top: 5px;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label {
  line-height: 0;
  bottom: auto;
}
.onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label::before {
  z-index: 100000;
  color: #c63195;
}
@media (max-width: 500px) {
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label::before {
    color: #fff;
    font-size: 2em;
    margin-top: 0.1em;
  }
}
@media (max-width: 500px) {
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label {
    position: relative;
    left: auto;
    right: auto;
  }
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label::after {
    color: #fff;
    top: 0;
  }
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz .as-label::before {
    display: none;
  }
}
.onepage main section.pinnwand .yform label.ds {
  width: 34.99%;
  float: left;
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding-top: .5em;
  padding-bottom: .25em;
  padding-left: 20px;
}
.onepage main section.pinnwand .yform label.ds a {
  color: #fff;
}
.onepage main section.pinnwand .yform label.ds input {
  width: auto;
  width: initial;
  position: absolute;
  left: 0;
  top: .75em;
  margin: 0;
}
.onepage main section.pinnwand .yform button[type=submit] {
  cursor: pointer;
  float: none;
  clear: both;
  background-color: #460e3f;
  font-size: 1.6em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(24px) rotate(1deg);
  margin-bottom: -12px;
}
.onepage main section.pinnwand .yform .alert.alert-danger {
  font-size: 1.2em;
}
@media (max-width: 1400px) {
  .onepage main section.pinnwand .yform #yform-formular-nachricht {
    width: 50%;
  }
  .onepage main section.pinnwand .yform #yform-formular-absender,
  .onepage main section.pinnwand .yform #yform-formular-email,
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz,
  .onepage main section.pinnwand .yform label.ds {
    width: 46%;
  }
}
@media (max-width: 780px) {
  .onepage main section.pinnwand .yform {
    margin-left: -2em;
    margin-right: -2em;
  }
  .onepage main section.pinnwand .yform #yform-formular-nachricht,
  .onepage main section.pinnwand .yform #yform-formular-absender,
  .onepage main section.pinnwand .yform #yform-formular-email,
  .onepage main section.pinnwand .yform #yform-formular-Spamschutz,
  .onepage main section.pinnwand .yform label.ds {
    margin: 0;
    width: 100%;
    float: none;
    padding-bottom: .5em;
    padding-top: .5em;
  }
}
.onepage main section.pinnwand div.pinnwand {
  *zoom: 1;
  clear: both;
  padding-bottom: 4em;
}
.onepage main section.pinnwand div.pinnwand:before,
.onepage main section.pinnwand div.pinnwand:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.pinnwand div.pinnwand:after {
  clear: both;
}
.onepage main section.pinnwand div.pinnwand > div.more {
  *zoom: 1;
  clear: both;
}
.onepage main section.pinnwand div.pinnwand > div.more:before,
.onepage main section.pinnwand div.pinnwand > div.more:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.pinnwand div.pinnwand > div.more:after {
  clear: both;
}
.onepage main section.pinnwand div.pinnwand > div.more button {
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  border: 0;
  padding: .5em;
  display: block;
  font-size: 1.6em;
  margin-top: 2em;
  margin-bottom: -2em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #c63195;
  color: #fff;
}
.onepage main section.pinnwand div.pinnwand .item {
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  width: 20%;
  height: 12em;
  display: inline-block;
  margin-top: .5em;
  position: relative;
  z-index: 190;
  transition: all 0.3s ease-in-out;
}
.onepage main section.pinnwand div.pinnwand .item > .pc {
  position: absolute;
  width: 100%;
  padding-top: 80%;
}
.onepage main section.pinnwand div.pinnwand .item > .pc:before {
  content: '\f276';
  font-family: FontAwesome;
  font-weight: normal;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  -o-transform: scaleY(0.7);
  -ms-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -5px;
  font-size: 2em;
  z-index: 200;
}
.onepage main section.pinnwand div.pinnwand .item.hidden {
  display: none;
}
.onepage main section.pinnwand div.pinnwand .item .title,
.onepage main section.pinnwand div.pinnwand .item .msg {
  position: absolute;
  padding: 1em;
  overflow: hidden;
  left: 0;
}
.onepage main section.pinnwand div.pinnwand .item .title {
  color: #c63195;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  top: 0;
  background-color: #c63195;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
.onepage main section.pinnwand div.pinnwand .item .msg {
  top: 3em;
  height: 7em;
  background-color: #fff;
  font-size: .9em;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 900px) {
  .onepage main section.pinnwand div.pinnwand .item > .pc {
    top: 300px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    transition: top 0.6s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.4s, transform 0.4s ease-in-out 0.2s;
    transform: rotate(20deg);
  }
  .onepage main section.pinnwand div.pinnwand .item .msg {
    transition: height 1s ease-in-out 0.2s;
  }
  .onepage main section.pinnwand div.pinnwand .item.scrollIn > .pc {
    top: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: initial;
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(1n) > .pc {
  -o-transform: rotate(0.8159999999999999deg) translate(5.1px, 2.55px);
  -ms-transform: rotate(0.8159999999999999deg) translate(5.1px, 2.55px);
  -moz-transform: rotate(0.8159999999999999deg) translate(5.1px, 2.55px);
  -webkit-transform: rotate(0.8159999999999999deg) translate(5.1px, 2.55px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(1n) > .pc {
    -o-transform: rotate(1.02deg) translate(10.2px, 7.65px);
    -ms-transform: rotate(1.02deg) translate(10.2px, 7.65px);
    -moz-transform: rotate(1.02deg) translate(10.2px, 7.65px);
    -webkit-transform: rotate(1.02deg) translate(10.2px, 7.65px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(2n) > .pc {
  -o-transform: rotate(3.328deg) translate(20.8px, 10.4px);
  -ms-transform: rotate(3.328deg) translate(20.8px, 10.4px);
  -moz-transform: rotate(3.328deg) translate(20.8px, 10.4px);
  -webkit-transform: rotate(3.328deg) translate(20.8px, 10.4px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(2n) > .pc {
    -o-transform: rotate(4.16deg) translate(41.6px, 31.2px);
    -ms-transform: rotate(4.16deg) translate(41.6px, 31.2px);
    -moz-transform: rotate(4.16deg) translate(41.6px, 31.2px);
    -webkit-transform: rotate(4.16deg) translate(41.6px, 31.2px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(3n) > .pc {
  -o-transform: rotate(-2.432deg) translate(-15.2px, -7.6px);
  -ms-transform: rotate(-2.432deg) translate(-15.2px, -7.6px);
  -moz-transform: rotate(-2.432deg) translate(-15.2px, -7.6px);
  -webkit-transform: rotate(-2.432deg) translate(-15.2px, -7.6px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(3n) > .pc {
    -o-transform: rotate(-3.04deg) translate(-30.4px, -22.8px);
    -ms-transform: rotate(-3.04deg) translate(-30.4px, -22.8px);
    -moz-transform: rotate(-3.04deg) translate(-30.4px, -22.8px);
    -webkit-transform: rotate(-3.04deg) translate(-30.4px, -22.8px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(4n) > .pc {
  -o-transform: rotate(2.752deg) translate(17.2px, 8.6px);
  -ms-transform: rotate(2.752deg) translate(17.2px, 8.6px);
  -moz-transform: rotate(2.752deg) translate(17.2px, 8.6px);
  -webkit-transform: rotate(2.752deg) translate(17.2px, 8.6px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(4n) > .pc {
    -o-transform: rotate(3.44deg) translate(34.4px, 25.8px);
    -ms-transform: rotate(3.44deg) translate(34.4px, 25.8px);
    -moz-transform: rotate(3.44deg) translate(34.4px, 25.8px);
    -webkit-transform: rotate(3.44deg) translate(34.4px, 25.8px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(5n) > .pc {
  -o-transform: rotate(-1.488deg) translate(-9.300000000000001px, -4.65px);
  -ms-transform: rotate(-1.488deg) translate(-9.300000000000001px, -4.65px);
  -moz-transform: rotate(-1.488deg) translate(-9.300000000000001px, -4.65px);
  -webkit-transform: rotate(-1.488deg) translate(-9.300000000000001px, -4.65px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(5n) > .pc {
    -o-transform: rotate(-1.86deg) translate(-18.6px, -13.95px);
    -ms-transform: rotate(-1.86deg) translate(-18.6px, -13.95px);
    -moz-transform: rotate(-1.86deg) translate(-18.6px, -13.95px);
    -webkit-transform: rotate(-1.86deg) translate(-18.6px, -13.95px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(6n) > .pc {
  -o-transform: rotate(-2.32deg) translate(-14.5px, -7.25px);
  -ms-transform: rotate(-2.32deg) translate(-14.5px, -7.25px);
  -moz-transform: rotate(-2.32deg) translate(-14.5px, -7.25px);
  -webkit-transform: rotate(-2.32deg) translate(-14.5px, -7.25px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(6n) > .pc {
    -o-transform: rotate(-2.9deg) translate(-29px, -21.75px);
    -ms-transform: rotate(-2.9deg) translate(-29px, -21.75px);
    -moz-transform: rotate(-2.9deg) translate(-29px, -21.75px);
    -webkit-transform: rotate(-2.9deg) translate(-29px, -21.75px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(7n) > .pc {
  -o-transform: rotate(-0.256deg) translate(-1.6px, -0.8px);
  -ms-transform: rotate(-0.256deg) translate(-1.6px, -0.8px);
  -moz-transform: rotate(-0.256deg) translate(-1.6px, -0.8px);
  -webkit-transform: rotate(-0.256deg) translate(-1.6px, -0.8px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(7n) > .pc {
    -o-transform: rotate(-0.32deg) translate(-3.2px, -2.4px);
    -ms-transform: rotate(-0.32deg) translate(-3.2px, -2.4px);
    -moz-transform: rotate(-0.32deg) translate(-3.2px, -2.4px);
    -webkit-transform: rotate(-0.32deg) translate(-3.2px, -2.4px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(8n) > .pc {
  -o-transform: rotate(1.072deg) translate(6.7px, 3.35px);
  -ms-transform: rotate(1.072deg) translate(6.7px, 3.35px);
  -moz-transform: rotate(1.072deg) translate(6.7px, 3.35px);
  -webkit-transform: rotate(1.072deg) translate(6.7px, 3.35px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(8n) > .pc {
    -o-transform: rotate(1.34deg) translate(13.4px, 10.05px);
    -ms-transform: rotate(1.34deg) translate(13.4px, 10.05px);
    -moz-transform: rotate(1.34deg) translate(13.4px, 10.05px);
    -webkit-transform: rotate(1.34deg) translate(13.4px, 10.05px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(9n) > .pc {
  -o-transform: rotate(-1.152deg) translate(-7.2px, -3.6px);
  -ms-transform: rotate(-1.152deg) translate(-7.2px, -3.6px);
  -moz-transform: rotate(-1.152deg) translate(-7.2px, -3.6px);
  -webkit-transform: rotate(-1.152deg) translate(-7.2px, -3.6px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(9n) > .pc {
    -o-transform: rotate(-1.44deg) translate(-14.4px, -10.8px);
    -ms-transform: rotate(-1.44deg) translate(-14.4px, -10.8px);
    -moz-transform: rotate(-1.44deg) translate(-14.4px, -10.8px);
    -webkit-transform: rotate(-1.44deg) translate(-14.4px, -10.8px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(10n) > .pc {
  -o-transform: rotate(-2.8deg) translate(-17.5px, -8.75px);
  -ms-transform: rotate(-2.8deg) translate(-17.5px, -8.75px);
  -moz-transform: rotate(-2.8deg) translate(-17.5px, -8.75px);
  -webkit-transform: rotate(-2.8deg) translate(-17.5px, -8.75px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(10n) > .pc {
    -o-transform: rotate(-3.5deg) translate(-35px, -26.25px);
    -ms-transform: rotate(-3.5deg) translate(-35px, -26.25px);
    -moz-transform: rotate(-3.5deg) translate(-35px, -26.25px);
    -webkit-transform: rotate(-3.5deg) translate(-35px, -26.25px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(11n) > .pc {
  -o-transform: rotate(-0.896deg) translate(-5.6px, -2.8px);
  -ms-transform: rotate(-0.896deg) translate(-5.6px, -2.8px);
  -moz-transform: rotate(-0.896deg) translate(-5.6px, -2.8px);
  -webkit-transform: rotate(-0.896deg) translate(-5.6px, -2.8px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(11n) > .pc {
    -o-transform: rotate(-1.12deg) translate(-11.2px, -8.4px);
    -ms-transform: rotate(-1.12deg) translate(-11.2px, -8.4px);
    -moz-transform: rotate(-1.12deg) translate(-11.2px, -8.4px);
    -webkit-transform: rotate(-1.12deg) translate(-11.2px, -8.4px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(12n) > .pc {
  -o-transform: rotate(3.472deg) translate(21.7px, 10.85px);
  -ms-transform: rotate(3.472deg) translate(21.7px, 10.85px);
  -moz-transform: rotate(3.472deg) translate(21.7px, 10.85px);
  -webkit-transform: rotate(3.472deg) translate(21.7px, 10.85px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(12n) > .pc {
    -o-transform: rotate(4.34deg) translate(43.4px, 32.55px);
    -ms-transform: rotate(4.34deg) translate(43.4px, 32.55px);
    -moz-transform: rotate(4.34deg) translate(43.4px, 32.55px);
    -webkit-transform: rotate(4.34deg) translate(43.4px, 32.55px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(13n) > .pc {
  -o-transform: rotate(1.36deg) translate(8.5px, 4.25px);
  -ms-transform: rotate(1.36deg) translate(8.5px, 4.25px);
  -moz-transform: rotate(1.36deg) translate(8.5px, 4.25px);
  -webkit-transform: rotate(1.36deg) translate(8.5px, 4.25px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(13n) > .pc {
    -o-transform: rotate(1.7deg) translate(17px, 12.75px);
    -ms-transform: rotate(1.7deg) translate(17px, 12.75px);
    -moz-transform: rotate(1.7deg) translate(17px, 12.75px);
    -webkit-transform: rotate(1.7deg) translate(17px, 12.75px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(14n) > .pc {
  -o-transform: rotate(0.24deg) translate(1.5px, 0.75px);
  -ms-transform: rotate(0.24deg) translate(1.5px, 0.75px);
  -moz-transform: rotate(0.24deg) translate(1.5px, 0.75px);
  -webkit-transform: rotate(0.24deg) translate(1.5px, 0.75px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(14n) > .pc {
    -o-transform: rotate(0.3deg) translate(3px, 2.25px);
    -ms-transform: rotate(0.3deg) translate(3px, 2.25px);
    -moz-transform: rotate(0.3deg) translate(3px, 2.25px);
    -webkit-transform: rotate(0.3deg) translate(3px, 2.25px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(15n) > .pc {
  -o-transform: rotate(-3.456deg) translate(-21.6px, -10.8px);
  -ms-transform: rotate(-3.456deg) translate(-21.6px, -10.8px);
  -moz-transform: rotate(-3.456deg) translate(-21.6px, -10.8px);
  -webkit-transform: rotate(-3.456deg) translate(-21.6px, -10.8px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(15n) > .pc {
    -o-transform: rotate(-4.32deg) translate(-43.2px, -32.4px);
    -ms-transform: rotate(-4.32deg) translate(-43.2px, -32.4px);
    -moz-transform: rotate(-4.32deg) translate(-43.2px, -32.4px);
    -webkit-transform: rotate(-4.32deg) translate(-43.2px, -32.4px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(16n) > .pc {
  -o-transform: rotate(-0.016deg) translate(-0.1px, -0.05px);
  -ms-transform: rotate(-0.016deg) translate(-0.1px, -0.05px);
  -moz-transform: rotate(-0.016deg) translate(-0.1px, -0.05px);
  -webkit-transform: rotate(-0.016deg) translate(-0.1px, -0.05px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(16n) > .pc {
    -o-transform: rotate(-0.02deg) translate(-0.2px, -0.15px);
    -ms-transform: rotate(-0.02deg) translate(-0.2px, -0.15px);
    -moz-transform: rotate(-0.02deg) translate(-0.2px, -0.15px);
    -webkit-transform: rotate(-0.02deg) translate(-0.2px, -0.15px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(17n) > .pc {
  -o-transform: rotate(2.496deg) translate(15.6px, 7.8px);
  -ms-transform: rotate(2.496deg) translate(15.6px, 7.8px);
  -moz-transform: rotate(2.496deg) translate(15.6px, 7.8px);
  -webkit-transform: rotate(2.496deg) translate(15.6px, 7.8px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(17n) > .pc {
    -o-transform: rotate(3.12deg) translate(31.2px, 23.4px);
    -ms-transform: rotate(3.12deg) translate(31.2px, 23.4px);
    -moz-transform: rotate(3.12deg) translate(31.2px, 23.4px);
    -webkit-transform: rotate(3.12deg) translate(31.2px, 23.4px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(18n) > .pc {
  -o-transform: rotate(2.624deg) translate(16.4px, 8.199999999999999px);
  -ms-transform: rotate(2.624deg) translate(16.4px, 8.199999999999999px);
  -moz-transform: rotate(2.624deg) translate(16.4px, 8.199999999999999px);
  -webkit-transform: rotate(2.624deg) translate(16.4px, 8.199999999999999px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(18n) > .pc {
    -o-transform: rotate(3.28deg) translate(32.8px, 24.6px);
    -ms-transform: rotate(3.28deg) translate(32.8px, 24.6px);
    -moz-transform: rotate(3.28deg) translate(32.8px, 24.6px);
    -webkit-transform: rotate(3.28deg) translate(32.8px, 24.6px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(19n) > .pc {
  -o-transform: rotate(-1.504deg) translate(-9.4px, -4.7px);
  -ms-transform: rotate(-1.504deg) translate(-9.4px, -4.7px);
  -moz-transform: rotate(-1.504deg) translate(-9.4px, -4.7px);
  -webkit-transform: rotate(-1.504deg) translate(-9.4px, -4.7px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(19n) > .pc {
    -o-transform: rotate(-1.88deg) translate(-18.8px, -14.1px);
    -ms-transform: rotate(-1.88deg) translate(-18.8px, -14.1px);
    -moz-transform: rotate(-1.88deg) translate(-18.8px, -14.1px);
    -webkit-transform: rotate(-1.88deg) translate(-18.8px, -14.1px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:nth-child(20n) > .pc {
  -o-transform: rotate(1.6deg) translate(10px, 5px);
  -ms-transform: rotate(1.6deg) translate(10px, 5px);
  -moz-transform: rotate(1.6deg) translate(10px, 5px);
  -webkit-transform: rotate(1.6deg) translate(10px, 5px);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:nth-child(20n) > .pc {
    -o-transform: rotate(2deg) translate(20px, 15px);
    -ms-transform: rotate(2deg) translate(20px, 15px);
    -moz-transform: rotate(2deg) translate(20px, 15px);
    -webkit-transform: rotate(2deg) translate(20px, 15px);
  }
}
.onepage main section.pinnwand div.pinnwand .item:hover {
  z-index: 191;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.onepage main section.pinnwand div.pinnwand .item:hover .msg {
  height: auto;
  min-height: 12em;
}
.onepage main section.pinnwand div.pinnwand .item:hover > .pc {
  width: 150%;
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
@media (min-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(5n+5) > .pc {
    left: -75%;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(5n+4) > .pc {
    left: -25%;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(5n+1) > .pc {
    left: 15%;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(3n+3) > .pc {
    left: -60%;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(3n+2) > .pc {
    left: -30%;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(3n+1) > .pc {
    left: 10%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(2n+2) > .pc {
    left: -50%;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover:nth-child(2n+1) > .pc {
    left: 10%;
  }
}
@media (max-width: 600px) {
  .onepage main section.pinnwand div.pinnwand .item:hover {
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .onepage main section.pinnwand div.pinnwand .item:hover > .pc {
    width: 100%;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
}
@media (max-width: 1200px) {
  .onepage main section.pinnwand div.pinnwand .item {
    width: 33.30%;
  }
}
@media (max-width: 900px) {
  .onepage main section.pinnwand div.pinnwand .item {
    width: 49.30%;
  }
}
@media (max-width: 600px) {
  .onepage main section.pinnwand div.pinnwand .item {
    width: 99.9%;
  }
}
.onepage main section.pinnwand form::before {
  content: '';
  display: block;
  width: 765px;
  height: 524px;
  background-image: url('../images/zeichnung/opa-taube.svg');
  background-size: 765px 601px;
  position: absolute;
  left: -43%;
  top: -120px;
  z-index: -1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@media (max-width: 1800px) {
  .onepage main section.pinnwand form::before {
    left: -40%;
  }
}
@media (max-width: 1400px) {
  .onepage main section.pinnwand form::before {
    left: -55%;
  }
}
@media (max-width: 1200px) {
  .onepage main section.pinnwand form::before {
    left: -60%;
    width: 700px;
    height: 420px;
    background-size: 700px 479px;
    top: -30px;
  }
}
@media (max-width: 1000px) {
  .onepage main section.pinnwand form::before {
    display: none;
  }
}
.onepage main section.pinnwand form::after {
  content: '';
  display: block;
  width: 667px;
  height: 637px;
  background-image: url('../images/zeichnung/roy-post.svg');
  background-size: 667px 720px;
  position: absolute;
  right: -37%;
  top: -200px;
  z-index: -1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@media (max-width: 1800px) {
  .onepage main section.pinnwand form::after {
    right: -40%;
  }
}
@media (max-width: 1400px) {
  .onepage main section.pinnwand form::after {
    right: -55%;
  }
}
@media (max-width: 1200px) {
  .onepage main section.pinnwand form::after {
    right: -50%;
    width: 500px;
    height: 477px;
    top: -50px;
    background-size: 500px 477px;
  }
}
@media (max-width: 1000px) {
  .onepage main section.pinnwand form::after {
    display: none;
  }
}
.onepage main section.pinnwand form input,
.onepage main section.pinnwand form textarea,
.onepage main section.pinnwand form button {
  z-index: 60000;
}
.onepage main section.pinnwand.scrollIn form::before {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.onepage main section.pinnwand.scrollIn form::after {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@media (max-width: 1800px) {
  .onepage main section.pinnwand .yform {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 1400px) {
  .onepage main section.pinnwand .yform {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (max-width: 1000px) {
  .onepage main section.pinnwand .yform {
    margin-left: 0;
    margin-right: 0;
  }
}
.onepage main section.hautnah {
  color: #fff;
  background: #460e3f !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #480e40), color-stop(1, #7a1c63)) !important;
  background: -ms-linear-gradient(bottom, #480e40, #7a1c63) !important;
  background: -moz-linear-gradient(center bottom, #480e40 0%, #7a1c63 100%) !important;
  background: -o-linear-gradient(#7a1c63, #480e40) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1c63', endColorstr='#480e40', GradientType=0) !important;
}
.onepage main section.hautnah > div.wp {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  padding-top: 18em;
  padding-bottom: 6em;
  box-sizing: border-box;
  z-index: 170;
  white-space: nowrap;
  height: 65vw;
}
.onepage main section.hautnah > div.wp:before,
.onepage main section.hautnah > div.wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.hautnah > div.wp:after {
  clear: both;
}
.onepage main section.hautnah > div.wp:before {
  content: ' ';
  width: 100vw;
  height: 50px;
  background-color: #460e3f;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -50vw;
  transform-origin: center center;
  transform: skewY(1.2deg) translateY(0);
  z-index: 110;
}
.onepage main section.hautnah h1 {
  font-size: 13vw;
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
}
.onepage main section.hautnah .youtube-link {
  position: absolute;
  right: 10vw;
  top: 19vw;
  width: 30vw;
  text-align: right;
}
.onepage main section.hautnah .youtube-link .symbol {
  width: 80%;
}
.onepage main section.hautnah a.button {
  position: absolute;
  font-family: 'Londrina Solid';
  letter-spacing: .05em;
  line-height: 1em;
  font-weight: 400;
  border: 0;
  padding: .5em;
  display: block;
  font-size: 1.6em;
  margin-top: 2em;
  margin-bottom: -2em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  background-color: #c63195;
  color: #fff;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 230;
}
.onepage main section.hautnah .fig.hautnah {
  position: absolute;
  left: 3vw;
  top: 14.5vw;
  width: 56vw;
  z-index: 174;
}
.onepage main section.hautnah .symbol.hautnah-schatten {
  position: absolute;
  left: 3vw;
  top: 45vw;
  width: 48vw;
  z-index: 171;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5px');
}
.onepage main section.hautnah div.text {
  position: absolute;
  right: 10vw;
  width: 28vw;
  top: 48vw;
  white-space: initial;
  font-size: 2vw;
  line-height: 2.2vw;
  text-align: right;
}
.onepage main section.hautnah div.scroll {
  width: 100%;
  position: absolute;
  top: 26vw;
  overflow-x: hidden;
  *zoom: 1;
  clear: both;
}
.onepage main section.hautnah div.scroll:before,
.onepage main section.hautnah div.scroll:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.hautnah div.scroll:after {
  clear: both;
}
.onepage main section.hautnah div.scroll > div.track {
  margin-left: -17.5vw;
}
.onepage main section.hautnah article.video {
  width: 22vw;
  margin-right: -1vw;
  overflow: hidden;
  display: inline-block;
}
.onepage main section.hautnah article.video > .wp {
  position: relative;
  padding-top: 90.2711%;
}
.onepage main section.hautnah article.video > .wp::before {
  background-image: url('../images/hautnah/filmband.png');
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-size: 100% auto;
  z-index: 172;
}
.onepage main section.hautnah article.video h2 {
  position: absolute;
  font-size: 1em;
  color: #fff;
  display: none;
}
.onepage main section.hautnah article.video img {
  position: absolute;
  top: 15%;
  left: 0;
  width: 111%;
  z-index: 171;
}
@media (min-width: 1400px) {
  .onepage main section.hautnah {
    padding-bottom: 0;
  }
  .onepage main section.hautnah > div.wp {
    height: 110vh;
  }
  .onepage main section.hautnah h1 {
    font-size: 11em;
    position: absolute;
    transform: translateX(-50%);
  }
  .onepage main section.hautnah .symbol.hautnah-schatten {
    top: 70%;
    left: -7%;
    width: 900px;
  }
  .onepage main section.hautnah div.text {
    left: 50%;
    top: 72%;
    width: 450px;
    padding-left: 125px;
    font-size: 1.4em;
  }
  .onepage main section.hautnah .fig.hautnah {
    top: 24.5%;
    left: -7%;
    width: 900px;
  }
  .onepage main section.hautnah div.scroll {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    top: 20%;
    left: calc( 50% - 50vw );
    width: 100vw;
  }
  .onepage main section.hautnah div.scroll > div.track {
    box-sizing: border-box;
    position: absolute;
    display: table;
    left: 0;
    top: 0;
    margin-left: 0;
    animation: slidetrack 30s linear infinite;
  }
  .onepage main section.hautnah div.scroll > div.track article.video {
    width: 350px;
  }
  .onepage main section.hautnah .youtube-link {
    left: 50%;
    top: 18em;
    transform: translateX(92%);
    width: 300px;
  }
  .onepage main section.hautnah .youtube-link .symbol {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .onepage main section.hautnah > div.wp {
    height: auto;
    padding-top: 2em;
    padding-bottom: 0;
  }
  .onepage main section.hautnah h1 {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    margin-top: .5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage main section.hautnah .symbol.hautnah-schatten,
  .onepage main section.hautnah .youtube-link {
    display: none;
  }
  .onepage main section.hautnah div.text {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3em;
    padding-top: 1em;
    padding-bottom: .5em;
    margin-top: 500px;
    padding-left: 5em;
    padding-right: 5em;
  }
  .onepage main section.hautnah a.button {
    position: relative;
    display: inline-block;
    top: initial;
    left: 50%;
    right: initial;
    bottom: initial;
    width: auto;
    margin-bottom: 0;
    margin-top: .5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .onepage main section.hautnah div.scroll {
    position: absolute;
    top: 300px;
  }
  .onepage main section.hautnah div.scroll article {
    width: 300px;
  }
  .onepage main section.hautnah .fig.hautnah {
    position: absolute;
    margin-left: auto;
    left: initial;
    top: 170px;
    bottom: initial;
    margin-right: auto;
    left: 50%;
    margin-left: -350px;
    width: 700px;
  }
}
@media (max-width: 600px) {
  .onepage main section.hautnah .fig.hautnah {
    width: 500px;
    margin-left: -250px;
  }
  .onepage main section.hautnah div.scroll {
    position: absolute;
    top: 273px;
  }
  .onepage main section.hautnah div.scroll article {
    width: 200px;
  }
  .onepage main section.hautnah div.text {
    margin-top: 400px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (max-width: 450px) {
  .onepage main section.hautnah .fig.hautnah {
    top: 130px;
    width: 300px;
    margin-left: -150px;
  }
  .onepage main section.hautnah div.scroll {
    position: absolute;
    top: 190px;
  }
  .onepage main section.hautnah div.scroll article {
    width: 121px;
  }
  .onepage main section.hautnah div.text {
    margin-top: 220px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.onepage main section.kontakt {
  position: relative;
  color: #c63195;
}
.onepage main section.kontakt a {
  color: #460e3f;
}
.onepage main section.kontakt a:hover {
  color: #c63195;
}
.onepage main section.kontakt .bg {
  background-color: #fff;
  z-index: -1;
}
.onepage main section.kontakt > .wp {
  *zoom: 1;
  clear: both;
}
.onepage main section.kontakt > .wp:before,
.onepage main section.kontakt > .wp:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.kontakt > .wp:after {
  clear: both;
}
.onepage main section.kontakt h1 {
  margin-bottom: .2em;
}
.onepage main section.kontakt .fig {
  position: absolute;
  left: 58%;
  right: 20%;
  top: 5%;
  z-index: 300;
}
@media (max-width: 1200px) {
  .onepage main section.kontakt .fig {
    position: absolute;
    left: auto;
    width: 300px;
    right: 0;
    top: 120px;
    z-index: 300;
  }
}
@media (max-width: 880px) {
  .onepage main section.kontakt .fig {
    display: none;
  }
}
.onepage main section.kontakt strong {
  color: #460e3f;
}
.onepage main section.kontakt .management {
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  -moz-transform: rotate(1.6deg);
  -webkit-transform: rotate(1.6deg);
  position: absolute;
  top: 23%;
  right: 50%;
  width: 186px;
  padding: 0;
  border: 8px solid #fff;
  border-bottom: 60px solid #fff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1555px) {
  .onepage main section.kontakt .management {
    left: auto;
    top: 25%;
    right: 45%;
  }
}
@media (max-width: 1300px) {
  .onepage main section.kontakt .management {
    left: auto;
    top: 24%;
    right: 40%;
  }
}
@media (max-width: 1100px) {
  .onepage main section.kontakt .management {
    left: auto;
    top: 24%;
    right: 45%;
  }
}
@media (max-width: 900px) {
  .onepage main section.kontakt .management {
    left: auto;
    top: 20%;
    right: 15%;
  }
}
@media (max-width: 550px) {
  .onepage main section.kontakt .management {
    display: none;
  }
}
.onepage main section.kontakt .management .text,
.onepage main section.kontakt .management .title {
  padding: .5em;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.onepage main section.kontakt .management .title {
  bottom: -3.5em;
}
.onepage main section.kontakt .management .text {
  bottom: -2.25em;
}
.onepage main section.kontakt .management .text:before {
  display: none;
}
.onepage main section.kontakt .management .hc {
  position: relative;
  width: 186px;
  height: 223px;
  background-image: url("../images/bild-anna-ludwig.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.onepage main section.kontakt div.text {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-left: 20%;
  padding-right: 40%;
}
@media (max-width: 1200px) {
  .onepage main section.kontakt div.text {
    padding: 2em;
    padding-right: 40%;
  }
}
@media (max-width: 880px) {
  .onepage main section.kontakt div.text {
    padding: 2em;
  }
}
.onepage main section.kontakt .alert.alert-success {
  background-color: rgba(198, 49, 149, 0.1);
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 5em;
}
@media (max-width: 1200px) {
  .onepage main section.kontakt .alert.alert-success {
    padding: 2em;
  }
}
.onepage main section.kontakt .yform {
  background-color: rgba(198, 49, 149, 0.1);
}
.onepage main section.kontakt .yform .alert {
  font-size: 1.2em;
}
.onepage main section.kontakt .yform form {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 5em;
}
@media (max-width: 1200px) {
  .onepage main section.kontakt .yform form {
    padding: 2em;
  }
}
.onepage main section.kontakt .yform .info {
  *zoom: 1;
  clear: both;
  margin-bottom: 1em;
}
.onepage main section.kontakt .yform .info:before,
.onepage main section.kontakt .yform .info:after {
  display: table;
  content: "";
  line-height: 0;
}
.onepage main section.kontakt .yform .info:after {
  clear: both;
}
.onepage main section.kontakt .yform h2 {
  margin-bottom: .2em;
  margin-top: .2em;
}
.onepage main section.kontakt .yform h2,
.onepage main section.kontakt .yform .info {
  text-align: left;
}
.onepage main section.kontakt .yform label {
  font-size: 1.0em;
}
.onepage main section.kontakt .yform legend {
  font-size: 1.3em;
  margin-bottom: .5em;
}
.onepage main section.kontakt .yform label.ds {
  width: 100%;
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  box-sizing: border-box;
  position: relative;
  padding-top: .5em;
  padding-bottom: .25em;
  padding-left: 20px;
  color: #c63195;
}
.onepage main section.kontakt .yform label.ds a {
  color: #ac428e;
}
.onepage main section.kontakt .yform label.ds input {
  width: auto;
  width: initial;
  position: absolute;
  left: 0;
  top: .75em;
  margin: 0;
}
.onepage main section.kontakt .yform button {
  font-size: 1.2em;
}
.onepage main section.kontakt .yform input,
.onepage main section.kontakt .yform textarea {
  font-size: 1em;
  font-family: monospace;
  border-bottom: 2px solid #aaa;
  background-color: #fff;
}
.onepage main section.kontakt .yform input:focus,
.onepage main section.kontakt .yform textarea:focus {
  border-bottom: 2px solid #c63195;
}
.onepage main section.kontakt .yform fieldset {
  border-right: 5px;
  padding: 0;
  margin-bottom: 1em;
  margin-top: 1em;
  border: none;
}
.onepage main section.kontakt .yform fieldset legend {
  color: #c63195;
}
.onepage main section.kontakt .yform #yform-formular-nachricht label {
  display: none;
}
.onepage main section.kontakt .yform #yform-formular-kontaktdaten,
.onepage main section.kontakt .yform #yform-formular-veranstaltungdaten {
  float: left;
  width: 47.499%;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  .onepage main section.kontakt .yform #yform-formular-kontaktdaten,
  .onepage main section.kontakt .yform #yform-formular-veranstaltungdaten {
    width: 99.9999%;
    float: none;
    margin: 0;
    margin-bottom: 1em;
  }
}
.onepage main section.kontakt .yform #yform-formular-kontaktdaten {
  margin-right: 3.9990%;
}
.onepage main section.kontakt .yform fieldset#yform-formular-nachricht {
  float: left;
  width: 99.9999%;
  margin-top: .0em;
}
.onepage main section.kontakt .yform fieldset#yform-formular-nachricht legend {
  display: none;
}
.onepage main section.kontakt .yform fieldset#yform-formular-nachricht label {
  display: block;
}
.onepage main section.kontakt .yform .formcaptcha img {
  height: 2em;
}
.onepage main section.kontakt div.text::before {
  content: '';
  width: 607px;
  height: 617px;
  background-image: url('../images/zeichnung/baby-telefon.svg');
  background-size: 607px 617px;
  position: absolute;
  right: 10%;
  top: 7%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.onepage main section.kontakt #rex-yform::before {
  content: '';
  width: 400px;
  height: 632px;
  background-image: url('../images/zeichnung/ironimus-2.svg');
  background-size: 400px 632px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: 99;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.onepage main section.kontakt #rex-yform form {
  z-index: 100;
  position: relative;
}
.onepage main section.kontakt #rex-yform.scrollIn::before {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.onepage main section.kontakt div.text.scrollIn::before {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@media (max-width: 1800px) {
  .onepage main section.kontakt div.text::before {
    width: 400px;
    height: 407px;
    background-size: 100% 100%;
    right: 10%;
    top: 10%;
  }
}
@media (max-width: 1500px) {
  .onepage main section.kontakt div.text::before {
    right: 5%;
  }
}
@media (max-width: 1100px) {
  .onepage main section.kontakt div.text::before {
    right: 5%;
    top: 15%;
  }
  .onepage main section.kontakt #rex-yform::before {
    display: none;
  }
}
@media (max-width: 980px) {
  .onepage main section.kontakt div.text::before {
    display: none;
  }
}
