
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}
        
        .tx-go-maps-ext .zoomControls {
            z-index: 1000;
            position: absolute;
            top: 30px;
            left: auto;
            right: 30px;
        }
        
        
        .tx-go-maps-ext .zoomControls ul li {
            display: block;
            height: 30px;
            width: 30px;
            margin: 1px;
            padding: 0;
            list-style: none;
            position: relative;
        }
        
        .tx-go-maps-ext .zoomControls ul li .button {
            height: 100%;
            width: 100%;
            line-height: 30px;
            padding: 0;
            margin: 0;
            display: block;
            cursor: pointer;
        }
        
        .tx-go-maps-ext .zoomControls ul li .button span {
            text-indent: -999em;
            display: block;
        }
        
        .tx-go-maps-ext .zoomControls ul li .button span:before {
            content: "\2b";
            font-family: "default";
            font-weight: normal;
            text-indent: 0;
            font-style: normal;
            font-size: 16px;
            line-height: 30px;
            position: absolute;
            top: 50%; 
            left: 50%;
            display: block;
            height: 100%;
            width: 100%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
        }
        
        .tx-go-maps-ext .zoomControls ul li .button.zoomOut span:before {
            content: "\23af";
        }

/*** BASE ***/
/* for .unitize mixins */
/* H1 and H2 in content */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* subtitle */
/* einleitung */
/* button */
/* blockquote */
/* table */
/* tabs */
/* content */
/* page title */
/*** Form ***/
/*** Imagezoom ***/
/*** Overview / Sectioncontent ***/
/*** Header / Sidebar ***/
/*** Dot navigation ***/
/*** Grid settings ***/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay .slide > img {
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  opacity: 1;
  visibility: hidden;
  background: #1b222a;
}
#swipebox-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#swipebox-slider {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  padding: 60px 0;
}
@media (min-width: 992px) {
  #swipebox-slider {
    padding: 90px 0;
  }
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#swipebox-slider .slide:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide > img,
.swipebox-video-container,
.swipebox-inline-container,
.swipebox-iframe-container,
.swipebox-ajax-container {
  display: inline-block;
  max-height: 100%;
  max-width: calc(100% - 20px);
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 992px) {
  #swipebox-slider .slide > img,
  .swipebox-video-container,
  .swipebox-inline-container,
  .swipebox-iframe-container,
  .swipebox-ajax-container {
    max-width: calc(100% - 180px);
  }
}
.slide .swipebox-iframe-container,
.slide .swipebox-inline-container,
.slide .swipebox-ajax-container {
  height: 100% !important;
  width: calc(100% - 20px);
}
@media (min-width: 992px) {
  .swipebox-iframe-container,
  .swipebox-inline-container,
  .swipebox-ajax-container {
    width: calc(100% - 180px);
  }
}
.swipebox-iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.swipebox-inline-container,
.swipebox-ajax-container {
  background: #FFF;
  overflow: auto;
  overflow-x: hidden;
}
.swipebox-ajax-container {
  background: #ffffff;
  text-align: left;
  line-height: 1.5rem;
  cursor: auto;
  white-space: normal;
  overflow: auto;
  max-width: 1300px;
}
@media (min-width: 992px) {
  html .swipebox-ajax-container {
    overflow-y: hidden;
  }
  html.touch .swipebox-ajax-container {
    overflow-y: auto;
  }
}
.swipebox-inline-container video {
  width: 100%;
  height: calc(100vh - 180px);
  object-fit: contain;
}
#swipebox-slider .slide > img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
@media (min-width: 992px) {
  #swipebox-bottom-bar,
  #swipebox-top-bar {
    height: 90px;
    line-height: 90px;
  }
}
#swipebox-bottom-bar {
  bottom: 0px;
}
#swipebox-top-bar {
  top: 0px;
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
}
@media (min-width: 992px) {
  #swipebox-title {
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  #swipebox-title {
    width: calc(100vw - 84px - 30px);
    position: absolute;
    right: 10px;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #swipebox-title {
    width: calc(100vw - 84px - 30px);
    position: absolute;
    right: 10px;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
  }
}
#swipebox-prev,
#swipebox-next,
#swipebox-close,
#swipebox-download,
#swipebox-share {
  border: 1px solid #2f3c44;
  background-repeat: no-repeat;
  text-decoration: none !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 38px;
  top: 0;
  -webkit-transition: 0.15s ease-In;
  -moz-transition: 0.15s ease-In;
  -ms-transition: 0.15s ease-In;
  -o-transition: 0.15s ease-In;
  transition: 0.15s ease-In;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-close,
#swipebox-download {
  background: none;
}
@media (min-width: 992px) {
  #swipebox-prev,
  #swipebox-next,
  #swipebox-close,
  #swipebox-download,
  #swipebox-share {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  #swipebox-close:hover,
  #swipebox-download:hover {
    background: #2f3c44;
  }
  #swipebox-share:hover,
  #swipebox-share.open {
    background: #1e2733;
    border-color: #1e2733;
  }
}
@media (max-width: 767px) {
  #swipebox-prev {
    left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #swipebox-prev {
    left: 10px !important;
  }
}
#swipebox-button-container {
  right: 49px;
  top: 10px;
  height: 40px;
  position: absolute;
}
@media (min-width: 992px) {
  #swipebox-button-container {
    right: 69px;
    height: 50px;
    top: 20px;
  }
}
#swipebox-button-container > * {
  float: left;
}
#swipebox-share {
  background: #ff2b0b;
  border-color: #ff2b0b;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
#swipebox-counter {
  line-height: 60px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 10px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
}
@media (min-width: 992px) {
  #swipebox-counter {
    line-height: 90px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
  }
}
.swipebox-current {
  color: #ffffff;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: auto;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
#swipebox-next {
  position: absolute;
  left: 49px;
  top: auto;
  bottom: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
.swipebox-just-one-item #swipebox-prev,
.swipebox-just-one-item #swipebox-next {
  display: none;
}
@media (min-width: 992px) {
  #swipebox-prev,
  #swipebox-next {
    border: none;
    position: fixed;
    font-size: 24px;
    bottom: auto;
    left: 0;
    top: 50%;
    width: 90px;
    height: calc(100vh - 180px);
    line-height: calc(100vh - 180px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #swipebox-next {
    left: auto;
    right: 0px;
  }
}
#swipebox-close {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
@media (min-width: 992px) {
  #swipebox-close {
    top: 20px;
    right: 20px;
  }
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-download {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
.share-container {
  background: rgba(11, 26, 35, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 100;
  -webkit-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  -moz-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  -ms-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  -o-transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
  transition: opacity 0.15s ease 0.3s, visibility 0s 0.45s;
}
.share-container.act {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  -moz-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  -ms-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  -o-transition: opacity 0.15s ease 0s, visibility 0s 0s;
  transition: opacity 0.15s ease 0s, visibility 0s 0s;
}
.share-container .share-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  opacity: 0;
  -webkit-transition: 0.25s ease 0s;
  -moz-transition: 0.25s ease 0s;
  -ms-transition: 0.25s ease 0s;
  -o-transition: 0.25s ease 0s;
  transition: 0.25s ease 0s;
}
.share-container.act .share-content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.25s ease 0.15s;
  -moz-transition: 0.25s ease 0.15s;
  -ms-transition: 0.25s ease 0.15s;
  -o-transition: 0.25s ease 0.15s;
  transition: 0.25s ease 0.15s;
}
.share-container .title {
  font-size: 1rem;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
}
.share-container .share-content ul,
.share-container .share-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.share-container .share-content ul {
  text-align: center;
  font-size: 0px;
  width: 300px;
  display: block;
}
.share-container .share-content li {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.share-container .share-content li.facebook:hover {
  background: #5B74A8;
}
.share-container .share-content li.twitter:hover {
  background: #1DA1F2;
}
.share-container .share-content li.googleplus:hover {
  background: #DA4A38;
}
.share-container .share-content li:last-of-type {
  margin-right: 0px;
}
.share-container .share-content li a {
  display: block;
  height: 70px;
  position: relative;
  text-decoration: none;
}
.share-container .share-content li a:before {
  content: '\e900';
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
.share-container .share-content li.twitter a:before {
  content: '\e906';
  font-size: 27px;
}
.share-container .share-content li.googleplus a:before {
  content: '\e901';
  font-size: 30px;
}
.description-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 50;
  -webkit-transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  -moz-transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  -ms-transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  -o-transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  white-space: normal;
  line-height: 1.5em;
  text-align: left;
  color: #ffffff;
}
.description-container.act {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 1s, visibility 0s 0s;
  -moz-transition: opacity 0.25s ease 1s, visibility 0s 0s;
  -ms-transition: opacity 0.25s ease 1s, visibility 0s 0s;
  -o-transition: opacity 0.25s ease 1s, visibility 0s 0s;
  transition: opacity 0.25s ease 1s, visibility 0s 0s;
}
.description-container span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 1.5rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30px);
  width: 100%;
}
/* Skin 
--------------------------*/
#swipebox-bottom-bar {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 43px;
}
/* Effects */
/* HugeInc Start */
#swipebox-overlay.hugeInc {
  opacity: 0;
  visibility: hidden;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  -webkit-transition: opacity 0.25s 0.55s, visibility 0s 0.9s;
  -moz-transition: opacity 0.25s 0.55s, visibility 0s 0.9s;
  -ms-transition: opacity 0.25s 0.55s, visibility 0s 0.9s;
  -o-transition: opacity 0.25s 0.55s, visibility 0s 0.9s;
  transition: opacity 0.25s 0.55s, visibility 0s 0.9s;
}
#swipebox-overlay.hugeInc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.25s 0s, visibility 0s 0s;
  -ms-transition: opacity 0.25s 0s, visibility 0s 0s;
  -o-transition: opacity 0.25s 0s, visibility 0s 0s;
  transition: opacity 0.25s 0s, visibility 0s 0s;
}
#swipebox-overlay.hugeInc #swipebox-container {
  opacity: 0;
  -webkit-transform: translateY(-5%) rotateX(15deg);
  -moz-transform: translateY(-5%) rotateX(15deg);
  -ms-transform: translateY(-5%) rotateX(15deg);
  -o-transform: translateY(-5%) rotateX(15deg);
  transform: translateY(-5%) rotateX(15deg);
  -webkit-transition: transform 0.3s 0s, opacity 0.3s 0s;
  -moz-transition: transform 0.3s 0s, opacity 0.3s 0s;
  -ms-transition: transform 0.3s 0s, opacity 0.3s 0s;
  -o-transition: transform 0.3s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, opacity 0.3s 0s;
}
#swipebox-overlay.hugeInc.open #swipebox-container {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -moz-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -ms-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -o-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
}
#swipebox-overlay.hugeInc.close #swipebox-container {
  -webkit-transform: translateY(5%) rotateX(-15deg);
  -moz-transform: translateY(5%) rotateX(-15deg);
  -ms-transform: translateY(5%) rotateX(-15deg);
  -o-transform: translateY(5%) rotateX(-15deg);
  transform: translateY(5%) rotateX(-15deg);
  -webkit-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -moz-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -ms-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  -o-transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
  transition: transform 0.3s 0.25s, opacity 0.3s 0.25s;
}
#swipebox-overlay.hugeInc #swipebox-button-container,
#swipebox-overlay.hugeInc #swipebox-close,
#swipebox-overlay.hugeInc #swipebox-counter,
#swipebox-overlay.hugeInc #swipebox-title {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0s;
  -moz-transition: opacity 0.25s 0s;
  -ms-transition: opacity 0.25s 0s;
  -o-transition: opacity 0.25s 0s;
  transition: opacity 0.25s 0s;
}
#swipebox-overlay.hugeInc.open #swipebox-button-container,
#swipebox-overlay.hugeInc.open #swipebox-close,
#swipebox-overlay.hugeInc.open #swipebox-counter,
#swipebox-overlay.hugeInc.open #swipebox-title {
  opacity: 1;
  -webkit-transition: opacity 0.25s 0.5s;
  -moz-transition: opacity 0.25s 0.5s;
  -ms-transition: opacity 0.25s 0.5s;
  -o-transition: opacity 0.25s 0.5s;
  transition: opacity 0.25s 0.5s;
}
#swipebox-overlay.hugeInc #swipebox-prev {
  opacity: 0;
  left: -90px;
  -webkit-transition: 0.25s 0s;
  -moz-transition: 0.25s 0s;
  -ms-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  transition: 0.25s 0s;
}
#swipebox-overlay.hugeInc.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  -webkit-transition: 0.25s 0.6s;
  -moz-transition: 0.25s 0.6s;
  -ms-transition: 0.25s 0.6s;
  -o-transition: 0.25s 0.6s;
  transition: 0.25s 0.6s;
}
#swipebox-overlay.hugeInc #swipebox-next {
  opacity: 0;
  right: -90px;
  -webkit-transition: 0.25s 0s;
  -moz-transition: 0.25s 0s;
  -ms-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  transition: 0.25s 0s;
}
#swipebox-overlay.hugeInc.open #swipebox-next {
  opacity: 1;
  right: 0px;
  -webkit-transition: 0.25s 0.6s;
  -moz-transition: 0.25s 0.6s;
  -ms-transition: 0.25s 0.6s;
  -o-transition: 0.25s 0.6s;
  transition: 0.25s 0.6s;
}
/* HugeInc Ende */
/* Slide Down Start */
#swipebox-overlay.slideDown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s;
  -ms-transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s;
  -o-transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s;
}
#swipebox-overlay.slideDown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#swipebox-overlay.slideDown #swipebox-container {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease 0.0s;
  -moz-transition: 0.3s ease 0.0s;
  -ms-transition: 0.3s ease 0.0s;
  -o-transition: 0.3s ease 0.0s;
  transition: 0.3s ease 0.0s;
}
#swipebox-overlay.slideDown.open #swipebox-container {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s ease 0.3s;
  -moz-transition: 0.3s ease 0.3s;
  -ms-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
#swipebox-overlay.slideDown #swipebox-button-container,
#swipebox-overlay.slideDown #swipebox-close,
#swipebox-overlay.slideDown #swipebox-counter,
#swipebox-overlay.slideDown #swipebox-title {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.25s ease 0.15s;
  -moz-transition: 0.25s ease 0.15s;
  -ms-transition: 0.25s ease 0.15s;
  -o-transition: 0.25s ease 0.15s;
  transition: 0.25s ease 0.15s;
}
#swipebox-overlay.slideDown.open #swipebox-button-container,
#swipebox-overlay.slideDown.open #swipebox-close,
#swipebox-overlay.slideDown.open #swipebox-counter,
#swipebox-overlay.slideDown.open #swipebox-title {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.25s ease 0.5s;
  -moz-transition: 0.25s ease 0.5s;
  -ms-transition: 0.25s ease 0.5s;
  -o-transition: 0.25s ease 0.5s;
  transition: 0.25s ease 0.5s;
}
#swipebox-overlay.slideDown #swipebox-prev,
#swipebox-overlay.slideDown #swipebox-next {
  opacity: 0;
  margin-top: -200px;
  -webkit-transition: 0.25s 0s;
  -moz-transition: 0.25s 0s;
  -ms-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  transition: 0.25s 0s;
}
#swipebox-overlay.slideDown.open #swipebox-prev,
#swipebox-overlay.slideDown.open #swipebox-next {
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: 0.25s 0.6s;
  -moz-transition: 0.25s 0.6s;
  -ms-transition: 0.25s 0.6s;
  -o-transition: 0.25s 0.6s;
  transition: 0.25s 0.6s;
}
/* Slide Down Ende */
/* Scale Start */
#swipebox-overlay.scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
#swipebox-overlay.scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
/* Scale Ende */
/* Door Start */
#swipebox-overlay.door {
  visibility: hidden;
  width: 0.001% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.2s 0.4s, visibility 0s 0.6s;
  -moz-transition: width 0.2s 0.4s, visibility 0s 0.6s;
  -ms-transition: width 0.2s 0.4s, visibility 0s 0.6s;
  -o-transition: width 0.2s 0.4s, visibility 0s 0.6s;
  transition: width 0.2s 0.4s, visibility 0s 0.6s;
}
#swipebox-overlay.door.open {
  visibility: visible;
  width: 100% !important;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
#swipebox-overlay.door #swipebox-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s;
  -ms-transition: opacity 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}
#swipebox-overlay.door.open #swipebox-container {
  opacity: 1;
  transition-delay: 0.3s;
}
#swipebox-overlay.door.close #swipebox-container {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
#swipebox-overlay.door #swipebox-prev {
  opacity: 0;
  left: -90px;
  -webkit-transition: 0.25s 0s;
  -moz-transition: 0.25s 0s;
  -ms-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  transition: 0.25s 0s;
}
#swipebox-overlay.door.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  -webkit-transition: 0.25s 0.5s;
  -moz-transition: 0.25s 0.5s;
  -ms-transition: 0.25s 0.5s;
  -o-transition: 0.25s 0.5s;
  transition: 0.25s 0.5s;
}
#swipebox-overlay.door #swipebox-next {
  opacity: 0;
  right: -90px;
  -webkit-transition: 0.25s 0s;
  -moz-transition: 0.25s 0s;
  -ms-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  transition: 0.25s 0s;
}
#swipebox-overlay.door.open #swipebox-next {
  opacity: 1;
  right: 0px;
  -webkit-transition: 0.25s 0.5s;
  -moz-transition: 0.25s 0.5s;
  -ms-transition: 0.25s 0.5s;
  -o-transition: 0.25s 0.5s;
  transition: 0.25s 0.5s;
}
/* Door Ende */
/* Simple Genie Start */
#swipebox-overlay.simpleGenie {
  visibility: hidden;
  -webkit-transform: translateY(60%) scale(0);
  -moz-transform: translateY(60%) scale(0);
  -ms-transform: translateY(60%) scale(0);
  -o-transform: translateY(60%) scale(0);
  transform: translateY(60%) scale(0);
  -webkit-transition: transform 0.4s, visibility 0s 0.4s;
  -moz-transition: transform 0.4s, visibility 0s 0.4s;
  -ms-transition: transform 0.4s, visibility 0s 0.4s;
  -o-transition: transform 0.4s, visibility 0s 0.4s;
  transition: transform 0.4s, visibility 0s 0.4s;
}
#swipebox-overlay.simpleGenie.open {
  visibility: visible;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
/* Simple Genie Ende */
/* Content Scale Start */
/* Content Scale Ende */
a.ajax {
  position: relative;
  display: inline-block;
}
a.ajax span.image_zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  text-indent: -99999em;
}

.f3-widget-paginator {
	width: 100%;
	position: relative;
	text-align: center;
	clear:both;
	padding-top:2rem;
}

.f3-widget-paginator li {
	display: inline-block;
	list-style: none;
}

option.notPossible {
	color: #cccccc;
}

.itemCount {
	margin-bottom:2rem;
}

.item {
	margin-bottom:20px;
}

.item a {
	display:block;
	background:#f5f5f5;
	text-decoration:none;
	color:#000;
}

.item h3 {
	margin:0;
	padding:20px;
}


/* Search Field START */
.searchbutton.open {
    z-index: 2500;
}


.smart-search .search-field {
    max-height: 150px;
}

.smart-search {
    margin: 2rem 5px;
    position: relative;
    display: block;
}

.smart-search > ul {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 5px;
    text-align: center;
}

.smart-search-form {
    margin-bottom: 65px;
}

.search-result .search-field input[type="text"] {
    background: #fff;
    border: 1px solid #DFE6EC;
}

.search-field input[type="text"] {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 20px;
    font-size: 2em;
    z-index: 7;
    text-transform: capitalize;
    margin-left: 0;
    -webkit-appearance: none;
}

.search-result .search-field input[type="submit"] {
    color: #2c3849;
    background: #fff;
}

.search-field input[type="text"]::placeholder {
    font-size: 1em;
    opacity: 0.8;
    text-transform: none;
    color: #DFE6EC;
}

.search-field input[type="submit"] {
    position: relative;
    z-index: 10;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-right: 20px;
    float: right;
    font-family: "default";
    width: 40px;
    border: none;
    color: #fff;
    font-size: 1.5em;
    background: transparent;
}

.smartsearch-suggestion-item {
    z-index: 1;
    display: inline-block;
    text-align: center;
}

.smartsearch-suggestions  > a {
    color: transparent;
}

.smartsearch-suggestion-item > div {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    color: #40454a;
    text-align: center;
    z-index: 0;
    font-weight: bolder;
    font-size: 14px;
    margin: 0 10px 10px 0;
    position: relative;
    min-height: 40px;
    padding: 5px 30px;
}

.smartsearch-suggestion-item > div:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0;
    left: 0;
    background: #2c3849;
    transition: 0.25s linear;
    border-radius: 0;
    top: 0;
    z-index: -1;
}

.smartsearch-suggestion-item > div:hover {
    color: #fff;
}

.smartsearch-suggestion-item div:hover::before {
    width: 100%;
}

.smartsearch-suggestions {
    position: absolute;
    list-style: none;
    float: left;
    padding-left: 0;
}

.search-field .ui-autocomplete .ui-menu-item::before {
    display: none;
}

ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    display: none;
    min-width: 160px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    max-height: 203px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 0;
    width: 100% !important;
}

ul.ui-autocomplete li.ui-menu-item {
    position: relative;
    padding: 0.5em;
    padding-left: 20px !important;
    line-height: 2em;
    font-size: 0.8em;
    width: 100%;
    height: 50px;
    text-transform: capitalize;
    border-bottom: 1px solid #DFE6EC;
    text-align: left;
}

ul.ui-autocomplete li.ui-state-focus {
    background: #DFE6EC;
    border: none;
}

.smart-search .ui-widget-content {
    border: 1px solid #DFE6EC;
}

#autocomplete-fill {
  color: silver;
  z-index: 1;
}

/* hide list points from default list START */
main .smart-search:not(#media) ul li::before {
    display: none;
}

main .smart-search:not(#media) ul li {
    padding-left: 0;
}
/* hide list points from default list END */

/* Search Field END */




/* Search Results START */


.search-result h2::before {
    content: none;
}


/* No search results START */

.search-result .error {
    position: relative;
    float: left;
    border: 1px solid #F4CBCB;
    width: 100%;
    background: #FFE5E5;
    font-weight: normal;
    margin-bottom:1.5rem;
}

.search-result .error p {
    display: block;
    position: relative;
    padding: 20px;
    margin: 0;
}

.search-result .error span:first-child {
    font-size: 2em;
    font-weight: normal;
    color: #B05959;
}

.search-result .error span:nth-child(2), .search-result .error span:nth-child(3) {
    font-weight: normal;
    color: #B05959;
    text-transform: capitalize;
}

.search-result input[type="text"]::placeholder {
    color: #000;
    text-transform: capitalize;
    opacity: 1;
}


/* No search results END */

.search-result .noerror {
    background: #374c68;
    border: none;
    height: 80px;
    color: rgba(255,255,255,0.6);
}

.search-result .noerror span:first-child {
    color: #FFF;
}

.search-result .noerror span:nth-child(2), .search-result .noerror span:nth-child(3) {
    color: #FFF;
}

.search-result .headline {
    margin:40px 30px;
    display: block;
    position: relative;
    float:left;
    font-size:26px;
    font-weight:700;
}

.search-result-suggestions .smartsearch-suggestion-item > div {
    background: #ECF0F4;
    min-height: 40px;
    box-shadow: none;
}

.search-result .description {
    text-transform: none;
    text-align: left;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0;
}

.search-result .searchResultItem h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-family: sans-serif;
    text-align: left;
}

.search-result .searchResultItem h3 {
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.search-result .searchResultItem span > a {
    display: block;
    position: absolute;
    font-size: 16px;
    color: #2c3849;
    font-style: normal;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-weight: bold;  
}

.overview .searchResultItem article .high a {
    text-indent: -999rem;
}

.results .col-md-6 .no-img {
    height: 398px;
}

.search-result .no-img {
    width: 100%;
    background: #e9e9e9;
    padding: 30px;
    border: 1px solid #e9e9e9;
}


.search-result .high .no-img .title {
    bottom: 130px;
}

.search-result .otherPriority {
    margin-bottom: 10px;
}

.highlight_match {
    color: red;
    font-weight: bold;
}

.search-result .results {
    line-height: 0;
}

.search-field input[type="text"] {
    font-size: 1.3em;
}

.search-result .high .title::after {
    display: none;
}

.search-result .high .title {
    top: 45%;
}

.search-result .high h3 {
    top: 79%;
}

.search-field input[type="text"] {
    background: #fff;
    border: 1px solid #DFE6EC;
}

.search-field input[type="submit"] {
    color: #2c3849;
    background: #fff;
}


.smart-search .noPic {
    height: 400px;
    width: 400px;
    background: blue;
    position: relative;
}


.search-result .subtitle {
    text-align:left;
    letter-spacing:0;
}

.results .searchResultItem .text {
    position:relative;
    border:1px solid #F2F2F6;
    display:block;
    overflow:hidden;
    padding:20px 30px 30px;
    line-height:normal;
}

.results .searchResultItem .no-img .text {
    border:0;
    padding:20px 0;
}

.results .searchResultItem a {
    
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
    text-indent:-19999px;
    z-index:1;
}

.search-result .searchResultItem span > a {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
    text-indent:-19999px;
    z-index:1;
}

.search-result .bigImg img {
    width: 100%;
}

/* Search Results END */



.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225}.femanager_flashmessages>.message-1{background-color:#FBF6DE;border:1px solid #B1905C;color:#9E7D4A}.femanager_flashmessages>.message-0{background-color:#CDEACA;border:1px solid #58B548;color:#3B7826}.femanager_flashmessages>.message--1{background-color:#EAF7FF;border:1px solid #C5DBE6;color:#4C73A1}.femanager_flashmessages>.message--2{background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225;list-style-type:none;margin-left:0}

/*** BASE ***/
/* for .unitize mixins */
/* H1 and H2 in content */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* subtitle */
/* einleitung */
/* button */
/* blockquote */
/* table */
/* tabs */
/* content */
/* page title */
/*** Form ***/
/*** Imagezoom ***/
/*** Overview / Sectioncontent ***/
/*** Header / Sidebar ***/
/*** Dot navigation ***/
/*** Grid settings ***/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/*
     * Just plain typography no specific stuff should be done here
     * initial formatting is based on bugfixes done by normalize.css
     */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'default';
  font-display: swap;
  src: url('../../..//fileadmin/template/Resources/Public/font/default.eot?5qskbv');
  src: url('../../..//fileadmin/template/Resources/Public/font/default.woff?5qskbv') format('woff'), url('../../..//fileadmin/template/Resources/Public/font/default.svg?5qskbv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Clan W04 Thin';
  font-display: swap;
  src: url('../../..//fileadmin/template/Resources/Public/font/5476760/4e5e265b-3d6c-4595-b0d6-5ac68b7d9322.eot?#iefix');
  src: url('../../..//fileadmin/template/Resources/Public/font/5476760/ce70b355-b3c6-4b80-99aa-aea9833f871a.woff2') format("woff2"), url('../../..//fileadmin/template/Resources/Public/font/5476760/0af54776-d0b2-4b34-9217-5185c9b83dd7.woff') format("woff");
}
@font-face {
  font-family: 'Clan W04 News';
  font-display: swap;
  src: url('../../..//fileadmin/template/Resources/Public/font/5476935/d957b5a8-633b-4b1a-b6ea-724de17c80e5.eot?#iefix');
  src: url('../../..//fileadmin/template/Resources/Public/font/5476935/b6739848-c644-4c15-9b09-904ee4291795.woff2') format("woff2"), url('../../..//fileadmin/template/Resources/Public/font/5476935/1e487048-ee40-4435-9012-da9d4b453c20.woff') format("woff");
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../..//fileadmin/template/Resources/Public/font/roboto-v47-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../..//fileadmin/template/Resources/Public/font/roboto-v47-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../..//fileadmin/template/Resources/Public/font/roboto-v47-latin-700.woff2') format('woff2');
}
html {
  font-size: 15px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #626268;
  line-height: 1.87em;
  background: #FFF;
  font-size: 15px;
  font-size: 1rem;
}
header,
footer {
  margin-bottom: 2.5rem;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
::-moz-selection {
  background: #1e2733;
  color: #fff;
}
::selection {
  background: #1e2733;
  color: #fff;
}
p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
.h1 {
  margin: 0;
  padding: 0;
  line-height: 1.15em;
  color: #1e2733;
  font-family: 'Clan W04 Thin', 'Roboto', sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 2.26666667rem;
  display: block;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
    font-size: 2.26666667rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 45px;
    font-size: 3rem;
  }
}
@media (min-width: 1302px) {
  h1,
  .h1 {
    font-size: 52px;
    font-size: 3.46666667rem;
  }
}
h1 span:not(.icon),
.h1 span:not(.icon) {
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
}
h1 span.icon,
.h1 span.icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 80%;
}
h2,
.h2 {
  font-size: 22px;
  font-size: 1.46666667rem;
  color: #0c1d1f;
  font-family: 'Clan W04 Thin', 'Roboto', sans-serif;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.66666667rem 0rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
    font-size: 1.46666667rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 34px;
    font-size: 2.26666667rem;
  }
}
@media (min-width: 1302px) {
  h2,
  .h2 {
    font-size: 34px;
    font-size: 2.26666667rem;
  }
}
h2 span:not(.icon),
.h2 span:not(.icon) {
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
}
h2 span.icon,
.h2 span.icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 80%;
}
h3,
.h3 {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 0 0 1.5em 0;
  color: #1e2733;
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  padding-top: 10px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 1302px) {
  h3,
  .h3 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
h3:before,
.h3:before {
  content: '';
  width: 70px;
  height: 2px;
  background: #1e2733;
  position: absolute;
  left: 0;
  top: 0;
}
h3 span:not(.icon),
.h3 span:not(.icon) {
  font-weight: bold;
}
h3 span.icon,
.h3 span.icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 23px;
}
h4 {
  font-size: 12px;
  font-size: 0.8rem;
  margin: 0;
  color: #626268;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  h4 {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 1302px) {
  h4 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
h5 {
  font-size: 14px;
  font-size: 0.93333333rem;
  font-weight: bold;
  margin: 0 0 1.5em 0;
  color: #626268;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  h5 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
@media (min-width: 1302px) {
  h5 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
h6 {
  font-size: 14px;
  font-size: 0.93333333rem;
  font-weight: bold;
  margin: 0 0 1.5em 0;
  color: #626268;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  h6 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
@media (min-width: 1302px) {
  h6 {
    font-size: 14px;
    font-size: 0.93333333rem;
  }
}
h6 {
  margin: 0;
}
p.subtitle {
  color: #6c7779;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.56em;
  text-indent: 30px;
  position: relative;
  font-size: 16px;
  font-size: 1.06666667rem;
}
@media (min-width: 768px) {
  p.subtitle {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 992px) {
  p.subtitle {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 1302px) {
  p.subtitle {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
p.subtitle span {
  color: #0C1D1F;
}
p.subtitle:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #1e2733;
  position: absolute;
  left: 0;
  top: 12px;
}
section.einleitung .ce-textpic {
  font-size: 16px;
  font-size: 1.06666667rem;
  color: #6c7779;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.56em;
  position: relative;
}
section.einleitung .ce-textpic span,
section.einleitung .ce-textpic strong,
section.einleitung .ce-textpic b {
  color: #0C1D1F;
  font-weight: normal;
}
@media (min-width: 768px) {
  section.einleitung .ce-textpic {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 992px) {
  section.einleitung .ce-textpic {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 1302px) {
  section.einleitung .ce-textpic {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
ul,
ol,
p {
  margin: 0 0 1.5em 0;
}
a {
  color: #1e2733;
}
a[href^="mailto"] {
  white-space: nowrap;
}
nav ul {
  list-style: none;
}
.ce-textpic ul {
  list-style: none;
  padding: 0;
}
.ce-textpic ul li {
  position: relative;
  padding-left: 1.5rem;
}
.ce-textpic ul li:before {
  content: '';
  background: #ff2b0b;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100%;
}
hr {
  background-color: #F0F0F0;
  color: #F0F0F0;
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-bottom: 2.66666667rem;
}
@media (min-width: 992px) {
  hr {
    margin-bottom: 65px;
    margin-bottom: 4.33333333rem;
  }
}
div.ce-textpic .ce-gallery figure,
div.ce-textpic figure.ce-gallery {
  position: relative;
}
figcaption {
  line-height: 1.25;
  font-size: 14px;
  padding: 0 1em;
  font-style: italic;
  color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
@media (min-width: 992px) {
  figcaption {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/************ BUTTONS START ************/
.button:not(.sec) {
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e2733;
  height: 44px;
  line-height: 44px;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-size: 0.86666667rem;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.button:not(.sec):before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff2b0b;
  z-index: -1;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (min-width: 992px) {
  .button:not(.sec):hover {
    padding: 0 15px;
    color: #FFF;
  }
  .button:not(.sec):hover::before {
    height: 40px;
  }
}
.button.sec {
  width: 100%;
  margin: 0 0 0.625em 0;
  padding: 0;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  letter-spacing: 0.1875em;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 3.66666667em;
  color: #ffffff;
  background: #1e2733;
}
@media (min-width: 768px) {
  .button.sec {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 3.66666667em;
    height: 3.66666667em;
    width: auto;
    padding: 0 1.625em;
    margin: 0 0.625em 0 0;
  }
}
@media (min-width: 992px) {
  .button.sec {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 3.66666667em;
    height: 3.66666667em;
  }
  .button.sec:hover {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
}
@media (min-width: 1302px) {
  .button.sec {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 3.66666667em;
    height: 3.66666667em;
  }
}
/************ BUTTONS ENDE ************/
/************ QUOTE START ************/
blockquote {
  padding: 0 1.5rem 0 3rem;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  text-align: left;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  color: #ff2b0b;
  margin: 0;
}
blockquote:before {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  content: '\e91a';
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #ff2b0b;
}
blockquote p {
  margin: 0;
}
blockquote footer {
  font-size: 0.8125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #777777;
  text-align: right;
  margin-right: 0rem;
  font-style: normal;
}
blockquote footer:before {
  content: '-';
  margin-right: 1ex;
}
blockquote footer:after {
  content: '-';
  margin-left: 1ex;
}
@media (min-width: 768px) {
  blockquote {
    padding: 0 6rem;
    font-size: 1.25rem;
    line-height: 1.5em;
    position: relative;
    text-align: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 400;
    color: #ff2b0b;
  }
  blockquote:before {
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  blockquote footer {
    margin-right: -6rem;
  }
}
/*
blockquote:lang(en) {
    quotes:  ~"\201C""\201D""\2018""\2019";
}

blockquote:before {
    display: inline-block;
}

blockquote:after {
    display: inline-block;
}

blockquote > * {
    display: inline-block;
}

q, blockquote {
    quotes: '\2018' '\2019' '\201C' '\201D';
}

q:before, blockquote:before {
    content: open-quote;
}
q:after, blockquote:after {
    content: close-quote;
}

:lang(de) q, :lang(de) blockquote,
:lang(ga) q, :lang(ga) blockquote,
:lang(cs) q, :lang(cs) blockquote,
:lang(sk) q, :lang(sk) blockquote,
:lang(bg) q, :lang(bg) blockquote,
:lang(sl) q, :lang(sl) blockquote {
    quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(en)    q, :lang(en)    blockquote,
:lang(en-gb) q, :lang(en-gb) blockquote {
    quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(en-us) q, :lang(en-us) blockquote,
:lang(zh)    q, :lang(zh)    blockquote,
:lang(tr)    q, :lang(tr)    blockquote,
:lang(nl)    q, :lang(nl)    blockquote,
:lang(ga)    q, :lang(ga)    blockquote {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

:lang(es) q, :lang(es) blockquote,
:lang(fr) q, :lang(fr) blockquote {
    quotes: '\00AB' '\00BB' '\2039' '\203A';
}

:lang(it) q, :lang(it) blockquote {
    quotes: '\00AB' '\00BB' '\00AB' '\00BB';
}

:lang(pl) q, :lang(pl) blockquote {
    quotes: '\201E' '\201D' '\00AB' '\00BB';
}

:lang(ru) q, :lang(ru) blockquote,
:lang(ca) q, :lang(ca) blockquote,
:lang(uk) q, :lang(uk) blockquote {
    quotes: '\00AB' '\00BB' '\201E' '\201C';
}

:lang(sv) q, :lang(sv) blockquote {
    quotes: '\201D' '\201D' '\2019' '\2019';
}

:lang(hu) q, :lang(hu) blockquote,
:lang(hr) q, :lang(hr) blockquote {
    quotes: '\201E' '\201D' '\201E' '\201D';
}
:lang(el) q, :lang(el) blockquote,
:lang(pt) q, :lang(pt) blockquote {
    quotes: '\00AB' '\00BB' '\201C' '\201D';
}

*/
/************ QUOTE ENDE ************/
/************ TABLE START ************/
@media (max-width: 767px) {
  .table-container.scroll {
    width: 100%;
    overflow-x: scroll !important;
  }
}
table {
  padding: 0;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  width: 99.99%;
  color: #626268;
}
caption {
  caption-side: top;
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  color: #1e2733;
  margin-bottom: 8px;
}
th,
td {
  text-align: left;
  margin: 0;
  padding: .5rem 0px;
}
thead th {
  color: #ffffff;
  border: none;
  background: none;
}
table {
  position: relative;
}
@media (min-width: 768px) {
  table {
    table-layout: fixed;
  }
}
td {
  background: none;
  border: none;
  color: #626267;
}
tr {
  border-top: 2px solid #1e2733;
  border-bottom: 2px solid #1e2733;
}
thead td {
  background: none;
  border: none;
  color: #ffffff;
}
.skd-widget th,
.skd-widget td {
  background: none;
  height: auto;
}
table.plain {
  padding: 0;
  margin: 0;
  border: 0;
}
table.plain th,
table.plain td {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.table-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  position: relative;
}
.table-container.scroll {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1.5em;
}
.table-container table {
  margin-bottom: 0;
  font-size: 1em;
}
.table-container > table.switchable {
  position: relative;
}
.table-container > table.switchable tr > th:first-child,
.table-container > table.switchable tr > td:first-child {
  position: absolute;
  left: 0;
  max-width: 50%;
  z-index: 1000;
}
.table-container > table.switchable tr > th,
.table-container > table.switchable tr > td {
  position: relative;
  max-width: 50%;
  display: block;
  float: left;
  border-left-width: 0;
  width: 50%;
}
@media (min-width: 992px) {
  .table-container > table.switchable tr > th,
  .table-container > table.switchable tr > td {
    width: 25%;
  }
}
.table-container > table.switchable tr > td,
.table-container > table.switchable tr > th {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.table-container .controls .prev,
.table-container .controls .next {
  position: absolute;
  width: 30px;
  height: 53px;
  top: 82px;
  background: #ff2b0b;
  z-index: 1000;
  text-decoration: none;
  text-indent: -19999px;
  cursor: pointer;
}
.table-container .controls .prev {
  left: 50%;
  margin-left: -31px;
}
.table-container .controls .next {
  left: 50%;
}
.table-container .controls .prev:before,
.table-container .controls .next:before {
  top: 50%;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  font-size: 1.5rem;
  height: 25px;
  left: 50%;
  line-height: 100%;
  position: absolute;
  width: 20px;
  z-index: 10;
  background: none;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
  color: #ffffff;
}
.table-container .controls .prev:before {
  content: '\2c2';
  margin-left: -2px;
}
.table-container .controls .next:before {
  content: '\2c3';
}
/************ TABLE ENDE ************/
/************ PAGINATION START ************/
.control {
  clear: both;
  display: block;
  margin-bottom: 1.5rem;
  -webkit-perspective: 1px;
  -moz-perspective: 1px;
  -ms-perspective: 1px;
  perspective: 1px;
}
.control ul {
  padding: 0;
  font-size: 0px;
  margin: 0;
}
.control li {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
}
.control li.pager {
  width: auto;
  background: none;
  margin: 0;
}
.control li > span,
.control li > a {
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 2.75em;
  text-align: center;
  color: #3d4d64;
  font-weight: 600;
  display: block;
  background: #FFF;
  border: 1px solid #E2E2E2;
  margin: 0 0 0 0.625rem;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0.625rem;
  transition: 0.25s ease;
}
.control li:hover > span,
.control li:hover > a {
  background: #1e2733;
  border-color: #1e2733;
  color: #FFF;
}
.control li.act > *,
.control li.act:hover > * {
  background: #3d4d64;
  border-color: #3d4d64;
  color: #FFF;
}
.control li > a:empty {
  display: none;
}
.control li.play > *,
.control li.pause > * {
  width: auto;
}
.control li.play > *:before {
  content: 'Play';
}
.control li.pause > *:before {
  content: 'Pause';
}
.tx-sectioncontent-pi1 .control li > span {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
/************ PAGINATION ENDE ************/
/****************** TABS START ******************/
.tabs > .canvas {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background: none;
  padding: 1.5rem 0 0;
  margin: 0 0.625rem 1.5rem;
}
.tabs .control {
  margin: 0;
  margin-bottom: -1px;
  height: 44px;
}
.tabs .control .first,
.tabs .control .prev,
.tabs .control .last,
.tabs .control .next,
.tabs .control .play {
  display: none;
}
.tabs li.pager a {
  width: auto;
  padding: 0 1rem;
  background: none;
  border: 0;
  color: #cccccc;
  text-transform: uppercase;
}
.tabs li.pager a:hover {
  background: none;
}
.tabs li.pager .act a {
  color: #ff2b0b;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #f8f8f8;
}
/****************** TABS ENDE ******************/
.layout9.pid238 .button.sec {
  background: #ff2b0b !important;
}
.layout9.pid301 .button.sec {
  background: #ff2b0b !important;
}
/*
	Fixes for TYPO3-Core-Related Stuff (primarily CSS Styled Content)
	this file is intended to be left alone
*/
div.ce-textpic .ce-gallery figure {
  margin: 0;
}
div.ce-textpic .ce-gallery figure,
div.ce-textpic figure.ce-gallery,
div.ce-textpic .ce-gallery .ce-media {
  margin-bottom: 1.5rem;
}
div.ce-textpic .ce-gallery .ce-row-last .ce-media {
  margin-bottom: 1.5rem !important;
}
div.ce-textpic .ce-gallery figure,
div.ce-textpic figure.ce-gallery {
  display: block;
}
figcaption.ce-textpic-caption {
  display: block;
}
/* responsive images */
.ce-textpic .ce-gallery .ce-column {
  width: 100%;
  overflow: hidden;
}
.ce-gallery {
  width: 100%;
}
div.ce-textpic .ce-gallery .ce-media {
  width: 100%;
}
div.ce-textpic .ce-gallery a,
div.ce-textpic .ce-gallery img,
div.ce-textpic .ce-gallery source,
div.tx-sectioncontent-pi1 img {
  width: 100%;
  height: auto;
  display: block;
}
.ce-textpic .ce-gallery .ce-row .ce-column {
  float: left;
}
.ce-textpic .ce-gallery .ce-row:last-of-type::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.ce-textpic .ce-gallery[data-ce-columns] .ce-row {
  margin: 0 -20px;
}
.ce-textpic .ce-gallery[data-ce-columns="1"] .ce-row {
  margin: 0;
}
.ce-textpic .ce-gallery[data-ce-columns] .ce-column {
  padding: 0 20px;
  margin: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="1"] .ce-column {
  padding: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}
.ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column {
  width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(2n+1) {
  clear: both;
}
.ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(2n+1) {
  clear: both;
}
.ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(2n+1) {
  clear: both;
}
.ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(2n+1) {
  clear: both;
}
.ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.33333333%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 33.33333333%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 14.28%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 25%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(2n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(2n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(2n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(2n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(2n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column:nth-child(2n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column:nth-child(3n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-child(4n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column:nth-child(5n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(3n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column:nth-child(7n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 16.66666666%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 12.5%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(3n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(4n+1) {
    clear: none;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-child(6n+1) {
    clear: both;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-child(8n+1) {
    clear: both;
  }
}
/* responsive images end */
/* 
	Gridsystem (Based on Bootstrap)
	this file is intended to be left alone
*/
@-ms-viewport {
  width: device-width;
}
body::after {
  display: none;
}
.width {
  margin: 0 auto;
  position: relative;
}
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
/* no media query for xs here, those are mobile first */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (max-width: 767px) {
  body {
    breakpoint: 'xs';
  }
  body::after {
    content: 'xs';
  }
  .width {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    breakpoint: 'sm';
  }
  body::after {
    content: 'sm';
  }
  .width {
    width: 720px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  body {
    breakpoint: 'md';
  }
  body::after {
    content: 'md';
  }
  .width {
    width: 960px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1302px) {
  body {
    breakpoint: 'lg';
  }
  body::after {
    content: 'lg';
  }
  .width {
    width: 1260px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1301px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1302px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Main Naviagtion (auch menuLeft Variable im default.js beachten) */
/****************** MENU MOBIL START ******************/
@media (max-width: 1029px) {
  #menu {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 50;
    height: 0px;
  }
  #menu > span {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 140px;
    top: 0px;
    display: block;
    line-height: 2.25em;
    padding: 0 0 0 2.375rem;
    text-transform: uppercase;
    color: #ffffff;
    background: #374c68;
    font-size: 1.125rem;
    cursor: pointer;
  }
  #menu > span::before {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    color: #ff2b0b;
    content: '\2261';
    display: block;
    text-align: center;
    font-size: 24px;
    height: 50px;
    left: 10px;
    line-height: 50px;
    padding-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    width: 50px;
  }
  #menu.open > span::before {
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    content: '\e90b';
  }
  #menu > div {
    display: none;
  }
  #menu.open > div {
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: 70px;
  }
  #menu > div > ul > li > div > ul,
  #menu > div > ul > li > div > ul > li > div > ul,
  #menu > div > ul > li > div > ul > li > div > ul > li > ul {
    display: none;
  }
  #menu > div > ul > li > div > ul > li > ul {
    display: none;
  }
  #menu > div > ul > li.act > div > ul,
  #menu > div > ul > li > div > ul > li.act > div > ul,
  #menu > div > ul > li > div > ul > li > div > ul > li.act > ul {
    display: block;
  }
  #menu > div > ul > li > div > ul > li.act > ul {
    display: block;
  }
  #menu ul {
    padding: 0;
    margin: 0;
  }
  #menu > div > ul {
    margin: 0;
    width: 100%;
    padding: 20px 20px 0px 20px;
    background: #374c68;
  }
  #menu > div > ul:nth-of-type(2) {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  #menu li a {
    line-height: 1.4em;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 0.5em 0 0.5em 25px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
  }
  #menu > div > ul > li > a {
    padding: 0.9em 0 0.9em 0px;
  }
  #menu > div > ul > li.hasSub > a:before {
    content: '\2c3';
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #ff2b0b;
    text-align: center;
    line-height: 15px;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    position: absolute;
    right: 0px;
    top: 17px;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  #menu > div > ul > li.act.hasSub > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #menu > div > ul > li > div a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #ff2b0b;
    position: absolute;
    left: 0;
    top: 18px;
  }
  #menu li.cur > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  #menu > div > ul > li > div > ul > li {
    padding: 0 0 0 0em;
  }
  #menu > div > ul > li > div > ul > li > ul > li,
  #menu > div > ul > li > div > ul > li > div > ul > li {
    padding: 0 0 0 2em;
  }
  .menuWrap .back,
  .menuWrap .parent {
    display: none !important;
  }
  #menu li.span {
    display: none;
  }
  #menu > .menuWrap > ul > li > div > ul > li > ul > li.hasSub > a {
    display: none;
  }
  .menuimg {
    display: none !important;
  }
}
@media (max-width: 1029px) and (max-width: 400px) {
  #menu > span {
    right: 100px;
    width: 50px;
  }
}
/****************** MENU MOBIL ENDE ******************/
/****************** MENU DESKTOP START ******************/
@media (min-width: 1030px) {
  #menu {
    position: absolute;
    left: 130px;
    top: 0;
    margin: 0;
    z-index: 100;
    display: block;
    width: calc(100% - 160px - 100px);
  }
  #menu > span {
    display: none;
  }
  #menu > div > ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    background: none;
    padding: 0;
  }
  #menu > div > ul.right {
    float: right;
  }
  #menu > div > ul > li {
    display: inline-block;
    padding: 4px 0 0;
    margin: 0;
    height: 70px;
    position: relative;
    float: left;
  }
  #menu a {
    font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
  }
  #menu > div > ul > li > a {
    font-size: 12px;
    display: block;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 62px;
    height: 66px;
    color: #fff;
    padding: 0 7px;
    font-weight: normal;
    position: relative;
    background: #374c68;
    z-index: 10;
  }
  #menu > div > ul > li.act > a,
  #menu > div > ul > li:hover > a {
    color: #fff;
  }
  #menu > div > ul > li.act > a:before,
  #menu > div > ul > li:hover > a:before {
    content: '';
    width: calc(100% - 14px);
    height: 4px;
    background: #ff2b0b;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #menu > div > ul > li.hasSub:hover > a,
  #menu > div > ul > li.act.hasSub:hover > a {
    color: #1e2733;
    background: #e9e9e9;
  }
  #menu > div > ul > li.hasSub:hover > a:before,
  #menu > div > ul > li.act.hasSub:hover > a:before {
    display: none;
  }
  #menu > div > ul > li > div:not(.big) > ul {
    display: block;
    padding: 3rem;
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 330px;
    overflow: hidden;
    background: #e9e9e9;
    display: none;
    -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
  }
  #menu > div > ul > li:last-child > div:not(.big) > ul {
    left: auto;
    right: 0;
  }
  #menu > div > ul > li.touchhover > div:not(.big) > ul,
  #menu > div > ul > li:hover > div:not(.big) > ul {
    display: block;
  }
  #menu > div > ul > li > div:not(.big) > ul > li {
    padding: 0px;
  }
  #menu > div > ul > li > div:not(.big) > ul > li > a {
    text-align: left;
    color: #1e2733;
    font-size: 1rem;
    padding: 10px 0 10px 2rem;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: normal;
  }
  #menu > div > ul > li > div:not(.big) > ul > li > a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #ff2b0b;
    position: absolute;
    left: 0;
    top: 18px;
  }
  #menu > div > ul > li > div:not(.big) > ul > li:hover > a,
  #menu > div > ul > li > div:not(.big) > ul > li.act > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li > div:not(.big) > ul > li > div {
    display: none;
  }
  .menuWrap .back,
  .menuWrap .parent {
    display: none !important;
  }
  #menu > div > ul.right > li:nth-of-type(1)::before {
    content: '';
    width: 2px;
    height: 16px;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -8px;
    background: #ff2b0b;
  }
  #menu > div > ul > li > div.big > ul {
    display: none;
    position: fixed;
    top: 90px;
    left: 50%;
    width: 96%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
    background: #e9e9e9;
    -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
    -webkit-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    -ms-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    transition: top 0.25s ease;
    white-space: nowrap;
    font-size: 0px;
  }
  #menu > div > ul > li.touchhover > div.big > ul,
  #menu > div > ul > li:hover > div.big > ul {
    display: flex;
  }
  .onScroll #menu > div > ul > li > div.big > ul {
    top: 70px;
  }
  #menu > div > ul > li > div.big > ul > li {
    width: 33.33332%;
    display: inline-block;
    vertical-align: top;
    padding: 5rem 1.5rem 3rem;
    font-size: 1rem;
  }
  #menu > div > ul > li.u50 > div.big > ul > li {
    width: 20%;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) {
    line-height: 3em;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) > * {
    font-weight: 300;
    text-decoration: none;
    font-size: 1rem;
    color: #7f7f83;
    text-transform: uppercase;
    display: block;
    z-index: 10;
    position: relative;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) a.sectionTitle {
    pointer-events: none;
    z-index: 200;
    font-weight: 100;
    opacity: 0.7;
  }
  #menu > div > ul > li > div.big > ul > li.u82 a.sectionTitle,
  #menu > div > ul > li > div.big > ul > li.u83 a.sectionTitle {
    pointer-events: all;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) > div > ul {
    padding: 0;
    margin: 0;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) > div > ul > li > a {
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-left: 25px !important;
    color: #1e2733;
    font-weight: normal;
    display: block;
    width: 50%;
    line-height: 1.3em;
    padding: 15px 0;
    white-space: normal;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) > div > ul > li > a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #ff2b0b;
    position: absolute;
    left: 0;
    top: 21px;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) > div > ul > li:hover > a,
  #menu > div > ul > li > div.big > ul > li:not(.white) > div > ul > li.act > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li > div.big > ul > li.white {
    background: #fff;
    line-height: 3em;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul {
    margin: 0;
    padding: 0;
  }
  #menu > div > ul > li > div.big > ul > li.white > a {
    display: none;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li > a,
  #menu > div > ul > li > div.big > ul > li.white > ul > li > div > ul > li > a {
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    color: #1e2733;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li > a:before,
  #menu > div > ul > li > div.big > ul > li.white > ul > li > div > ul > li > a:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #ff2b0b;
    position: absolute;
    left: 0;
    top: 21px;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li:hover > a,
  #menu > div > ul > li > div.big > ul > li.white > ul > li.cur > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li > div > ul > li:hover > a,
  #menu > div > ul > li > div.big > ul > li.white > ul > li > div > ul > li.cur > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li ul {
    padding: 0;
    margin: 0;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li:hover > a,
  #menu > div > ul > li > div.big > ul > li.white > ul > li.cur > a {
    color: #ff2b0b;
  }
  #menu > div > ul > li.u47 > div.big > ul > li {
    min-height: 390px;
  }
  #menu > div > ul > li.u50 > div.big > ul > li {
    min-height: 390px;
  }
  #menu > div > ul > li > div.big > ul > li.white > ul > li.hasSub > a {
    display: none;
  }
  #menu > div > ul > li > div.big > ul > li:not(.white) {
    position: relative;
  }
  .menuimg {
    width: 50%;
    height: calc(100% - 80px);
    position: absolute !important;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
    display: none !important;
  }
  .menuimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
  #menu > div > ul > li > div.big > ul > li.gesamtprogramm {
    position: absolute !important;
    left: 0;
    top: -50px;
    z-index: 100;
    min-height: 0px;
    height: auto;
  }
  #menu > div > ul > li > div.big > ul > li.gesamtprogramm a {
    color: #1e2733 !important;
    font-size: 20px;
    font-size: 1.33333333rem;
  }
}
@media (min-width: 1030px) and (min-width: 1320px) {
  #menu {
    left: 180px;
    width: calc(100% - 160px - 140px);
  }
}
@media (min-width: 1030px) and (min-width: 1430px) {
  #menu > div > ul > li > a {
    font-size: 15px;
    padding: 0 13px;
  }
}
@media (min-width: 1030px) and (min-width: 1320px) {
  #menu > div > ul > li.act > a:before,
  #menu > div > ul > li:hover > a:before {
    width: calc(100% - 26px);
  }
}
@media (min-width: 1030px) and (min-width: 1320px) {
  #menu > div > ul > li > div.big > ul {
    width: 85%;
  }
}
@media (min-width: 1030px) and (min-width: 1320px) {
  #menu > div > ul > li > div.big > ul > li {
    padding: 5rem 3rem 3rem;
  }
}
@media (min-width: 1030px) and (min-width: 1320px) {
  .menuimg {
    display: block !important;
  }
}
/****************** MENU DESKTOP ENDE ******************/
/*@import"../../../typo3temp/DynCss/"/fileadmin/template/Resources/Public/less/menu-left.less";*/
/*@import"../../../typo3temp/DynCss/"/fileadmin/template/Resources/Public/less/menu-burger.less";*/
.Tx-Formhandler .row {
  clear: both;
}
.formhandler-ajax-validation-result,
.Tx-Formhandler .loading {
  display: none !important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="phone"],
select,
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
form {
  padding: 0;
  margin: 0;
  /***** INPUT TYPE NUMBER ******/
  /***** HONEYPOT *******/
}
form .section {
  margin-left: 10px;
  margin-right: 10px;
}
form:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
form fieldset {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0px;
  border: none;
}
form .required {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  text-indent: -999em;
  background: #abb4bc;
}
form .success .required {
  background-color: #26c281;
}
form .error .required,
form .has-error .required {
  width: 44px;
  height: 44px;
  background-color: #eb6c62;
  cursor: pointer;
}
form .error .required:before,
form .has-error .required:before {
  content: '\3f';
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  font-family: 'default';
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
form .input,
form .textarea,
form .select,
form .checkbox,
form .radio,
form .submit {
  position: relative;
  margin: 0px 10px 10px 10px;
}
form .select.error.focus:before,
form .select.has-error.focus:before {
  border-color: #eb6c62;
}
form .input:focus,
form .textarea:focus,
form .select:focus {
  border-color: #abb4bc;
}
form .input .label,
form .textarea .label,
form .select .label {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 10px;
  pointer-events: none;
}
form .input .label label,
form .textarea .label label,
form .select .label label {
  line-height: 44px;
  height: 44px;
  display: inline-block;
  color: #a0abb4;
}
form .input input,
form .textarea input,
form .select input,
form .input textarea,
form .textarea textarea,
form .select textarea,
form .input select,
form .textarea select,
form .select select {
  width: 100%;
  border: 1px solid #e1e6e8;
  margin: 0;
  padding: 0 10px;
  background: #f9fafb;
  font-size: 1em;
  height: 44px;
  line-height: 44px;
  color: #000;
}
form .input.error .label,
form .textarea.error .label,
form .select.error .label,
form .input.has-error .label,
form .textarea.has-error .label,
form .select.has-error .label {
  padding-left: 54px;
}
form .input.error .label label,
form .textarea.error .label label,
form .select.error .label label,
form .input.has-error .label label,
form .textarea.has-error .label label,
form .select.has-error .label label {
  color: #eb6c62;
}
form .input.error input,
form .textarea.error input,
form .select.error input,
form .input.has-error input,
form .textarea.has-error input,
form .select.has-error input,
form .input.error textarea,
form .textarea.error textarea,
form .select.error textarea,
form .input.has-error textarea,
form .textarea.has-error textarea,
form .select.has-error textarea,
form .input.error select,
form .textarea.error select,
form .select.error select,
form .input.has-error select,
form .textarea.has-error select,
form .select.has-error select {
  padding-left: 54px;
  border-color: #fbe2e0;
  background-color: #fcedeb;
}
form .input.error input:focus,
form .textarea.error input:focus,
form .select.error input:focus,
form .input.has-error input:focus,
form .textarea.has-error input:focus,
form .select.has-error input:focus,
form .input.error textarea:focus,
form .textarea.error textarea:focus,
form .select.error textarea:focus,
form .input.has-error textarea:focus,
form .textarea.has-error textarea:focus,
form .select.has-error textarea:focus,
form .input.error select:focus,
form .textarea.error select:focus,
form .select.error select:focus,
form .input.has-error select:focus,
form .textarea.has-error select:focus,
form .select.has-error select:focus {
  border-color: #eb6c62;
}
form .input.hasValue .label,
form .textarea.hasValue .label,
form .select.hasValue .label {
  right: 0px;
  bottom: 0px;
  left: auto;
  top: auto;
  font-size: 0.65rem;
  opacity: 0.5;
}
form .input.hasValue .label label,
form .textarea.hasValue .label label,
form .select.hasValue .label label {
  height: auto;
  line-height: 2.5em;
}
form .input.hasValue.date .label,
form .textarea.hasValue.date .label,
form .select.hasValue.date .label {
  right: 30px;
}
form .textarea textarea {
  min-height: 99px;
  overflow: auto;
  max-width: 100%;
  min-width: 100%;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
}
form .input.date:after {
  content: '\1f4c5';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
  font-family: 'default';
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: 0;
  font-size: 18px;
  color: #abb4bc;
}
form .input span.error,
form .textarea span.error,
form .select span.error,
form .checkbox span.error,
form .radio span.error {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 70px;
  padding: 0 20px;
  background: #eb6c62;
  margin: -80px 0 0 -10px;
  color: #fff;
  font-style: italic;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  white-space: nowrap;
  z-index: 1;
}
form .input span.error.on,
form .textarea span.error.on,
form .select span.error.on,
form .checkbox span.error.on,
form .radio span.error.on {
  display: block;
}
form .input span.error:before,
form .textarea span.error:before,
form .select span.error:before,
form .checkbox span.error:before,
form .radio span.error:before {
  content: '';
  position: absolute;
  left: 22px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eb6c62 transparent transparent transparent;
}
form .input .alert,
form .textarea .alert,
form .select .alert,
form .checkbox .alert,
form .radio .alert {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 70px;
  padding: 0 20px;
  background: #eb6c62;
  margin: -80px 0 0 -10px;
  color: #fff;
  font-style: italic;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  white-space: nowrap;
  z-index: 1;
}
form .input .alert.on,
form .textarea .alert.on,
form .select .alert.on,
form .checkbox .alert.on,
form .radio .alert.on {
  display: block;
}
form .input .alert:before,
form .textarea .alert:before,
form .select .alert:before,
form .checkbox .alert:before,
form .radio .alert:before {
  content: '';
  position: absolute;
  left: 22px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eb6c62 transparent transparent transparent;
}
form .checkbox:hover label:before {
  border-color: #abb4bc;
}
form .checkbox > * {
  min-height: 44px;
  width: 100%;
  line-height: 44px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
form .checkbox > small {
  line-height: 2em;
}
form .checkbox.error label:before,
form .checkbox.has-error label:before {
  border-color: #fbe2e0;
  background-color: #fcedeb;
}
form .checkbox input {
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0;
  vertical-align: top;
  width: 20px;
  position: relative;
  z-index: 100;
}
form .checkbox input:checked + span:before {
  border-color: #abb4bc;
}
form .checkbox input:checked + span:after {
  width: 20px;
  height: 20px;
  content: '\1f5f8';
  position: absolute;
  left: 5px;
  top: 24px;
  margin-top: -12px;
  cursor: pointer;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  color: #26c281;
}
form .checkbox label span {
  display: inline-block;
  line-height: 1.5em;
  padding-top: 9px;
  width: 70%;
}
form .checkbox label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e1e6e8;
  background: #f9fafb;
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  margin-top: -10px;
  cursor: pointer;
}
form .radio > * {
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
form .radio input {
  width: 20px;
  opacity: 0;
  margin-right: 0px;
  height: auto;
}
form .radio span {
  color: #9fabb3;
  margin-right: 10px;
}
form .radio span label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e1e6e8;
  background: #f9fafb;
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
form .radio span input:checked + label:before {
  border-color: #abb4bc;
}
form .radio span input:checked + label:after {
  width: 10px;
  height: 10px;
  background: #26c281;
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
form .radio span.error span label:before,
form .radio span.has-error span label:before {
  border-color: #fbe2e0;
  background-color: #fcedeb;
}
form .radio span:hover label:before {
  border-color: #abb4bc;
}
form .select:before {
  content: '';
  width: 50px;
  height: 42px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #f9fafb;
  z-index: 10;
  border: 1px solid #e1e6e8;
  border-left: none;
  pointer-events: none;
}
form .select.focus:before {
  border-color: #abb4bc;
}
form .select.error:before,
form .select.has-error:before {
  border-color: #fbe2e0;
  background-color: #fcedeb;
}
form .select:after {
  content: '\2304';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  z-index: 15;
  pointer-events: none;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  color: #abb4bc;
}
form .select.hasValue label {
  display: none;
}
form .radio .required,
form .checkbox .required,
form .radio .error,
form .checkbox .error,
form .radio .alert,
form .checkbox .alert {
  display: none;
}
form .radio.error .required,
form .checkbox.error .required,
form .radio.alert .required,
form .checkbox.alert .required {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eb6c62;
  cursor: pointer;
}
form .submit .button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  background: #1e2733;
  color: #fff;
}
form .submit .button:hover {
  background: #ff2b0b;
}
form .select.hasValue .required {
  background: #26c281;
}
form .input.quantity input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  padding-bottom: 10px;
}
form .input.quantity input[type="number"]::-webkit-inner-spin-button,
form .input.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .input.quantity .label {
  text-align: center;
  width: 100%;
}
form .input.quantity.hasValue .label {
  width: 100%;
  text-align: center;
  right: 0;
}
form .input.quantity.hasValue .label label {
  position: relative;
  top: 4px;
}
form .input.quantity .quantity-button {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #abb4bc;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
form .input.quantity .quantity-up {
  left: auto;
  right: 15px;
}
.js form .input.nickname {
  display: none;
}
#quickform-form .input.date:after {
  content: '\2304';
  right: 35px;
  margin-top: -33px;
  font-size: 0.625rem;
  color: #abb4bc;
}
#quickform_date_arrival_alt,
#quickform_date_departure_alt {
  border: medium none;
  display: block !important;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 35px;
  visibility: hidden;
}
optgroup option {
  display: block !important;
}
#actual-price-aktion .initial-hidden,
#actual-price-aktion .initial-hidden-construction {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#actual-price-aktion .toggle-visibility,
#actual-price-aktion .toggle-visibility-construction {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.dce-article-partner-net table {
  table-layout: auto;
}
.dce-article-partner-net table th,
.dce-article-partner-net table td {
  padding: 0.5rem;
  text-align: center;
}
.highlight-color {
  color: #ff2b0b;
}
.lagerware-info {
  display: none;
}
.pid199 .lagerware-info {
  display: table-row;
}
.size_select {
  display: none;
}
.show-size .article_anz,
.show-size .size_select {
  display: block;
  margin: 5px 0;
}
.taskforms-country .choices[data-type*=select-one]:after {
  display: none;
}
/*****************************************************************************************/
/****  http://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/         ****/
/****                                                                                 ****/
/****  Default Style of Section Content elements                                      ****/
/****                                                                                 ****/
/*****************************************************************************************/
.overviewItem {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}
/* Common style */
.overviewItem figure {
  position: relative;
  overflow: hidden;
  margin: 2px;
  width: calc(100% - 2px);
  background: #2e4154;
  text-align: center;
  cursor: pointer;
}
.overviewItem figure img,
.overviewItem figure picture {
  position: relative;
  display: block;
  /*min-height: 100%;*/
  max-width: 100%;
  opacity: 0.8;
}
.overviewItem figure figcaption {
  padding: 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overviewItem figure figcaption::before,
.overviewItem figure figcaption::after {
  pointer-events: none;
}
.overviewItem figure figcaption,
.overviewItem figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.overviewItem figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.overviewItem figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #ffffff;
}
.overviewItem figure h2 span {
  font-weight: 800;
}
.overviewItem figure h2,
.overviewItem figure p {
  margin: 0;
  font-style: normal;
}
.overviewItem figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  color: #ffffff;
}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
.overviewItem figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(150%);
  width: calc(150%);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.overviewItem figure.effect-lily figcaption {
  text-align: left;
}
.overviewItem figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
.overviewItem figure.effect-lily h2,
.overviewItem figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.overviewItem figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-lily p {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-lily:hover img,
  .overviewItem figure.effect-lily:hover p {
    opacity: 1;
  }
  .overviewItem figure.effect-lily:hover img,
  .overviewItem figure.effect-lily:hover h2,
  .overviewItem figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
.overviewItem figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #2e4154 0%, #2e4154 75%);
  background: linear-gradient(to bottom, #2e4154 0%, #2e4154 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.overviewItem figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.overviewItem figure.effect-sadie figcaption::before,
.overviewItem figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-sadie:hover h2 {
    color: #ffffff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  }
  .overviewItem figure.effect-sadie:hover figcaption::before,
  .overviewItem figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Roxy *****/
/*---------------*/
.overviewItem figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(45deg, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(160%);
  width: calc(160%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.overviewItem figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.overviewItem figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}
.overviewItem figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}
.overviewItem figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-roxy:hover figcaption::before,
  .overviewItem figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
.overviewItem figure.effect-bubba {
  background: #2e4154;
}
.overviewItem figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-bubba:hover img {
    opacity: 0.4;
  }
}
.overviewItem figure.effect-bubba figcaption::before,
.overviewItem figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-bubba figcaption::before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.overviewItem figure.effect-bubba figcaption::after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.overviewItem figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.overviewItem figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-bubba:hover figcaption::before,
  .overviewItem figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .overviewItem figure.effect-bubba:hover h2,
  .overviewItem figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Romeo *****/
/*---------------*/
.overviewItem figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.overviewItem figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-romeo figcaption::before,
.overviewItem figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #ffffff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .overviewItem figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
}
.overviewItem figure.effect-romeo h2,
.overviewItem figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}
.overviewItem figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  }
  .overviewItem figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  }
}
/*---------------*/
/***** Layla *****/
/*---------------*/
.overviewItem figure.effect-layla {
  background: #2e4154;
}
.overviewItem figure.effect-layla img {
  height: 390px;
}
.overviewItem figure.effect-layla figcaption {
  padding: 3em;
}
.overviewItem figure.effect-layla figcaption::before,
.overviewItem figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}
.overviewItem figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.overviewItem figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.overviewItem figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.overviewItem figure.effect-layla img,
.overviewItem figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.overviewItem figure.effect-layla img,
.overviewItem figure.effect-layla figcaption::before,
.overviewItem figure.effect-layla figcaption::after,
.overviewItem figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-layla:hover figcaption::before,
  .overviewItem figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .overviewItem figure.effect-layla:hover h2,
  .overviewItem figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-layla:hover figcaption::after,
  .overviewItem figure.effect-layla:hover h2,
  .overviewItem figure.effect-layla:hover p,
  .overviewItem figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
}
/*---------------*/
/***** Honey *****/
/*---------------*/
.overviewItem figure.effect-honey {
  background: #2e4154;
}
.overviewItem figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-honey:hover img {
    opacity: 0.5;
  }
}
.overviewItem figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #00a9d2;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.overviewItem figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.overviewItem figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.overviewItem figure.effect-honey figcaption::before,
.overviewItem figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-honey:hover figcaption::before,
  .overviewItem figure.effect-honey:hover h2,
  .overviewItem figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
.overviewItem figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #2e4154 0%, #2e4154 40%, #2e4154 100%);
  background: linear-gradient(45deg, #2e4154 0%, #2e4154 40%, #2e4154 100%);
}
.overviewItem figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-oscar figcaption {
  padding: 3em;
  background-color: #2e4154;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.overviewItem figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: '';
}
.overviewItem figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.overviewItem figure.effect-oscar figcaption::before,
.overviewItem figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-oscar:hover figcaption::before,
  .overviewItem figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .overviewItem figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, 0);
  }
  .overviewItem figure.effect-oscar:hover img {
    opacity: 0.4;
  }
}
/*---------------*/
/***** Marley *****/
/*---------------*/
.overviewItem figure.effect-marley figcaption {
  text-align: right;
}
.overviewItem figure.effect-marley h2,
.overviewItem figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.overviewItem figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.overviewItem figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.overviewItem figure.effect-marley h2::after,
.overviewItem figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-marley:hover h2::after,
  .overviewItem figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
.overviewItem figure.effect-ruby {
  background-color: #2e4154;
}
.overviewItem figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.overviewItem figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.overviewItem figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #2e4154;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}
/*---------------*/
/***** Milo *****/
/*---------------*/
.overviewItem figure.effect-milo {
  background: #2e4154;
}
.overviewItem figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(160%);
  width: calc(160%);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.overviewItem figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.overviewItem figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #ffffff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Dexter *****/
/*---------------*/
.overviewItem figure.effect-dexter {
  background: -webkit-linear-gradient(top, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(to bottom, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-dexter:hover img {
    opacity: 0.4;
  }
}
.overviewItem figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(20%);
  height: calc(20%);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}
.overviewItem figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
.overviewItem figure.effect-sarah {
  background: #2e4154;
}
.overviewItem figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(120%);
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-sarah figcaption {
  text-align: left;
}
.overviewItem figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.overviewItem figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.overviewItem figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.overviewItem figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Zoe *****/
/*---------------*/
.overviewItem figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #2e4154;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.overviewItem figure.effect-zoe h2 {
  float: left;
}
.overviewItem figure.effect-zoe p.icon-links a {
  float: right;
  color: #ffffff;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-zoe:hover p.icon-links a:hover,
  .overviewItem figure.effect-zoe:hover p.icon-links a:focus {
    color: #ffffff;
  }
}
.overviewItem figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #ffffff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.overviewItem figure.effect-zoe h2,
.overviewItem figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.overviewItem figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.overviewItem figure.effect-zoe h2 {
  display: inline-block;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-zoe:hover p.description {
    opacity: 1;
  }
  .overviewItem figure.effect-zoe:hover figcaption,
  .overviewItem figure.effect-zoe:hover h2,
  .overviewItem figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .overviewItem figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .overviewItem figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .overviewItem figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
/*---------------*/
/***** Chico *****/
/*---------------*/
.overviewItem figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.overviewItem figure.effect-chico figcaption {
  padding: 3em;
}
.overviewItem figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.overviewItem figure.effect-chico figcaption::before,
.overviewItem figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}
.overviewItem figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-chico:hover figcaption::before,
  .overviewItem figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
@media screen and (max-width: 50em) {
	.overviewItem figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*/
/*---------------*/
/***** Julia *****/
/*---------------*/
.overviewItem figure.effect-julia {
  background: #2e4154;
}
.overviewItem figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overviewItem figure.effect-julia figcaption {
  text-align: left;
}
.overviewItem figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
.overviewItem figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: #2e4154;
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
.overviewItem figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.overviewItem figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overviewItem figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .overviewItem figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .overviewItem figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .overviewItem figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  .overviewItem figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
.overviewItem figure.effect-goliath {
  background: #2e4154;
}
.overviewItem figure.effect-goliath img,
.overviewItem figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overviewItem figure.effect-goliath h2,
.overviewItem figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.overviewItem figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }
  .overviewItem figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  .overviewItem figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------*/
/***** Hera *****/
/*-----------------*/
.overviewItem figure.effect-hera {
  background: #2e4154;
}
.overviewItem figure.effect-hera h2 {
  font-size: 158.75%;
}
.overviewItem figure.effect-hera h2,
.overviewItem figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.overviewItem figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.overviewItem figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
  display: none;
}
.overviewItem figure.effect-hera p a {
  color: #fff;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-hera p a:hover,
  .overviewItem figure.effect-hera p a:focus {
    opacity: 0.6;
  }
}
.overviewItem figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
.overviewItem figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
.overviewItem figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
.overviewItem figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  }
  .overviewItem figure.effect-hera:hover h2 {
    /*opacity: 0;*/
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  }
  .overviewItem figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
  }
}
/*-----------------*/
/***** Winston *****/
/*-----------------*/
.overviewItem figure.effect-winston {
  background: #2e4154;
  text-align: left;
}
.overviewItem figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overviewItem figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../..//fileadmin/template/Resources/Public/img/triangle.svg') no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.overviewItem figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.overviewItem figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
  opacity: 0;
}
.overviewItem figure.effect-winston p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-winston:hover img {
    opacity: 0.6;
  }
  .overviewItem figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }
  .overviewItem figure.effect-winston:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------*/
/***** Selena *****/
/*-----------------*/
.overviewItem figure.effect-selena {
  background: #2e4154;
}
.overviewItem figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-selena:hover img {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
}
.overviewItem figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.overviewItem figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  }
}
/*-----------------*/
/***** Terry *****/
/*-----------------*/
.overviewItem figure.effect-terry {
  background: #2e4154;
}
.overviewItem figure.effect-terry figcaption {
  padding: 30px;
}
.overviewItem figure.effect-terry figcaption::before,
.overviewItem figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #ffffff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 15px 60px 0;
  -webkit-transform: translate3d(15px, 60px, 0);
  transform: translate3d(15px, 60px, 0);
}
.overviewItem figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0);
}
.overviewItem figure.effect-terry img,
.overviewItem figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-terry img {
  opacity: 0.85;
}
.overviewItem figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}
.overviewItem figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}
.overviewItem figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-terry p a:hover,
  .overviewItem figure.effect-terry p a:focus {
    color: #ffffff;
  }
  .overviewItem figure.effect-terry:hover figcaption::before,
  .overviewItem figure.effect-terry:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-terry:hover img {
    opacity: 0.6;
  }
  .overviewItem figure.effect-terry:hover h2,
  .overviewItem figure.effect-terry:hover p a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-terry:hover p a {
    opacity: 1;
  }
  .overviewItem figure.effect-terry:hover p a:first-child {
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s;
  }
  .overviewItem figure.effect-terry:hover p a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .overviewItem figure.effect-terry:hover p a:nth-child(3) {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
  }
  .overviewItem figure.effect-terry:hover p a:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
.overviewItem figure.effect-phoebe {
  background: #2e4154;
}
.overviewItem figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-phoebe:hover img {
    opacity: 0.6;
  }
}
.overviewItem figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../..//fileadmin/template/Resources/Public/img/triangle2.svg') no-repeat center center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(5, 2.5, 1);
  transform: scale3d(5, 2.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-phoebe:hover figcaption::before {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.overviewItem figure.effect-phoebe h2 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-phoebe:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-phoebe p {
  display: none;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/
.overviewItem figure.effect-apollo {
  background: #2e4154;
}
.overviewItem figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.overviewItem figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e4154;
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.overviewItem figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #ffffff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-apollo h2 {
  text-align: left;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .overviewItem figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  }
  .overviewItem figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
/*-----------------*/
/***** Kira *****/
/*-----------------*/
.overviewItem figure.effect-kira {
  background: #2e4154;
  text-align: left;
}
.overviewItem figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-kira figcaption {
  z-index: 1;
}
.overviewItem figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.overviewItem figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-kira p a:hover,
  .overviewItem figure.effect-kira p a:focus {
    opacity: 0.6;
  }
}
.overviewItem figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #2e4154;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-kira:hover img {
    opacity: 0.5;
  }
  .overviewItem figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-kira:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  }
}
/*-----------------*/
/***** Steve *****/
/*-----------------*/
.overviewItem figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000;
}
.overviewItem figure.effect-steve:before,
.overviewItem figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.overviewItem figure.effect-steve figcaption {
  z-index: 1;
}
.overviewItem figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}
.overviewItem figure.effect-steve h2,
.overviewItem figure.effect-steve p {
  background: #2e4154;
  color: #ffffff;
}
.overviewItem figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
  color: #ffffff;
}
.overviewItem figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.overviewItem figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-steve:hover:before {
    opacity: 1;
  }
  .overviewItem figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
  }
  .overviewItem figure.effect-steve:hover h2:before {
    opacity: 0;
  }
  .overviewItem figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*-----------------*/
/***** Moses *****/
/*-----------------*/
.overviewItem figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-moses h2,
.overviewItem figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #ffffff;
}
.overviewItem figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}
.overviewItem figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .overviewItem figure.effect-moses:hover img {
    opacity: 0.6;
  }
}
/*---------------*/
/***** Jazz *****/
/*---------------*/
.overviewItem figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-jazz img {
  opacity: 0.9;
}
.overviewItem figure.effect-jazz figcaption::after,
.overviewItem figure.effect-jazz img,
.overviewItem figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.overviewItem figure.effect-jazz h2,
.overviewItem figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.overviewItem figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .overviewItem figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  }
  .overviewItem figure.effect-jazz:hover h2,
  .overviewItem figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*---------------*/
/***** Ming *****/
/*---------------*/
.overviewItem figure.effect-ming {
  background: #2e4154;
}
.overviewItem figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.overviewItem figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.overviewItem figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.overviewItem figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .overviewItem figure.effect-ming:hover figcaption::before,
  .overviewItem figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .overviewItem figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
  }
  .overviewItem figure.effect-ming:hover img {
    opacity: 0.4;
  }
}
/*---------------*/
/***** Lexi *****/
/*---------------*/
.overviewItem figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(110%);
  width: calc(110%);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overviewItem figure.effect-lexi figcaption::before,
.overviewItem figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.overviewItem figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.overviewItem figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
.overviewItem figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}
@media (min-width: 992px) {
  .overviewItem figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .overviewItem figure.effect-lexi:hover h2,
  .overviewItem figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*---------------*/
/***** Duke *****/
/*---------------*/
.overviewItem figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
  background: linear-gradient(-45deg, #2e4154 0%, #2e4154 100%);
}
.overviewItem figure.effect-duke img,
.overviewItem figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
  }
}
.overviewItem figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.overviewItem figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #ffffff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
@media (min-width: 992px) {
  .overviewItem figure.effect-duke:hover h2,
  .overviewItem figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Media queries 
@media screen and (max-width: 50em) {
	.overviewItem figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*/
/*! jQuery UI - v1.10.4 - 2014-09-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content:"../../../typo3temp/DynCss/"";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/animated-overlay.gif');
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaaaaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #ffffff url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_222222_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_222222_256x240.png');
}
.ui-state-default .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_888888_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_454545_256x240.png');
}
.ui-state-active .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_454545_256x240.png');
}
.ui-state-highlight .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_2e83ff_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-icons_cd0a0a_256x240.png');
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url('../../..//fileadmin/template/Resources/Public/less/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.ui-datepicker td,
.ui-datepicker th {
  font-size: 1em;
}
/*** https://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/ ***/
html {
  overflow-x: hidden;
}
/* loading option */
.js .go-page-transition-loading,
.js .go-page-transition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1000000;
  pointer-events: none;
}
.js .go-page-transition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* animation sets */
.js .go-page-transition-fadeOut {
  opacity: 0;
  -webkit-transition: all 3.6s ease;
  transition: all 3.6s ease;
}
.js .go-page-transition-fadeIn {
  opacity: 1;
  -webkit-transition: all 3.6s ease;
  transition: all 3.6s ease;
}
/* move from / to  */
.js .go-page-transition-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}
.js .go-page-transition-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}
.js .go-page-transition-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}
.js .go-page-transition-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}
.js .go-page-transition-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both;
}
.js .go-page-transition-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}
.js .go-page-transition-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both;
}
.js .go-page-transition-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both;
}
/* fade */
.js .go-page-transition-fade {
  -webkit-animation: fade .7s ease both;
  animation: fade .7s ease both;
}
/* move from / to and fade */
.js .go-page-transition-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both;
}
.js .go-page-transition-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both;
}
.js .go-page-transition-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both;
}
.js .go-page-transition-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both;
}
.js .go-page-transition-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both;
}
.js .go-page-transition-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both;
}
.js .go-page-transition-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both;
}
.js .go-page-transition-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both;
}
/* move to with different easing */
.js .go-page-transition-moveToLeftEasing {
  -webkit-animation: moveToLeft 0.7s ease-in-out both;
  animation: moveToLeft 0.7s ease-in-out both;
}
.js .go-page-transition-moveToRightEasing {
  -webkit-animation: moveToRight 0.7s ease-in-out both;
  animation: moveToRight 0.7s ease-in-out both;
}
.js .go-page-transition-moveToTopEasing {
  -webkit-animation: moveToTop 0.7s ease-in-out both;
  animation: moveToTop 0.7s ease-in-out both;
}
.js .go-page-transition-moveToBottomEasing {
  -webkit-animation: moveToBottom 0.7s ease-in-out both;
  animation: moveToBottom 0.7s ease-in-out both;
}
/********************************* keyframes **************************************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
  }
}
@keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}
@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* fade */
@-webkit-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@keyframes fade {
  to {
    opacity: 0.3;
  }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* scale and fade */
.js .go-page-transition-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.js .go-page-transition-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}
.js .go-page-transition-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both;
}
.js .go-page-transition-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
.js .go-page-transition-scaleDownCenter {
  -webkit-animation: scaleDownCenter 0.4s ease-in both;
  animation: scaleDownCenter 0.4s ease-in both;
}
.js .go-page-transition-scaleUpCenter {
  -webkit-animation: scaleUpCenter 0.4s ease-out both;
  animation: scaleUpCenter 0.4s ease-out both;
}
/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* rotate sides first and scale */
.js .go-page-transition-rotateRightSideFirst {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.8s both ease-in;
  animation: rotateRightSideFirst 0.8s both ease-in;
}
.js .go-page-transition-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst 0.8s both ease-in;
  animation: rotateLeftSideFirst 0.8s both ease-in;
}
.js .go-page-transition-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst 0.8s both ease-in;
  animation: rotateTopSideFirst 0.8s both ease-in;
}
.js .go-page-transition-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideFirst 0.8s both ease-in;
  animation: rotateBottomSideFirst 0.8s both ease-in;
}
/* flip */
.js .go-page-transition-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutRight 0.5s both ease-in;
  animation: flipOutRight 0.5s both ease-in;
}
.js .go-page-transition-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInLeft 0.5s both ease-out;
  animation: flipInLeft 0.5s both ease-out;
}
.js .go-page-transition-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft 0.5s both ease-in;
  animation: flipOutLeft 0.5s both ease-in;
}
.js .go-page-transition-flipInRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInRight 0.5s both ease-out;
  animation: flipInRight 0.5s both ease-out;
}
.js .go-page-transition-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutTop 0.5s both ease-in;
  animation: flipOutTop 0.5s both ease-in;
}
.js .go-page-transition-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInBottom 0.5s both ease-out;
  animation: flipInBottom 0.5s both ease-out;
}
.js .go-page-transition-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom 0.5s both ease-in;
  animation: flipOutBottom 0.5s both ease-in;
}
.js .go-page-transition-flipInTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInTop 0.5s both ease-out;
  animation: flipInTop 0.5s both ease-out;
}
/* rotate fall */
.js .go-page-transition-rotateFall {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  animation: rotateFall 1s both ease-in;
}
/* rotate newspaper */
.js .go-page-transition-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
  animation: rotateOutNewspaper 0.5s both ease-in;
}
.js .go-page-transition-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper 0.5s both ease-out;
  animation: rotateInNewspaper 0.5s both ease-out;
}
/* push */
.js .go-page-transition-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  animation: rotatePushLeft .8s both ease;
}
.js .go-page-transition-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  animation: rotatePushRight .8s both ease;
}
.js .go-page-transition-rotatePushTop {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotatePushTop .8s both ease;
  animation: rotatePushTop .8s both ease;
}
.js .go-page-transition-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom .8s both ease;
  animation: rotatePushBottom .8s both ease;
}
/* pull */
.js .go-page-transition-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight .5s both ease;
  animation: rotatePullRight .5s both ease;
}
.js .go-page-transition-rotatePullLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePullLeft .5s both ease;
  animation: rotatePullLeft .5s both ease;
}
.js .go-page-transition-rotatePullTop {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotatePullTop .5s both ease;
  animation: rotatePullTop .5s both ease;
}
.js .go-page-transition-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom .5s both ease;
  animation: rotatePullBottom .5s both ease;
}
/* fold */
.js .go-page-transition-rotateFoldRight {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateFoldRight .7s both ease;
  animation: rotateFoldRight .7s both ease;
}
.js .go-page-transition-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft .7s both ease;
  animation: rotateFoldLeft .7s both ease;
}
.js .go-page-transition-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop .7s both ease;
  animation: rotateFoldTop .7s both ease;
}
.js .go-page-transition-rotateFoldBottom {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateFoldBottom .7s both ease;
  animation: rotateFoldBottom .7s both ease;
}
/* unfold */
.js .go-page-transition-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft .7s both ease;
  animation: rotateUnfoldLeft .7s both ease;
}
.js .go-page-transition-rotateUnfoldRight {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateUnfoldRight .7s both ease;
  animation: rotateUnfoldRight .7s both ease;
}
.js .go-page-transition-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop .7s both ease;
  animation: rotateUnfoldTop .7s both ease;
}
.js .go-page-transition-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateUnfoldBottom .7s both ease;
  animation: rotateUnfoldBottom .7s both ease;
}
/* room walls */
.js .go-page-transition-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut .8s both ease;
  animation: rotateRoomLeftOut .8s both ease;
}
.js .go-page-transition-rotateRoomLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoomLeftIn .8s both ease;
  animation: rotateRoomLeftIn .8s both ease;
}
.js .go-page-transition-rotateRoomRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoomRightOut .8s both ease;
  animation: rotateRoomRightOut .8s both ease;
}
.js .go-page-transition-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn .8s both ease;
  animation: rotateRoomRightIn .8s both ease;
}
.js .go-page-transition-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut .8s both ease;
  animation: rotateRoomTopOut .8s both ease;
}
.js .go-page-transition-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateRoomTopIn .8s both ease;
  animation: rotateRoomTopIn .8s both ease;
}
.js .go-page-transition-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateRoomBottomOut .8s both ease;
  animation: rotateRoomBottomOut .8s both ease;
}
.js .go-page-transition-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn .8s both ease;
  animation: rotateRoomBottomIn .8s both ease;
}
/* cube */
.js .go-page-transition-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut 0.6s both ease-in;
  animation: rotateCubeLeftOut 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn 0.6s both ease-in;
  animation: rotateCubeLeftIn 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut 0.6s both ease-in;
  animation: rotateCubeRightOut 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn 0.6s both ease-in;
  animation: rotateCubeRightIn 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut 0.6s both ease-in;
  animation: rotateCubeTopOut 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCubeTopIn 0.6s both ease-in;
  animation: rotateCubeTopIn 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
  animation: rotateCubeBottomOut 0.6s both ease-in;
}
.js .go-page-transition-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
  animation: rotateCubeBottomIn 0.6s both ease-in;
}
/* carousel */
.js .go-page-transition-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut .8s both ease;
  animation: rotateCarouselLeftOut .8s both ease;
}
.js .go-page-transition-rotateCarouselLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselLeftIn .8s both ease;
  animation: rotateCarouselLeftIn .8s both ease;
}
.js .go-page-transition-rotateCarouselRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselRightOut .8s both ease;
  animation: rotateCarouselRightOut .8s both ease;
}
.js .go-page-transition-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn .8s both ease;
  animation: rotateCarouselRightIn .8s both ease;
}
.js .go-page-transition-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut .8s both ease;
  animation: rotateCarouselTopOut .8s both ease;
}
.js .go-page-transition-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselTopIn .8s both ease;
  animation: rotateCarouselTopIn .8s both ease;
}
.js .go-page-transition-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselBottomOut .8s both ease;
  animation: rotateCarouselBottomOut .8s both ease;
}
.js .go-page-transition-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn .8s both ease;
  animation: rotateCarouselBottomIn .8s both ease;
}
/* sides */
.js .go-page-transition-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut 0.5s both ease-in;
  animation: rotateSidesOut 0.5s both ease-in;
}
.js .go-page-transition-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn 0.5s both ease-out;
  animation: rotateSidesIn 0.5s both ease-out;
}
/* slide */
.js .go-page-transition-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease;
}
.js .go-page-transition-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease;
}
/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
/* flip */
@-webkit-keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
  }
}
@keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
    transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
    transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
    transform: translateY(100%) rotateZ(17deg);
  }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
/* push */
@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
  }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-webkit-keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-webkit-keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
    transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
    transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-webkit-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
/* animation delay classes */
.js .go-page-transition-delay100 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.js .go-page-transition-delay180 {
  -webkit-animation-delay: .180s;
  animation-delay: .180s;
}
.js .go-page-transition-delay200 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.js .go-page-transition-delay300 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.js .go-page-transition-delay400 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.js .go-page-transition-delay500 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.js .go-page-transition-delay700 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.js .go-page-transition-delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/**
 *  http://tympanus.net/codrops/2014/01/21/dot-navigation-styles/
 **/
/* Common styles and resets */
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #2e4154;
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
}
.control .dotstyle li.act > *,
.control .dotstyle li.act:hover > * {
  border-color: transparent;
  background-color: transparent;
}
.control .dotstyle li:hover > span,
.control .dotstyle li:hover > a {
  border-color: #ffffff;
  background-color: #2e4154;
}
.dotstyle li a:focus {
  outline: none;
}
/* Individual styles and effects */
/* Fill up */
.dotstyle-fillup li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.dotstyle-fillup li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 1px #ffffff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus,
.control .dotstyle-fillup li:hover > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.dotstyle-fillup li.act a::after {
  height: 100%;
}
/* Scale up */
.dotstyle-scaleup li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.control .dotstyle-scaleup li.act > *,
.control .dotstyle-scaleup li.act:hover > * {
  background-color: #2e4154;
}
.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
  background-color: #2e4154;
}
.dotstyle-scaleup li.act a {
  background-color: #2e4154;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* Stroke */
.dotstyle-stroke li a {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.dotstyle-stroke li a:hover,
.dotstyle-stroke li a:focus {
  background-color: #2e4154;
}
.dotstyle-stroke li.act a {
  background-color: transparent;
  box-shadow: 0 0 0 2px #2e4154;
}
/* Fill in */
.dotstyle-fillin li a {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.dotstyle-fillin li.act a {
  box-shadow: inset 0 0 0 calc(10px) #ffffff;
}
/* Circle grow */
.dotstyle-circlegrow li a {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dotstyle-circlegrow li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.dotstyle-circlegrow li a:hover,
.dotstyle-circlegrow li a:focus {
  opacity: 0.7;
}
.dotstyle-circlegrow li.act a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Dot to stroke */
.dotstyle-dotstroke li a {
  box-shadow: inset 0 0 0 calc(10px) #2e4154;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-dotstroke li a:hover,
.dotstyle-dotstroke li a:focus {
  box-shadow: inset 0 0 0 calc(10px) #ffffff;
}
.dotstyle-dotstroke li.act a {
  box-shadow: inset 0 0 0 2px white;
}
/* SVG draw circle stroke *

.dotstyle-drawcircle li {
	width: 18px;
	height: 18px;
}

.dotstyle-drawcircle li a {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #c44d48;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dotstyle-drawcircle li svg {
	z-index: 10;
}


.dotstyle-drawcircle li svg circle {
	opacity: 0;
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 39 39;
	stroke-dashoffset: 39;
	
	-webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
	transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

.dotstyle-drawcircle li.act a,
.dotstyle-drawcircle li a:hover,
.dotstyle-drawcircle li a:focus {
	opacity: 0.5;
}

.dotstyle-drawcircle li.act svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
	transition: stroke-dashoffset 0.3s, opacity 0.15s;
}
*/
/* Small dot with stroke */
.dotstyle-smalldotstroke li {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ffffff;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-smalldotstroke li a {
  background-color: #2e4154;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.control .dotstyle-smalldotstroke li.act > *,
.control .dotstyle-smalldotstroke li.act:hover > * {
  background-color: #2e4154;
}
.dotstyle-smalldotstroke li a:hover,
.dotstyle-smalldotstroke li a:focus,
.dotstyle-smalldotstroke li.act a {
  background-color: #2e4154;
}
.dotstyle-smalldotstroke li.act a {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.dotstyle-smalldotstroke li.act {
  box-shadow: 0 0 0 2px #ffffff;
}
/* Puff */
.dotstyle-puff li a {
  border: 2px solid #ffffff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  overflow: visible;
}
.dotstyle-puff li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #2e4154;
  border-radius: 50%;
  box-shadow: 0 0 1px #ffffff;
  opacity: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-puff li a:hover,
.dotstyle-puff li a:focus,
.dotstyle-puff li.act a {
  border-color: #ffffff;
}
.dotstyle-puff li.act a::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* 3D Flip */
.dotstyle-flip li {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.dotstyle-flip li a {
  background-color: transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.dotstyle-flip li a::before,
.dotstyle-flip li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2e4154;
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dotstyle-flip li a::after {
  background-color: #2e4154;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.dotstyle-flip li a:hover,
.dotstyle-flip li a:focus {
  opacity: 0.8;
}
.dotstyle-flip li.act a {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* Tooltip */
.dotstyle-tooltip li {
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.dotstyle-tooltip li a,
.dotstyle-tooltip li.act a,
.control .dotstyle-tooltip li.act > *,
.control .dotstyle-tooltip li.act:hover > * {
  top: auto;
  bottom: 250%;
  left: 50%;
  visibility: hidden;
  overflow: visible;
  padding: 0 10px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #2e4154;
  color: #ffffff;
  text-indent: 0;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}
.dotstyle-tooltip li a::after {
  /* http: //cssarrowplease.com/ */
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #2e4154;
  content: '';
  pointer-events: none;
  top: 99%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.act a {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.dotstyle-tooltip li.act {
  border-color: #ffffff;
}
.dotstyle-tooltip li:hover {
  z-index: 100;
}
.no-touch .dotstyle-tooltip ul:hover li.act a {
  opacity: 0.2;
}
.dotstyle-tooltip ul li.act:hover a {
  opacity: 1;
}
/* Dot move */
.dotstyle-dotmove li:last-child {
  position: absolute;
  left: 0;
  margin: 0;
  width: 48px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.dotstyle-dotmove li:last-child::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c44d48;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dotstyle-dotmove li.act:first-child ~ li:last-child {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.dotstyle-dotmove li.act:nth-child(2) ~ li:last-child {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.dotstyle-dotmove li.act:nth-child(3) ~ li:last-child {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}
.dotstyle-dotmove li.act:nth-child(4) ~ li:last-child {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.dotstyle-dotmove li.act:nth-child(5) ~ li:last-child {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}
.dotstyle-dotmove li.act:nth-child(6) ~ li:last-child {
  -webkit-transform: translateX(500%);
  transform: translateX(500%);
}
.dotstyle-dotmove li a {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
  background-color: #fff;
}
/* Fly in */
.dotstyle-hop li a {
  border: 2px solid #ffffff;
  background: transparent;
  overflow: visible;
}
.dotstyle-hop li a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 50%;
  visibility: hidden;
  background: #2e4154;
  opacity: 0;
  -webkit-transform: rotate(-100deg);
  transform: rotate(-100deg);
  -webkit-transform-origin: -200% 50%;
  transform-origin: -200% 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
}
.dotstyle-hop li a:focus {
  background: rgba(255, 255, 255, 0.2);
}
.dotstyle-hop li.act-from-right a::after {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  -webkit-transform-origin: 300% 50%;
  transform-origin: 300% 50%;
}
.dotstyle-hop li.act a::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Fall */
.dotstyle-fall li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: #2e4154;
  border-radius: 50%;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.dotstyle-fall li a {
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.act a,
.control .dotstyle-fall li.act > *,
.control .dotstyle-fall li.act:hover > * {
  background-color: #ff0000;
}
.dotstyle-fall li.act::after,
.control .dotstyle-fall li.act::after,
.control .dotstyle-fall li.act:hover::after {
  opacity: 1;
  background-color: #ff0000;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.dotstyle-fall li.act a {
  opacity: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
/* Test for cycle slide elements */
/* 4 classes: navInLeft, navInRight, navOutLeft, navOutRight
https://tympanus.net/Development/ItemTransitions/index2.html

*/
/*****************************************/
/* Soft Scale */
/*****************************************/
.fxSoftScale .navOutNext {
  -webkit-animation: goCycleScaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSoftScale .navInNext {
  -webkit-animation: goCycleScaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSoftScale .navOutPrev {
  -webkit-animation: goCycleScaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSoftScale .navInPrev {
  -webkit-animation: goCycleScaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes goCycleScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -ms-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes goCycleScaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -moz-transform: scale(0.9);
  }
}
@-ms-keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -ms-transform: scale(0.9);
  }
}
@keyframes goCycleScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes goCycleScaleUpDown {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleScaleUpDown {
  from {
    -moz-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleScaleUpDown {
  from {
    -ms-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes goCycleScaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Press away */
/*****************************************/
.fxPressAway .navOutNext {
  -webkit-animation: goCycleSlideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxPressAway .navInNext {
  opacity: 1;
  -webkit-animation: goCycleSlideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxPressAway .navOutPrev {
  -webkit-animation: goCycleSlideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxPressAway .navInPrev {
  opacity: 1;
  -webkit-animation: goCycleSlideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes goCycleSlideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSlideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSlideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes goCycleSlideOutScaleRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSlideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes goCycleSlideInFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes goCycleSlideInFromLeft {
  from {
    -ms-transform: translateX(-100%);
  }
  to {
    -ms-transform: translateX(0);
  }
}
@keyframes goCycleSlideInFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes goCycleSlideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSlideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSlideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@keyframes goCycleSlideOutScaleLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSlideInFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes goCycleSlideInFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes goCycleSlideInFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0);
  }
}
@keyframes goCycleSlideInFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*****************************************/
/* Side Swing */
/*****************************************/
.fxSideSwing .navOutNext {
  -webkit-animation: goCycleSlideOutScaleRight 1.2s forwards;
  animation: goCycleSlideOutScaleRight 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}
.fxSideSwing .navInNext {
  opacity: 1;
  -webkit-animation: goCycleSlideInFromLeft 1.2s forwards;
  animation: goCycleSlideInFromLeft 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}
.fxSideSwing .navOutPrev {
  -webkit-animation: goCycleSlideOutScaleLeft 1.2s forwards;
  animation: goCycleSlideOutScaleLeft 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}
.fxSideSwing .navInPrev {
  opacity: 1;
  -webkit-animation: goCycleSlideInFromRight 1.2s forwards;
  animation: goCycleSlideInFromRight 1.2s forwards;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  /* older webkit */
  -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}
/*****************************************/
/* Fortune wheel */
/*****************************************/
.fxFortuneWheel .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.fxFortuneWheel .navOutNext {
  -webkit-animation: goCycleSlideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxFortuneWheel .navInNext {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: goCycleRotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxFortuneWheel .navOutPrev {
  -webkit-animation: goCycleSlideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxFortuneWheel .navInPrev {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: goCycleRotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes goCycleRotateInFromLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleRotateInFromLeft {
  from {
    -moz-transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -moz-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleRotateInFromLeft {
  from {
    -ms-transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -ms-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes goCycleRotateInFromLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-55deg);
    transform: translateX(-100%) rotateY(-55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleRotateInFromRight {
  from {
    -webkit-transform: translateX(100%) rotateY(55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes goCycleRotateInFromRight {
  from {
    -webkit-transform: translateX(100%) rotateY(55deg);
    transform: translateX(100%) rotateY(55deg);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Swipe */
/*****************************************/
.fxSwipe .navOutNext {
  -webkit-animation: goCycleDecreaseHeight 0.8s forwards ease-in-out;
  animation: goCycleDecreaseHeight 0.8s forwards ease-in-out;
}
.fxSwipe .navInNext {
  -webkit-animation: goCycleShow 0.8s forwards ease-in-out;
  animation: goCycleShow 0.8s forwards ease-in-out;
}
.fxSwipe .navOutPrev {
  -webkit-animation: goCycleHide 0.8s forwards ease-in-out;
  animation: goCycleHide 0.8s forwards ease-in-out;
}
.fxSwipe .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleIncreaseHeight 0.8s forwards ease-in-out;
  animation: goCycleIncreaseHeight 0.8s forwards ease-in-out;
}
@-webkit-keyframes goCycleDecreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goCycleDecreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(-100%);
  }
}
@-ms-keyframes goCycleDecreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(-100%);
  }
}
@keyframes goCycleDecreaseHeight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes goCycleShow {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}
@-moz-keyframes goCycleShow {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}
@-ms-keyframes goCycleShow {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}
@keyframes goCycleShow {
  0% {
    opacity: 0;
  }
  1%,
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes goCycleHide {
  0%,
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes goCycleHide {
  0%,
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes goCycleHide {
  0%,
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goCycleHide {
  0%,
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes goCycleIncreaseHeight {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes goCycleIncreaseHeight {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes goCycleIncreaseHeight {
  from {
    -ms-transform: translateY(-100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
@keyframes goCycleIncreaseHeight {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
/*****************************************/
/* Push reveal */
/*****************************************/
.fxPushReveal .navOutNext {
  opacity: 1;
  -webkit-animation: goCycleSlideOutBottom 0.7s forwards ease-in-out;
  animation: goCycleSlideOutBottom 0.7s forwards ease-in-out;
}
.fxPushReveal .navInNext {
  opacity: 1;
  -webkit-animation: goCycleSlideInHalfFromTop 0.7s forwards ease-in-out;
  animation: goCycleSlideInHalfFromTop 0.7s forwards ease-in-out;
}
.fxPushReveal .navOutPrev {
  opacity: 1;
  -webkit-animation: goCycleSlideOutHalfTop 0.7s forwards ease-in-out;
  animation: goCycleSlideOutHalfTop 0.7s forwards ease-in-out;
}
.fxPushReveal .navInPrev {
  opacity: 1;
  z-index: 1001;
  -webkit-animation: goCycleSlideInFromBottom 0.7s forwards ease-in-out;
  animation: goCycleSlideInFromBottom 0.7s forwards ease-in-out;
}
@-webkit-keyframes goCycleSlideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes goCycleSlideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(100%);
  }
}
@-ms-keyframes goCycleSlideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(100%);
  }
}
@keyframes goCycleSlideOutBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes goCycleSlideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes goCycleSlideInHalfFromTop {
  from {
    -moz-transform: translateY(-50%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes goCycleSlideInHalfFromTop {
  from {
    -ms-transform: translateY(-50%);
  }
  to {
    -ms-transform: translateY(0);
  }
}
@keyframes goCycleSlideInHalfFromTop {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes goCycleSlideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-50%);
  }
}
@-moz-keyframes goCycleSlideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(-50%);
  }
}
@-ms-keyframes goCycleSlideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(-50%);
  }
}
@keyframes goCycleSlideOutHalfTop {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes goCycleSlideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes goCycleSlideInFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes goCycleSlideInFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0);
  }
}
@keyframes goCycleSlideInFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*****************************************/
/* Snap in */
/*****************************************/
.fxSnapIn .navOutNext {
  -webkit-animation: goCycleSlideOutLeft 0.5s forwards ease-in;
  animation: goCycleSlideOutLeft 0.5s forwards ease-in;
}
.fxSnapIn .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSnapIn .navOutPrev {
  -webkit-animation: goCycleSlideOutRight 0.5s forwards ease-in;
  animation: goCycleSlideOutRight 0.5s forwards ease-in;
}
.fxSnapIn .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSnapIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s 0.1s ease-in;
}
.fxSnapIn .navOutPrev::after,
.fxSnapIn .navOutNext::after {
  opacity: 1;
}
@-webkit-keyframes goCycleSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
  }
}
@-moz-keyframes goCycleSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(-10%);
  }
}
@-ms-keyframes goCycleSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateX(-10%);
  }
}
@keyframes goCycleSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes goCycleSlideFromRightFast {
  0%,
  50% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes goCycleSlideFromRightFast {
  0%,
  50% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes goCycleSlideFromRightFast {
  0%,
  50% {
    -ms-transform: translateX(100%);
  }
  100% {
    -ms-transform: translateX(0%);
  }
}
@keyframes goCycleSlideFromRightFast {
  0%,
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes goCycleSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
  }
}
@-moz-keyframes goCycleSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(10%);
  }
}
@-ms-keyframes goCycleSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateX(10%);
  }
}
@keyframes goCycleSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@-webkit-keyframes goCycleSlideFromLeftFast {
  0%,
  50% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes goCycleSlideFromLeftFast {
  0%,
  50% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes goCycleSlideFromLeftFast {
  0%,
  50% {
    -ms-transform: translateX(-100%);
  }
  100% {
    -ms-transform: translateX(0%);
  }
}
@keyframes goCycleSlideFromLeftFast {
  0%,
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*****************************************/
/* Let me in */
/*****************************************/
.fxLetMeIn .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.fxLetMeIn .navOutNext {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: goCycleRotateOutRight 0.5s forwards ease-in-out;
  animation: goCycleRotateOutRight 0.5s forwards ease-in-out;
}
.fxLetMeIn .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideFromRightFast 0.5s forwards ease;
  animation: goCycleSlideFromRightFast 0.5s forwards ease;
}
.fxLetMeIn .navOutPrev {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: goCycleRotateOutLeft 0.5s forwards ease-in-out;
  animation: goCycleRotateOutLeft 0.5s forwards ease-in-out;
}
.fxLetMeIn .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideFromLeftFast 0.5s forwards ease;
  animation: goCycleSlideFromLeftFast 0.5s forwards ease;
}
.fxLetMeIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease-in-out;
}
.fxLetMeIn .navOutPrev::after,
.fxLetMeIn .navOutNext::after {
  opacity: 1;
}
@-webkit-keyframes goCycleRotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(10deg);
  }
}
@-moz-keyframes goCycleRotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotateY(10deg);
  }
}
@-ms-keyframes goCycleRotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotateY(10deg);
  }
}
@keyframes goCycleRotateOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(10deg);
    transform: rotateY(10deg);
  }
}
@-webkit-keyframes goCycleRotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(-10deg);
  }
}
@-moz-keyframes goCycleRotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotateY(-10deg);
  }
}
@-ms-keyframes goCycleRotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotateY(-10deg);
  }
}
@keyframes goCycleRotateOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
  }
}
/*****************************************/
/* Stick it */
/*****************************************/
.fxStickIt .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.fxStickIt .navOutNext {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: goCycleRotateBottomSideOut 0.8s forwards ease-in;
  animation: goCycleRotateBottomSideOut 0.8s forwards ease-in;
}
.fxStickIt .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideInFromBottomDelayed 0.8s forwards;
  animation: goCycleSlideInFromBottomDelayed 0.8s forwards;
}
.fxStickIt .navOutPrev {
  opacity: 1;
  -webkit-animation: goCycleSlideOutToBottom 0.8s forwards;
  animation: goCycleSlideOutToBottom 0.8s forwards;
}
.fxStickIt .navInPrev {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: goCycleRotateBottomSideIn 0.8s 0.1s forwards ease-in;
  animation: goCycleRotateBottomSideIn 0.8s 0.1s forwards ease-in;
}
@-webkit-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -webkit-transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
  }
}
@-moz-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -moz-transform: rotateX(-15deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8) translateZ(-200px);
  }
}
@-ms-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -ms-transform: rotateX(-15deg);
    -ms-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.8) translateZ(-200px);
  }
}
@-webkit-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -webkit-transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
  }
}
@-moz-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -moz-transform: rotateX(-15deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8) translateZ(-200px);
  }
}
@-ms-keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -ms-transform: rotateX(-15deg);
    -ms-animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.8) translateZ(-200px);
  }
}
@keyframes goCycleRotateBottomSideOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
  }
}
@-webkit-keyframes goCycleSlideInFromBottomDelayed {
  0%,
  30% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes goCycleSlideInFromBottomDelayed {
  0%,
  30% {
    -moz-transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes goCycleSlideInFromBottomDelayed {
  0%,
  30% {
    -ms-transform: translateY(100%);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes goCycleSlideInFromBottomDelayed {
  0%,
  30% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes goCycleRotateBottomSideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
@-moz-keyframes goCycleRotateBottomSideIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -moz-transform: scale(1) translateZ(0) rotateX(-15deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
@-ms-keyframes goCycleRotateBottomSideIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -ms-transform: scale(1) translateZ(0) rotateX(-15deg);
    -ms-animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
@keyframes goCycleRotateBottomSideIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
  }
  60% {
    -webkit-transform: scale(1) translateZ(0) rotateX(-15deg);
    transform: scale(1) translateZ(0) rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) rotateX(0deg);
    transform: scale(1) translateZ(0) rotateX(0deg);
  }
}
/*****************************************/
/* Archive me */
/*****************************************/
.fxArchiveMe .navOutNext {
  -webkit-animation: goCycleScaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxArchiveMe .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-animation: goCycleSlideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxArchiveMe .navOutPrev {
  -webkit-animation: goCycleSlideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSlideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxArchiveMe .navInPrev {
  -webkit-animation: goCycleScaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleScaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxArchiveMe li::before,
.fxArchiveMe li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.fxArchiveMe li::after,
.fxArchiveMe .navOutNext::before {
  opacity: 1;
}
.fxArchiveMe li::before,
.fxArchiveMe li.current::after,
.fxArchiveMe .navInNext::after,
.fxArchiveMe .navInPrev::after {
  opacity: 0;
}
.fxArchiveMe .navInNext::after {
  transition: none;
}
@-webkit-keyframes goCycleScaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@-moz-keyframes goCycleScaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
}
@-ms-keyframes goCycleScaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes goCycleScaleHalfDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSlideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes goCycleSlideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(100%);
  }
}
@-ms-keyframes goCycleSlideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(100%);
  }
}
@keyframes goCycleSlideOutToBottom {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes goCycleScaleHalfUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleScaleHalfUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleScaleHalfUp {
  from {
    opacity: 0;
    -ms-transform: scale(0.6);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes goCycleScaleHalfUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Vertical growth */
/*****************************************/
.fxVGrowth .navOutNext {
  -webkit-animation: goCycleScaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: goCycleScaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}
.fxVGrowth .navInNext {
  z-index: 1001;
  opacity: 1;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: goCycleMaximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: goCycleMaximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}
.fxVGrowth .navOutPrev {
  -webkit-animation: goCycleScaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: goCycleScaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}
.fxVGrowth .navInPrev {
  z-index: 1001;
  opacity: 1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: goCycleMaximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
  animation: goCycleMaximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}
@-webkit-keyframes goCycleMaximize {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleMaximize {
  from {
    -moz-transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleMaximize {
  from {
    -ms-transform: scale(0);
  }
  to {
    -ms-transform: scale(1);
  }
}
@keyframes goCycleMaximize {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/
.fxSlideBehind .itemwrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.fxSlideBehind .navOutNext {
  -webkit-animation: goCycleHideLeft 0.8s forwards;
  animation: goCycleHideLeft 0.8s forwards;
}
.fxSlideBehind .navInNext {
  -webkit-animation: goCycleShowRight 0.8s forwards;
  animation: goCycleShowRight 0.8s forwards;
}
.fxSlideBehind .navOutPrev {
  -webkit-animation: goCycleHideRight 0.8s forwards;
  animation: goCycleHideRight 0.8s forwards;
}
.fxSlideBehind .navInPrev {
  -webkit-animation: goCycleShowLeft 0.8s forwards;
  animation: goCycleShowLeft 0.8s forwards;
}
@-webkit-keyframes goCycleHideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@-moz-keyframes goCycleHideLeft {
  0% {
    -moz-transform: translateZ(0px);
  }
  40% {
    -moz-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-400px);
  }
}
@-ms-keyframes goCycleHideLeft {
  0% {
    -ms-transform: translateZ(0px);
  }
  40% {
    -ms-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(-400px);
  }
}
@keyframes goCycleHideLeft {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes goCycleShowRight {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-moz-keyframes goCycleShowRight {
  0% {
    -moz-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -moz-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -moz-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-ms-keyframes goCycleShowRight {
  0% {
    -ms-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -ms-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -ms-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -ms-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes goCycleShowRight {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-webkit-keyframes goCycleHideRight {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@-moz-keyframes goCycleHideRight {
  0% {
    -moz-transform: translateZ(0px);
  }
  40% {
    -moz-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-400px);
  }
}
@-ms-keyframes goCycleHideRight {
  0% {
    -ms-transform: translateZ(0px);
  }
  40% {
    -ms-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(-400px);
  }
}
@keyframes goCycleHideRight {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes goCycleShowLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-moz-keyframes goCycleShowLeft {
  0% {
    -moz-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -moz-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -moz-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-ms-keyframes goCycleShowLeft {
  0% {
    -ms-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -ms-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -ms-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -ms-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes goCycleShowLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
/*****************************************/
/* Soft Pulse */
/*****************************************/
.fxSoftPulse .navOutPrev,
.fxSoftPulse .navOutNext {
  -webkit-animation: goCycleScaleUpFadeOut 0.8s forwards ease-in;
  animation: goCycleScaleUpFadeOut 0.8s forwards ease-in;
}
.fxSoftPulse .navInPrev,
.fxSoftPulse .navInNext {
  -webkit-animation: goCycleScaleDownFadeIn 0.8s forwards ease-out;
  animation: goCycleScaleDownFadeIn 0.8s forwards ease-out;
}
@-webkit-keyframes goCycleScaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes goCycleScaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes goCycleScaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -ms-transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@keyframes goCycleScaleUpFadeOut {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleScaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleScaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleScaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes goCycleScaleDownFadeIn {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*****************************************/
/* Cliff diving */
/*****************************************/
.fxCliffDiving li {
  -webkit-transform-origin: 50% 400%;
  transform-origin: 50% 400%;
}
.fxCliffDiving .navOutNext {
  opacity: 1;
  -webkit-animation: goCycleRotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxCliffDiving .navInNext {
  opacity: 1;
  -webkit-animation: goCycleRotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxCliffDiving .navOutPrev {
  opacity: 1;
  -webkit-animation: goCycleRotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxCliffDiving .navInPrev {
  opacity: 1;
  -webkit-animation: goCycleRotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleRotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxCliffDiving li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #000000;
  transition: opacity 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.fxCliffDiving .navOutPrev::after,
.fxCliffDiving .navOutNext::after {
  opacity: 1;
}
@-webkit-keyframes goCycleRotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }
}
@-moz-keyframes goCycleRotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotate(-20deg) translateX(-100%);
  }
}
@-ms-keyframes goCycleRotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotate(-20deg) translateX(-100%);
  }
}
@keyframes goCycleRotateOutCircLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }
}
@-webkit-keyframes goCycleRotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}
@-moz-keyframes goCycleRotateInCircRight {
  from {
    -moz-transform: rotate(20deg) translateX(100%);
  }
  to {
    -moz-transform: rotate(0deg) translateX(0);
  }
}
@-ms-keyframes goCycleRotateInCircRight {
  from {
    -ms-transform: rotate(20deg) translateX(100%);
  }
  to {
    -ms-transform: rotate(0deg) translateX(0);
  }
}
@keyframes goCycleRotateInCircRight {
  from {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
@-webkit-keyframes goCycleRotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
  }
}
@-moz-keyframes goCycleRotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotate(20deg) translateX(100%);
  }
}
@-ms-keyframes goCycleRotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotate(20deg) translateX(100%);
  }
}
@keyframes goCycleRotateOutCircRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotate(20deg) translateX(100%);
    transform: rotate(20deg) translateX(100%);
  }
}
@-webkit-keyframes goCycleRotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
  }
}
@-moz-keyframes goCycleRotateInCircLeft {
  from {
    -moz-transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -moz-transform: rotate(0deg) translateX(0);
  }
}
@-ms-keyframes goCycleRotateInCircLeft {
  from {
    -ms-transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -ms-transform: rotate(0deg) translateX(0);
  }
}
@keyframes goCycleRotateInCircLeft {
  from {
    -webkit-transform: rotate(-20deg) translateX(-100%);
    transform: rotate(-20deg) translateX(-100%);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
/***************************************************************************************************************************/
/********************************************************** FX SMALL *******************************************************/
/***************************************************************************************************************************/
/*****************************************/
/* Corner scale */
/*****************************************/
.fxCorner .navOutNext {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: goCycleSmallContentCornerScaleDown 0.3s forwards ease-in-out;
  animation: goCycleSmallContentCornerScaleDown 0.3s forwards ease-in-out;
}
.fxCorner .navInNext {
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: goCycleSmallContentCornerScaleUp 0.3s 0.1s forwards ease-in-out;
  animation: goCycleSmallContentCornerScaleUp 0.3s 0.1s forwards ease-in-out;
}
.fxCorner .navOutPrev {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: goCycleSmallContentCornerScaleDown 0.3s forwards ease-in-out;
  animation: goCycleSmallContentCornerScaleDown 0.3s forwards ease-in-out;
}
.fxCorner .navInPrev {
  opacity: 1;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: goCycleSmallContentCornerScaleUp 0.3s 0.1s forwards ease-in-out;
  animation: goCycleSmallContentCornerScaleUp 0.3s 0.1s forwards ease-in-out;
}
@-webkit-keyframes goCycleSmallContentCornerScaleUp {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes goCycleSmallContentCornerScaleUp {
  from {
    -moz-transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes goCycleSmallContentCornerScaleUp {
  from {
    -ms-transform: scale(0);
  }
  to {
    -ms-transform: scale(1);
  }
}
@keyframes goCycleSmallContentCornerScaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes goCycleSmallContentCornerScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes goCycleSmallContentCornerScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(0);
  }
}
@-ms-keyframes goCycleSmallContentCornerScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(0);
  }
}
@keyframes goCycleSmallContentCornerScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*****************************************/
/* Vertical scale */
/*****************************************/
.fxVScale .navOutNext {
  -webkit-animation: goCycleSmallContentScaleDownNext 0.3s forwards ease-in-out;
  animation: goCycleSmallContentScaleDownNext 0.3s forwards ease-in-out;
}
.fxVScale .navInNext {
  -webkit-animation: goCycleSmallContentScaleUpNext 0.3s 0.2s forwards ease-in-out;
  animation: goCycleSmallContentScaleUpNext 0.3s 0.2s forwards ease-in-out;
}
.fxVScale .navOutPrev {
  -webkit-animation: goCycleSmallContentScaleDownPrev 0.3s forwards ease-in-out;
  animation: goCycleSmallContentScaleDownPrev 0.3s forwards ease-in-out;
}
.fxVScale .navInPrev {
  -webkit-animation: goCycleSmallContentScaleUpPrev 0.3s 0.2s forwards ease-in-out;
  animation: goCycleSmallContentScaleUpPrev 0.3s 0.2s forwards ease-in-out;
}
@-webkit-keyframes goCycleSmallContentScaleDownNext {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateY(-25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(75%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentScaleDownNext {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: translateY(-25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(75%) scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentScaleDownNext {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: translateY(-25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(75%) scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentScaleDownNext {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateY(-25%) scale(1.1);
    transform: translateY(-25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(75%) scale(0);
    transform: translateY(75%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentScaleUpNext {
  from {
    -webkit-transform: translateY(-75%) scale(0);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentScaleUpNext {
  from {
    -moz-transform: translateY(-75%) scale(0);
  }
  to {
    -moz-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentScaleUpNext {
  from {
    -ms-transform: translateY(-75%) scale(0);
  }
  to {
    -ms-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentScaleUpNext {
  from {
    -webkit-transform: translateY(-75%) scale(0);
    transform: translateY(-75%) scale(0);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentScaleDownPrev {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateY(25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-75%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentScaleDownPrev {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: translateY(25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-75%) scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentScaleDownPrev {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: translateY(25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(-75%) scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentScaleDownPrev {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateY(25%) scale(1.1);
    transform: translateY(25%) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-75%) scale(0);
    transform: translateY(-75%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentScaleUpPrev {
  from {
    -webkit-transform: translateY(75%) scale(0);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentScaleUpPrev {
  from {
    -moz-transform: translateY(75%) scale(0);
  }
  to {
    -moz-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentScaleUpPrev {
  from {
    -ms-transform: translateY(75%) scale(0);
  }
  to {
    -ms-transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentScaleUpPrev {
  from {
    -webkit-transform: translateY(75%) scale(0);
    transform: translateY(75%) scale(0);
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/*****************************************/
/* Fall */
/*****************************************/
.fxFall .navOutNext {
  -webkit-animation: goCycleSmallContentSlideDown 0.4s forwards;
  animation: goCycleSmallContentSlideDown 0.4s forwards;
}
.fxFall .navInNext {
  -webkit-animation: goCycleSmallContentShowUp 0.4s forwards;
  animation: goCycleSmallContentShowUp 0.4s forwards;
}
.fxFall .navOutPrev {
  -webkit-animation: goCycleSmallContentHideDown 0.4s forwards;
  animation: goCycleSmallContentHideDown 0.4s forwards;
}
.fxFall .navInPrev {
  -webkit-animation: goCycleSmallContentSlideUp 0.4s forwards;
  animation: goCycleSmallContentSlideUp 0.4s forwards;
}
@-webkit-keyframes goCycleSmallContentSlideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSlideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSlideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(150%);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSlideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentShowUp {
  from {
    -webkit-transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentShowUp {
  from {
    -moz-transform: scale(0.5);
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentShowUp {
  from {
    -ms-transform: scale(0.5);
  }
  to {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentShowUp {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentHideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentHideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentHideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentHideDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideUp {
  from {
    -webkit-transform: translateY(150%);
  }
  to {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideUp {
  from {
    -moz-transform: translateY(150%);
  }
  to {
    -moz-transform: translateY(0%);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideUp {
  from {
    -ms-transform: translateY(150%);
  }
  to {
    -ms-transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideUp {
  from {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
/*****************************************/
/* Forward pulse */
/*****************************************/
.fxFPulse .navOutNext {
  -webkit-animation: goCycleSmallContentElastScaleUp 0.4s forwards;
  animation: goCycleSmallContentElastScaleUp 0.4s forwards;
}
.fxFPulse .navInNext {
  -webkit-animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
}
.fxFPulse .navOutPrev {
  -webkit-animation: goCycleSmallContentElastScaleDown 0.4s forwards;
  animation: goCycleSmallContentElastScaleDown 0.4s forwards;
}
.fxFPulse .navInPrev {
  -webkit-animation: goCycleSmallContentGrowDown 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowDown 0.4s 0.3s forwards;
}
@-webkit-keyframes goCycleSmallContentElastScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -moz-transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -ms-transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastScaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentGrowUp {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentGrowUp {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentGrowUp {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentGrowUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentElastScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: scale(1.3);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -moz-transform: scale(1.3);
    opacity: .5;
  }
  100% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -ms-transform: scale(1.3);
    opacity: .5;
  }
  100% {
    -ms-transform: scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .5;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentGrowDown {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentGrowDown {
  0% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentGrowDown {
  0% {
    -ms-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentGrowDown {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*****************************************/
/* Rotate pulse */
/*****************************************/
.fxRPulse .navOutNext {
  -webkit-animation: goCycleSmallContentElastScaleRotateUp 0.4s forwards;
  animation: goCycleSmallContentElastScaleRotateUp 0.4s forwards;
}
.fxRPulse .navInNext {
  -webkit-animation: goCycleSmallContentGrowRotateUp 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowRotateUp 0.4s 0.3s forwards;
}
.fxRPulse .navOutPrev {
  -webkit-animation: goCycleSmallContentElastScaleRotateDown 0.4s forwards;
  animation: goCycleSmallContentElastScaleRotateDown 0.4s forwards;
}
.fxRPulse .navInPrev {
  -webkit-animation: goCycleSmallContentGrowRotateDown 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowRotateDown 0.4s 0.3s forwards;
}
@-webkit-keyframes goCycleSmallContentElastScaleRotateUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: rotate(5deg) scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(25deg) scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastScaleRotateUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -moz-transform: rotate(5deg) scale(0.7);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(25deg) scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastScaleRotateUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -ms-transform: rotate(5deg) scale(0.7);
    opacity: 1;
  }
  100% {
    -ms-transform: rotate(25deg) scale(1.3);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastScaleRotateUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: rotate(5deg) scale(0.7);
    transform: rotate(5deg) scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(25deg) scale(1.3);
    transform: rotate(25deg) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentGrowRotateUp {
  0% {
    -webkit-transform: rotate(-25deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentGrowRotateUp {
  0% {
    -moz-transform: rotate(-25deg) scale(0);
  }
  100% {
    -moz-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentGrowRotateUp {
  0% {
    -ms-transform: rotate(-25deg) scale(0);
  }
  100% {
    -ms-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentGrowRotateUp {
  0% {
    -webkit-transform: rotate(-25deg) scale(0);
    transform: rotate(-25deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentElastScaleRotateDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: rotate(-5deg) scale(1.3);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(-25deg) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastScaleRotateDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -moz-transform: rotate(-5deg) scale(1.3);
    opacity: .5;
  }
  100% {
    -moz-transform: rotate(-25deg) scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastScaleRotateDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -ms-transform: rotate(-5deg) scale(1.3);
    opacity: .5;
  }
  100% {
    -ms-transform: rotate(-25deg) scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastScaleRotateDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: rotate(-5deg) scale(1.3);
    transform: rotate(-5deg) scale(1.3);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(-25deg) scale(0);
    transform: rotate(-25deg) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentGrowRotateDown {
  0% {
    -webkit-transform: rotate(10deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentGrowRotateDown {
  0% {
    -moz-transform: rotate(10deg) scale(1.3);
  }
  100% {
    -moz-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentGrowRotateDown {
  0% {
    -ms-transform: rotate(10deg) scale(1.3);
  }
  100% {
    -ms-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentGrowRotateDown {
  0% {
    -webkit-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
/*****************************************/
/* Hearbeat */
/*****************************************/
.fxHearbeat .navOutNext {
  -webkit-animation: goCycleSmallContentScaleUpDown 0.4s forwards ease-in;
  animation: goCycleSmallContentScaleUpDown 0.4s forwards ease-in;
}
.fxHearbeat .navInNext {
  -webkit-animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
}
.fxHearbeat .navOutPrev {
  -webkit-animation: goCycleSmallContentScaleUpDown 0.4s forwards ease-in;
  animation: goCycleSmallContentScaleUpDown 0.4s forwards ease-in;
}
.fxHearbeat .navInPrev {
  -webkit-animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
  animation: goCycleSmallContentGrowUp 0.4s 0.3s forwards;
}
@-webkit-keyframes goCycleSmallContentScaleUpDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  70% {
    -webkit-transform: scale(1.3);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes goCycleSmallContentScaleUpDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  70% {
    -moz-transform: scale(1.3);
    opacity: .8;
  }
  80% {
    -moz-transform: scale(1);
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
    -moz-animation-timing-function: ease-out;
  }
}
@-ms-keyframes goCycleSmallContentScaleUpDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  70% {
    -ms-transform: scale(1.3);
    opacity: .8;
  }
  80% {
    -ms-transform: scale(1);
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  100% {
    -ms-transform: scale(0.5);
    opacity: 0;
    -ms-animation-timing-function: ease-out;
  }
}
@keyframes goCycleSmallContentScaleUpDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .8;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/*****************************************/
/* coverflow */
/*****************************************/
.fxCoverflow .itemwrap {
  -webkit-perspective: 1400px;
  perspective: 1400px;
}
.fxCoverflow .navOutNext {
  -webkit-animation: goCycleSmallContentRotate3DSlideOutLeft 0.3s forwards;
  animation: goCycleSmallContentRotate3DSlideOutLeft 0.3s forwards;
}
.fxCoverflow .navInNext {
  -webkit-animation: goCycleSmallContentRotate3DSlideInRight 0.3s 0.1s forwards;
  animation: goCycleSmallContentRotate3DSlideInRight 0.3s 0.1s forwards;
}
.fxCoverflow .navOutPrev {
  -webkit-animation: goCycleSmallContentRotate3DSlideOutRight 0.3s forwards;
  animation: goCycleSmallContentRotate3DSlideOutRight 0.3s forwards;
}
.fxCoverflow .navInPrev {
  -webkit-animation: goCycleSmallContentRotate3DSlideInLeft 0.3s 0.1s forwards;
  animation: goCycleSmallContentRotate3DSlideInLeft 0.3s 0.1s forwards;
}
@-webkit-keyframes goCycleSmallContentRotate3DSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotate3DSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentRotate3DSlideInRight {
  from {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DSlideInRight {
  from {
    -moz-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DSlideInRight {
  from {
    -ms-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -ms-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentRotate3DSlideInRight {
  from {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentRotate3DSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotate3DSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentRotate3DSlideInLeft {
  from {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DSlideInLeft {
  from {
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DSlideInLeft {
  from {
    -ms-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -ms-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentRotate3DSlideInLeft {
  from {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
/*****************************************/
/* Rotate me softly */
/*****************************************/
.fxRotateSoftly .itemwrap {
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.fxRotateSoftly .navOutNext {
  -webkit-animation: goCycleSmallContentRotate3DOutRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSmallContentRotate3DOutRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxRotateSoftly .navInNext {
  -webkit-animation: goCycleSmallContentSlideInFromLeft 0.4s 0.5s forwards cubic-bezier(0, 0, 0, 1);
  animation: goCycleSmallContentSlideInFromLeft 0.4s 0.5s forwards cubic-bezier(0, 0, 0, 1);
}
.fxRotateSoftly .navOutPrev {
  -webkit-animation: goCycleSmallContentRotate3DOutLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleSmallContentRotate3DOutLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxRotateSoftly .navInPrev {
  -webkit-animation: goCycleSmallContentSlideInFromRight 0.4s 0.5s forwards cubic-bezier(0, 0, 0, 1);
  animation: goCycleSmallContentSlideInFromRight 0.4s 0.5s forwards cubic-bezier(0, 0, 0, 1);
}
@-webkit-keyframes goCycleSmallContentRotate3DOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translate(50%) rotateY(-70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translate(50%) rotateY(-70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translate(50%) rotateY(-70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotate3DOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translate(50%) rotateY(-70deg) rotateX(20deg) translateZ(-300px);
    transform: translate(50%) rotateY(-70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideInFromLeft {
  from {
    -webkit-transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideInFromLeft {
  from {
    -moz-transform: translateX(-200%);
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideInFromLeft {
  from {
    -ms-transform: translateX(-200%);
  }
  to {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideInFromLeft {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentRotate3DOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translate(-50%) rotateY(70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotate3DOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translate(-50%) rotateY(70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotate3DOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translate(-50%) rotateY(70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotate3DOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translate(-50%) rotateY(70deg) rotateX(20deg) translateZ(-300px);
    transform: translate(-50%) rotateY(70deg) rotateX(20deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideInFromRight {
  from {
    -webkit-transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideInFromRight {
  from {
    -moz-transform: translateX(200%);
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideInFromRight {
  from {
    -ms-transform: translateX(200%);
  }
  to {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideInFromRight {
  from {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*****************************************/
/* Deal 'em */
/*****************************************/
.fxDeal .itemwrap {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.fxDeal .navOutPrev,
.fxDeal .navOutNext {
  opacity: 1;
  -webkit-animation: goCycleSmallContentScaleDown 0.5s forwards;
  animation: goCycleSmallContentScaleDown 0.5s forwards;
}
.fxDeal .navInNext {
  z-index: 9999;
  -webkit-animation: goCycleSmallContentThrowFromRight 0.4s 0.1s forwards ease-out;
  animation: goCycleSmallContentThrowFromRight 0.4s 0.1s forwards ease-out;
}
.fxDeal .navInPrev {
  z-index: 9999;
  -webkit-animation: goCycleSmallContentThrowFromLeft 0.4s 0.1s forwards ease-out;
  animation: goCycleSmallContentThrowFromLeft 0.4s 0.1s forwards ease-out;
}
.fxDeal li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}
.fxDeal .navOutPrev::after,
.fxDeal .navOutNext::after {
  opacity: 1;
}
@-webkit-keyframes goCycleSmallContentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes goCycleSmallContentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(0.9);
  }
}
@-ms-keyframes goCycleSmallContentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(0.9);
  }
}
@keyframes goCycleSmallContentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes goCycleSmallContentThrowFromRight {
  from {
    -webkit-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentThrowFromRight {
  from {
    -moz-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -moz-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentThrowFromRight {
  from {
    -ms-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentThrowFromRight {
  from {
    -webkit-transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
    transform: translateX(20%) rotateZ(10deg) rotateY(40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentThrowFromLeft {
  from {
    -webkit-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentThrowFromLeft {
  from {
    -moz-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -moz-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentThrowFromLeft {
  from {
    -ms-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -ms-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentThrowFromLeft {
  from {
    -webkit-transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
    transform: translateX(-20%) rotateZ(-10deg) rotateY(-40deg) translateZ(500px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    transform: translateX(0) rotateZ(0) rotateY(0) translateZ(0);
    opacity: 1;
  }
}
/*****************************************/
/* Ferris wheel */
/*****************************************/
.fxFerris .navOutNext {
  -webkit-transform-origin: 400% 50%;
  transform-origin: 400% 50%;
  -webkit-animation: goCycleSmallContentRotateTranslatedToRight 0.2s forwards ease-out;
  animation: goCycleSmallContentRotateTranslatedToRight 0.2s forwards ease-out;
}
.fxFerris .navInNext {
  -webkit-transform-origin: 200% 50%;
  transform-origin: 200% 50%;
  -webkit-animation: goCycleSmallContentRotateTranslatedFromRight 0.2s forwards ease-out;
  animation: goCycleSmallContentRotateTranslatedFromRight 0.2s forwards ease-out;
}
.fxFerris .navOutPrev {
  -webkit-transform-origin: -300% 50%;
  transform-origin: -300% 50%;
  -webkit-animation: goCycleSmallContentRotateTranslatedToLeft 0.2s forwards ease-out;
  animation: goCycleSmallContentRotateTranslatedToLeft 0.2s forwards ease-out;
}
.fxFerris .navInPrev {
  -webkit-transform-origin: -100% 50%;
  transform-origin: -100% 50%;
  -webkit-animation: goCycleSmallContentRotateTranslatedFromLeft 0.2s forwards ease-out;
  animation: goCycleSmallContentRotateTranslatedFromLeft 0.2s forwards ease-out;
}
@-webkit-keyframes goCycleSmallContentRotateTranslatedToRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateZ(20deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotateTranslatedToRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotateZ(20deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotateTranslatedToRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotateZ(20deg);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotateTranslatedToRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentRotateTranslatedFromRight {
  from {
    -webkit-transform: rotateZ(-45deg);
    opacity: .5;
  }
  to {
    -webkit-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentRotateTranslatedFromRight {
  from {
    -moz-transform: rotateZ(-45deg);
    opacity: .5;
  }
  to {
    -moz-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentRotateTranslatedFromRight {
  from {
    -ms-transform: rotateZ(-45deg);
    opacity: .5;
  }
  to {
    -ms-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentRotateTranslatedFromRight {
  from {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    opacity: .5;
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentRotateTranslatedToLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateZ(-20deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentRotateTranslatedToLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: rotateZ(-20deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentRotateTranslatedToLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: rotateZ(-20deg);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentRotateTranslatedToLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentRotateTranslatedFromLeft {
  from {
    -webkit-transform: rotateZ(45deg);
    opacity: .5;
  }
  to {
    -webkit-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentRotateTranslatedFromLeft {
  from {
    -moz-transform: rotateZ(45deg);
    opacity: .5;
  }
  to {
    -moz-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentRotateTranslatedFromLeft {
  from {
    -ms-transform: rotateZ(45deg);
    opacity: .5;
  }
  to {
    -ms-transform: rotateZ(0deg);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentRotateTranslatedFromLeft {
  from {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: .5;
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Shinkansen */
/*****************************************/
.fxShinkansen .navOutNext {
  -webkit-animation: goCycleSmallContentSkewOutLeft 0.4s forwards ease-in;
  animation: goCycleSmallContentSkewOutLeft 0.4s forwards ease-in;
}
.fxShinkansen .navInNext {
  -webkit-animation: goCycleSmallContentSkewInRight 0.4s forwards ease-in;
  animation: goCycleSmallContentSkewInRight 0.4s forwards ease-in;
}
.fxShinkansen .navOutPrev {
  -webkit-animation: goCycleSmallContentSkewOutRight 0.4s forwards ease-in;
  animation: goCycleSmallContentSkewOutRight 0.4s forwards ease-in;
}
.fxShinkansen .navInPrev {
  -webkit-animation: goCycleSmallContentSkewInLeft 0.4s forwards ease-in;
  animation: goCycleSmallContentSkewInLeft 0.4s forwards ease-in;
}
@-webkit-keyframes goCycleSmallContentSkewOutLeft {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: skew(-20deg) translateX(-75%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: skew(0deg) translateX(-150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSkewOutLeft {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: skew(-20deg) translateX(-75%);
    opacity: 0.7;
  }
  100% {
    -moz-transform: skew(0deg) translateX(-150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSkewOutLeft {
  50% {
    -ms-animation-timing-function: ease-out;
    -ms-transform: skew(-20deg) translateX(-75%);
    opacity: 0.7;
  }
  100% {
    -ms-transform: skew(0deg) translateX(-150%);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSkewOutLeft {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(-20deg) translateX(-75%);
    transform: skew(-20deg) translateX(-75%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: skew(0deg) translateX(-150%);
    transform: skew(0deg) translateX(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSkewInRight {
  0% {
    -webkit-transform: skew(0deg) translateX(150%);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: skew(-20deg) translateX(75%);
  }
  100% {
    -webkit-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSkewInRight {
  0% {
    -moz-transform: skew(0deg) translateX(150%);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: skew(-20deg) translateX(75%);
  }
  100% {
    -moz-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSkewInRight {
  0% {
    -ms-transform: skew(0deg) translateX(150%);
  }
  50% {
    -ms-animation-timing-function: ease-out;
    -ms-transform: skew(-20deg) translateX(75%);
  }
  100% {
    -ms-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSkewInRight {
  0% {
    -webkit-transform: skew(0deg) translateX(150%);
    transform: skew(0deg) translateX(150%);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(-20deg) translateX(75%);
    transform: skew(-20deg) translateX(75%);
  }
  100% {
    -webkit-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentSkewOutRight {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: skew(20deg) translateX(75%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: skew(0deg) translateX(150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSkewOutRight {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: skew(20deg) translateX(75%);
    opacity: 0.7;
  }
  100% {
    -moz-transform: skew(0deg) translateX(150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSkewOutRight {
  50% {
    -ms-animation-timing-function: ease-out;
    -ms-transform: skew(20deg) translateX(75%);
    opacity: 0.7;
  }
  100% {
    -ms-transform: skew(0deg) translateX(150%);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSkewOutRight {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(20deg) translateX(75%);
    transform: skew(20deg) translateX(75%);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: skew(0deg) translateX(150%);
    transform: skew(0deg) translateX(150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSkewInLeft {
  0% {
    -webkit-transform: skew(0deg) translateX(-150%);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: skew(20deg) translateX(-75%);
  }
  100% {
    -webkit-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSkewInLeft {
  0% {
    -moz-transform: skew(0deg) translateX(-150%);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: skew(20deg) translateX(-75%);
  }
  100% {
    -moz-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSkewInLeft {
  0% {
    -ms-transform: skew(0deg) translateX(-150%);
  }
  50% {
    -ms-animation-timing-function: ease-out;
    -ms-transform: skew(20deg) translateX(-75%);
  }
  100% {
    -ms-transform: skew(0) translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSkewInLeft {
  0% {
    -webkit-transform: skew(0deg) translateX(-150%);
    transform: skew(0deg) translateX(-150%);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(20deg) translateX(-75%);
    transform: skew(20deg) translateX(-75%);
  }
  100% {
    -webkit-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
    opacity: 1;
  }
}
/*****************************************/
/* Snake */
/*****************************************/
.fxSnake li {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.fxSnake .navOutNext {
  -webkit-animation: goCycleSmallContentSlideOutBounceLeft 0.3s forwards linear;
  animation: goCycleSmallContentSlideOutBounceLeft 0.3s forwards linear;
}
.fxSnake .navInNext {
  -webkit-animation: goCycleSmallContentSlideInBounceRight 0.3s forwards linear;
  animation: goCycleSmallContentSlideInBounceRight 0.3s forwards linear;
}
.fxSnake .navOutPrev {
  -webkit-animation: goCycleSmallContentSlideOutBounceRight 0.3s forwards linear;
  animation: goCycleSmallContentSlideOutBounceRight 0.3s forwards linear;
}
.fxSnake .navInPrev {
  -webkit-animation: goCycleSmallContentSlideInBounceLeft 0.3s forwards linear;
  animation: goCycleSmallContentSlideInBounceLeft 0.3s forwards linear;
}
@-webkit-keyframes goCycleSmallContentSlideOutBounceLeft {
  25% {
    -webkit-transform: translateX(-50%) rotate(-7deg);
  }
  50% {
    -webkit-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-200%) rotate(0deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSlideOutBounceLeft {
  25% {
    -moz-transform: translateX(-50%) rotate(-7deg);
  }
  50% {
    -moz-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  100% {
    -moz-transform: translateX(-200%) rotate(0deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSlideOutBounceLeft {
  25% {
    -ms-transform: translateX(-50%) rotate(-7deg);
  }
  50% {
    -ms-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  100% {
    -ms-transform: translateX(-200%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSlideOutBounceLeft {
  25% {
    -webkit-transform: translateX(-50%) rotate(-7deg);
    transform: translateX(-50%) rotate(-7deg);
  }
  50% {
    -webkit-transform: translateX(-100%) rotate(7deg);
    transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-200%) rotate(0deg);
    transform: translateX(-200%) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideInBounceRight {
  0% {
    -webkit-transform: translateX(200%);
  }
  50% {
    -webkit-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateX(50%) rotate(7deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideInBounceRight {
  0% {
    -moz-transform: translateX(200%);
  }
  50% {
    -moz-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  75% {
    -moz-transform: translateX(50%) rotate(7deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideInBounceRight {
  0% {
    -ms-transform: translateX(200%);
  }
  50% {
    -ms-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  75% {
    -ms-transform: translateX(50%) rotate(7deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideInBounceRight {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  50% {
    -webkit-transform: translateX(100%) rotate(-7deg);
    transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateX(50%) rotate(7deg);
    transform: translateX(50%) rotate(7deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentSlideOutBounceRight {
  25% {
    -webkit-transform: translateX(50%) rotate(7deg);
  }
  50% {
    -webkit-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(200%) rotate(0deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSlideOutBounceRight {
  25% {
    -moz-transform: translateX(50%) rotate(7deg);
  }
  50% {
    -moz-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  100% {
    -moz-transform: translateX(200%) rotate(0deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSlideOutBounceRight {
  25% {
    -ms-transform: translateX(50%) rotate(7deg);
  }
  50% {
    -ms-transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  100% {
    -ms-transform: translateX(200%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSlideOutBounceRight {
  25% {
    -webkit-transform: translateX(50%) rotate(7deg);
    transform: translateX(50%) rotate(7deg);
  }
  50% {
    -webkit-transform: translateX(100%) rotate(-7deg);
    transform: translateX(100%) rotate(-7deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(200%) rotate(0deg);
    transform: translateX(200%) rotate(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideInBounceLeft {
  0% {
    -webkit-transform: translateX(-200%);
  }
  50% {
    -webkit-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-7deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideInBounceLeft {
  0% {
    -moz-transform: translateX(-200%);
  }
  50% {
    -moz-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  75% {
    -moz-transform: translateX(-50%) rotate(-7deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideInBounceLeft {
  0% {
    -ms-transform: translateX(-200%);
  }
  50% {
    -ms-transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  75% {
    -ms-transform: translateX(-50%) rotate(-7deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideInBounceLeft {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  50% {
    -webkit-transform: translateX(-100%) rotate(7deg);
    transform: translateX(-100%) rotate(7deg);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(-7deg);
    transform: translateX(-50%) rotate(-7deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Shuffle */
/*****************************************/
.fxShuffle li {
  -webkit-transform-origin: -50% -50%;
  transform-origin: -50% -50%;
}
.fxShuffle .navOutNext {
  -webkit-animation: goCycleSmallContentFanBehindDown 0.5s forwards;
  animation: goCycleSmallContentFanBehindDown 0.5s forwards;
}
.fxShuffle .navInNext {
  opacity: 1;
  -webkit-animation: goCycleSmallContentFanFrontUp 0.5s forwards;
  animation: goCycleSmallContentFanFrontUp 0.5s forwards;
}
.fxShuffle .navOutPrev {
  -webkit-animation: goCycleSmallContentFanBehindUp 0.5s forwards;
  animation: goCycleSmallContentFanBehindUp 0.5s forwards;
}
.fxShuffle .navInPrev {
  opacity: 1;
  -webkit-animation: goCycleSmallContentFanFrontDown 0.5s forwards;
  animation: goCycleSmallContentFanFrontDown 0.5s forwards;
}
.fxShuffle li::before,
.fxShuffle li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}
.fxShuffle li::after,
.fxShuffle .navOutNext::before,
.fxShuffle .navOutPrev::before {
  opacity: 1;
}
.fxShuffle .navOutNext::before,
.fxShuffle .navOutPrev::before {
  -webkit-transition-speed: 0.25s;
  transition-speed: 0.25s;
  transition-delay: 0.2s;
}
.fxShuffle li::before,
.fxShuffle li.current::after,
.fxShuffle .navInNext::after,
.fxShuffle .navInPrev::after {
  opacity: 0;
}
@-webkit-keyframes goCycleSmallContentFanBehindDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes goCycleSmallContentFanBehindDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes goCycleSmallContentFanBehindDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes goCycleSmallContentFanBehindDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes goCycleSmallContentFanFrontUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(-20deg);
  }
  51% {
    -webkit-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    z-index: 9999;
  }
}
@-moz-keyframes goCycleSmallContentFanFrontUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: rotate(-20deg);
  }
  51% {
    -moz-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -moz-transform: rotate(0deg);
    z-index: 9999;
  }
}
@-ms-keyframes goCycleSmallContentFanFrontUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: rotate(-20deg);
  }
  51% {
    -ms-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -ms-transform: rotate(0deg);
    z-index: 9999;
  }
}
@keyframes goCycleSmallContentFanFrontUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  51% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
  }
}
@-webkit-keyframes goCycleSmallContentFanBehindUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes goCycleSmallContentFanBehindUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes goCycleSmallContentFanBehindUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes goCycleSmallContentFanBehindUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes goCycleSmallContentFanFrontDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(30deg);
  }
  51% {
    -webkit-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    z-index: 9999;
  }
}
@-moz-keyframes goCycleSmallContentFanFrontDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: rotate(30deg);
  }
  51% {
    -moz-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -moz-transform: rotate(0deg);
    z-index: 9999;
  }
}
@-ms-keyframes goCycleSmallContentFanFrontDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: rotate(30deg);
  }
  51% {
    -ms-transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -ms-transform: rotate(0deg);
    z-index: 9999;
  }
}
@keyframes goCycleSmallContentFanFrontDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  51% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 9999;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
  }
}
/*****************************************/
/* Photo Browse */
/*****************************************/
.fxPhotoBrowse .itemwrap {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.fxPhotoBrowse .navOutNext {
  -webkit-animation: goCycleSmallContentMoveBehind 0.5s forwards;
  animation: goCycleSmallContentMoveBehind 0.5s forwards;
}
.fxPhotoBrowse .navInNext {
  opacity: 1;
  -webkit-animation: goCycleSmallContentAppear 0.5s forwards;
  animation: goCycleSmallContentAppear 0.5s forwards;
}
.fxPhotoBrowse .navOutPrev {
  -webkit-animation: goCycleSmallContentDisappear 0.5s forwards;
  animation: goCycleSmallContentDisappear 0.5s forwards;
}
.fxPhotoBrowse .navInPrev {
  opacity: 1;
  -webkit-animation: goCycleSmallContentMoveFront 0.5s forwards;
  animation: goCycleSmallContentMoveFront 0.5s forwards;
}
.fxPhotoBrowse li::before,
.fxPhotoBrowse li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s;
}
.fxPhotoBrowse li::after,
.fxPhotoBrowse .navOutNext::before,
.fxPhotoBrowse .navOutPrev::before {
  opacity: 1;
}
.fxPhotoBrowse .navOutNext::before,
.fxPhotoBrowse .navOutPrev::before {
  -webkit-transition-speed: 0.25s;
  transition-speed: 0.25s;
  transition-delay: 0.2s;
}
.fxPhotoBrowse li::before,
.fxPhotoBrowse li.current::after,
.fxPhotoBrowse .navInNext::after,
.fxPhotoBrowse .navInPrev::after {
  opacity: 0;
}
@-webkit-keyframes goCycleSmallContentMoveBehind {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    z-index: 9999;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-moz-keyframes goCycleSmallContentMoveBehind {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    z-index: 9999;
    -moz-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    -moz-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-ms-keyframes goCycleSmallContentMoveBehind {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    z-index: 9999;
    -ms-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    -ms-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@keyframes goCycleSmallContentMoveBehind {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    z-index: 9999;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  100% {
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-webkit-keyframes goCycleSmallContentAppear {
  0% {
    -webkit-transform: translateZ(-200px);
  }
  51% {
    z-index: 9999;
  }
  70% {
    z-index: 9999;
    -webkit-transform: translateZ(50px);
  }
  100% {
    z-index: 9999;
    -webkit-transform: translateZ(0px);
  }
}
@-moz-keyframes goCycleSmallContentAppear {
  0% {
    -moz-transform: translateZ(-200px);
  }
  51% {
    z-index: 9999;
  }
  70% {
    z-index: 9999;
    -moz-transform: translateZ(50px);
  }
  100% {
    z-index: 9999;
    -moz-transform: translateZ(0px);
  }
}
@-ms-keyframes goCycleSmallContentAppear {
  0% {
    -ms-transform: translateZ(-200px);
  }
  51% {
    z-index: 9999;
  }
  70% {
    z-index: 9999;
    -ms-transform: translateZ(50px);
  }
  100% {
    z-index: 9999;
    -ms-transform: translateZ(0px);
  }
}
@keyframes goCycleSmallContentAppear {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
  51% {
    z-index: 9999;
  }
  70% {
    z-index: 9999;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
  }
  100% {
    z-index: 9999;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-webkit-keyframes goCycleSmallContentDisappear {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: translateZ(50px);
  }
  50% {
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes goCycleSmallContentDisappear {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -moz-transform: translateZ(50px);
  }
  50% {
    z-index: 9999;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@-ms-keyframes goCycleSmallContentDisappear {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -ms-transform: translateZ(50px);
  }
  50% {
    z-index: 9999;
  }
  100% {
    -ms-transform: translateZ(-200px);
  }
}
@keyframes goCycleSmallContentDisappear {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  30% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
  }
  50% {
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
  }
}
@-webkit-keyframes goCycleSmallContentMoveFront {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  51% {
    z-index: 9999;
  }
  100% {
    z-index: 9999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-moz-keyframes goCycleSmallContentMoveFront {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  51% {
    z-index: 9999;
  }
  100% {
    z-index: 9999;
    -moz-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@-ms-keyframes goCycleSmallContentMoveFront {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  51% {
    z-index: 9999;
  }
  100% {
    z-index: 9999;
    -ms-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
@keyframes goCycleSmallContentMoveFront {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg);
  }
  51% {
    z-index: 9999;
  }
  100% {
    z-index: 9999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
}
/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/
.fxSlideBehind .itemwrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.fxSlideBehind .navOutNext {
  -webkit-animation: goCycleSmallContentHideLeft 0.5s forwards;
  animation: goCycleSmallContentHideLeft 0.5s forwards;
}
.fxSlideBehind .navInNext {
  -webkit-animation: goCycleSmallContentShowRight 0.5s forwards;
  animation: goCycleSmallContentShowRight 0.5s forwards;
}
.fxSlideBehind .navOutPrev {
  -webkit-animation: goCycleSmallContentHideRight 0.5s forwards;
  animation: goCycleSmallContentHideRight 0.5s forwards;
}
.fxSlideBehind .navInPrev {
  -webkit-animation: goCycleSmallContentShowLeft 0.5s forwards;
  animation: goCycleSmallContentShowLeft 0.5s forwards;
}
.fxSlideBehind li::before,
.fxSlideBehind li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}
.fxSlideBehind li::after,
.fxSlideBehind .navOutNext::before,
.fxSlideBehind .navOutPrev::before {
  opacity: 1;
}
.fxSlideBehind li::before,
.fxSlideBehind li.current::after,
.fxSlideBehind .navInNext::after,
.fxSlideBehind .navInPrev::after {
  opacity: 0;
}
@-webkit-keyframes goCycleSmallContentHideLeft {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@-moz-keyframes goCycleSmallContentHideLeft {
  0% {
    -moz-transform: translateZ(0px);
  }
  40% {
    -moz-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-400px);
  }
}
@-ms-keyframes goCycleSmallContentHideLeft {
  0% {
    -ms-transform: translateZ(0px);
  }
  40% {
    -ms-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(-400px);
  }
}
@keyframes goCycleSmallContentHideLeft {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes goCycleSmallContentShowRight {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-moz-keyframes goCycleSmallContentShowRight {
  0% {
    -moz-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -moz-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
  }
  41% {
    -moz-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-ms-keyframes goCycleSmallContentShowRight {
  0% {
    -ms-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -ms-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
  }
  41% {
    -ms-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -ms-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes goCycleSmallContentShowRight {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-webkit-keyframes goCycleSmallContentHideRight {
  0% {
    -webkit-transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
  }
}
@-moz-keyframes goCycleSmallContentHideRight {
  0% {
    -moz-transform: translateZ(0px);
  }
  40% {
    -moz-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-400px);
  }
}
@-ms-keyframes goCycleSmallContentHideRight {
  0% {
    -ms-transform: translateZ(0px);
  }
  40% {
    -ms-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -ms-transform: translateZ(-400px);
  }
}
@keyframes goCycleSmallContentHideRight {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  40% {
    -webkit-transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes goCycleSmallContentShowLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-moz-keyframes goCycleSmallContentShowLeft {
  0% {
    -moz-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -moz-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
  }
  41% {
    -moz-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@-ms-keyframes goCycleSmallContentShowLeft {
  0% {
    -ms-transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -ms-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
  }
  41% {
    -ms-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -ms-transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes goCycleSmallContentShowLeft {
  0% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
/*****************************************/
/* Vacuum */
/*****************************************/
.fxVacuum .navOutNext {
  -webkit-animation: goCycleSmallContentSlideScaleOutLeft 0.4s forwards;
  animation: goCycleSmallContentSlideScaleOutLeft 0.4s forwards;
}
.fxVacuum .navInNext {
  -webkit-animation: goCycleSmallContentSlideScaleInRight 0.4s 0.2s forwards;
  animation: goCycleSmallContentSlideScaleInRight 0.4s 0.2s forwards;
}
.fxVacuum .navOutPrev {
  -webkit-animation: goCycleSmallContentSlideScaleOutRight 0.4s forwards;
  animation: goCycleSmallContentSlideScaleOutRight 0.4s forwards;
}
.fxVacuum .navInPrev {
  -webkit-animation: goCycleSmallContentSlideScaleInLeft 0.4s 0.2s forwards;
  animation: goCycleSmallContentSlideScaleInLeft 0.4s 0.2s forwards;
}
@-webkit-keyframes goCycleSmallContentSlideScaleOutLeft {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-250%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSlideScaleOutLeft {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: translateX(25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -moz-transform: translateX(-250%) scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSlideScaleOutLeft {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: translateX(25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -ms-transform: translateX(-250%) scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSlideScaleOutLeft {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(25%) scale(1.2);
    transform: translateX(25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(-250%) scale(0);
    transform: translateX(-250%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideScaleInRight {
  from {
    -webkit-transform: translateX(250%) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideScaleInRight {
  from {
    -moz-transform: translateX(250%) scale(0);
  }
  to {
    -moz-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideScaleInRight {
  from {
    -ms-transform: translateX(250%) scale(0);
  }
  to {
    -ms-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideScaleInRight {
  from {
    -webkit-transform: translateX(250%) scale(0);
    transform: translateX(250%) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentSlideScaleOutRight {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(-25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(250%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentSlideScaleOutRight {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -moz-transform: translateX(-25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -moz-transform: translateX(250%) scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentSlideScaleOutRight {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -ms-transform: translateX(-25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -ms-transform: translateX(250%) scale(0);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentSlideScaleOutRight {
  from {
    opacity: 1;
  }
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    -webkit-transform: translateX(-25%) scale(1.2);
    transform: translateX(-25%) scale(1.2);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(250%) scale(0);
    transform: translateX(250%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentSlideScaleInLeft {
  from {
    -webkit-transform: translateX(-250%) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentSlideScaleInLeft {
  from {
    -moz-transform: translateX(-250%) scale(0);
  }
  to {
    -moz-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentSlideScaleInLeft {
  from {
    -ms-transform: translateX(-250%) scale(0);
  }
  to {
    -ms-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentSlideScaleInLeft {
  from {
    -webkit-transform: translateX(-250%) scale(0);
    transform: translateX(-250%) scale(0);
  }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
/*****************************************/
/* Hurl it */
/*****************************************/
.fxHurl .navOutNext {
  -webkit-animation: goCycleSmallContentElastSlideOutLeft 0.5s forwards;
  animation: goCycleSmallContentElastSlideOutLeft 0.5s forwards;
}
.fxHurl .navInNext {
  -webkit-animation: goCycleSmallContentElastSlideInRight 0.5s 0.6s forwards;
  animation: goCycleSmallContentElastSlideInRight 0.5s 0.6s forwards;
}
.fxHurl .navOutPrev {
  -webkit-animation: goCycleSmallContentElastSlideOutRight 0.5s forwards;
  animation: goCycleSmallContentElastSlideOutRight 0.5s forwards;
}
.fxHurl .navInPrev {
  -webkit-animation: goCycleSmallContentElastSlideInLeft 0.5s 0.6s forwards;
  animation: goCycleSmallContentElastSlideInLeft 0.5s 0.6s forwards;
}
@-webkit-keyframes goCycleSmallContentElastSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -ms-animation-timing-function: ease-in;
    -ms-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(-150%);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentElastSlideInRight {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: translateX(150%);
  }
  20% {
    -webkit-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentElastSlideInRight {
  0% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: translateX(150%);
  }
  20% {
    -moz-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentElastSlideInRight {
  0% {
    -ms-animation-timing-function: ease-in;
    -ms-transform: translateX(150%);
  }
  20% {
    -ms-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentElastSlideInRight {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  20% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleSmallContentElastSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleSmallContentElastSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleSmallContentElastSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -ms-animation-timing-function: ease-in;
    -ms-transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes goCycleSmallContentElastSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleSmallContentElastSlideInLeft {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: translateX(-150%);
  }
  20% {
    -webkit-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleSmallContentElastSlideInLeft {
  0% {
    -moz-animation-timing-function: ease-in;
    -moz-transform: translateX(-150%);
  }
  20% {
    -moz-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleSmallContentElastSlideInLeft {
  0% {
    -ms-animation-timing-function: ease-in;
    -ms-transform: translateX(-150%);
  }
  20% {
    -ms-transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes goCycleSmallContentElastSlideInLeft {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  20% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/***************************************************************************************************************************/
/******************************************************* FX TRANSPARENT ****************************************************/
/***************************************************************************************************************************/
/*****************************************/
/* Slide forward */
/*****************************************/
.fxSlideForward .navOutNext {
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation: goCycleTransparentScaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentScaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSlideForward .navInNext {
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  -webkit-animation: goCycleTransparentScaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentScaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSlideForward .navOutPrev {
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  -webkit-animation: goCycleTransparentScaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentScaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxSlideForward .navInPrev {
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation: goCycleTransparentScaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentScaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes goCycleTransparentScaleUp {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentScaleUp {
  from {
    -moz-transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentScaleUp {
  from {
    -ms-transform: scale(0);
  }
  to {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes goCycleTransparentScaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleTransparentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: scale(0);
    opacity: 0;
  }
}
@keyframes goCycleTransparentScaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/*****************************************/
/* Table Drop */
/*****************************************/
.fxTableDrop .navOutNext {
  -webkit-animation: goCycleTransparentSlideOutDown 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentSlideOutDown 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxTableDrop .navInNext {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: goCycleTransparentSlideInDown 0.4s 0.2s forwards ease-in;
  animation: goCycleTransparentSlideInDown 0.4s 0.2s forwards ease-in;
}
.fxTableDrop .navOutPrev {
  -webkit-animation: goCycleTransparentSlideOutUp 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: goCycleTransparentSlideOutUp 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.fxTableDrop .navInPrev {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: goCycleTransparentSlideInUp 0.4s 0.2s forwards ease-in;
  animation: goCycleTransparentSlideInUp 0.4s 0.2s forwards ease-in;
}
@-webkit-keyframes goCycleTransparentSlideOutDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateY(150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentSlideOutDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -moz-transform: translateY(150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentSlideOutDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -ms-transform: translateY(150%);
    opacity: 0;
  }
}
@keyframes goCycleTransparentSlideOutDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentSlideInDown {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-150%);
  }
  50% {
    -webkit-transform: translateY(0) rotate(1deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) rotate(-1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentSlideInDown {
  0% {
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: translateY(-150%);
  }
  50% {
    -moz-transform: translateY(0) rotate(1deg);
    opacity: 1;
  }
  70% {
    -moz-transform: translateY(0) rotate(-1deg);
  }
  85% {
    -moz-transform: translateY(0) rotate(1deg);
  }
  95% {
    -moz-transform: translateY(0) rotate(-1deg);
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentSlideInDown {
  0% {
    -ms-animation-timing-function: ease-in-out;
    -ms-transform: translateY(-150%);
  }
  50% {
    -ms-transform: translateY(0) rotate(1deg);
    opacity: 1;
  }
  70% {
    -ms-transform: translateY(0) rotate(-1deg);
  }
  85% {
    -ms-transform: translateY(0) rotate(1deg);
  }
  95% {
    -ms-transform: translateY(0) rotate(-1deg);
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes goCycleTransparentSlideInDown {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  50% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleTransparentSlideOutUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateY(-150%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentSlideOutUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -moz-transform: translateY(-150%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentSlideOutUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -ms-transform: translateY(-150%);
    opacity: 0;
  }
}
@keyframes goCycleTransparentSlideOutUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentSlideInUp {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: translateY(150%);
  }
  50% {
    -webkit-transform: translateY(0) rotate(-1deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) rotate(1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(-1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentSlideInUp {
  0% {
    -moz-animation-timing-function: ease-in-out;
    -moz-transform: translateY(150%);
  }
  50% {
    -moz-transform: translateY(0) rotate(-1deg);
    opacity: 1;
  }
  70% {
    -moz-transform: translateY(0) rotate(1deg);
  }
  85% {
    -moz-transform: translateY(0) rotate(-1deg);
  }
  95% {
    -moz-transform: translateY(0) rotate(1deg);
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentSlideInUp {
  0% {
    -ms-animation-timing-function: ease-in-out;
    -ms-transform: translateY(150%);
  }
  50% {
    -ms-transform: translateY(0) rotate(-1deg);
    opacity: 1;
  }
  70% {
    -ms-transform: translateY(0) rotate(1deg);
  }
  85% {
    -ms-transform: translateY(0) rotate(-1deg);
  }
  95% {
    -ms-transform: translateY(0) rotate(1deg);
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes goCycleTransparentSlideInUp {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }
  50% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
  }
  85% {
    -webkit-transform: translateY(0) rotate(-1deg);
    transform: translateY(0) rotate(-1deg);
  }
  95% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*****************************************/
/* Slide it */
/*****************************************/
.fxSlideIt li {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.fxSlideIt .navOutNext {
  -webkit-animation: goCycleTransparentSlideOutLeft 0.5s forwards;
  animation: goCycleTransparentSlideOutLeft 0.5s forwards;
}
.fxSlideIt .navInNext {
  -webkit-animation: goCycleTransparentRotateSlideInRight 0.6s 0.1s forwards ease-in-out;
  animation: goCycleTransparentRotateSlideInRight 0.6s 0.1s forwards ease-in-out;
}
.fxSlideIt .navOutPrev {
  -webkit-animation: goCycleTransparentSlideOutRight 0.5s forwards;
  animation: goCycleTransparentSlideOutRight 0.5s forwards;
}
.fxSlideIt .navInPrev {
  -webkit-animation: goCycleTransparentRotateSlideInLeft 0.6s 0.1s forwards ease-in-out;
  animation: goCycleTransparentRotateSlideInLeft 0.6s 0.1s forwards ease-in-out;
}
@-webkit-keyframes goCycleTransparentSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateX(-400%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -moz-transform: translateX(-400%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -ms-transform: translateX(-400%);
    opacity: 0;
  }
}
@keyframes goCycleTransparentSlideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRotateSlideInRight {
  0% {
    -webkit-transform: translateX(100%) rotate(20deg);
  }
  35% {
    -webkit-transform: rotate(-8deg);
  }
  55% {
    -webkit-transform: rotate(6deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRotateSlideInRight {
  0% {
    -moz-transform: translateX(100%) rotate(20deg);
  }
  35% {
    -moz-transform: rotate(-8deg);
  }
  55% {
    -moz-transform: rotate(6deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(2deg);
  }
  95% {
    -moz-transform: rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRotateSlideInRight {
  0% {
    -ms-transform: translateX(100%) rotate(20deg);
  }
  35% {
    -ms-transform: rotate(-8deg);
  }
  55% {
    -ms-transform: rotate(6deg);
  }
  70% {
    -ms-transform: rotate(-4deg);
  }
  85% {
    -ms-transform: rotate(2deg);
  }
  95% {
    -ms-transform: rotate(-1deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRotateSlideInRight {
  0% {
    -webkit-transform: translateX(100%) rotate(20deg);
    transform: translateX(100%) rotate(20deg);
  }
  35% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  55% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleTransparentSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateX(400%);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -moz-transform: translateX(400%);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -ms-transform: translateX(400%);
    opacity: 0;
  }
}
@keyframes goCycleTransparentSlideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRotateSlideInLeft {
  0% {
    -webkit-transform: translateX(-100%) rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(8deg);
  }
  55% {
    -webkit-transform: rotate(-6deg);
  }
  70% {
    -webkit-transform: rotate(4deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRotateSlideInLeft {
  0% {
    -moz-transform: translateX(-100%) rotate(-20deg);
  }
  35% {
    -moz-transform: rotate(8deg);
  }
  55% {
    -moz-transform: rotate(-6deg);
  }
  70% {
    -moz-transform: rotate(4deg);
  }
  85% {
    -moz-transform: rotate(-2deg);
  }
  95% {
    -moz-transform: rotate(1deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRotateSlideInLeft {
  0% {
    -ms-transform: translateX(-100%) rotate(-20deg);
  }
  35% {
    -ms-transform: rotate(8deg);
  }
  55% {
    -ms-transform: rotate(-6deg);
  }
  70% {
    -ms-transform: rotate(4deg);
  }
  85% {
    -ms-transform: rotate(-2deg);
  }
  95% {
    -ms-transform: rotate(1deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRotateSlideInLeft {
  0% {
    -webkit-transform: translateX(-100%) rotate(-20deg);
    transform: translateX(-100%) rotate(-20deg);
  }
  35% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  55% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Bottle kick */
/*****************************************/
.fxBottleKick li {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.fxBottleKick .navOutNext {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation: goCycleTransparentRotateBounceOutLeft 1s forwards ease-in-out;
  animation: goCycleTransparentRotateBounceOutLeft 1s forwards ease-in-out;
}
.fxBottleKick .navInNext {
  -webkit-animation: goCycleTransparentRotateBounceInRight 1s 0.1s forwards ease-in-out;
  animation: goCycleTransparentRotateBounceInRight 1s 0.1s forwards ease-in-out;
}
.fxBottleKick .navOutPrev {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: goCycleTransparentRotateBounceOutRight 1s forwards ease-in-out;
  animation: goCycleTransparentRotateBounceOutRight 1s forwards ease-in-out;
}
.fxBottleKick .navInPrev {
  -webkit-animation: goCycleTransparentRotateBounceInLeft 1s 0.1s forwards ease-in-out;
  animation: goCycleTransparentRotateBounceInLeft 1s 0.1s forwards ease-in-out;
}
@-webkit-keyframes goCycleTransparentRotateBounceOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -webkit-transform: translateX(-100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -webkit-transform: translateX(-150%) rotate(-92deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateX(-150%) rotate(-75deg);
  }
  86% {
    -webkit-transform: translateX(-150%) rotate(-92deg);
  }
  95% {
    -webkit-transform: translateX(-150%) rotate(-87deg);
  }
  100% {
    -webkit-transform: translateX(-150%) rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentRotateBounceOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -moz-transform: translateX(-100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -moz-transform: translateX(-150%) rotate(-92deg);
    opacity: 0.9;
  }
  70% {
    -moz-transform: translateX(-150%) rotate(-75deg);
  }
  86% {
    -moz-transform: translateX(-150%) rotate(-92deg);
  }
  95% {
    -moz-transform: translateX(-150%) rotate(-87deg);
  }
  100% {
    -moz-transform: translateX(-150%) rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentRotateBounceOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -ms-transform: translateX(-100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -ms-transform: translateX(-150%) rotate(-92deg);
    opacity: 0.9;
  }
  70% {
    -ms-transform: translateX(-150%) rotate(-75deg);
  }
  86% {
    -ms-transform: translateX(-150%) rotate(-92deg);
  }
  95% {
    -ms-transform: translateX(-150%) rotate(-87deg);
  }
  100% {
    -ms-transform: translateX(-150%) rotate(-90deg);
    opacity: 0;
  }
}
@keyframes goCycleTransparentRotateBounceOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -webkit-transform: translateX(-100%) rotate(0deg);
    transform: translateX(-100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -webkit-transform: translateX(-150%) rotate(-92deg);
    transform: translateX(-150%) rotate(-92deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateX(-150%) rotate(-75deg);
    transform: translateX(-150%) rotate(-75deg);
  }
  86% {
    -webkit-transform: translateX(-150%) rotate(-92deg);
    transform: translateX(-150%) rotate(-92deg);
  }
  95% {
    -webkit-transform: translateX(-150%) rotate(-87deg);
    transform: translateX(-150%) rotate(-87deg);
  }
  100% {
    -webkit-transform: translateX(-150%) rotate(-90deg);
    transform: translateX(-150%) rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRotateBounceInRight {
  0% {
    -webkit-transform: translateX(200%) rotate(20deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
  }
  55% {
    -webkit-transform: translateX(-5%) rotate(3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRotateBounceInRight {
  0% {
    -moz-transform: translateX(200%) rotate(20deg);
  }
  25% {
    -moz-transform: rotate(-5deg);
  }
  55% {
    -moz-transform: translateX(-5%) rotate(3deg);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate(-2deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRotateBounceInRight {
  0% {
    -ms-transform: translateX(200%) rotate(20deg);
  }
  25% {
    -ms-transform: rotate(-5deg);
  }
  55% {
    -ms-transform: translateX(-5%) rotate(3deg);
    opacity: 1;
  }
  80% {
    -ms-transform: rotate(-2deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRotateBounceInRight {
  0% {
    -webkit-transform: translateX(200%) rotate(20deg);
    transform: translateX(200%) rotate(20deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  55% {
    -webkit-transform: translateX(-5%) rotate(3deg);
    transform: translateX(-5%) rotate(3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleTransparentRotateBounceOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -webkit-transform: translateX(100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -webkit-transform: translateX(150%) rotate(92deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateX(150%) rotate(75deg);
  }
  86% {
    -webkit-transform: translateX(150%) rotate(92deg);
  }
  95% {
    -webkit-transform: translateX(150%) rotate(87deg);
  }
  100% {
    -webkit-transform: translateX(150%) rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentRotateBounceOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -moz-transform: translateX(100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -moz-transform: translateX(150%) rotate(92deg);
    opacity: 0.9;
  }
  70% {
    -moz-transform: translateX(150%) rotate(75deg);
  }
  86% {
    -moz-transform: translateX(150%) rotate(92deg);
  }
  95% {
    -moz-transform: translateX(150%) rotate(87deg);
  }
  100% {
    -moz-transform: translateX(150%) rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentRotateBounceOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -ms-transform: translateX(100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -ms-transform: translateX(150%) rotate(92deg);
    opacity: 0.9;
  }
  70% {
    -ms-transform: translateX(150%) rotate(75deg);
  }
  86% {
    -ms-transform: translateX(150%) rotate(92deg);
  }
  95% {
    -ms-transform: translateX(150%) rotate(87deg);
  }
  100% {
    -ms-transform: translateX(150%) rotate(90deg);
    opacity: 0;
  }
}
@keyframes goCycleTransparentRotateBounceOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  25% {
    -webkit-transform: translateX(100%) rotate(0deg);
    transform: translateX(100%) rotate(0deg);
    opacity: 0.9;
  }
  58% {
    -webkit-transform: translateX(150%) rotate(92deg);
    transform: translateX(150%) rotate(92deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translateX(150%) rotate(75deg);
    transform: translateX(150%) rotate(75deg);
  }
  86% {
    -webkit-transform: translateX(150%) rotate(92deg);
    transform: translateX(150%) rotate(92deg);
  }
  95% {
    -webkit-transform: translateX(150%) rotate(87deg);
    transform: translateX(150%) rotate(87deg);
  }
  100% {
    -webkit-transform: translateX(150%) rotate(90deg);
    transform: translateX(150%) rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRotateBounceInLeft {
  0% {
    -webkit-transform: translateX(-200%) rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
  }
  55% {
    -webkit-transform: translateX(5%) rotate(-3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRotateBounceInLeft {
  0% {
    -moz-transform: translateX(-200%) rotate(-20deg);
  }
  25% {
    -moz-transform: rotate(5deg);
  }
  55% {
    -moz-transform: translateX(5%) rotate(-3deg);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate(2deg);
  }
  100% {
    -moz-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRotateBounceInLeft {
  0% {
    -ms-transform: translateX(-200%) rotate(-20deg);
  }
  25% {
    -ms-transform: rotate(5deg);
  }
  55% {
    -ms-transform: translateX(5%) rotate(-3deg);
    opacity: 1;
  }
  80% {
    -ms-transform: rotate(2deg);
  }
  100% {
    -ms-transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRotateBounceInLeft {
  0% {
    -webkit-transform: translateX(-200%) rotate(-20deg);
    transform: translateX(-200%) rotate(-20deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  55% {
    -webkit-transform: translateX(5%) rotate(-3deg);
    transform: translateX(5%) rotate(-3deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
/*****************************************/
/* Off the Shelf */
/*****************************************/
.fxShelf li {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.fxShelf .navOutNext {
  -webkit-animation: goCycleTransparentAddToShelfLeft 0.3s forwards ease-in-out;
  animation: goCycleTransparentAddToShelfLeft 0.3s forwards ease-in-out;
}
.fxShelf .navInNext {
  -webkit-animation: goCycleTransparentRemoveFromShelfRight 0.5s forwards ease-in-out;
  animation: goCycleTransparentRemoveFromShelfRight 0.5s forwards ease-in-out;
}
.fxShelf .navOutPrev {
  -webkit-animation: goCycleTransparentAddToShelfRight 0.3s forwards ease-in-out;
  animation: goCycleTransparentAddToShelfRight 0.3s forwards ease-in-out;
}
.fxShelf .navInPrev {
  -webkit-animation: goCycleTransparentRemoveFromShelfLeft 0.5s forwards ease-in-out;
  animation: goCycleTransparentRemoveFromShelfLeft 0.5s forwards ease-in-out;
}
@-webkit-keyframes goCycleTransparentAddToShelfLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentAddToShelfLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentAddToShelfLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    opacity: 0;
  }
}
@keyframes goCycleTransparentAddToShelfLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRemoveFromShelfRight {
  0% {
    -webkit-transform: translateY(-120%) translateX(300%) rotate(90deg);
  }
  45% {
    -webkit-transform: translateY(0) translateX(0) rotate(-3deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0) translateX(0) rotate(2deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRemoveFromShelfRight {
  0% {
    -moz-transform: translateY(-120%) translateX(300%) rotate(90deg);
  }
  45% {
    -moz-transform: translateY(0) translateX(0) rotate(-3deg);
    opacity: 1;
  }
  65% {
    -moz-transform: translateY(0) translateX(0) rotate(2deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  95% {
    -moz-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRemoveFromShelfRight {
  0% {
    -ms-transform: translateY(-120%) translateX(300%) rotate(90deg);
  }
  45% {
    -ms-transform: translateY(0) translateX(0) rotate(-3deg);
    opacity: 1;
  }
  65% {
    -ms-transform: translateY(0) translateX(0) rotate(2deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  95% {
    -ms-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRemoveFromShelfRight {
  0% {
    -webkit-transform: translateY(-120%) translateX(300%) rotate(90deg);
    transform: translateY(-120%) translateX(300%) rotate(90deg);
  }
  45% {
    -webkit-transform: translateY(0) translateX(0) rotate(-3deg);
    transform: translateY(0) translateX(0) rotate(-3deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0) translateX(0) rotate(2deg);
    transform: translateY(0) translateX(0) rotate(2deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0) translateX(0) rotate(-1deg);
    transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(0) translateX(0) rotate(1deg);
    transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes goCycleTransparentAddToShelfRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-120%) translateX(300%) rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes goCycleTransparentAddToShelfRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -moz-transform: translateY(-120%) translateX(300%) rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes goCycleTransparentAddToShelfRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -ms-transform: translateY(-120%) translateX(300%) rotate(90deg);
    opacity: 0;
  }
}
@keyframes goCycleTransparentAddToShelfRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateY(-120%) translateX(300%) rotate(90deg);
    transform: translateY(-120%) translateX(300%) rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes goCycleTransparentRemoveFromShelfLeft {
  0% {
    -webkit-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
  }
  45% {
    -webkit-transform: translateY(0) translateX(0) rotate(3deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0) translateX(0) rotate(-2deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes goCycleTransparentRemoveFromShelfLeft {
  0% {
    -moz-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
  }
  45% {
    -moz-transform: translateY(0) translateX(0) rotate(3deg);
    opacity: 1;
  }
  65% {
    -moz-transform: translateY(0) translateX(0) rotate(-2deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  95% {
    -moz-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes goCycleTransparentRemoveFromShelfLeft {
  0% {
    -ms-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
  }
  45% {
    -ms-transform: translateY(0) translateX(0) rotate(3deg);
    opacity: 1;
  }
  65% {
    -ms-transform: translateY(0) translateX(0) rotate(-2deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  95% {
    -ms-transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes goCycleTransparentRemoveFromShelfLeft {
  0% {
    -webkit-transform: translateY(-120%) translateX(-300%) rotate(-90deg);
    transform: translateY(-120%) translateX(-300%) rotate(-90deg);
  }
  45% {
    -webkit-transform: translateY(0) translateX(0) rotate(3deg);
    transform: translateY(0) translateX(0) rotate(3deg);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(0) translateX(0) rotate(-2deg);
    transform: translateY(0) translateX(0) rotate(-2deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0) translateX(0) rotate(1deg);
    transform: translateY(0) translateX(0) rotate(1deg);
    opacity: 1;
  }
  95% {
    -webkit-transform: translateY(0) translateX(0) rotate(-1deg);
    transform: translateY(0) translateX(0) rotate(-1deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 1;
  }
}
/* Layout and further formatting of specialized elements */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
    gutter building elements
    those are intended to have horizontal margins and should be treated just like content elements
    therefore it is essential that no nesting of these items occur
*/
/****************** OBJECT FIT START ******************/
.objectFit {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.objectFit img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center center;
}
.objectFit.left {
  background-position: left center;
}
.objectFit.left img {
  object-position: left center;
}
.objectFit.right {
  background-position: right center;
}
.objectFit.right img {
  object-position: right center;
}
.compat-object-fit img {
  opacity: 0 !important;
}
/****************** OBJECT FIT ENDE ******************/
/****************** PAGEWRAP START ******************/
#pagewrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #pagewrap {
    padding-left: 0px;
  }
}
/****************** PAGEWRAP ENDE ******************/
/****************** ALLGEMEIN START ******************/
#header,
#footer {
  position: relative;
  margin: 0;
}
#header {
  background: #374c68;
  z-index: 300;
  height: 70px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
#header:before {
  content: '';
  width: 180px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#header #brand a img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 400px) {
  #header:before {
    width: 140px;
  }
}
@media (min-width: 768px) {
  #header:before {
    width: 180px;
  }
}
@media (min-width: 992px) {
  #header {
    position: fixed;
    left: 20px;
    top: 20px;
    width: calc(100% - 2 * 20px);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
  #header:before {
    width: 130px;
  }
  #header.onScroll {
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .shadow {
    width: calc(100% - 4 * 20px);
    left: calc(2 * 20px);
    bottom: -30px;
    position: absolute;
    height: 30px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }
  #header .shadow:before {
    content: '';
    width: calc(100% - 12px);
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    position: absolute;
    left: 6px;
    top: -6px;
  }
}
@media (min-width: 1320px) {
  #header {
    height: 70px;
  }
  #header:before {
    width: 180px;
  }
}
#menuoverlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 275;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.25s, opacity 0.25s ease;
  -moz-transition: visibility 0s ease 0.25s, opacity 0.25s ease;
  -ms-transition: visibility 0s ease 0.25s, opacity 0.25s ease;
  -o-transition: visibility 0s ease 0.25s, opacity 0.25s ease;
  transition: visibility 0s ease 0.25s, opacity 0.25s ease;
  display: block;
}
#menuoverlay.act {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s ease 0s, opacity 0.25s ease;
  -moz-transition: visibility 0s ease 0s, opacity 0.25s ease;
  -ms-transition: visibility 0s ease 0s, opacity 0.25s ease;
  -o-transition: visibility 0s ease 0s, opacity 0.25s ease;
  transition: visibility 0s ease 0s, opacity 0.25s ease;
}
#footer {
  background: #374c68;
  padding-bottom: 3.125rem;
  margin: 0 20px;
  z-index: 140;
  padding-left: 20px;
  padding-right: 20px;
}
#footer .width {
  max-width: 100%;
}
#footer.polybau {
  background: #ee7d14;
}
main {
  position: relative;
  z-index: 50;
}
header#title,
header.section,
section,
.section {
  margin-left: 20px;
  margin-right: 20px;
}
.layout3 header#title,
.layout6 header#title {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layout3 header#title h1,
.layout6 header#title h1 {
  text-align: left;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .layout3 header#title p.subtitle,
  .layout6 header#title p.subtitle {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .layout3 header#title p.subtitle,
  .layout6 header#title p.subtitle {
    margin-top: 65px;
  }
}
@media (min-width: 1302px) {
  .layout3 header#title p.subtitle,
  .layout6 header#title p.subtitle {
    margin-top: 80px;
  }
}
.layout7 main .col0 > header#title {
  height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 120px;
}
@media (min-width: 992px) {
  .layout7 main .col0 > header#title {
    margin-top: 120px;
  }
}
.layout4 header#title,
.layout5 header#title {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}
.layout4 header#title h1,
.layout5 header#title h1 {
  text-align: left;
  margin-bottom: 2rem;
}
main .col0 > .row,
main .col0 > .Tx-Formhandler,
main .col0 > .tx-dce-pi1,
main .col0 > .dce,
main .col0 > .tx-sectioncontent-pi1,
main .col0 > section {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 40px;
  margin-bottom: 2.66666667rem;
}
@media (min-width: 768px) {
  main .col0 > .row,
  main .col0 > .Tx-Formhandler,
  main .col0 > .tx-dce-pi1,
  main .col0 > .dce,
  main .col0 > .tx-sectioncontent-pi1,
  main .col0 > section {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 40px;
    margin-bottom: 2.66666667rem;
  }
}
@media (min-width: 992px) {
  main .col0 > .row,
  main .col0 > .Tx-Formhandler,
  main .col0 > .tx-dce-pi1,
  main .col0 > .dce,
  main .col0 > .tx-sectioncontent-pi1,
  main .col0 > section {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 65px;
    margin-bottom: 4.33333333rem;
  }
}
@media (min-width: 1302px) {
  main .col0 > .row,
  main .col0 > .Tx-Formhandler,
  main .col0 > .tx-dce-pi1,
  main .col0 > .dce,
  main .col0 > .tx-sectioncontent-pi1,
  main .col0 > section {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 65px;
    margin-bottom: 4.33333333rem;
  }
}
main .col0 > header#title {
  margin-top: 50px;
  margin-top: 3.33333333rem;
  margin-bottom: 50px;
  margin-bottom: 3.33333333rem;
}
@media (min-width: 768px) {
  main .col0 > header#title {
    margin-top: 50px;
    margin-top: 3.33333333rem;
    margin-bottom: 50px;
    margin-bottom: 3.33333333rem;
  }
}
@media (min-width: 992px) {
  main .col0 > header#title {
    margin-top: 190px;
    margin-top: 12.66666667rem;
    margin-bottom: 80px;
    margin-bottom: 5.33333333rem;
  }
}
@media (min-width: 1302px) {
  main .col0 > header#title {
    margin-top: 190px;
    margin-top: 12.66666667rem;
    margin-bottom: 80px;
    margin-bottom: 5.33333333rem;
  }
}
section.highlight,
section.success,
section.notice,
section.warning,
section.error {
  padding: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
  background: #f5f5f5;
  border-left: 5px solid;
}
section.highlight::after,
section.success::after,
section.notice::after,
section.warning::after,
section.error::after {
  content: '\00A0';
  display: block;
  height: 0;
  overflow: hidden;
}
section.highlight {
  border-color: #666666;
}
section.success {
  border-color: #5cb85c;
}
section.notice {
  border-color: #5bc0de;
}
section.warning {
  border-color: #f0ad4e;
}
section.error {
  border-color: #c9302c;
}
/****************** ALLGEMEIN ENDE ******************/
/****************** BRAND START ******************/
#brand {
  position: relative;
  width: 140px;
  position: absolute;
  left: 20px;
  top: 7px;
}
@media (max-width: 400px) {
  #brand {
    width: 110px;
    top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1301px) {
  #brand {
    width: 100px;
    top: 15px;
  }
}
#brand a {
  height: 55px;
  width: 100%;
  overflow: hidden;
  display: block;
}
#brand a img {
  width: 100%;
  height: auto;
}
#brand > img {
  display: none;
}
/****************** BRAND ENDE ******************/
/****************** MEDIA START ******************/
@media (min-width: 992px) {
  .layout4 #media {
    float: right;
  }
  .layout5 #media {
    float: left;
  }
  #mediaBox {
    position: relative;
  }
  #mediaBox:before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    bottom: -1px;
    background: #f0f0f0;
  }
  #mediaBox:after {
    content: '';
    display: table;
  }
}
#media.mediaNew {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
#media.mediaNew:before {
  content: '';
  display: block;
  padding-top: 50%;
}
#media.mediaNew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#media.mediaNew .canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#media.mediaNew .canvas > div {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #media.mediaNew {
    min-height: 100%;
  }
  #media.mediaNew img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  #media.mediaNew img {
    max-width: 55vw;
  }
}
#media.mediaNew .objectFit img {
  object-position: left bottom;
}
#media {
  display: block;
  width: 100%;
  position: relative;
}
#media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  #media {
    min-height: 100%;
  }
  #media:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  #media .canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #media .canvas > div {
    width: 100%;
    height: 100%;
  }
  #media img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  #media img {
    max-width: 55vw;
  }
}
#media .objectFit img {
  object-position: left bottom;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #mediaBox .text,
  #mediaBox .imagecontainer {
    height: auto !important;
  }
  #mediaBox .imagecontainer {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #mediaBox .imagecontainer #media {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  #mediaBox .imagecontainer #media .canvas {
    height: auto;
  }
  #mediaBox .imagecontainer #media .canvas * {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #mediaBox .imagecontainer #media .canvas {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #mediaBox .text .inner {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  #mediaBox.matchHeightActive .text .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.icon.cat-5,
.icon.cat-6,
.icon.cat-7 {
  height: 32px;
  width: 50px;
  background: url('../../../../../fileadmin/template/Resources/Public/img/flineplus.svg') no-repeat left top;
  display: block;
  margin-bottom: 1.5rem;
}
.icon.cat-6 {
  background-image: url('../../../../../fileadmin/template/Resources/Public/img/fline.svg');
}
.icon.cat-7 {
  background-image: url('../../../../../fileadmin/template/Resources/Public/img/cline.svg');
}
/****************** MEDIA ENDE ******************/
/****************** MORE INFO START ******************/
@-webkit-keyframes scrollToContent {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(0px, -30px);
  }
  60% {
    -webkit-transform: translate(0px, -15px);
  }
}
@-moz-keyframes scrollToContent {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translate(0px, 0px);
  }
  40% {
    -moz-transform: translate(0px, -30px);
  }
  60% {
    -moz-transform: translate(0px, -15px);
  }
}
@-o-keyframes scrollToContent {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translate(0px, 0px);
  }
  40% {
    -o-transform: translate(0px, -30px);
  }
  60% {
    -o-transform: translate(0px, -15px);
  }
}
@keyframes scrollToContent {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, -30px);
  }
  60% {
    transform: translate(0px, -15px);
  }
}
.scrollToContent {
  display: none;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 150px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 200;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: -0.3125rem;
  -webkit-animation: scrollToContent 2s infinite;
  -moz-animation: scrollToContent 2s infinite;
  -o-animation: scrollToContent 2s infinite;
  animation: scrollToContent 2s infinite;
}
@media (min-width: 992px) {
  .scrollToContent {
    display: block;
  }
}
.scrollToContent:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  margin-left: -1px;
  content: '';
  width: 20px;
  padding: 0 0.625rem;
  height: 35px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  content: '\2304';
  font-size: 2.188rem;
  line-height: 100%;
}
/****************** MORE INFO ENDE ******************/
/****************** SECTION CONTENT OVERVIEW START ******************/
.layout3 main .col0,
.layout6 main .col0 {
  margin-top: 40px;
  margin-top: 2.66666667rem;
}
@media (min-width: 768px) {
  .layout3 main .col0,
  .layout6 main .col0 {
    margin-top: 40px;
    margin-top: 2.66666667rem;
  }
}
@media (min-width: 992px) {
  .layout3 main .col0,
  .layout6 main .col0 {
    margin-top: 65px;
    margin-top: 4.33333333rem;
  }
}
@media (min-width: 1302px) {
  .layout3 main .col0,
  .layout6 main .col0 {
    margin-top: 65px;
    margin-top: 4.33333333rem;
  }
}
.sectionOverview {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .sectionOverview {
    margin-bottom: 150px;
  }
}
.sectionOverview article {
  margin: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sectionOverview article:before {
  content: '';
  padding-top: 100%;
  display: block;
  background: #1e2733;
}
.sectionOverview article h3 {
  color: #fff;
  position: absolute;
  left: calc(2 * 20px);
  top: calc(2 * 20px);
  text-align: left;
  width: calc(100% - 4 * 20px);
}
.sectionOverview article h3:before {
  background: #fff;
}
.sectionOverview article .dummylink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 200;
}
.sectionOverview article .description {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.25s ease 0.25s;
  -moz-transition: 0.25s ease 0.25s;
  -ms-transition: 0.25s ease 0.25s;
  -o-transition: 0.25s ease 0.25s;
  transition: 0.25s ease 0.25s;
  font-weight: normal;
  color: #46464c;
  z-index: 10;
}
.sectionOverview article .description .inner {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.sectionOverview article:hover .description {
  height: calc(100% - 120px);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.sectionOverview article:hover .description .inner {
  opacity: 1;
  -webkit-transition: 0.25s ease 0.25s;
  -moz-transition: 0.25s ease 0.25s;
  -ms-transition: 0.25s ease 0.25s;
  -o-transition: 0.25s ease 0.25s;
  transition: 0.25s ease 0.25s;
}
.sectionOverview article .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.sectionOverview article .image:after {
  content: '';
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.75;
}
.sectionOverview article .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.sectionOverview article:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.flickity-enabled {
  outline: none;
}
.flickity-viewport {
  outline: none;
}
.col90 .flickity-enabled {
  outline: none;
}
.col90 .flickity-viewport {
  overflow: hidden;
  outline: none;
}
.col90 .flickity-page-dots {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.col90 .flickity-page-dots .dot {
  width: 30px;
  height: 30px;
  float: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.col90 .flickity-page-dots .dot:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 100%;
  background: #bcbcbc;
}
.col90 .flickity-page-dots .dot.is-selected::before {
  background: #ff2b0b;
}
/****************** SECTION CONTENT OVERVIEW ENDE ******************/
/****************** GOWEST START ******************/
#gowest {
  display: block;
  height: 45px;
  line-height: 3.5em;
  background: #fff;
  font-size: 0.75rem;
  text-align: right;
  text-decoration: none;
  color: #777777;
  font-family:"../../../typo3temp/DynCss/"Segoe Ui","../../../typo3temp/DynCss/"Droid Sans", Arial, sans-serif;
  font-weight: normal;
  width: calc(100% - 2 * 20px);
  position: relative;
  left: 20px;
  top: 0px;
}
#gowest.grey {
  background: #eeeeee;
}
#gowest.blue {
  background: #1e2733;
  color: #fff;
}
#gowest.blue g path {
  fill: #fff;
}
#gowest span {
  display: inline-block;
  text-indent: 999em;
  overflow: hidden;
  width: 104px;
  height: 20px;
  margin-left: 3.438rem;
  position: relative;
  top: 6px;
}
#gowest span svg {
  width: 104px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
#gowestImpressum {
  width: 200px;
}
#gowestImpressum svg {
  width: 100%;
  height: auto;
}
/****************** GOWEST ENDE ******************/
/****************** SECTION CONTENT FILTER START *****************/
.jsFilter {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 0;
  margin-bottom: 6rem;
  line-height: 42px;
  font-size: 16px;
  font-size: 1.06666667rem;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  color: #1e2733;
  overflow: hidden;
}
.jsFilter select {
  border: none;
  background: #f0f0f0;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 42px;
  height: 42px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.86666667rem;
  letter-spacing: 1px;
  font-weight: 400;
  -moz-appearance: none;
}
.jsFilter .select {
  width: calc(100% - 52px);
  margin-right: 10px;
  float: left;
}
@media (min-width: 768px) {
  .jsFilter .select {
    width: 280px;
    position: absolute;
    right: 52px;
    top: 20px;
    margin: 0;
  }
}
.jsFilter .select:before {
  content: '';
  width: 41px;
  height: 41px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
  z-index: 50;
}
.jsFilter .resetJsFilter {
  width: 42px;
  height: 42px;
  float: left;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .jsFilter .resetJsFilter {
    position: absolute;
    right: 0;
    top: 21px;
  }
}
.productOverview {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: realtive;
}
.productItem {
  overflow: hidden;
  margin-bottom: 5rem;
  z-index: 0;
  position: relative;
}
.productItem .icon {
  float: left;
  position: relative;
  top: 3px;
  margin: 0;
}
.productItem h2 {
  font-weight: normal;
  overflow: hidden;
  min-height: 44px;
  line-height: 44px;
}
.productItem .image {
  width: calc(100% - 20px);
  padding-top: calc(100% - 20px);
  background: #ebebeb;
  display: inline-block;
  float: left;
  position: relative;
}
.productItem .image .objectFit {
  position: absolute;
  left: 0;
  top: 0;
}
.productItem .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.productItem .dummylink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.productItem .row {
  overflow: hidden;
  position: relative;
}
.productItem .col-xs-6:nth-of-type(2) {
  padding-left: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .productItem .col-xs-6:nth-of-type(2) {
    position: relative;
    padding-left: 0px;
  }
}
.productItem .col-xs-6:nth-of-type(2) .text {
  height: 100%;
  position: relative;
}
.productItem .col-xs-6:nth-of-type(2) .text .button {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .productItem .col-xs-6:nth-of-type(2) .text .button {
    position: relative;
  }
}
.productItem .col-xs-6:nth-of-type(2) .text .parentTitle {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #1e2733;
  line-height: 1em;
  font-size: 13px;
  font-size: 0.86666667rem;
}
.productItem .col-xs-6:nth-of-type(2) .text .description {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .productItem .col-xs-6:nth-of-type(2) .text .description {
    font-size: 13px;
    font-size: 0.86666667rem;
    line-height: 1.3em;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1301px) {
  .productItem .col-xs-6:nth-of-type(2) .text .description {
    font-size: 13px;
    font-size: 0.86666667rem;
    line-height: 1.3em;
  }
}
.productItem:hover .button {
  padding: 0 15px;
  color: #fff;
}
.productItem:hover .button:before {
  height: 40px;
}
/****************** SECTION CONTENT FILTER ENDE ******************/
/****************** BREADCRUMB START ******************/
#breadcrumb {
  display: none;
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  color: #444444;
}
#breadcrumb li {
  margin: 0;
  padding: 0;
  color: #444444;
}
#breadcrumb li:first-of-type a:before {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  content: '\2302';
  display: inline-block;
  margin: 0 1rem;
  font-style: normal;
  font-size: 1rem;
  color: #444444;
}
#breadcrumb li:last-of-type a:after {
  display: none;
}
#breadcrumb * {
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  color: #444444;
}
#breadcrumb a:after {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  content: '\2304';
  display: inline-block;
  margin: 0 1rem;
  font-style: normal;
  font-size: 0.75rem;
  color: #444444;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/****************** BREADCRUMB ENDE ******************/
/****************** SHARE CONTAINER START ******************/
.sharecontainer {
  text-align: center;
  padding: 50px 0 80px;
  clear: both;
  display: block;
}
@media (min-width: 992px) {
  .sharecontainer {
    padding: 80px 0 120px;
  }
}
.sharecontainer .sharetitle {
  text-transform: uppercase;
  color: #0c1d20;
  font-size: 14px;
  font-size: 0.93333333rem;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 1.5rem;
  display: block;
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
}
.layout9 .sharecontainer {
  display: none;
}
.tx-share-count ul {
  overflow: hidden;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 20px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
.tx-share-count ul:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.tx-share-count ul:after {
  content: '';
  width: 260px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .tx-share-count ul:after {
    width: 400px;
  }
}
.tx-share-count ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #aeb6b7;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (min-width: 992px) {
  .tx-share-count ul li {
    margin: 0 20px;
  }
}
.tx-share-count ul li:hover {
  border-color: #1e2733;
}
.tx-share-count ul li a {
  display: block;
  height: 58px;
  text-indent: -9999em;
  overflow: hidden;
  text-decoration: none;
}
.tx-share-count ul li i {
  display: block;
  height: 58px;
  width: 58px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 58px;
}
.tx-share-count ul li i:before {
  content: '\e900';
  display: block;
  width: 100%;
  height: 100%;
  line-height: 58px;
  color: #1e2733;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  font-size: 18px;
  background: #fff;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.tx-share-count ul li i:hover::before {
  background: #1e2733;
  color: #fff;
}
.tx-share-count ul li i.twitter:before {
  content: '\e906';
  font-size: 20px;
}
.tx-share-count ul li i.pinterest:before {
  content: '\e903';
}
/****************** SHARE CONTAINER ENDE *******************/
/****************** HÄNDLER CONTAINER START ******************/
#haendlercontainer {
  display: block;
  margin: 0 20px;
  height: 340px;
  background: url('../../../../../fileadmin/template/Resources/Public/img/haendlercontainer.jpg') no-repeat right top #e9e9e9;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  #haendlercontainer {
    margin-bottom: 110px;
  }
}
#haendlercontainer > .row {
  height: 100%;
  max-width: 100%;
}
#haendlercontainer .title {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.6rem;
  color: #0c1d21;
  line-height: 1.2em;
  margin: 0 20px;
  letter-spacing: -1px;
  margin-bottom: 40px;
  display: block;
  font-weight: normal;
  font-family:"../../../typo3temp/DynCss/"Clan W04 Thin","../../../typo3temp/DynCss/"Roboto", sans-serif;
}
@media (min-width: 480px) {
  #haendlercontainer .title {
    font-size: 38px;
    font-size: 2.53333333rem;
  }
}
@media (min-width: 992px) {
  #haendlercontainer .title {
    margin-bottom: 0;
  }
}
#haendlercontainer .title span {
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
}
#haendlercontainer .title .icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 20px;
  display: inline-block;
}
@media (min-width: 480px) {
  #haendlercontainer .title .icon {
    font-size: 34px;
  }
}
#haendlercontainer .input {
  margin: 0 20px 10px;
}
#haendlercontainer .input .label {
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.2rem;
}
#haendlercontainer .input .label label {
  color: #6c7779;
}
#haendlercontainer .input.hasValue .label {
  font-size: 12px;
  font-size: 0.8rem;
}
#haendlercontainer .input input {
  width: calc(100% - 2 * 20px);
  padding: 0 20px;
  border: none;
  line-height: 44px;
  height: 44px;
  -webkit-appearance: none;
  border-radius: 0px;
}
#haendlercontainer .submit {
  margin: 0 20px 0px;
}
#haendlercontainer .submit .button {
  width: 100%;
  padding: 0 20px;
  background: #1e2733;
  color: #fff;
  border: none;
}
#haendlercontainer .submit .button:before {
  display: none;
}
#haendlercontainer .submit .button:hover {
  background: #ff2b0b;
  opacity: 1;
}
#haendlercontainer .h3 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.93333333rem;
  line-height: 2em;
  display: block;
  margin-bottom: 10px;
  color: #0c1d21;
}
@media (min-width: 992px) {
  #haendlercontainer .h3 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 10px));
    -moz-transform: translateY(calc(-100% - 10px));
    -ms-transform: translateY(calc(-100% - 10px));
    -o-transform: translateY(calc(-100% - 10px));
    transform: translateY(calc(-100% - 10px));
  }
}
#haendlercontainer form .section {
  margin-left: 20px;
  margin-right: 20px;
}
#haendlercontainer fieldset {
  margin: 0;
}
#haendlercontainer .inner {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
@media (min-width: 992px) {
  #haendlercontainer .inner {
    height: 44px;
    overflow: visible;
  }
}
/****************** HÄNDLER CONTAINER ENDE *******************/
/****************** HÄNDLER GO MAPS START ******************/
.layout7 .tx-go-maps-ext,
.layout9 .tx-go-maps-ext {
  width: 100%;
  position: relative;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
.layout7 .tx-go-maps-ext .leftSide,
.layout9 .tx-go-maps-ext .leftSide {
  background: #fff;
  height: auto;
  position: relative;
  z-index: 50;
}
.layout7 .tx-go-maps-ext .leftSide h2,
.layout9 .tx-go-maps-ext .leftSide h2 {
  margin-bottom: 5rem;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.layout7 .tx-go-maps-ext .leftSide h3,
.layout9 .tx-go-maps-ext .leftSide h3 {
  margin-bottom: 5rem;
  font-family:"../../../typo3temp/DynCss/"Roboto", sans-serif;
  font-weight: 300;
}
.layout7 .tx-go-maps-ext .leftSide h3 span,
.layout9 .tx-go-maps-ext .leftSide h3 span {
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
  font-weight: normal;
}
@media (min-width: 992px) {
  .layout7 .tx-go-maps-ext .leftSide,
  .layout9 .tx-go-maps-ext .leftSide {
    min-height: calc(100vh - 122px);
  }
  .layout7 .tx-go-maps-ext .leftSide:before,
  .layout9 .tx-go-maps-ext .leftSide:before {
    content: '';
    width: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    opacity: 0.1;
    pointer-events: none;
  }
  .layout7 .tx-go-maps-ext .leftSide section,
  .layout9 .tx-go-maps-ext .leftSide section {
    margin: calc(2 * 20px);
  }
}
.layout7 .tx-go-maps-ext .formcontainer,
.layout9 .tx-go-maps-ext .formcontainer {
  background: #e9e9e9;
  padding: calc(1 * 20px);
  width: calc(100% + 2 * 20px);
  position: relative;
  left: -20px;
}
.layout7 .tx-go-maps-ext .formcontainer .title,
.layout9 .tx-go-maps-ext .formcontainer .title {
  font-size: 14px;
  font-size: 0.93333333rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 34px;
  display: block;
  letter-spacing: 1px;
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
}
.layout7 .tx-go-maps-ext .formcontainer .title .icon,
.layout9 .tx-go-maps-ext .formcontainer .title .icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 34px;
  line-height: 1em;
  margin-right: 15px;
  display: inline-block;
  float: left;
}
.layout7 .tx-go-maps-ext .formcontainer form,
.layout9 .tx-go-maps-ext .formcontainer form {
  width: 100%;
  left: 0px;
  margin-bottom: 0;
  margin-top: 20px;
}
.layout7 .tx-go-maps-ext .formcontainer form input,
.layout9 .tx-go-maps-ext .formcontainer form input {
  margin: 0 0 20px;
  width: 100%;
  border: none;
  height: 44px;
  line-height: 44px;
}
.layout7 .tx-go-maps-ext .formcontainer .js-gme-submit,
.layout9 .tx-go-maps-ext .formcontainer .js-gme-submit {
  height: 44px;
  line-height: 44px;
  background: #1e2733;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 100%;
  margin: 0;
  display: block;
}
.layout7 .tx-go-maps-ext .mapWrapper,
.layout9 .tx-go-maps-ext .mapWrapper {
  min-height: 90vh;
  height: 10px;
  background: #1e2733;
  position: relative;
}
@media (min-width: 992px) {
  .layout7 .tx-go-maps-ext .mapWrapper,
  .layout9 .tx-go-maps-ext .mapWrapper {
    min-height: calc(100vh - 122px);
  }
}
.layout7 .tx-go-maps-ext .mapWrapper:before,
.layout9 .tx-go-maps-ext .mapWrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.layout7 .tx-go-maps-ext .infowindow,
.layout9 .tx-go-maps-ext .infowindow {
  background: #1e2733;
  color: rgba(255, 255, 255, 0.85);
  z-index: 10;
  position: relative;
  float: left;
  padding: 20px;
  display: none;
  text-align: left;
}
.layout7 .tx-go-maps-ext .infowindow a,
.layout9 .tx-go-maps-ext .infowindow a {
  color: #fff;
}
.layout7 .tx-go-maps-ext .infowindow.open,
.layout9 .tx-go-maps-ext .infowindow.open {
  display: block;
}
@media (min-width: 992px) {
  .layout7 .tx-go-maps-ext .infowindow,
  .layout9 .tx-go-maps-ext .infowindow {
    position: absolute;
    height: 100%;
    overflow: auto;
    padding: calc(2 * 20px);
  }
}
.layout7 .tx-go-maps-ext .infowindow h3,
.layout9 .tx-go-maps-ext .infowindow h3 {
  color: #fff;
  margin: 0;
}
.layout7 .tx-go-maps-ext .infowindow h3:before,
.layout9 .tx-go-maps-ext .infowindow h3:before {
  background: #fff;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-image,
.layout9 .tx-go-maps-ext .infowindow .infowindow-image {
  margin: calc(-2 * 20px) 0 calc(2 * 20px) calc(-2 * 20px);
  width: calc(100% + 3 * 20px);
}
@media (min-width: 992px) {
  .layout7 .tx-go-maps-ext .infowindow .infowindow-image,
  .layout9 .tx-go-maps-ext .infowindow .infowindow-image {
    width: calc(100% + 4 * 20px);
  }
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-image img,
.layout9 .tx-go-maps-ext .infowindow .infowindow-image img {
  width: 100%;
  height: auto;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-address,
.layout9 .tx-go-maps-ext .infowindow .infowindow-address {
  font-size: 13px;
  font-size: 0.86666667rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.layout7 .tx-go-maps-ext .infowindow .close,
.layout9 .tx-go-maps-ext .infowindow .close {
  width: 42px;
  height: 42px;
  background: #ff2b0b;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}
.layout7 .tx-go-maps-ext .infowindow .close:before,
.layout9 .tx-go-maps-ext .infowindow .close:before {
  content: '\e90b';
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
  text-indent: 0em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.layout7 .tx-go-maps-ext .infowindow .button,
.layout9 .tx-go-maps-ext .infowindow .button,
.layout7 .tx-go-maps-ext .infowindow .button:hover,
.layout9 .tx-go-maps-ext .infowindow .button:hover,
.layout7 .tx-go-maps-ext .infowindow .route,
.layout9 .tx-go-maps-ext .infowindow .route,
.layout7 .tx-go-maps-ext .infowindow .route:hover,
.layout9 .tx-go-maps-ext .infowindow .route:hover {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #1e2733;
}
.layout7 .tx-go-maps-ext .infowindow .button:before,
.layout9 .tx-go-maps-ext .infowindow .button:before,
.layout7 .tx-go-maps-ext .infowindow .button:hover:before,
.layout9 .tx-go-maps-ext .infowindow .button:hover:before,
.layout7 .tx-go-maps-ext .infowindow .route:before,
.layout9 .tx-go-maps-ext .infowindow .route:before,
.layout7 .tx-go-maps-ext .infowindow .route:hover:before,
.layout9 .tx-go-maps-ext .infowindow .route:hover:before {
  display: none;
}
.layout7 .tx-go-maps-ext .infowindow .route,
.layout9 .tx-go-maps-ext .infowindow .route {
  display: none;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table {
  font-size: 14px;
  font-size: 0.93333333rem;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table td,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table td,
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table th,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table th {
  border: none;
  background: none;
  padding: 0;
  line-height: 1.87em;
  width: auto;
  padding-right: 20px;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table tr td:first-of-type,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table tr td:first-of-type,
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table tr th:first-of-type,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table tr th:first-of-type {
  width: 80px;
  font-weight: bold;
  color: #fff;
}
.layout7 .tx-go-maps-ext .infowindow .infowindow-content table a,
.layout9 .tx-go-maps-ext .infowindow .infowindow-content table a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable,
.layout9 .tx-go-maps-ext .infowindow .routeTable {
  color: #fff;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp,
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp,
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp table,
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp table,
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-legal,
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-legal {
  color: #fff;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable table,
.layout9 .tx-go-maps-ext .infowindow .routeTable table {
  background: rgba(255, 255, 255, 0.2);
}
.layout7 .tx-go-maps-ext .infowindow .routeTable table td,
.layout9 .tx-go-maps-ext .infowindow .routeTable table td,
.layout7 .tx-go-maps-ext .infowindow .routeTable table th,
.layout9 .tx-go-maps-ext .infowindow .routeTable table th {
  color: #fff;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-directions,
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-directions {
  line-height: 1.5em;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(1),
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(1) {
  width: 30px;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(2),
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(2) {
  width: 40px;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(4),
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-directions tr td:nth-of-type(4) {
  width: 60px;
  text-align: right;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-placemark,
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-placemark {
  border: none;
}
.layout7 .tx-go-maps-ext .infowindow .routeTable .adp-placemark tr td:nth-of-type(1),
.layout9 .tx-go-maps-ext .infowindow .routeTable .adp-placemark tr td:nth-of-type(1) {
  width: 16%;
}
.layout7 .tx-go-maps-ext .infowindow::-webkit-scrollbar,
.layout9 .tx-go-maps-ext .infowindow::-webkit-scrollbar {
  width: 4px;
}
.layout7 .tx-go-maps-ext .infowindow::-webkit-scrollbar-track,
.layout9 .tx-go-maps-ext .infowindow::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.layout7 .tx-go-maps-ext .infowindow::-webkit-scrollbar-thumb,
.layout9 .tx-go-maps-ext .infowindow::-webkit-scrollbar-thumb {
  background-color: #333438;
  outline: 1px solid #333438;
}
.layout7 .tx-go-maps-ext .locationList,
.layout9 .tx-go-maps-ext .locationList {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.layout7 .tx-go-maps-ext .locationList.act,
.layout9 .tx-go-maps-ext .locationList.act {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.layout7 .tx-go-maps-ext .locationList .close,
.layout9 .tx-go-maps-ext .locationList .close {
  color: #ff2b0b;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
  font-size: 13px;
  font-size: 0.86666667rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
}
.layout7 .tx-go-maps-ext .locationList .close:before,
.layout9 .tx-go-maps-ext .locationList .close:before {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #ff2b0b;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses,
.layout9 .tx-go-maps-ext .locationList .gme-addresses {
  list-style: none;
  padding: 0;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li:first-of-type,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li:first-of-type {
  border-top: 1px solid #f1f1f1;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li a,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li a {
  text-decoration: none;
  color: #727376;
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
  display: block;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li a .title,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li a .title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.06666667rem;
  font-weight: normal;
  color: #1e2733;
  letter-spacing: 1px;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li a .distance,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li a .distance {
  font-weight: 500;
}
.layout7 .tx-go-maps-ext .locationList .gme-addresses li.act:before,
.layout9 .tx-go-maps-ext .locationList .gme-addresses li.act:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  background: #f1f1f1;
  z-index: 0;
}
.layout7 .tx-go-maps-ext .locationList::-webkit-scrollbar,
.layout9 .tx-go-maps-ext .locationList::-webkit-scrollbar {
  width: 4px;
}
.layout7 .tx-go-maps-ext .locationList::-webkit-scrollbar-track,
.layout9 .tx-go-maps-ext .locationList::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.layout7 .tx-go-maps-ext .locationList::-webkit-scrollbar-thumb,
.layout9 .tx-go-maps-ext .locationList::-webkit-scrollbar-thumb {
  background-color: #333438;
  outline: 1px solid #333438;
}
@media (min-width: 992px) {
  .layout7 .tx-go-maps-ext.infowindowActive .mapWrapper,
  .layout9 .tx-go-maps-ext.infowindowActive .mapWrapper {
    width: 50%;
    left: 25%;
  }
  .layout7 .tx-go-maps-ext.infowindowActive .mapWrapper:before,
  .layout9 .tx-go-maps-ext.infowindowActive .mapWrapper:before {
    opacity: 1;
  }
}
.layout7 .tx-go-maps-ext .zoomControls,
.layout9 .tx-go-maps-ext .zoomControls {
  right: 0px;
  top: 43px;
  z-index: 7;
}
.layout7 .tx-go-maps-ext .zoomControls ul li,
.layout9 .tx-go-maps-ext .zoomControls ul li {
  padding: 0;
  width: 42px;
  height: 42px;
  background: #1e2733;
  margin: 0 0 1px;
}
.layout7 .tx-go-maps-ext .zoomControls ul li span,
.layout9 .tx-go-maps-ext .zoomControls ul li span {
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  color: #fff;
  overflow: hidden;
  text-indent: -9999em;
  cursor: pointer;
}
.layout7 .tx-go-maps-ext .zoomControls ul li span:before,
.layout9 .tx-go-maps-ext .zoomControls ul li span:before {
  content: '\2b';
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  text-indent: 0em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.layout7 .tx-go-maps-ext .zoomControls ul li .zoomOut span:before,
.layout9 .tx-go-maps-ext .zoomControls ul li .zoomOut span:before {
  content: '\23af';
}
/****************** HÄNDLER GO MAPS ENDE *******************/
/****************** KONTAKTLASCHE START *******************/
#kontaktlasche {
  position: fixed;
  margin: 0;
  padding: 0;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  width: 42px;
  z-index: 1000;
  display: none;
}
@media (min-width: 768px) {
  #kontaktlasche {
    display: block;
  }
}
#kontaktlasche li {
  line-height: 42px;
  background: #ff2b0b;
  margin-bottom: 2px;
  display: inline-block;
  float: none;
  clear: both;
  -webkit-transition: 0.5s ease 0.1s;
  -moz-transition: 0.5s ease 0.1s;
  -ms-transition: 0.5s ease 0.1s;
  -o-transition: 0.5s ease 0.1s;
  transition: 0.5s ease 0.1s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#kontaktlasche li:hover {
  -webkit-transform: translateX(calc(-100% + 42px));
  -moz-transform: translateX(calc(-100% + 42px));
  -ms-transform: translateX(calc(-100% + 42px));
  -o-transform: translateX(calc(-100% + 42px));
  transform: translateX(calc(-100% + 42px));
}
#kontaktlasche li:last-of-type {
  margin-bottom: 0px;
}
#kontaktlasche li a {
  padding: 0 10px 0 42px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  line-height: 42px;
  display: block;
}
#kontaktlasche li a:before {
  content: '\2709';
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  font-size: 18px;
}
#kontaktlasche li a.kontakt02:before {
  content: '\1f6d6';
}
#kontaktlasche li a.kontakt03:before {
  content: '\1f588';
}
/****************** KONTAKTLASCHE ENDE *******************/
/****************** ADDRESS FOOTER 2 START ******************/
#address2 {
  padding-top: 60px;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.2em;
  font-size: 13px;
  font-size: 0.86666667rem;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
#address2 .icon {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #ff2b0b;
  font-size: 44px;
  line-height: 1em;
  margin-bottom: 10px;
  display: inline-block;
}
#address2 .footer-logo {
  margin: 0 0 20px;
  width: 140px;
}
#address2 .org {
  display: inline-block;
  font-size: 34px;
  font-size: 2.26666667rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family:"../../../typo3temp/DynCss/"Clan W04 Thin","../../../typo3temp/DynCss/"Roboto", sans-serif;
  font-weight: normal;
}
#address2 .orgsub,
#address2 .street-address,
#address2 .anschrift {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 1px;
}
#address2 .anschrift {
  margin-bottom: 70px;
}
#address2 address {
  font-style: normal;
  position: relative;
  display: block;
  overflow: hidden;
}
#address2 address .title {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
#address2 address a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 28px;
  font-size: 1.86666667rem;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2em;
  margin-bottom: 1.5rem;
}
#address2 address .adr0,
#address2 address .adr1 {
  float: left;
}
#address2 address .adr0 {
  margin-right: calc(2 * 20px);
}
#address2 .polybau-logo {
  position: relative;
}
#address2 .polybau-logo .footer-logo {
  width: 200px;
}
@media (min-width: 992px) {
  #address2 .polybau-logo .footer-logo {
    right: 0;
    width: 300px;
    position: absolute;
    bottom: 20px;
  }
}
#footerLogin {
  width: 250px;
  clear: both;
}
@media (min-width: 768px) {
  #footerLogin {
    position: absolute;
    right: 0px;
    top: 155px;
  }
}
@media (min-width: 992px) {
  #footerLogin {
    top: auto;
    bottom: 53px;
  }
}
#footerLogin .title {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-size: 0.86666667rem;
}
@media (min-width: 768px) {
  #footerLogin .title {
    text-align: right;
  }
}
#footerLogin a {
  width: 210px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  color: #1e2733;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.86666667rem;
  position: relative;
}
#footerLogin a.login:before {
  content: '\1f6d5';
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 14px;
}
#footerLogin a + a {
  margin-top: 10px;
}
/****************** ADDRESS FOOTER 2 ENDE ******************/
/****************** SITELINKS START ******************/
#sitelinks {
  padding: 1.25rem 0;
}
#sitelinks ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#sitelinks ul li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
#sitelinks ul li:before {
  content: '.';
  color: #ffffff;
  position: absolute;
  top: 0;
  left: -5px;
}
#sitelinks ul li:first-of-type::before {
  display: none;
}
#sitelinks ul li a {
  text-transform: uppercase;
  color: #0c1d20;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.86666667rem;
}
/****************** SITELINKS ENDE ******************/
/****************** IMAGE ZOOM START ******************/
a.ajax span.image_zoom {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-indent: -999em;
  overflow: hidden;
  text-decoration: none;
  font-size: 0px;
  opacity: 0;
  transition: 0.25s ease;
}
a.ajax span.image_zoom:before {
  font-family: 'default';
  font-weight: normal;
  font-style: normal;
  content: '\1f50d';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  text-indent: 0;
  text-align: center;
  font-size: 2.5rem;
  line-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.ajax:hover span.image_zoom {
  opacity: 1;
}
/****************** IMAGE ZOOM ENDE ******************/
/****************** SOCIALLINKS FOOTER 2 START ******************/
#sociallinks2 {
  float: left;
  margin: 0 20px 2rem;
}
@media (min-width: 768px) {
  #sociallinks2 {
    float: right;
    position: absolute;
    right: 0;
    top: 60px;
  }
}
#sociallinks2 ul {
  margin: 0;
  padding: 0;
  float: right;
  clear: both;
  font-size: 0;
}
#sociallinks2 li {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  margin: 0;
  transition: all 0.35s ease;
  position: relative;
  border: 1px solid #808b9a;
  margin-right: -1px;
}
#sociallinks2 li:hover {
  background: #fff;
  color: #1e2733;
  border-color: #fff;
}
#sociallinks2 li:hover a {
  color: #1e2733;
}
#sociallinks2 li:last-of-type {
  margin: 0;
}
#sociallinks2 a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 42px;
  height: 42px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.35s ease;
}
#sociallinks2 a:before {
  font-family: 'default';
  font-weight: normal;
  font-style: normal;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  line-height: 42px;
  text-indent: 0;
  font-size: 18px;
  text-align: center;
}
#sociallinks2 a[href*="facebook"]:before {
  content: '\e900';
}
#sociallinks2 a[href*="twitter"]:before {
  content: '\e906';
}
#sociallinks2 a[href*="google"]:before {
  content: '\e901';
  font-size: 25px;
}
#sociallinks2 a[href*="instagram"]:before {
  content: '\e908';
}
#sociallinks2 a[href*="pinterest"]:before {
  content: '\e903';
}
#sociallinks2 a[href*="youtube"]:before {
  content: '\e90c';
}
/****************** SOCIALLINKS FOOTER 2 ENDE ******************/
/****************** DOWNLOADS START ******************/
.ce-uploads {
  margin: 0px 0px 40px 0px;
  margin: 0rem 0rem 2.66666667rem 0rem;
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: ;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .ce-uploads {
    margin: 0px 0px 40px 0px;
    margin: 0rem 0rem 2.66666667rem 0rem;
  }
}
@media (min-width: 992px) {
  .ce-uploads {
    margin: 0px 0px 65px 0px;
    margin: 0rem 0rem 4.33333333rem 0rem;
  }
}
@media (min-width: 1302px) {
  .ce-uploads {
    margin: 0px 0px 65px 0px;
    margin: 0rem 0rem 4.33333333rem 0rem;
  }
}
.ce-uploads li {
  margin: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 40px;
  float: none;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.ce-uploads li:before {
  display: none;
}
.ce-uploads li a {
  color: #1e2733;
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
  display: block;
  overflow: hidden;
}
.ce-uploads li a:before {
  content: '\e925';
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #1e2733;
  width: 34px;
  height: 34px;
  font-size: 34px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ce-uploads li a:before {
    display: none;
  }
}
.ce-uploads li a[type="application/pdf"]:before {
  content: '\e922';
}
.ce-uploads li a[type="image/jpeg"]:before {
  content: '\e921';
}
.ce-uploads li a[type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"]:before {
  content: '\e924';
}
.ce-uploads li a[type="application/vnd.ms-office"]:before {
  content: '\e920';
}
.ce-uploads li a[type="application/zip"]:before {
  content: '\e925';
}
.ce-uploads .filename {
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
@media (max-width: 767px) {
  .ce-uploads .filename {
    padding-left: 0px;
  }
}
.ce-uploads .filename span {
  width: 32px;
  height: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .ce-uploads .filename span {
    display: none;
  }
}
.ce-uploads .filedownload span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  float: right;
  position: relative;
  font-size: 24px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
}
.ce-uploads .filesize {
  text-align: center;
}
@media (max-width: 767px) {
  .ce-uploads .filesize {
    display: none;
  }
}
.ce-uploads .filetype {
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
}
.ce-uploads .head * {
  color: #1e2733;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: normal;
  padding-left: 0px;
}
.ce-uploads .filedescription {
  letter-spacing: 0px;
  color: #999;
  text-transform: none;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: -5px;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .ce-uploads .filedescription {
    padding-left: 0px;
  }
}
/****************** DOWNLOADS ENDE ******************/
/****************** FOLDABLE / ACCORDION START ******************/
.foldable,
.accordion {
  margin-bottom: 1.5rem;
}
.foldable > .slideContainer,
.accordion > .slideContainer {
  border-bottom: 1px solid #dddddd;
}
.foldable > .slideContainer:first-of-type,
.accordion > .slideContainer:first-of-type {
  border-top: 1px solid #dddddd;
}
.foldable .slideHeader,
.accordion .slideHeader {
  margin: 0;
  padding: 0;
}
.foldable .slideHeader h2,
.accordion .slideHeader h2 {
  font-size: 12px;
  font-size: 0.8rem;
  color: #1e2733;
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin: 0;
  padding: 1rem 3rem 1rem 0;
}
@media (min-width: 768px) {
  .foldable .slideHeader h2,
  .accordion .slideHeader h2 {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .foldable .slideHeader h2,
  .accordion .slideHeader h2 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
@media (min-width: 1302px) {
  .foldable .slideHeader h2,
  .accordion .slideHeader h2 {
    font-size: 16px;
    font-size: 1.06666667rem;
  }
}
.foldable .slideHeader h2:before,
.accordion .slideHeader h2:before {
  content: '\2b';
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  position: absolute;
  top: 26px;
  right: 0px;
  width: 25px;
  height: 25px;
  font-size: 1rem;
  color: #ff2b0b;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: center center;
  text-align: center;
  line-height: 25px;
}
.foldable .slideHeader.act h2:before,
.accordion .slideHeader.act h2:before {
  color: #ff2b0b;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.foldable .canvas,
.accordion .canvas {
  padding: 1rem 0 0;
}
.foldable .gridelement,
.accordion .gridelement {
  margin-left: 20px;
  margin-right: 20px;
}
.foldable .gridelement .canvas,
.accordion .gridelement .canvas {
  width: calc(100% + (2 * 20px));
  position: relative;
  left: -20px;
}
/****************** FOLDABLE / ACCORDION ENDE ******************/
/****************** FULLWIDTH BACKGROUND START ******************/
.fullwidth-background {
  margin-bottom: 1.5rem;
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gridelement .fullwidth-background {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0%;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fullwidth-background {
    width: calc(100vw - 0px);
    min-width: 100%;
  }
}
.fullwidth-background .overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1e2733;
  opacity: 0.5;
  z-index: 5;
}
.fullwidth-background img {
  display: block;
}
.with-fullwidth-background {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
}
/****************** FULLWIDTH BACKGROUND ENDE ******************/
/****************** SEARCHBUTTON START ******************/
.searchbutton {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 70px;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .searchbutton {
    width: 70px;
  }
}
@media (max-width: 400px) {
  .searchbutton {
    width: 50px;
  }
}
.searchbutton:before {
  content: '';
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .searchbutton:before {
    height: 40px;
    margin-top: -20px;
  }
}
.searchbutton.open {
  background: #374c68;
}
.searchbutton.open a span {
  opacity: 0;
}
.searchbutton.open a i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchbutton.open a i:before {
  font-size: 15px;
  content: '\e90b';
  color: #ffffff;
}
.searchbutton a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  font-size: 0.8125rem;
}
.searchbutton a span {
  display: none;
}
.searchbutton a i {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.searchbutton a i:before {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  content: '\1f50d';
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/****************** SEARCHBUTTON ENDE ******************/
/************** SEARCH OVERLAY START ***************/
#search {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  visibility: hidden;
  -webkit-transition: opacity .35s ease, visibility 0s ease 0.35s;
  -moz-transition: opacity .35s ease, visibility 0s ease 0.35s;
  -ms-transition: opacity .35s ease, visibility 0s ease 0.35s;
  -o-transition: opacity .35s ease, visibility 0s ease 0.35s;
  transition: opacity .35s ease, visibility 0s ease 0.35s;
  opacity: 0;
  left: 0;
  top: 70px;
}
@media (max-width: 991px) {
  #search {
    display: none;
  }
}
#search.act {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .35s ease, visibility 0s ease 0s;
  -moz-transition: opacity .35s ease, visibility 0s ease 0s;
  -ms-transition: opacity .35s ease, visibility 0s ease 0s;
  -o-transition: opacity .35s ease, visibility 0s ease 0s;
  transition: opacity .35s ease, visibility 0s ease 0s;
}
#quick_search {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#quick_search #q {
  width: calc(100% - 140px);
  height: 60px;
  background: #fff;
  padding: 0;
  border: none;
  line-height: 100%;
  font-size: 2rem;
  color: #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-bottom: 5px solid #1e2733;
  background: none;
  float: left;
  display: block;
  -webkit-appearance: none;
}
#quick_search #q::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
#quick_search #q::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
}
#quick_search #q:-ms-input-placeholder {
  color: #444444;
  opacity: 1;
}
#quick_search .button {
  width: 60px;
  height: 60px;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  border: none;
  margin: 0;
  min-width: auto;
  float: left;
  display: block;
  margin-left: 0.3125rem;
  background: #1e2733;
}
#quick_search .button:before {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  content: '\1f50d';
  width: 20px;
  height: 20px;
  line-height: 1.25em;
  text-indent: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
}
/************** SEARCH OVERLAY ENDE ***************/
/****************** SEARCH PAGE START ******************/
.tx-custom-search {
  position: relative;
}
.tx-custom-search form {
  margin-bottom: 2.5rem;
  width: calc(100% + 2 * 20px);
  position: relative;
  left: -20px;
}
.tx-custom-search .section {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
.tx-custom-search ul.f3-widget-paginator li {
  display: inline-block;
  margin: 0.625rem;
  padding: 0;
}
.tx-custom-search ul.f3-widget-paginator li:before {
  content: none;
  background: none;
  border-radius: 0;
}
.tx-custom-search ul.f3-widget-paginator li a {
  color: #444444;
}
@media (min-width: 768px) {
  main .tx-custom-search .input {
    float: left;
    width: calc(50% - 20px);
  }
  main .tx-custom-search .submit {
    float: left;
    width: calc(50% - 20px);
  }
}
.tx-indexedsearch-searchbox,
.tx-indexedsearch-browsebox,
.tx-indexedsearch-res,
.tx-indexedsearch-searchword {
  padding: 0 20px;
}
ul.tx-indexedsearch-browsebox {
  margin: 0 10px 1.5rem 0;
  text-align: center;
  font-size: 0px;
}
ul.tx-indexedsearch-browsebox li:before {
  display: none;
}
ul.tx-indexedsearch-browsebox li {
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  margin: 0 10px;
}
/****************** SEARCH PAGE ENDE ******************/
/************ SCROLLTOTOP START ************/
.scrollToTop {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  left: 50%;
  top: -30px;
  margin-left: -30px;
}
.scrollToTop:before {
  content: '';
  height: 60px;
  width: 1px;
  background: #bbbbbb;
  position: absolute;
  left: 50%;
  top: 0;
}
.scrollToTop:after {
  content: '';
  height: 10px;
  width: 10px;
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  position: absolute;
  left: 50%;
  top: 1px;
  margin-left: -5px;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/************ SCROLLTOTOP START ENDE ************/
/****************** GOOGLE MAPS START ******************/
.tx-go-maps-ext {
  margin-bottom: 1.5rem;
}
.tx-go-maps-ext form {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  margin-bottom: 1.5rem;
  margin-top: 30px;
}
.tx-go-maps-ext form input {
  background: #f9fafb none repeat scroll 0 0;
  border: 1px solid #e1e6e8;
  color: #000;
  font-size: 1em;
  height: 44px;
  line-height: 44px;
  margin: 0 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .tx-go-maps-ext form input {
    width: 280px;
  }
}
.tx-go-maps-ext .js-gme-submit,
.tx-go-maps-ext form .js-gme-error,
.tx-go-maps-ext .mapWrapper .button.route {
  display: none;
}
.tx-go-maps-ext .button.route {
  width: 100%;
}
@media (min-width: 768px) {
  .tx-go-maps-ext .button.route {
    width: 280px;
  }
}
.js-gme-saddress {
  width: calc(100% - 20px);
  position: relative;
  border: 1px solid #e1e6e8;
  margin: 0;
  padding: 0 0.625rem;
  background: #f9fafb;
  font-size: 1em;
  height: 44px;
  line-height: 2.75em;
  color: #9fabb3;
  color: #000;
  margin: 0 0.625rem;
}
.js-gme-submit {
  background: #1e2733;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  height: 44px;
  line-height: 2.75em;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 0.625rem;
}
.gm-style .gm-style-iw {
  line-height: normal;
}
/****************** GOOGLE MAPS ENDE ******************/
/****************** LANG START ******************/
#lang {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 60;
  overflow: hidden;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #lang {
    right: 70px;
  }
}
@media (max-width: 400px) {
  #lang {
    right: 50px;
    width: 50px;
  }
}
#lang:before {
  content: '';
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #lang:before {
    height: 40px;
    margin-top: -20px;
  }
}
#lang .dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 175px;
  padding: 0.625rem;
  opacity: 0;
  transition: 0.25s ease;
}
#lang ul {
  padding: 0;
  margin: 0;
  overflow: auto;
}
#lang ul li * {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  padding-left: 1.563rem;
  padding-right: 1.25rem;
  display: block;
  line-height: 2em;
  white-space: nowrap;
  font-size: 1rem;
}
#lang ul li.cur * {
  opacity: 0.65;
}
#lang > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transition: background 0.25s ease;
  line-height: 70px;
}
#lang > span span {
  opacity: 1;
  transition: 0.25s ease;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  color: #fff;
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
}
@media (max-width: 400px) {
  #lang > span span {
    display: none;
  }
}
#lang > span i {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  left: 0;
  top: 3px;
}
@media (max-width: 400px) {
  #lang > span i {
    margin-right: 0px;
  }
}
#lang > span i:before {
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #fff;
  content: '\1f30e';
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 0px;
  left: 0;
}
#lang.open {
  overflow: visible;
}
#lang.open .dropdown {
  opacity: 1;
  background: #374c68;
}
#lang.open > span span {
  display: none;
  color: #ffffff;
}
#lang.open > span i {
  margin: 0;
}
#lang.open > span i:before {
  content: '\e90b';
  color: #ffffff;
  margin: 0;
}
/****************** LANG ENDE ******************/
/****************** COOKIE START ******************/
#tx_tracking {
  background: rgba(0, 0, 0, 0.5);
  height: auto;
  min-height: 60px;
  padding: 0;
  line-height: 1.5rem;
  text-align: left;
  pointer-events: none;
}
#tx_tracking section.notice {
  padding: 10px 0px;
  margin: 0 10px;
  text-align: center;
}
#tx_tracking .button {
  background: #ff2b0b;
  color: #fff;
  height: 20px;
  width: 70px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 10px 0 0 10px;
  border: 0;
  font-size: 14px;
  pointer-events: auto;
}
/****************** COOKIE ENDE ******************/
/****************** PARTNER START ******************/
#partner ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 2.5rem 0.9375rem 0;
}
#partner ul li {
  display: inline-block;
  margin: 0.625rem;
}
#partner ul li img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.35s ease;
}
#partner ul li:hover img {
  display: block;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
/****************** PARTNER ENDE ******************/
/****************** DCE TEXT MIT ZERTIFIKATE START ******************/
.dce-text-zertifikate img {
  display: block;
  margin-bottom: 1.5rem;
}
.dce-text-zertifikate:not(.stil-2) img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .dce-text-zertifikate:not(.stil-2) img {
    width: auto;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.dce-text-zertifikate.stil-2 img {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/****************** DCE TEXT MIT ZERTIFIKATE ENDE  ******************/
/****************** DCE TITEL MIT SUBTITEL START *****************/
.dce-titleWithSubtitle {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dce-titleWithSubtitle h2 {
  margin-bottom: 3rem;
}
.dce-titleWithSubtitle .subtitle {
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
@media (min-width: 992px) {
  .dce-titleWithSubtitle .subtitle {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media (min-width: 992px) {
  .dce-titleWithSubtitle .subtitle {
    -webkit-transform: translateY(-33px);
    -moz-transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -o-transform: translateY(-33px);
    transform: translateY(-33px);
  }
}
@media (max-width: 767px) {
  .dce-titleWithSubtitle .subtitle {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: 0px !important;
  }
}
/****************** DCE TITEL MIT SUBTITEL ENDE ******************/
/****************** DCE ÜBERSCHRIFT MIT FREISTELLER (RECHTS) START *****************/
.dce-titleWithCutout {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  font-size: 16px;
  font-size: 1.06666667rem;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.dce-titleWithCutout .border-top,
.dce-titleWithCutout .border-bottom {
  content: '';
  width: 100vw;
  height: 1px !important;
  background: #f0f0f0;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  top: -1px;
}
.dce-titleWithCutout .border-bottom {
  top: auto;
  bottom: -1px;
}
.dce-titleWithCutout > * {
  z-index: 5;
}
@media (max-width: 767px) {
  .dce-titleWithCutout > * {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dce-titleWithCutout > * {
    height: auto !important;
  }
}
.dce-titleWithCutout header {
  margin-bottom: 0rem;
}
.dce-titleWithCutout .text .inner {
  padding: 50px 0;
  padding-bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-titleWithCutout .text .inner {
    padding: 80px 0;
    padding-bottom: calc(80px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .dce-titleWithCutout .text .inner {
    padding: 100px 0;
    padding-bottom: calc(100px - 1.5rem);
  }
}
.dce-titleWithCutout img {
  display: block;
  width: 100%;
  height: auto !important;
}
.dce-titleWithCutout figure {
  margin: 0;
  display: block;
  width: 100%;
}
.dce-titleWithCutout .sentinel {
  opacity: 0;
  visibility: hidden;
}
.dce-titleWithCutout .imagecontainer > .carouselRight {
  position: relative;
}
.dce-titleWithCutout .imagecontainer > .carouselRight > figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dce-titleWithCutout .certificates {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0px;
  font-size: 0px;
}
.dce-titleWithCutout .certificates li {
  display: inline-block;
  margin-right: 20px;
}
.dce-titleWithCutout p {
  text-align: left;
}
@media (min-width: 992px) {
  .dce-titleWithCutout.matchHeightActive .text .inner {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dce-titleWithCutout.matchHeightActive .carouselRight,
  .dce-titleWithCutout.matchHeightActive .carouselLeft,
  .dce-titleWithCutout.matchHeightActive figure,
  .dce-titleWithCutout.matchHeightActive img {
    height: 100% !important;
    object-fit: contain;
    object-position: right bottom;
  }
}
/****************** DCE ÜBERSCHRIFT MIT FREISTELLER (RECHTS) ENDE ******************/
/****************** DCE TEXT MIT FREISTELLER (RECHTS) START *****************/
.dce-textWithCutout {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  font-size: 16px;
  font-size: 1.06666667rem;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.dce-textWithCutout .border-top,
.dce-textWithCutout .border-bottom {
  content: '';
  width: 100vw;
  height: 1px !important;
  background: #f0f0f0;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  top: -1px;
}
.dce-textWithCutout .border-bottom {
  top: auto;
  bottom: -1px;
}
.dce-textWithCutout > * {
  z-index: 5;
}
@media (max-width: 767px) {
  .dce-textWithCutout > * {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dce-textWithCutout > * {
    height: auto !important;
  }
}
.dce-textWithCutout header {
  margin-bottom: 0rem;
}
.dce-textWithCutout header + h3 {
  margin-top: 5rem;
}
.dce-textWithCutout h3 {
  margin-bottom: 3rem;
}
.dce-textWithCutout .text .inner {
  padding: 50px 0;
  padding-bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-textWithCutout .text .inner {
    padding: 80px 0;
    padding-bottom: calc(80px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .dce-textWithCutout .text .inner {
    padding: 100px 0;
    padding-bottom: calc(100px - 1.5rem);
  }
}
.dce-textWithCutout img {
  display: block;
  width: 100%;
  height: auto !important;
}
.dce-textWithCutout figure {
  margin: 0;
  display: block;
  width: 100%;
}
.dce-textWithCutout .sentinel {
  opacity: 0;
  visibility: hidden;
}
.dce-textWithCutout .imagecontainer > .carouselRight {
  position: relative;
}
.dce-textWithCutout .imagecontainer > .carouselRight > figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dce-textWithCutout .certificates {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0px;
  font-size: 0px;
}
.dce-textWithCutout .certificates li {
  display: inline-block;
  margin-right: 20px;
}
.dce-textWithCutout p {
  text-align: left;
}
@media (min-width: 992px) {
  .dce-textWithCutout.matchHeightActive .text .inner {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dce-textWithCutout.matchHeightActive .carouselRight,
  .dce-textWithCutout.matchHeightActive .carouselLeft,
  .dce-textWithCutout.matchHeightActive figure,
  .dce-textWithCutout.matchHeightActive img {
    height: 100% !important;
    object-fit: contain;
    object-position: right bottom;
  }
}
/****************** DCE TEXT MIT FREISTELLER (RECHTS) ENDE ******************/
/****************** DCE GALERIE START ******************/
.dce-gallery {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dce-gallery figure {
  margin: 5px;
  display: block;
  position: relative;
}
.dce-gallery a {
  display: block;
}
.dce-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.dce-gallery figcaption {
  height: 60px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  bottom: 0;
  display: block;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
  white-space: nowrap;
}
.dce-gallery figcaption span {
  line-height: 1.3em;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  font-size: 13px;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dce-gallery figcaption span:before {
  background: #fff;
}
@media (min-width: 1302px) {
  .dce-gallery .col-lg-custom {
    width: 20%;
  }
}
/****************** DCE GALERIE ENDE ******************/
/****************** DCE TABS MIT BILD START ******************/
.dce-tabs {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  counter-reset: section-counter;
}
.dce-tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .dce-tabs .tab-nav {
    text-align: center;
  }
}
.dce-tabs .tab-nav li {
  width: 8px;
  height: 8px;
  position: relative;
  display: inline-block;
  margin: 0 20px 20px 0;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .dce-tabs .tab-nav li {
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background: none;
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }
}
@media (min-width: 992px) {
  .dce-tabs .tab-nav li {
    width: 36px;
    height: 36px;
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1302px) {
  .dce-tabs .tab-nav li {
    width: 42px;
    height: 42px;
    margin: 0 20px 20px 0;
  }
}
.dce-tabs .tab-nav li:last-of-type {
  margin-right: 0px;
}
.dce-tabs .tab-nav li img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .dce-tabs .tab-nav li img {
    display: none;
  }
}
.dce-tabs .tab-nav li:hover,
.dce-tabs .tab-nav li.act {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .dce-tabs .tab-nav li:hover,
  .dce-tabs .tab-nav li.act {
    background: #ff2b0b;
  }
}
.dce-tabs p {
  text-align: left;
}
.dce-tabs .inner {
  overflow: hidden;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dce-tabs .inner {
    padding: 3rem 0;
  }
}
.dce-tabs .tabitem {
  width: 100%;
}
.dce-tabs .text section {
  padding-top: 3rem;
  counter-increment: section-counter;
  position: relative;
}
.dce-tabs .text section h3 {
  position: relative;
}
.dce-tabs .text section h3:after {
  content: counter(section-counter);
  position: absolute;
  left: 75px;
  top: -40px;
  color: #1e2733;
  font-size: 50px;
  font-size: 3.33333333rem;
  line-height: 1em;
  font-weight: 300;
}
.dce-tabs .control {
  margin-left: 20px;
  margin-right: 20px;
}
.dce-tabs .control .prev,
.dce-tabs .control .next {
  width: 64px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
.dce-tabs .control .prev:before,
.dce-tabs .control .next:before {
  content: '\1f6d3';
  width: 64px;
  height: 64px;
  font-size: 64px;
  line-height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #1e2733;
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
}
.dce-tabs .control .next:before {
  content: '\1f6d4';
}
.dce-tabs img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .dce-tabs.matchHeightActive .text .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dce-tabs.matchHeightActive .imagecontainer section {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dce-tabs .text,
  .dce-tabs .imagecontainer {
    height: auto !important;
  }
}
/****************** DCE TABS MIT BILD ENDE ******************/
/****************** DCE BILD MIT/OHNE TEXT (BLAUER HINTERGRUND) START ******************/
body:not(.home) .marginBox + .marginBox {
  margin-top: -40px !important;
}
@media (min-width: 992px) {
  body:not(.home) .marginBox + .marginBox {
    margin-top: -65px !important;
  }
}
.dce-imageText-background.white .text .inner {
  padding: 0 0 50px 0;
  padding-bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-imageText-background.white .text .inner {
    padding: 80px 0;
    padding-bottom: calc(80px - 1.5rem);
  }
}
.dce-imageText-background {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  font-size: 16px;
  font-size: 1.06666667rem;
}
.dce-imageText-background:not(.white) {
  color: #fff;
}
.dce-imageText-background:not(.white)::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: 1;
  display: block;
  background: #1e2733;
}
.dce-imageText-background p {
  text-align: left;
}
.dce-imageText-background > * {
  z-index: 5;
}
@media (max-width: 767px) {
  .dce-imageText-background > * {
    height: auto !important;
  }
}
.dce-imageText-background:not(.white) h2,
.dce-imageText-background:not(.white) h3 {
  color: #fff;
}
.dce-imageText-background:not(.white) h2:before,
.dce-imageText-background:not(.white) h3:before {
  background: #fff;
}
.dce-imageText-background header {
  margin-bottom: 2.5rem;
}
.dce-imageText-background h3 {
  margin-bottom: 2.5rem;
}
.dce-imageText-background:not(.white) .button:not(.sec) {
  color: #fff;
}
.dce-imageText-background .text .inner {
  padding: 50px 0;
  padding-bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-imageText-background .text .inner {
    padding: 80px 0;
    padding-bottom: calc(80px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .dce-imageText-background .text .inner {
    padding: 100px 0;
    padding-bottom: calc(100px - 1.5rem);
  }
}
.dce-imageText-background .text .inner .certificates {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0px;
  font-size: 0px;
}
.dce-imageText-background .text .inner .certificates li {
  display: inline-block;
  margin-right: 20px;
}
.dce-imageText-background .carouselRight {
  width: 58vw;
  overflow: hidden;
  position: relative;
}
.dce-imageText-background .carouselLeft {
  width: 58vw;
  float: right;
  overflow: hidden;
  position: relative;
}
.dce-imageText-background figure {
  margin: 0;
  display: none;
  width: 100%;
  display: inline-block;
}
.dce-imageText-background figure:nth-of-type(1) {
  display: block;
}
.dce-imageText-background figcaption {
  height: 150px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  bottom: 0;
  display: block;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
}
.dce-imageText-background figcaption span {
  line-height: 1.3em;
  position: absolute;
  left: 20px;
  bottom: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .dce-imageText-background figcaption span {
    left: 40px;
    bottom: 40px;
  }
}
.dce-imageText-background img {
  display: block;
  width: 100%;
  height: auto !important;
}
.dce-imageText-background .flickity-viewport {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: e-resize;
  overflow: hidden;
}
@media (min-width: 992px) {
  .dce-imageText-background .flickity-viewport {
    overflow: visible;
  }
}
.dce-imageText-background .flickity-viewport .flickity-slider {
  height: 100%;
}
.dce-imageText-background .flickity-viewport figure {
  width: 100%;
}
.dce-imageText-background .flickity-viewport figure figcaption span {
  left: 20px;
  width: calc(100% - 90px - 30px);
}
@media (min-width: 992px) {
  .dce-imageText-background .flickity-viewport figure figcaption span {
    left: 130px;
    width: calc(100% - 130px - 30px);
  }
}
.dce-imageText-background .flickity-page-dots {
  position: absolute;
  left: 20px;
  bottom: 26px;
  list-style: none;
  font-size: 0px;
  line-height: 0px;
  padding: 0;
}
@media (min-width: 992px) {
  .dce-imageText-background .flickity-page-dots {
    left: 40px;
    bottom: 46px;
  }
}
.dce-imageText-background .flickity-page-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
.dce-imageText-background .flickity-page-dots li.is-selected {
  background: #ff2b0b;
}
.dce-imageText-background .sentinel {
  opacity: 0;
}
@media (min-width: 768px) {
  .dce-imageText-background.matchHeightActive .text .inner {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dce-imageText-background.matchHeightActive .carouselRight,
  .dce-imageText-background.matchHeightActive .carouselLeft,
  .dce-imageText-background.matchHeightActive figure,
  .dce-imageText-background.matchHeightActive img {
    height: 100% !important;
    object-fit: cover;
  }
}
/****************** DCE BILD MIT/OHNE TEXT (BLAUER HINTERGRUND) ENDE  ******************/
/****************** DCE TEXT MIT BILD IM RASTER START  ******************/
.dce-imageTextinGrid img {
  width: 100%;
  height: auto;
}
.dce-imageTextinGrid p {
  text-align: left;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dce-imageTextinGrid .text,
  .dce-imageTextinGrid .imagecontainer {
    height: auto !important;
  }
  .dce-imageTextinGrid .imagecontainer {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .dce-imageTextinGrid.matchHeightActive .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/****************** DCE TEXT MIT BILD IM RASTER ENDE  ******************/
/****************** DCE FULLSCREEN IMAGESLIDER START ******************/
.dce-fullscreen-imageslider {
  position: relative;
  left: 50%;
  width: 100vw;
  top: 0px;
  margin-left: -50vw;
  overflow: hidden;
}
.dce-fullscreen-imageslider img {
  width: 100%;
  height: auto;
  display: block;
}
.dce-fullscreen-imageslider figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dce-fullscreen-imageslider .sentinel {
  opacity: 0;
}
.dce-fullscreen-imageslider figcaption {
  height: 150px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  bottom: 0;
  display: block;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
}
.dce-fullscreen-imageslider figcaption span {
  line-height: 1.3em;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .dce-fullscreen-imageslider figcaption span {
    left: 40px;
    bottom: 40px;
  }
}
.dce-fullscreen-imageslider .flickity-viewport {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: e-resize;
}
.dce-fullscreen-imageslider .flickity-viewport figure {
  width: 100%;
}
.dce-fullscreen-imageslider .flickity-viewport figure figcaption span {
  left: 90px;
  width: calc(100% - 90px - 30px);
}
@media (min-width: 992px) {
  .dce-fullscreen-imageslider .flickity-viewport figure figcaption span {
    left: 130px;
    width: calc(100% - 130px - 30px);
  }
}
.dce-fullscreen-imageslider .flickity-page-dots {
  position: absolute;
  left: 20px;
  bottom: 26px;
  list-style: none;
  font-size: 0px;
  line-height: 0px;
  padding: 0;
}
@media (min-width: 992px) {
  .dce-fullscreen-imageslider .flickity-page-dots {
    left: 40px;
    bottom: 46px;
  }
}
.dce-fullscreen-imageslider .flickity-page-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
.dce-fullscreen-imageslider .flickity-page-dots li.is-selected {
  background: #ff2b0b;
}
/****************** DCE FULLSCREEN IMAGESLIDER ENDE  ******************/
/****************** DCE SUJETSLIDER START *****************/
.dce-sujetslider {
  position: relative;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0;
}
.dce-sujetslider header {
  margin-bottom: 40px;
  margin-bottom: 2.66666667rem;
  white-space: normal;
}
@media (min-width: 992px) {
  .dce-sujetslider header {
    margin-bottom: 65px;
    margin-bottom: 4.33333333rem;
  }
}
.dce-sujetslider figure {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.dce-sujetslider figcaption {
  height: 150px;
  width: calc(100% - 2 * 20px);
  left: 20px;
  bottom: 0;
  display: block;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
  overflow: hidden;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.dce-sujetslider figcaption span.h3 {
  line-height: 1.3em;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
  z-index: 10;
  font-size: 1rem;
  color: #fff;
  white-space: normal;
  overflow: hidden;
  padding-right: 1rem;
}
.dce-sujetslider figcaption span.h3:before {
  background: #fff;
}
@media (min-width: 992px) {
  .dce-sujetslider figcaption span.h3 {
    left: 40px;
    bottom: 40px;
  }
}
.dce-sujetslider img {
  width: 100%;
  height: auto;
  display: block;
}
.dce-sujetslider .flickity-viewport {
  cursor: e-resize;
}
.dce-sujetslider .flickity-viewport figure {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0.55;
}
.dce-sujetslider .flickity-viewport figure.is-selected {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dce-sujetslider .control {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  margin-top: 2rem;
}
.dce-sujetslider .control .prev,
.dce-sujetslider .control .next {
  width: 64px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
.dce-sujetslider .control .prev:before,
.dce-sujetslider .control .next:before {
  content: '\1f6d3';
  width: 64px;
  height: 64px;
  font-size: 64px;
  line-height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #1e2733;
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
}
.dce-sujetslider .control .next:before {
  content: '\1f6d4';
}
/****************** DCE SUJETSLIDER ENDE ******************/
/****************** DCE VIDEOTEASER START *****************/
.swipebox-inline-container {
  background: none;
  outline: none;
}
.swipebox-inline-container .video-container {
  height: calc(100vh - 120px);
  position: relative;
}
@media (min-width: 992px) {
  .swipebox-inline-container .video-container {
    height: calc(100vh - 180px);
  }
}
.swipebox-inline-container .video-aspect {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: calc(((100vh - 120px) / 9) * 16);
}
@media (min-width: 992px) {
  .swipebox-inline-container .video-aspect {
    max-width: calc(((100vh - 180px) / 9) * 16);
  }
}
.swipebox-inline-container .video-aspect:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}
.swipebox-inline-container .video-aspect > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.swipebox-inline-container .video-aspect .embed {
  width: 100%;
  height: 100%;
}
.swipebox-inline-container .video-aspect .embed iframe {
  width: 100%;
  height: 100%;
}
.dce-videoteaser {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  z-index: 0;
}
.dce-videoteaser header {
  margin-bottom: 40px;
  margin-bottom: 2.66666667rem;
}
@media (min-width: 992px) {
  .dce-videoteaser header {
    margin-bottom: 65px;
    margin-bottom: 4.33333333rem;
  }
}
.dce-videoteaser .video-container {
  display: none;
}
.dce-videoteaser .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dce-videoteaser .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
}
.dce-videoteaser .image img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.dce-videoteaser .videoteaser:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.dce-videoteaser.multivideo section {
  margin: 5px;
  position: relative;
  padding-top: 56.25%;
}
.dce-videoteaser.multivideo .text {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  height: 60px;
  width: calc(100% - 40px);
}
@media (min-width: 992px) {
  .dce-videoteaser.multivideo .text {
    left: 40px;
    width: calc(100% - 80px);
  }
}
.dce-videoteaser.multivideo .text:before {
  content: '';
  width: 60px;
  height: 60px;
  background: #1e2733;
  opacity: 1;
  display: block;
}
.dce-videoteaser.multivideo .text:after {
  content: '\e91e';
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  display: block;
}
.dce-videoteaser.multivideo .text span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1.06666667rem;
  font-weight: normal;
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 80px);
}
.dce-videoteaser.singlevideo {
  width: 100vw;
}
.dce-videoteaser.singlevideo section {
  margin: 0px;
  position: relative;
  padding-top: 66.6667%;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo section {
    padding-top: 43.75%;
  }
}
.dce-videoteaser.singlevideo .text {
  min-height: 86px;
  position: absolute;
  left: 8vw;
  top: 8vw;
  width: calc(100% - 16vw);
  z-index: 15;
  color: #fff;
  text-align: left;
}
@media (min-width: 992px) {
  .dce-videoteaser.singlevideo .text {
    left: 10vw;
    top: 10vw;
    width: calc(100% - 20vw);
  }
}
.dce-videoteaser.singlevideo .text header {
  padding-left: 90px;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo .text header {
    padding-left: 130px;
  }
}
.dce-videoteaser.singlevideo .text .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  background: #1e2733;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo .text .icon {
    width: 86px;
    height: 86px;
  }
}
.dce-videoteaser.singlevideo .text .icon:after {
  content: '\e91e';
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  display: block;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo .text .icon:after {
    width: 86px;
    height: 86px;
    line-height: 86px;
    font-size: 24px;
  }
}
.dce-videoteaser.singlevideo .text .icon .border-left {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  height: calc(100% + 20px);
  width: 100%;
}
.dce-videoteaser.singlevideo .text .icon .border-right {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  height: calc(100% + 20px);
  width: 100%;
}
.dce-videoteaser.singlevideo .text h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo .text h2 {
    font-size: 52px;
    font-size: 3.46666667rem;
    line-height: 1.1em;
  }
}
.dce-videoteaser.singlevideo .text .subtitle {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.2em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-indent: 0px;
}
.dce-videoteaser.singlevideo .text .subtitle span {
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .dce-videoteaser.singlevideo .text .subtitle {
    font-size: 16px;
    font-size: 1.06666667rem;
    line-height: 1.1em;
    padding-left: 30px;
    position: relative;
  }
  .dce-videoteaser.singlevideo .text .subtitle:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
  }
}
.dce-videoteaser .dummylink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/****************** DCE VIDEOTEASER ENDE ******************/
/****************** DCE HTML5 VIDEO START ******************/
video[poster] {
  object-fit: cover;
}
.dce-video video {
  width: 100%;
  aspect-ratio: 1.77777778;
}
/****************** DCE HTML5 VIDEO ENDE ******************/
/****************** DCE IMAGE-TEXT START ******************/
.dce-imgText {
  background: #ffffff;
  margin-bottom: 1.5rem;
}
.itemText .textWrap {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .itemText .textWrap {
    margin: 3.75rem 0;
  }
}
@media (max-width: 992px) {
  .itemImg .objectFit img {
    position: relative;
    height: auto;
    object-fit: fill;
    display: block;
  }
}
/****************** DCE IMAGE-TEXT ENDE ******************/
/****************** DCE STARTSEITE INTRO START *****************/
.dce-startseiteintro {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  font-size: 16px;
  font-size: 1.06666667rem;
}
.dce-startseiteintro:before {
  content: '';
  width: 100vw;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  bottom: 0px;
  z-index: 100;
  pointer-events: none;
}
.dce-startseiteintro:after {
  display: table;
  width: 100%;
  clear: both;
  content: '';
}
.dce-startseiteintro p {
  text-align: left;
}
.dce-startseiteintro > * {
  z-index: 5;
}
@media (max-width: 767px) {
  .dce-startseiteintro > * {
    height: auto !important;
  }
}
.dce-startseiteintro header {
  margin-bottom: 5rem;
}
.dce-startseiteintro header h1 {
  text-align: left;
}
.dce-startseiteintro h3 {
  margin-bottom: 3rem;
}
.dce-startseiteintro .text .inner {
  padding: 50px 0;
  padding-bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-startseiteintro .text .inner {
    padding: 80px 0;
    padding-bottom: calc(80px - 1.5rem);
  }
}
@media (min-width: 992px) {
  .dce-startseiteintro .text .inner {
    padding: 150px 0;
    padding-bottom: calc(150px - 1.5rem);
  }
}
.dce-startseiteintro .text .inner .option {
  display: block;
  margin-bottom: 1rem;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.dce-startseiteintro .text .inner .option:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #1e2733;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.dce-startseiteintro .text .inner .option.act:before {
  border-color: #ff2b0b;
  background: #ff2b0b;
}
.dce-startseiteintro .text .inner .dummylink {
  width: 220px;
  height: 42px;
  background: #1e2733;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  line-height: 42px;
  font-size: 13px;
  font-size: 0.86666667rem;
  display: block;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  margin-top: 3rem;
}
.dce-startseiteintro .text .inner .dummylink:hover {
  background: #ff2b0b;
}
.dce-startseiteintro .text .inner .logo {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  width: 50px;
  max-width: 50%;
  bottom: calc(50px - 1.5rem);
}
@media (min-width: 768px) {
  .dce-startseiteintro .text .inner .logo {
    bottom: calc(80px - 1.5rem);
    width: 80px;
  }
}
@media (min-width: 992px) {
  .dce-startseiteintro .text .inner .logo {
    bottom: calc(150px - 1.5rem);
  }
}
.dce-startseiteintro .carouselLeft {
  width: 58vw;
  float: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .dce-startseiteintro .carouselLeft {
    float: left;
    width: 100vw !important;
    left: 50%;
    margin-left: -50vw;
    aspect-ratio: 1.49818182;
    overflow: hidden;
  }
}
.dce-startseiteintro figure {
  margin: 0;
  display: none;
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  .dce-startseiteintro figure {
    aspect-ratio: 1.49818182;
  }
}
.dce-startseiteintro figure:nth-of-type(1) {
  display: block;
}
.dce-startseiteintro img {
  display: block;
  width: 100%;
  height: auto !important;
}
.dce-startseiteintro .flickity-viewport {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: e-resize;
}
.dce-startseiteintro .flickity-viewport .flickity-slider {
  height: 100%;
}
.dce-startseiteintro .flickity-viewport figure {
  width: 100%;
}
.dce-startseiteintro .sentinel {
  opacity: 0;
}
.dce-startseiteintro .controls {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.dce-startseiteintro .controls li {
  padding-left: 60px;
  position: relative;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.dce-startseiteintro .controls li span {
  opacity: 0;
  -webkit-transition: 0.25s ease 0s;
  -moz-transition: 0.25s ease 0s;
  -ms-transition: 0.25s ease 0s;
  -o-transition: 0.25s ease 0s;
  transition: 0.25s ease 0s;
}
.dce-startseiteintro .controls li:before {
  content: '';
  width: 25px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: 0.15s ease;
}
.dce-startseiteintro .controls li.act span {
  opacity: 1;
  -webkit-transition: 0.25s ease 0.15s;
  -moz-transition: 0.25s ease 0.15s;
  -ms-transition: 0.25s ease 0.15s;
  -o-transition: 0.25s ease 0.15s;
  transition: 0.25s ease 0.15s;
}
.dce-startseiteintro .controls li.act:before {
  width: 50px;
  height: 3px;
  opacity: 1;
}
.dce-startseiteintro .scrollToNextElement {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 122px;
  height: 59px;
  cursor: pointer;
}
.dce-startseiteintro .scrollToNextElement:before {
  content: '\1f6d4';
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 30px;
  transform-origin: center top;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dce-startseiteintro .scrollToNextElement span {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .dce-startseiteintro .imagecontainer,
  .dce-startseiteintro .text {
    height: auto !important;
  }
  .dce-startseiteintro .imagecontainer:after,
  .dce-startseiteintro .text:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (min-width: 992px) {
  .dce-startseiteintro.matchHeightActive .text .inner {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dce-startseiteintro.matchHeightActive .carouselRight,
  .dce-startseiteintro.matchHeightActive .carouselLeft,
  .dce-startseiteintro.matchHeightActive figure,
  .dce-startseiteintro.matchHeightActive img {
    height: 100% !important;
    object-fit: cover;
  }
}
/****************** DCE STARTSEITE INTRO ENDE ******************/
/****************** DCE VARIANTS ENDE ******************/
.dce-variants .text {
  background: #fff;
  z-index: 10;
}
.dce-variants .text header {
  margin-bottom: 5rem;
}
.dce-variants .text h3,
.dce-variants .text p,
.dce-variants .text table {
  margin-bottom: 2.5rem;
}
.dce-variants .text .varianttext {
  display: none;
}
.dce-variants .text .varianttext.act {
  display: block;
}
.dce-variants .imagecontainer {
  z-index: 0;
}
.dce-variants .imagecontainer section {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, transform 0.25s ease;
  -moz-transition: opacity 0.25s ease, transform 0.25s ease;
  -ms-transition: opacity 0.25s ease, transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  width: 99.8%;
  float: left;
}
@media (min-width: 992px) {
  .dce-variants .imagecontainer section {
    width: 360px;
  }
}
@media (min-width: 1302px) {
  .dce-variants .imagecontainer section {
    width: 485px;
  }
}
.dce-variants .imagecontainer section figure {
  display: block;
}
.dce-variants .imagecontainer section.is-selected {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dce-variants .imagecontainer section.is-selected + section {
  opacity: 0.8;
}
.dce-variants figure {
  margin: 0;
}
.dce-variants figure img {
  width: 100%;
  height: auto;
  display: block;
}
.dce-variants .inner {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .dce-variants .inner {
    width: 50vw;
  }
}
.dce-variants .flickity-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dce-variants .flickity-viewport:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 100;
}
.dce-variants .control .prev,
.dce-variants .control .next {
  width: 64px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}
.dce-variants .control .prev:before,
.dce-variants .control .next:before {
  content: '\1f6d3';
  width: 64px;
  height: 64px;
  font-size: 64px;
  line-height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #1e2733;
  font-family: 'default';
  text-indent: 0;
  font-style: normal;
  font-weight: normal;
}
.dce-variants .control .next:before {
  content: '\1f6d4';
}
/****************** DCE VARIANTS ENDE ******************/
/****************** IMAGEGALLERY START ******************/
.imgGroup .ce-textpic .ce-gallery[data-ce-columns] .ce-column {
  margin: 0;
  padding: 0 0.0625rem;
}
.imgGroup div.ce-textpic .ce-gallery figure,
.imgGroup div.ce-textpic figure.ce-gallery,
.imgGroup div.ce-textpic .ce-gallery .ce-media {
  margin: 0 0 2px;
}
.imgGroup.width {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/****************** IMAGEGALLERY ENDE ******************/
/****************** NORMALER CONTENT START ******************/
/****************** NORMALER CONTENT ENDE ******************/
/****************** LAZY LOADING IMAGES START ******************/
html.js .ce-textpic .image {
  opacity: 0;
  transition: 0.25s ease 0.5s;
}
html.js .ce-textpic .image.isInViewport {
  opacity: 1;
}
/****************** LAZY LOADING IMAGES ENDE ******************/
/****************** GOOGLE TRANSLATE START ******************/
.skiptranslate + div #header {
  top: 39px;
}
/****************** GOOGLE TRANSLATE ENDE ******************/
/****************** SPEISEKARTE START ******************/
.speisekarte {
  position: relative;
  background: #ffffff;
  padding: 1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2.13333333rem;
}
@media (min-width: 992px) {
  .speisekarte {
    margin-bottom: 0;
  }
}
.speisekarte .speisekarteInner {
  border: 1px solid #ddd;
  display: block;
  position: relative;
  padding: 1.875rem;
}
.speisekarte .item {
  position: relative;
  clear: both;
  float: none;
  background-image: linear-gradient(to right, #999999 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 0.625rem 0.125rem;
  background-repeat: repeat-x;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 1302px) {
  .speisekarte .item {
    min-height: 5rem;
  }
}
.speisekarte header.title {
  margin: 0 0 2rem;
  padding: 0;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #ff2b0b;
  font-family: 'Clan W04 Thin', 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  display: block !important;
}
@media (min-width: 992px) {
  .speisekarte header.title {
    font-size: 2.5rem;
  }
}
.speisekarte .item:last-of-type {
  background-image: none;
}
.speisekarte .description {
  text-align: center;
}
@media (min-width: 1302px) {
  .speisekarte .description {
    text-align: left;
    float: left;
    width: 70%;
  }
}
.speisekarte .name {
  color: #1e2733;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
}
@media (min-width: 1302px) {
  .speisekarte .name {
    padding-right: 0.9375rem;
  }
}
.speisekarte .price {
  text-align: center;
  font-size: 1.875rem;
  font-family: 'Clan W04 Thin', 'Roboto', sans-serif;
  font-weight: 400;
  color: #ff2b0b;
}
@media (min-width: 1302px) {
  .speisekarte .price {
    text-align: right;
    float: right;
    width: 30%;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .speisekarte > header {
    display: none;
  }
}
/****************** SPEISEKARTE ENDE ******************/
.home .col2 .overviewItem {
  width: calc(1260px / 3);
  float: left;
}
.home .col2 .sectionOverview {
  position: relative;
  white-space: nowrap;
  overflow: visible;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
}
.home .col2 .sectionOverview .overviewItem {
  display: inline-block;
  white-space: normal;
}
/****************** IMPRESSUM START ******************/
.impressum .realization-row {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #eaeaea;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .impressum .realization-row {
    padding: 0px;
  }
}
.impressum .realization-row .realization-logo {
  background-color: #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .impressum .realization-row .realization-logo {
    margin: 0 -20px 20px;
    width: calc(100% + 40px);
    height: 250px;
  }
}
.impressum .realization-row .realization-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impressum .realization-row .realization-logo .gowest-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  height: auto;
  width: 190px;
}
.impressum .realization-row .realization-content {
  padding: 70px 20px;
}
@media (min-width: 992px) {
  .impressum .realization-row .realization-content {
    padding: 70px 60px;
  }
}
.impressum .realization-row .realization-content ul {
  margin: 0;
}
.impressum .realization-row .realization-address {
  padding-bottom: 10px;
}
.impressum .impressum-content .bank > span {
  font-weight: bold;
}
.impressum .consumers-link {
  margin-bottom: 20px;
}
.impressum .row {
  margin-bottom: 35px;
}
.impressum .row h2 {
  margin-bottom: 0;
}
.impressum .values {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .impressum .values {
    padding: 0px;
  }
}
.impressum .company {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .impressum .company {
    padding: 0px;
  }
}
/****************** IMPRESSUM ENDE ******************/
/****************** FELOGIN START *****************/
.tx-felogin-pi1 > div {
  margin-bottom: 1.5rem;
}
.tx-felogin-pi1 form {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.tx-felogin-pi1 form .section {
  margin-left: 10px;
  margin-right: 10px;
}
/****************** FELOGIN ENDE ******************/
/****************** FEMANAGER START *****************/
.tx-femanager {
  padding-left: 20px;
  padding-right: 20px;
}
.tx-femanager .femanager_flashmessages {
  margin: 0 20px 3rem;
}
.tx-femanager form {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.tx-femanager form .section {
  margin-left: 10px;
  margin-right: 10px;
}
/****************** FEMANAGER ENDE  *****************/
/****************** PRINT START ******************/
@media print {
  html {
    font-size: 0.6875rem;
  }
  #menu,
  #menu2,
  #lang,
  #search,
  #quickform,
  #media,
  #breadcrumb,
  #brand a,
  a.ajax span.image_zoom {
    display: none !important;
  }
  #brand img {
    display: block;
  }
  section p a[href]:after {
    content: ' (' attr(href) ')';
  }
}
/****************** PRINT ENDE ******************/
.c-link {
  color: #1e2733 !important;
}
.c-accept,
.c-accept:hover {
  background: #1e2733 !important;
  opacity: 1;
  text-transform: uppercase;
}
.c-message p {
  text-align: left;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dce-article-partner-net table th {
  white-space: nowrap;
}
#actual-price-aktion:lang(en) .catalog1,
#actual-price-aktion:lang(en) .catalog3,
#actual-price-aktion:lang(en) .newsletter,
#actual-price-aktion:lang(it) .newsletter {
  display: none;
}
.dce-startseiteintro:lang(de) .text .inner .option:nth-of-type(1) {
  font-weight: bold;
  color: #ff2b0b;
}
@media (min-width: 992px) {
  .pid217 .dce-textWithCutout.matchHeightActive .carouselRight,
  .dce-textWithCutout.matchHeightActive .carouselLeft,
  .dce-textWithCutout.matchHeightActive figure,
  .dce-textWithCutout.matchHeightActive img {
    object-position: right center;
  }
}
.pid217 p.red {
  color: #ff2b0b;
}
.home .dce-video {
  margin-top: 65px;
}
/* Landingpage Layout */
.layout9 #actual-price-aktion .initial-hidden {
  opacity: 1;
  height: auto;
}
.layout9 #header .hotline {
  position: absolute;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.layout9 #header .hotline .label {
  display: none;
}
.layout9 #header .hotline a {
  font-size: 15px;
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
}
.layout9 #header .hotline a:before {
  content: '\2706';
  display: inline-block;
  vertical-align: middle;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  margin-right: 10px;
  font-size: 20px;
  top: -2px;
  position: relative;
}
@media (max-width: 767px) {
  .layout9 #header .hotline a {
    font-size: 0px;
  }
  .layout9 #header .hotline a:before {
    margin-right: 0px;
  }
}
.layout9 .dce-tabs .tab-nav {
  display: none;
}
.layout9 #title {
  margin-left: 0px;
  margin-right: 0px;
}
.layout9 #title h1,
.layout9 #title .subtitle {
  text-align: left;
}
.layout9 .highlight {
  background: none;
  padding: 0px;
  border-left: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}
.layout9 .contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #ff2b0b;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  line-height: 90px;
  color: #ffffff;
}
.layout9 .contact:before {
  content: '\2709';
  line-height: 70px;
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 15px;
  line-height: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layout9 .contact.polybau {
  background: #ee7d14;
}
.layout9 .homeLink {
  position: absolute;
  left: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  font-size: 15px;
  font-family:"../../../typo3temp/DynCss/"Clan W04 News","../../../typo3temp/DynCss/"Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  display: none;
}
@media (min-width: 768px) {
  .layout9 .homeLink {
    display: block;
  }
}
@media (min-width: 992px) {
  .layout9 .homeLink {
    left: 180px;
  }
}
@media (min-width: 1302px) {
  .layout9 .homeLink {
    left: 200px;
  }
}
.layout9 .homeLink:before {
  content: '\2c2';
  display: inline-block;
  vertical-align: middle;
  font-family:"../../../typo3temp/DynCss/"default";
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: -2px;
}
.layout9 p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.layout9 .dce-video.dce-video-landingpage {
  position: relative;
  left: 50%;
  width: 100vw;
  top: 0px;
  margin-left: -50vw;
  overflow: hidden;
}
.layout9 #header span.contact {
  cursor: pointer;
}
.pid244 .homeLink {
  display: none;
}
.layout9 .dce-fullscreen-imageslider figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.layout9 .dce-fullscreen-imageslider figcaption {
  width: 80%;
  height: auto;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.layout9 .dce-fullscreen-imageslider figcaption span {
  position: relative;
  left: auto !important;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 2rem;
  width: auto !important;
  background: none;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .layout9 .dce-fullscreen-imageslider figcaption span {
    font-size: 4rem;
    text-shadow: 0px 0px 35px #000000;
  }
}
.pid238 #c5431 .Tx-Formhandler #actual-price-aktion {
  display: none;
}
.jubilaeumsicon {
  position: relative;
  border: 1px solid red;
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  background: url('../../../../../fileadmin/template/Resources/Public/img/jubilaeumsaktion.png') no-repeat 0 0;
  top: -20px;
}
.headerVideo {
  position: relative;
  width: 100%;
  height: 100%;
}
.headerVideo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family:"../../../typo3temp/DynCss/"object-fit: cover;";
}
.soundswitch {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 200;
  background: #374c68;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 10px;
}
@media (min-width: 992px) {
  .soundswitch {
    bottom: 30px;
    height: 50px;
    line-height: 40px;
    width: 50px;
  }
}
.soundswitch.mute:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../../../../../fileadmin/template/Resources/Public/img/volume-up-white.svg');
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .soundswitch.mute:before {
    width: 25px;
    height: 25px;
  }
}
.soundswitch.play:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../../../../../fileadmin/template/Resources/Public/img//volume-off-white.svg');
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .soundswitch.play:before {
    width: 25px;
    height: 25px;
  }
}
/********************** Taskforms *********************/
.taskforms-container > .alert-success,
.taskforms-container > .alert-danger {
  display: none;
}
.taskforms-container .form-group {
  padding: 0;
  background: transparent;
}
.taskforms-container .form-group .formio-errors .error {
  border: none;
}
.taskforms-container .formio-component-submit > div {
  display: none;
}
.taskforms-container .form-control.is-invalid,
.was-validated .taskforms-container .form-control:invalid {
  background-position: right 1.2rem center !important;
}
.formio-component-abweichende_reparaturadresse,
.formio-component-abweichender_rechnungsempfaenger {
  color: #626268;
}
/**************** Kosmos Landingpage ******************/
.pid276 h1,
.pid276 h1 span,
.pid276 span.h1,
.pid276 h2 {
  color: #42454a;
  font-weight: bold;
}
.pid276 h1 {
  text-align: left;
}
.pid276 h2 {
  text-align: center;
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
  margin-bottom: 2em;
}
.pid276 h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.pid276 .flickity-slider figure span.h1 {
  color: #fff;
}
.pid276 .subtitle {
  text-indent: 0;
}
.pid276 p.subtitle::before,
.pid276 h3:before {
  display: none;
}
.pid276 p.subtitle,
.pid276 p.subtitle span {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.2em;
  color: #42454a;
}
.pid276 section header h1::after,
.pid276 h1::after,
.pid276 .inner section h3:after {
  content: '';
  width: 141px;
  height: 4px;
  background: #f4af16;
  left: 0;
  bottom: -4px;
  display: block;
  position: relative;
}
.pid276 h2:after {
  content: '';
  width: 141px;
  height: 4px;
  background: #f4af16;
  left: 0;
  bottom: -12px;
  display: block;
  margin: auto;
  position: relative;
}
.pid276 .inner section h3 {
  color: #fff;
  font-weight: bolder;
}
.pid276 p {
  color: #3c3c3b;
}
.pid276 .flickity-page-dots {
  position: relative;
  display: flex;
  justify-content: center;
}
.pid276 .flickity-page-dots li {
  width: 40px;
  height: 3px;
  border-radius: 0%;
  background: #fff;
}
.pid276 .flickity-page-dots .dot.is-selected {
  background: #f4af16;
}
.pid276 #header {
  background-color: #1e2733;
}
@media (min-width: 200px) {
  .pid276 #header:before {
    width: 180px;
  }
}
.pid276 #brand {
  position: relative;
  width: 140px;
  position: absolute;
  left: 20px;
  top: 7px;
}
.pid276 #brand a {
  height: 55px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.pid276 #brand a img {
  width: 100%;
  height: auto;
}
.pid276 #brand > img {
  display: none;
}
.pid276 hr {
  color: #c4c4c4;
  height: 4px;
}
.pid276 .contact,
.pid276 .button:not(.sec)::before,
.pid276 form .radio span input:checked + label::after {
  background-color: #f4af16;
}
.pid276 .button:hover {
  background: #f4af16 !important;
}
.pid276 .dce-imageText-background:not(.white)::before {
  background: #1e2733;
}
.pid276 .inner section > p {
  color: #fff;
}
.pid276 .inner section > p > strong {
  color: #ffff;
}
.pid276 a.web,
.pid276 a.email {
  font-size: 13px !important;
  line-height: 1.5em !important;
}
.pid276 .ce-textpic h3:before {
  display: none;
}
.pid276 .ce-textpic ul li:before {
  position: absolute !important;
  left: -3px !important;
  top: 0 !important;
}
.pid276 h3:after {
  content: '';
  width: 141px;
  height: 4px;
  background: #f4af16;
  left: 0;
  bottom: -4px;
  display: block;
  position: relative;
}
.pid276 form .checkbox input:checked + span::after {
  color: #f4af16;
  left: 2px;
  top: 22px;
}
.pid276 h3.section::before {
  display: none;
}
.pid276 h3.section::after {
  content: '';
  width: 45px;
  height: 3px;
  background: #1e2733;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.pid276 .button:not(.sec):before {
  height: 4px;
}
.pid276 a.button {
  font-weight: bold !important;
}
.pid276 .gridelement.row .col-md-4 .ce-textpic ul {
  padding-left: 0;
}
.pid276 .gridelement.row .col-md-4 .ce-textpic ul li {
  list-style-type: none;
  flex-shrink: 0;
}
.pid276 .gridelement.row .col-md-4 .ce-textpic ul li:before {
  content: '▪';
  color: #f4af16;
  display: inline-block;
  font-size: 3.5em;
  margin-top: 0em;
  vertical-align: bottom;
}
.pid276 .gridelement.row .col-md-4 .ce-textpic ul li:before {
  background-color: transparent;
}
.pid276 li {
  color: #3c3c3b;
  font-size: 1rem !important;
}
.pid276 #footer {
  background: #f1f1f1;
  margin: 0 0;
}
.pid276 #footer span,
.pid276 #footer span *,
.pid276 #footer #address2 * {
  color: #3c3c3b;
  font-weight: bold;
}
.pid276 #footer .orgsub,
.pid276 #footer .street-address {
  text-transform: none;
}
.pid276 #footer .orgsub {
  font-weight: bolder;
}
.pid276 #footer #address2 address a {
  margin-bottom: 0;
}
.pid276 #footer address {
  display: flex;
  flex-direction: column;
}
.pid276 #footer address .title {
  display: none;
}
.pid276 #footer .footer-logo {
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .pid276 #footer .footer-logo {
    float: right;
  }
}
.pid276 .dce-imageText-background a {
  color: #ffffff;
}
.pid276 > a:after {
  content: '';
  width: 6px;
  height: auto;
  background: #f4af16;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.pid276 #sociallinks2,
.pid276 #footerLogin,
.pid276 .scrollToTop {
  display: none;
}
.pid276 .footer_content {
  display: block;
  padding-top: 5em;
}
@media (min-width: 768px) {
  .pid276 .footer_content {
    display: flex;
    gap: 7em;
    padding-top: 5em;
  }
}
.pid276 .anschrift {
  margin-bottom: 0px !important;
}
.pid276 .anschrift,
.pid276 address {
  display: block;
  position: relative;
  padding-left: 20px;
}
.pid276 .anschrift:before,
.pid276 address::before {
  content: '';
  background: #f4af16;
  top: 0;
  left: 0px;
  width: 4px;
  height: 100%;
  position: absolute;
}
.pid276 #sitelinks {
  display: none;
}
.pid276 #gowest {
  width: 100%;
  left: 0;
  position: relative;
}
/* Anpassungen Landingpage Actual 22.03.2022 */
.layout9.pid238 .dce-fullscreen-imageslider figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 5;
}
@media (min-width: 992px) {
  .layout9.pid238 .dce-fullscreen-imageslider figcaption span {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
  }
}
.layout9.pid238 .button.sec {
  background: #ff2b0b;
}
.layout9.pid238 .tx-go-maps-ext {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: 100vw;
  margin-bottom: 60px;
}
.layout9.pid238 #footer .adr0,
.layout9.pid238 #footer .adr1 {
  display: none;
}
/* Anpassungen Landingpage Actual 28.10.2022 */
.layout9.pid283 #footer .adr0,
.layout9.pid283 #footer .adr1 {
  display: none;
}
.js-map img[src*=".jpg"],
.js-map img[src*=".JPG"],
.js-map img[src*=".jpeg"],
.js-map img[src*=".JPEG"] {
  display: none;
}
#c2798 {
  margin-bottom: 50px;
}
#c6602.dce-imageText-background h3,
#c6609.dce-imageText-background h3,
#c6404.dce-imageText-background h3 {
  margin-bottom: 0 !important;
}
#c6602.dce-imageText-background p,
#c6609.dce-imageText-background p,
#c6404.dce-imageText-background p {
  margin: 0 0 2em 0 !important;
}
#c6623 > div header {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #c6623 > div header {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #c6623 > div p {
    margin-bottom: 3.5rem;
  }
}
#c6623 > div .subtitle {
  text-indent: 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 50px;
  gap: 10px;
  font-weight: 300;
  font-family: 'Clan W04 News', 'Roboto', sans-serif;
  color: #0c1d1f;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #c6623 > div .subtitle {
    margin: 0;
  }
}
#c6623 > div .subtitle::before {
  background: #ff2b0b;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-indent: 0;
  top: 0;
  position: static;
  flex-shrink: 0;
}
#c6623 > div:nth-child(1) .subtitle::before {
  content: '1';
}
#c6623 > div:nth-child(2) .subtitle::before {
  content: '2';
}
#c6623 > div:nth-child(3) .subtitle::before {
  content: '3';
}
.dce-faq {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .dce-faq {
    margin-bottom: 4.5rem;
  }
}
.dce-faq .faq-item {
  border-bottom: 1px solid #ddd;
}
.dce-faq .faq-item:first-of-type {
  border-top: 1px solid #ddd;
}
.dce-faq .faq-item ul {
  padding: 0px;
}
.dce-faq .faq-item ul li {
  padding-left: 25px;
}
.dce-faq header:not(.title) {
  margin: 0px;
  padding: 0px;
}
.dce-faq header:not(.title) h2 {
  cursor: pointer;
  padding: 1.25rem 4rem 1.25rem 20px;
  position: relative;
  margin: 0;
  max-width: 100%;
  text-transform: none !important;
  margin-top: 0 !important;
  font-size: 1rem !important;
}
.dce-faq header:not(.title) h2:before {
  content: '\2b';
  font-family: 'default';
  font-weight: normal;
  text-indent: 0;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.25s ease-out;
  transform: translateY(-50%);
  transform-origin: center center;
  text-align: center;
  line-height: 25px;
  background: #374c68;
  border-radius: 12px;
}
.dce-faq header:not(.title).act h2:before {
  color: #ffffff;
  transform: translateY(-50%) rotate(-45deg);
  background: #e53a50;
}
.dce-faq .canvas {
  padding: 0 20px;
}
.infowindow .button {
  margin: 0px;
}
#c810 {
  margin: 0px;
}
#c810 .sectionOverview {
  margin-bottom: 1.5rem;
}
.dce-imageText-background:not(.white) a:not(.button) {
  color: #FFF;
}
a.opacity-0 {
  opacity: 0 !important;
}
