
/*! 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: #4b484d; }

#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;
  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: #fff;
  text-align: left;
  line-height: 1.5rem;
  cursor: auto;
  white-space: normal;
  overflow: auto;
  max-width: 1100px; }

@media (min-width: 992px) {
  html .swipebox-ajax-container {
    overflow-x: hidden; } }

.swipebox-inline-container video {
  width: 100%;
  height: calc(100vh - 180px);
  object-fit: contain;
  font-family: '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;
  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 #00b8ea;
  background-repeat: no-repeat;
  text-decoration: none !important;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 38px;
  top: 0;
  -webkit-transition: 0.15s ease-In;
  -moz-transition: 0.15s ease-In;
  -ms-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: #00b8ea; }

  #swipebox-share:hover, #swipebox-share.open {
    background: #00b8ea;
    border-color: #00b8ea; } }

@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: #00b8ea;
  border-color: #00b8ea;
  text-align: center;
  color: #fff;
  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.7);
  font-size: 1rem; }

@media (min-width: 992px) {
  #swipebox-counter {
    line-height: 90px;
    left: 50%;
    margin-left: -50px;
    text-align: center; } }

.swipebox-current {
  color: #fff; }

#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: #fff;
  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: #fff;
  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%);
    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: #fff;
  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: #fff;
  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: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.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%);
  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;
  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;
  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%);
  transform: translate(-50%, -75%);
  opacity: 0;
  -webkit-transition: 0.25s ease 0s;
  -moz-transition: 0.25s ease 0s;
  -ms-transition: 0.25s ease 0s;
  transition: 0.25s ease 0s; }

.share-container.act .share-content {
  transform: translate(-50%, -50%);
  opacity: 1;
  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: #fff;
  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;
  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: #fff;
  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%;
  transform: translate(-50%, -100%);
  z-index: 50;
  transition: opacity 0.25s ease 0.3s, visibility 0s 0.55s;
  white-space: normal;
  line-height: 1.5em;
  text-align: left;
  color: #fff; }

.description-container.act {
  visibility: visible;
  opacity: 1;
  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: #fff !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;
  transition: opacity 0.25s 0.55s, visibility 0s 0.9s; }

#swipebox-overlay.hugeInc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0s, visibility 0s 0s; }

#swipebox-overlay.hugeInc #swipebox-container {
  opacity: 0;
  transform: translateY(-5%) rotateX(15deg);
  transition: transform 0.3s 0s, opacity 0.3s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-container {
  opacity: 1;
  transform: rotateX(0deg);
  transition: transform 0.3s 0.25s, opacity 0.3s 0.25s; }

#swipebox-overlay.hugeInc.close #swipebox-container {
  transform: translateY(5%) rotateX(-15deg);
  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;
  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;
  transition: opacity 0.25s 0.5s; }

#swipebox-overlay.hugeInc #swipebox-prev {
  opacity: 0;
  left: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  transition: 0.25s 0.6s; }

#swipebox-overlay.hugeInc #swipebox-next {
  opacity: 0;
  right: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.hugeInc.open #swipebox-next {
  opacity: 1;
  right: 0px;
  transition: 0.25s 0.6s; }
/* HugeInc Ende */
/* Slide Down Start */
#swipebox-overlay.slideDown {
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s 0.7s; }

#swipebox-overlay.slideDown.open {
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.4s ease-in-out; }

#swipebox-overlay.slideDown #swipebox-container {
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s ease 0s; }

#swipebox-overlay.slideDown.open #swipebox-container {
  opacity: 1;
  transform: translateY(0%);
  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;
  transform: translateY(-100px);
  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;
  transform: translateY(0px);
  transition: 0.25s ease 0.5s; }

#swipebox-overlay.slideDown #swipebox-prev, #swipebox-overlay.slideDown #swipebox-next {
  opacity: 0;
  margin-top: -200px;
  transition: 0.25s 0s; }

#swipebox-overlay.slideDown.open #swipebox-prev, #swipebox-overlay.slideDown.open #swipebox-next {
  opacity: 1;
  margin-top: 0px;
  transition: 0.25s 0.6s; }
/* Slide Down Ende */
/* Scale Start */
#swipebox-overlay.scale {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }

#swipebox-overlay.scale.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s; }
/* Scale Ende */
/* Door Start */
#swipebox-overlay.door {
  visibility: hidden;
  width: 0.001% !important;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s 0.4s, visibility 0s 0.6s; }

#swipebox-overlay.door.open {
  visibility: visible;
  width: 100% !important;
  transition: width 0.2s; }

#swipebox-overlay.door #swipebox-container {
  opacity: 0;
  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;
  transition: 0.25s 0s; }

#swipebox-overlay.door.open #swipebox-prev {
  opacity: 1;
  left: 0px;
  transition: 0.25s 0.5s; }

#swipebox-overlay.door #swipebox-next {
  opacity: 0;
  right: -90px;
  transition: 0.25s 0s; }

#swipebox-overlay.door.open #swipebox-next {
  opacity: 1;
  right: 0px;
  transition: 0.25s 0.5s; }
/* Door Ende */
/* Simple Genie Start */
#swipebox-overlay.simpleGenie {
  visibility: hidden;
  transform: translateY(60%) scale(0);
  transition: transform 0.4s, visibility 0s 0.4s; }

#swipebox-overlay.simpleGenie.open {
  visibility: visible;
  transform: translateY(0%) scale(1);
  transition: transform 0.4s; }
/* Simple Genie Ende */
/* Content Scale Start */
/* Content Scale Ende */
a.ajax {
  position: relative;
  display: block; }

a.ajax span.image_zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  text-indent: -999em;
  overflow: hidden;
  transition: 0.25s ease;
  opacity: 0; }
  a.ajax span.image_zoom:before {
    font-family: 'default';
    font-weight: normal;
    font-style: normal;
    content: "\1f50d";
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    text-indent: 0px; }

a.ajax:hover span.image_zoom {
  opacity: 1; }

.swipebox-ajax-container {
  outline: none; }

.swipebox-ajax-container::-webkit-scrollbar {
  width: 15px; }

.swipebox-ajax-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #ddd; }

.swipebox-ajax-container::-webkit-scrollbar-thumb {
  background-color: #00b8ea;
  outline: 1px solid #00b8ea; }

@media (min-width: 768px) {
    .impressum .realization-row .realization-logo{
        height: auto !important;
    }
    
    .impressum .realization-row .realization-content {
        padding: 70px 20px !important;
    
    }
}

.impressum .realization-row {
    left: 50%;
    /*.translate(-50%);*/
    background-color: #eaeaea;
    /*padding: 0 20px 20px;*/
    margin: 0;
}

.impressum .realization-row .realization-logo{
    background-color: #EEEEEE;
    position:relative;
    height: 100px;
}

.impressum .realization-row .realization-logo img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.impressum .realization-row .realization-logo .gowest-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    /*.translate(-50%, -50%);*/
    margin: 0;
    height: auto;
    width: 190px;

}

.impressum .realization-row .realization-content {
    padding: 25px 20px;
}

.impressum .realization-row .realization-content ul{
    margin:0;
}

.impressum .realization-row .realization-content .realization-address {
    padding-bottom: 10px;
}

.impressum .realization-content .bank span {
    font-weight: bold;
}

.impressum .consumers-link {
    margin-bottom: 20px;
}

.impressum .row  {
    margin-bottom: 35px;
    padding-left: 0;
    padding-bottom: 0;
}

.impressum .row h2 {
    margin-bottom: 0;
}


/****************** IMPRESSUM ENDE ******************/
/* SMART SEARCH START */
.smart-search {
  margin-bottom: 50px;
  margin-bottom: 3.3333333333rem; }
  @media (min-width: 992px) {
  .smart-search {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
  .smart-search .success {
    margin-top: 1.5rem; }
    .smart-search .success span {
      color: #00b8ea; }
    .smart-search .success .count {
      font-size: 2rem; }
  .smart-search .error {
    margin-top: 1.5rem; }
    .smart-search .error span {
      color: #eb6c62; }
    .smart-search .error .count {
      font-size: 2rem; }
  .smart-search .width {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .smart-search .search-results:after {
    content: "";
    display: table;
    width: 100%; }
  .smart-search > header {
    margin-top: 1.5rem; }

.smart-search .search-field .smart-search-form {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 1.5rem; }
  .smart-search .search-field .smart-search-form input:not(#submit) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e6e8;
    background: #f9fafb;
    color: #404040;
    z-index: 3;
    padding: 0 20px;
    font-size: 1rem; }
    .smart-search .search-field .smart-search-form input:not(#submit):focus {
      border-color: #abb4bc; }
  .smart-search .search-field .smart-search-form input#autocomplete-fill {
    z-index: 1; }
  .smart-search .search-field .smart-search-form #submit {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border: none;
    font-family: 'default';
    font-weight: normal;
    text-indent: 0;
    font-style: normal;
    background: none;
    color: #abb4bc;
    padding: 0px;
    font-size: 25px;
    font-size: 1.6666666667rem;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease; }
    .smart-search .search-field .smart-search-form #submit:hover {
      color: #00b8ea; }
  .smart-search .search-field .smartsearch-suggestions {
    list-style: none;
    text-align: center;
    line-height: 0px;
    margin: 0px 0px 1.5rem 0px;
    padding: 0px; }
  .smart-search .search-field .smartsearch-suggestions li {
    margin: 5px;
    display: inline-block; }
  .smart-search .search-field .ui-menu.ui-autocomplete {
    padding: 0; }
  .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    border: none;
    padding: 0 20px;
    line-height: 40px;
    color: #404040;
    font-size: 1rem; }
    .smart-search .search-field .ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
      background: #e1e6e8; }

.smart-search .search-result-item:not(.highPriority) article {
  border-bottom: 1px solid #e1e6e8;
  position: relative;
  background: none;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: calc(2 * 20px) calc(2 * 20px) calc(2 * 20px - 1.5rem); }
  .smart-search .search-result-item:not(.highPriority) article:hover {
    background: #e1e6e8; }
  .smart-search .search-result-item:not(.highPriority) article header {
    margin: 0px; }
  .smart-search .search-result-item:not(.highPriority) article header h2 {
    margin: 0; }
  .smart-search .search-result-item:not(.highPriority) article .url {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    font-style: italic;
    color: #00b8ea; }
  .smart-search .search-result-item:not(.highPriority) article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }

.smart-search .search-result-item.highPriority article {
  background: #00b8ea; }
  .smart-search .search-result-item.highPriority article img {
    width: 100%;
    height: auto; }
  .smart-search .search-result-item.highPriority article picture {
    display: block; }
  .smart-search .search-result-item.highPriority article .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -999em;
    overflow: hidden; }
  .smart-search .search-result-item.highPriority article header {
    margin: 0; }
  .smart-search .search-result-item.highPriority article header h2 {
    color: #fff;
    margin: 0; }
  .smart-search .search-result-item.highPriority article header .subtitle {
    color: #fff; }
  .smart-search .search-result-item.highPriority article .text {
    padding: calc(2 * 20px);
    color: #fff; }
/* SMART SEARCH ENDE */

/*! jQuery UI - v1.12.1 - 2019-01-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright 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:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.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;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.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:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin: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 .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-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.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,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.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('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_444444_256x240.png')}.ui-widget-header .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_444444_256x240.png')}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_555555_256x240.png')}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_ffffff_256x240.png')}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_777620_256x240.png')}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_cc0000_256x240.png')}.ui-button .ui-icon{background-image:url('../../../typo3conf/ext/gowest_theme/Resources/Public/Sass/jqueryui/images/ui-icons_777777_256x240.png')}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -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:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.frame-type-teaser {
  margin-bottom: 30px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
  .frame-type-teaser {
    margin-bottom: 30px;
    margin-bottom: 2rem; } }
  @media (min-width: 992px) {
  .frame-type-teaser {
    margin-bottom: 60px;
    margin-bottom: 4rem; } }
  @media (min-width: 1302px) {
  .frame-type-teaser {
    margin-bottom: 60px;
    margin-bottom: 4rem; } }
  .frame-type-teaser.frame-space-after-small {
    margin-bottom: calc(1.5rem - 2px); }
  .frame-type-teaser.frame-space-after-none {
    margin-bottom: 0px; }
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 48px;
    margin-bottom: 3.2rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 78px;
    margin-bottom: 5.2rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-small {
    margin-bottom: 78px;
    margin-bottom: 5.2rem; } }
    .frame-type-teaser.gutter-small.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-small.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
    @media (min-width: 992px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    @media (min-width: 1302px) {
  .frame-type-teaser.gutter-none {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    .frame-type-teaser.gutter-none.frame-space-after-small {
      margin-bottom: calc(1.5rem - 2px); }
    .frame-type-teaser.gutter-none.frame-space-after-none {
      margin-bottom: 0px; }
  .frame-type-teaser div[class*="col-"] {
    display: flex; }

.usp {
  background: #fff;
  padding: 30px;
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0px;
  color: #404040; }
  @media (min-width: 768px) {
  .usp {
    padding: 30px;
    padding: 2rem; } }
  @media (min-width: 992px) {
  .usp {
    padding: 50px;
    padding: 3.3333333333rem; } }
  @media (min-width: 1302px) {
  .usp {
    padding: 50px;
    padding: 3.3333333333rem; } }
  .usp > a {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -99999em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .usp h2 {
    margin-bottom: 1.5rem;
    color: #00b8ea; }
  .usp p:last-of-type {
    margin-bottom: 0px; }
  .usp .icon {
    height: 60px;
    position: relative;
    margin-bottom: 1.5rem; }
    .usp .icon img {
      width: 100%;
      height: 100%;
      opacity: 0.2;
      -webkit-transition: 0.25s ease;
      -moz-transition: 0.25s ease;
      -ms-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease; }
  .usp:hover .icon img {
    opacity: 1; }
  .gutter-small .usp {
    margin-bottom: 2px; }
  .gutter-none .usp {
    margin-bottom: 0px; }

.ce-table {
  padding: 0;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  width: 99.9999%;
  color: #404040;
  position: relative; }
  .ce-table th, .ce-table td {
    text-align: left;
    margin: 0;
    padding: 0.5rem 20px;
    background-clip: border-box;
    background: #fff;
    border: 1px solid #ebecee; }
    .ce-table th.plain, .ce-table td.plain {
      background: none !important;
      border: none !important; }
    .ce-table th.text-left, .ce-table td.text-left {
      text-align: left; }
    .ce-table th.text-right, .ce-table td.text-right {
      text-align: right; }
    .ce-table th.text-center, .ce-table td.text-center {
      text-align: center; }
    .ce-table th.text-justify, .ce-table td.text-justify {
      text-align: justify; }
  .ce-table thead th {
    background: #4b484d;
    border: 1px solid #4b484d;
    color: #fff;
    text-align: center; }
    .ce-table thead th.plain {
      background: none !important;
      border: none !important; }
  .ce-table.plain th, .ce-table.plain td {
    background: none;
    border: none;
    text-align: left; }
    .ce-table.plain thead th {
      background: none;
      color: #404040; }
  .ce-table.striped tbody tr:nth-of-type(odd) th, .ce-table.striped tbody tr:nth-of-type(odd) td {
    background: #f4f4f4; }

.ce-table caption {
  caption-side: bottom;
  font-size: 0.75rem;
  text-align: right;
  color: #404040; }

.table-container {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  position: relative;
  z-index: 0; }

.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, background 0.25s ease 0.25s;
  -moz-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -ms-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  -o-transition: left 0.5s ease-in-out, background 0.25s ease 0.25s;
  transition: left 0.5s ease-in-out, background 0.25s ease 0.25s; }

.table-container > table.switchable tr > td.active {
  background: #e6e6e6; }

.table-container .controls .prev, .table-container .controls .next {
  position: absolute;
  width: 30px;
  height: 53px;
  top: 82px;
  background: #4b484d;
  z-index: 1000;
  text-decoration: none;
  text-indent: -19999px;
  cursor: pointer; }
  .table-container .controls .prev.inactive, .table-container .controls .next.inactive {
    opacity: 0.5;
    cursor: default;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

.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;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -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;
  color: #fff; }

.table-container .controls .prev:before {
  content: "\2c2";
  margin-left: -2px; }

.table-container .controls .next:before {
  content: "\2c3"; }

.ce-uploads .upload-item:last-of-type {
  border-bottom: 1px solid #ebecee; }

.upload-item {
  border-top: 1px solid #ebecee;
  padding: 10px 0px;
  font-size: 15px;
  font-size: 1rem;
  color: #4b484d;
  line-height: 1.2em;
  overflow: hidden;
  position: relative; }
  .upload-item .image {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left; }
    @media (min-width: 768px) {
  .upload-item .image {
    margin-bottom: 0px; } }
    .upload-item .image img {
      border: 1px solid #ebecee;
      width: auto;
      height: auto;
      max-width: 70px;
      max-height: 70px; }
  .upload-item .text > * {
    display: block; }
    @media (min-width: 768px) {
    .upload-item .text > * {
      padding-right: 20px; } }
    @media (min-width: 992px) {
    .upload-item .text > * {
      float: left;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      height: 100%; } }
    .upload-item .text .title {
      font-weight: bold;
      margin-bottom: 10px;
      word-break: break-all; }
    @media (min-width: 992px) {
    .upload-item .text .title {
      width: 40%; } }
    @media (min-width: 992px) {
    .upload-item .text .description {
      width: 40%; } }
    .upload-item .text .filetype {
      text-transform: uppercase; }
    @media (min-width: 992px) {
    .upload-item .text .filetype {
      width: 20%; } }
    .upload-item .text .filetype img {
      vertical-align: middle;
      width: 20px;
      margin-right: 5px;
      position: relative;
      top: -2px; }
    @media (min-width: 768px) {
  .upload-item .text {
    float: left;
    width: calc(100% - 90px - 160px);
    height: 70px; } }
    @media (min-width: 992px) {
  .upload-item .text {
    width: calc(100% - 90px - 260px); } }
  .upload-item .btn {
    display: block;
    float: none;
    clear: both;
    margin: 0; }
    @media (min-width: 768px) {
  .upload-item .btn {
    float: none;
    display: inline-block;
    clear: none;
    width: 140px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
    @media (min-width: 992px) {
  .upload-item .btn {
    width: 240px; } }

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: #4b484d;
  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: #4b484d; }

blockquote p {
  margin: 0; }

blockquote footer {
  font-size: 0.8125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #777;
  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; }

  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';
 }
 */

#sitelinks {
  padding: calc(2 * 20px) 0px;
  background: #fff;
  overflow: hidden; }
  #sitelinks #copyright {
    margin: 0 20px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    font-size: 15px;
    font-size: 1rem;
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 992px) {
  #sitelinks #copyright {
    float: left;
    text-align: left;
    margin-top: 0px; } }
  @media (min-width: 992px) {
    #sitelinks .float-right {
      float: right;
      margin: 0 20px; }
      #sitelinks .float-right > * {
        float: left; } }
  #sitelinks .float-right > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    line-height: 0px;
    text-align: center; }
    @media (min-width: 992px) {
  #sitelinks .float-right > ul {
    text-align: right; }
    #sitelinks .float-right > ul:after {
      content: "";
      width: 1px;
      height: 16px;
      background: rgba(0, 0, 0, 0.2);
      display: inline-block;
      position: relative;
      top: 3px;
      margin: 0 10px; } }
    #sitelinks .float-right > ul li {
      display: block;
      font-size: 1rem;
      line-height: 1.87em;
      color: #4b484d;
      -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: 0 10px; }
      @media (min-width: 992px) {
  #sitelinks .float-right > ul li {
    display: inline-block; }
    #sitelinks .float-right > ul li:last-of-type::after {
      display: none; }
    #sitelinks .float-right > ul li:hover {
      opacity: 0.7; } }
    #sitelinks .float-right > ul a {
      text-transform: uppercase;
      color: #4b484d;
      text-decoration: none;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 14px;
      font-size: 0.9333333333rem;
      font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
      font-weight: 500; }
  #sitelinks #sociallinks ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 992px) {
    #sitelinks #sociallinks ul {
      text-align: left;
      margin-top: 0px; } }
    #sitelinks #sociallinks ul li {
      margin: 0 10px;
      display: inline-block;
      line-height: 1.87em;
      font-size: 0px;
      vertical-align: middle; }
      #sitelinks #sociallinks ul li a {
        text-decoration: none;
        width: 16px;
        height: 16px;
        font-size: 0px;
        position: relative;
        display: block;
        color: #4b484d;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        #sitelinks #sociallinks ul li a:before {
          content: "\e900";
          font-family: 'default';
          font-weight: normal;
          text-indent: 0;
          font-style: normal;
          position: absolute;
          left: 0px;
          top: 0px;
          text-align: center;
          line-height: 16px;
          font-size: 16px;
          width: 16px;
          height: 16px; }
        #sitelinks #sociallinks ul li a[href*="twitter"]:before {
          content: "\e906"; }
        #sitelinks #sociallinks ul li a[href*="google"]:before {
          content: "\e901";
          font-size: 24px; }
        #sitelinks #sociallinks ul li a[href*="instagram"]:before {
          content: "\e908"; }
        #sitelinks #sociallinks ul li a[href*="pinterest"]:before {
          content: "\e903"; }
        #sitelinks #sociallinks ul li a[href*="youtube"]:before {
          content: "\e90c"; }
        #sitelinks #sociallinks ul li a:hover {
          opacity: 0.7; }

.tabs {
  position: relative; }
  .tabs .canvas {
    border-top: 1px solid #ebecee;
    border-bottom: 1px solid #ebecee;
    padding: 1.5rem 0 0 0;
    position: relative;
    top: -1px; }
    .tabs .canvas .row > div > :last-child > :last-child {
      margin-bottom: 1.5rem !important; }
  .tabs .pager {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: block; }
    @media (min-width: 992px) {
  .tabs .pager::-webkit-scrollbar {
    height: 4px;
    opacity: 0; }
  .tabs .pager::-webkit-scrollbar-track {
    background: #ebecee; }
  .tabs .pager::-webkit-scrollbar-thumb {
    background-color: #00b8ea;
    outline: 1px solid #00b8ea;
    cursor: pointer; } }
    .tabs .pager ul {
      text-align: left;
      white-space: nowrap;
      font-size: 0px;
      width: auto;
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .tabs .pager ul li {
        display: inline-block;
        margin-right: 5px; }
        .tabs .pager ul li:last-of-type {
          margin-right: 60px; }
      .tabs .pager ul a {
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ddd;
        text-decoration: none;
        padding: 0 20px;
        line-height: 44px;
        border: 1px solid transparent;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -ms-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-size: 0.8666666667rem;
        border-radius: 0px 0px 0 0; }
      .tabs .pager ul li:hover a {
        color: #00b8ea; }
      .tabs .pager ul li.act a {
        border: 1px solid #ebecee;
        color: #00b8ea; }
        .tabs .pager ul li.act a:before {
          content: "";
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0px;
          bottom: -1px;
          display: block;
          background: #fff; }
          .colAjax .tabs .pager ul li.act a:before {
            background: #fff; }
  .tabs .prev-next {
    width: 60px;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    display: block;
    z-index: 10;
    display: none; }
    .colAjax .tabs .prev-next {
      background: #fff; }
    .tabs .prev-next.act {
      display: block; }
    .tabs .prev-next > * {
      width: 30px;
      height: 100%;
      cursor: pointer;
      display: block;
      float: left;
      position: relative; }
      .tabs .prev-next > *:before {
        content: "\2c2";
        width: 25px;
        height: 25px;
        font-size: 1rem;
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: #4b484d;
        line-height: 25px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -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; }
      .tabs .prev-next > *:hover::before {
        color: #00b8ea; }
    .tabs .prev-next > .next:before {
      content: "\2c3"; }

.accordion, .foldable {
  position: relative; }
  .accordion .canvas, .foldable .canvas {
    padding-top: 2rem;
    padding-bottom: calc(2rem - 1.5rem);
    position: relative; }
    .accordion .canvas:after, .foldable .canvas:after {
      content: "";
      width: 100vw;
      height: 1px;
      background: #ebecee;
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0px;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .accordion .canvas .row > div > :last-child > :last-child, .foldable .canvas .row > div > :last-child > :last-child {
      margin-bottom: 1.5rem !important; }
  .accordion .slideContainer, .foldable .slideContainer {
    overflow: visible;
    margin-bottom: -1px; }
    .accordion .slideContainer > header, .foldable .slideContainer > header {
      margin: 0;
      padding: 1.5rem 0;
      cursor: pointer;
      display: block;
      position: relative; }
      .accordion .slideContainer > header h2, .foldable .slideContainer > header h2 {
        position: relative;
        z-index: 10;
        font-size: 15px;
        font-size: 1rem;
        padding-left: 30px; }
        @media (min-width: 992px) {
  .accordion .slideContainer > header h2, .foldable .slideContainer > header h2 {
    font-size: 20px;
    font-size: 1.3333333333rem; } }
        .accordion .slideContainer > header h2:before, .foldable .slideContainer > header h2:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 50%;
          position: absolute;
          left: 0px;
          top: 7px;
          background: #404040;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
          @media (min-width: 992px) {
  .accordion .slideContainer > header h2:before, .foldable .slideContainer > header h2:before {
    top: 12px; } }
      .accordion .slideContainer > header:before, .foldable .slideContainer > header:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0px;
        width: 100vw;
        height: 100%;
        border-top: 1px solid #ebecee;
        border-bottom: 1px solid #ebecee;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .accordion .slideContainer > header:after, .foldable .slideContainer > header:after {
        content: "\2b";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        position: absolute;
        right: 0px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        color: #4b484d;
        font-size: 1rem;
        line-height: 48px;
        text-align: center;
        transform-origin: center center;
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        -ms-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
        background: #fff;
        border-radius: 50%;
        z-index: 10;
        border: 1px solid transparent; }
      .accordion .slideContainer > header.act::after, .foldable .slideContainer > header.act::after {
        -moz-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        color: #00b8ea;
        border: 1px solid #ebecee; }
      .accordion .slideContainer > header > span, .foldable .slideContainer > header > span {
        position: absolute;
        right: 60px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #00b8ea;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: none;
        opacity: 0;
        font-weight: 500;
        font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif; }
        @media (min-width: 992px) {
  .accordion .slideContainer > header > span, .foldable .slideContainer > header > span {
    display: block;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; } }
      .accordion .slideContainer > header:hover > span, .foldable .slideContainer > header:hover > span, .accordion .slideContainer > header.act > span, .foldable .slideContainer > header.act > span {
        opacity: 1; }
    .accordion .slideContainer:hover > header:after, .foldable .slideContainer:hover > header:after {
      color: #00b8ea; }
    .accordion .slideContainer:hover > header h2:before, .foldable .slideContainer:hover > header h2:before {
      background: #00b8ea; }
    .accordion .slideContainer:hover > header h2, .foldable .slideContainer:hover > header h2 {
      color: #00b8ea; }
      .accordion .slideContainer:hover > header:before, .foldable .slideContainer:hover > header:before {
        background: #f4f4f4; }
      .accordion .slideContainer:hover > header:after, .foldable .slideContainer:hover > header:after {
        color: #00b8ea;
        border: 1px solid #ebecee; }

.foldable .slideContainer > header.act h2, .accordion .slideContainer > header.act h2 {
  color: #00b8ea; }

.foldable .slideContainer > header.act:before, .accordion .slideContainer > header.act:before {
  background: #f4f4f4; }

#footer {
  background: #4b484d;
  padding-top: 50px;
  padding-top: 3.3333333333rem;
  padding-bottom: 50px;
  padding-bottom: 3.3333333333rem;
  z-index: 140;
  position: relative;
  color: #fff;
  margin: 0; }
  @media (min-width: 768px) {
  #footer {
    padding-top: 50px;
    padding-top: 3.3333333333rem;
    padding-bottom: 50px;
    padding-bottom: 3.3333333333rem; } }
  @media (min-width: 992px) {
  #footer {
    padding-top: 80px;
    padding-top: 5.3333333333rem;
    padding-bottom: 80px;
    padding-bottom: 5.3333333333rem; } }
  @media (min-width: 1302px) {
  #footer {
    padding-top: 80px;
    padding-top: 5.3333333333rem;
    padding-bottom: 80px;
    padding-bottom: 5.3333333333rem; } }
  #footer a {
    color: #fff;
    text-decoration: none; }

#address {
  margin: 0 10px;
  text-align: center; }
  @media (min-width: 992px) {
  #address {
    text-align: left; }
    #address .col-md-custom:nth-of-type(1) {
      max-width: 18%;
      flex: 0 0 18%; }
      #address .col-md-custom:nth-of-type(2) {
        max-width: 23%;
        flex: 0 0 23%; }
      #address .col-md-custom:nth-of-type(3) {
        max-width: 30%;
        flex: 0 0 30%; }
      #address .col-md-custom:nth-of-type(4) {
        max-width: 23%;
        flex: 0 0 23%; } }
    @media (min-width: 992px) and (min-width: 1302px) {
        #address .col-md-custom:nth-of-type(1) {
          max-width: 18%;
          flex: 0 0 18%; } }
    @media (min-width: 992px) and (min-width: 1302px) {
        #address .col-md-custom:nth-of-type(2) {
          max-width: 20%;
          flex: 0 0 20%; } }
    @media (min-width: 992px) and (min-width: 1302px) {
        #address .col-md-custom:nth-of-type(3) {
          max-width: 27%;
          flex: 0 0 27%; } }
    @media (min-width: 992px) and (min-width: 1302px) {
        #address .col-md-custom:nth-of-type(4) {
          max-width: 20%;
          flex: 0 0 20%; } }
  #address .title {
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8666666667rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
  #address .title {
    margin-top: 0px;
    margin-bottom: 0.5rem; } }
  #address .content {
    font-size: 18px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    font-family: 'DIN W02 Regular', Roboto, Arial, sans-serif;
    font-weight: normal; }
    @media (min-width: 1302px) {
  #address .content {
    font-size: 22px;
    font-size: 1.4666666667rem; } }
    #address .content a {
      -webkit-transition: 0.2 ease;
      -moz-transition: 0.2 ease;
      -ms-transition: 0.2 ease;
      -o-transition: 0.2 ease;
      transition: 0.2 ease; }
    #address .content a:hover {
      opacity: 0.7; }
  #address .org {
    width: 80px;
    margin: 0 auto;
    position: relative;
    display: block; }
    @media (min-width: 992px) {
  #address .org {
    width: 138px;
    margin: 0;
    margin-top: 7px; } }
    #address .org img {
      width: 100%;
      height: auto; }
  #address .download {
    line-height: 23px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
    font-weight: 500; }
    @media (min-width: 992px) {
  #address .download {
    margin-top: 32px;
    height: 25px; } }
    #address .download:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    #address .download img {
      display: block;
      position: relative;
      width: 150px;
      height: auto;
      margin: 1.5rem auto 10px; }
    @media (min-width: 992px) {
    #address .download img {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      width: 290px;
      height: auto;
      display: block;
      -moz-transform: translate(-30%, -100%);
      -o-transform: translate(-30%, -100%);
      -ms-transform: translate(-30%, -100%);
      -webkit-transform: translate(-30%, -100%);
      transform: translate(-30%, -100%);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; } }
    @media (min-width: 992px) {
  #address .download span {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    white-space: nowrap; }
  #address .download:hover span {
    opacity: 0.7; }
    #address .download:hover:before {
      opacity: 0.7; }
    #address .download:hover img {
      -moz-transform: translate(-25%, -100%);
      -o-transform: translate(-25%, -100%);
      -ms-transform: translate(-25%, -100%);
      -webkit-transform: translate(-25%, -100%);
      transform: translate(-25%, -100%); } }

.toTop {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 68px;
  height: 68px;
  background: #00b8ea;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  display: none; }
  @media (min-width: 992px) {
  .toTop {
    display: block; } }
  .toTop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #fff transparent; }
  .toTop:hover {
    background: #0090b7; }

/*! Flickity v2.2.1
 https://flickity.metafizzy.co
 ---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

#gowest {
  display: block;
  height: 45px;
  line-height: 3.5em;
  background: #fff;
  font-size: 0.75rem;
  text-align: right;
  text-decoration: none;
  color: #595959;
  font-family: 'Segoe Ui', 'Droid Sans', Arial, sans-serif;
  font-weight: normal; }
  #gowest.grey {
    background: #eee; }
  #gowest.blue {
    background: #324458;
    color: #fff; }
  #gowest span {
    display: inline-block;
    text-indent: 999em;
    overflow: hidden;
    width: 104px;
    height: 20px;
    margin-left: 3.438rem;
    position: relative; }
    #gowest span img {
      width: 104px;
      height: 20px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: 0; }

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

.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 {
  display: block;
  border-radius: 0px;
  -webkit-appearance: none; }

input:focus {
  outline: none; }

form {
  padding: 0;
  margin: 0;
  /***** INPUT TYPE NUMBER ******/
  /***** VISIBILITY OF DATE FIELD ******/
  /***** HONEYPOT *******/ }
  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 {
    width: 44px;
    height: 44px;
    background-color: #eb6c62;
    cursor: pointer; }
    form .error .required:before {
      content: "\3f";
      font-size: 13px;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: 0;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      text-indent: 0;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  form .input, form .textarea, form .select, form .checkbox, form .radio, form .submit {
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0; }
  form .row > div > .form-inline > .input, .frame form .row > div > .form-inline > .input, form .row > div > .form-inline > .textarea, .frame form .row > div > .form-inline > .textarea, form .row > div > .form-inline > .select, .frame form .row > div > .form-inline > .select, form .row > div > .form-inline > .checkbox, .frame form .row > div > .form-inline > .checkbox, form .row > div > .form-inline > .radio, .frame form .row > div > .form-inline > .radio, form .row > div > .form-inline > .submit, .frame form .row > div > .form-inline > .submit {
    margin-bottom: 10px !important; }
  form .select.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, form .textarea.error, form .select.error {
      border: none; }
    form .input.error .label, form .textarea.error .label, form .select.error .label {
      padding-left: 54px; }
      form .input.error .label label, form .textarea.error .label label, form .select.error .label label {
        color: #eb6c62; }
    form .input.error input, form .textarea.error input, form .select.error input, form .input.error textarea, form .textarea.error textarea, form .select.error textarea, form .input.error select, form .textarea.error select, form .select.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.error textarea:focus, form .textarea.error textarea:focus, form .select.error textarea:focus, form .input.error select:focus, form .textarea.error select:focus, form .select.error select:focus {
        border-color: #eb6c62; }
    form .input.success, form .textarea.success, form .select.success {
      border: none; }
    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;
        margin: 0; }
    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;
    text-indent: 0;
    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.help-block, form .textarea span.help-block, form .select span.help-block, form .checkbox span.help-block, form .radio span.help-block {
    display: none; }
    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 .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.field-newsletter label span {
      line-height: 2em;
      font-size: 0.8em; }
    form .checkbox > small {
      line-height: 2em; }
    form .checkbox.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 {
      margin-bottom: 0; }
    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.error, form .radio.success {
    background: none; }
    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: 5px;
      top: 50%;
      margin-top: -5px;
      cursor: pointer;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    form .radio span.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: 44px;
    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 {
      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 {
    display: none; }
    form .radio.error .required, form .checkbox.error .required {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #eb6c62;
      cursor: pointer; }
  form .submit .button {
    width: 100%;
    height: 44px;
    line-height: 44px; }
    form .submit .button:hover {
      opacity: 0.8; }
  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; }
  form .dateField {
    display: block; }
  .js form .dateField {
    display: none; }
  .js form .dateField.hasDatepicker {
    display: block; }
  form .row {
    margin-left: -5px;
    margin-right: -5px; }
    form .row > *[class*="col"] {
      padding-left: 5px;
      padding-right: 5px; }
  .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; }

main:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

main.menu-hover:before {
  opacity: 1;
  pointer-events: auto; }

.ce-table th, .ce-table td {
  border: none;
  line-height: 1.5em;
  vertical-align: top; }

.ce-table th {
  font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
  font-weight: 500; }

.ce-table tbody tr {
  border-top: 1px solid #ebecee;
  border-bottom: 1px solid #ebecee; }

.ce-table tbody th {
  text-align: left; }

.table-container > table.switchable tr > td.active {
  background: #f4f4f4 !important; }

.ce-table:not(.plain) tbody tr:nth-of-type(odd) th, .ce-table:not(.plain) tbody tr:nth-of-type(odd) td {
  background: #f4f4f4; }

.ce-table caption {
  margin-top: 10px; }

.frame-type-htmlvideo {
  position: relative; }
  @media (min-width: 1500px) {
  .frame-type-htmlvideo {
    width: calc(1260px * 1.1);
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  .frame-type-htmlvideo .poster {
    background: #4b484d;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .frame-type-htmlvideo .poster:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(75, 72, 77, 0.5);
      z-index: 5;
      pointer-events: none; }
    .frame-type-htmlvideo .poster h2 {
      position: absolute;
      width: 100%;
      display: block;
      text-align: center;
      z-index: 10;
      left: 0;
      top: 50%;
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      color: #fff; }
      .frame-type-htmlvideo .poster h2:after {
        content: "\e955";
        color: #fff;
        width: 80px;
        height: 80px;
        border: 5px solid #fff;
        text-align: center;
        line-height: 70px;
        border-radius: 50%;
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        font-size: 27px;
        margin: 1.5rem auto 0;
        z-index: 10;
        pointer-events: none;
        display: block; }
        @media (min-width: 992px) {
  .frame-type-htmlvideo .poster h2:after {
    width: 120px;
    height: 120px;
    line-height: 110px; } }
  .frame-type-htmlvideo.act .poster {
    opacity: 0;
    pointer-events: none; }

@media (min-width: 992px) {
  .ce-table.materialtable {
    margin-bottom: 0px; } }

.ce-table.materialtable th, .ce-table.materialtable td {
  vertical-align: middle;
  width: 33.3333%; }
  .ce-table.materialtable th a, .ce-table.materialtable td a {
    text-decoration: none;
    color: #4b484d; }
  @media (max-width: 767px) {
.ce-table.materialtable thead tr th {
  width: 30%; }
.ce-table.materialtable thead tr th:first-of-type {
  width: 40%; } }

span.bull {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #4b484d;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

@media (min-width: 992px) {
      .frame-type-processingmaterials .row > .col-md-6, .frame-type-processingmaterialsmark .row > .col-md-6 {
        min-height: 445px;
        display: flex; }
        .frame-type-processingmaterials .row > .col-md-6 .materialtable, .frame-type-processingmaterialsmark .row > .col-md-6 .materialtable {
          align-self: center; } }
  .frame-type-processingmaterials .gallery, .frame-type-processingmaterialsmark .gallery, .frame-type-processingmaterials .gallery-clone, .frame-type-processingmaterialsmark .gallery-clone {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 5; }
    @media (min-width: 1500px) {
  .frame-type-processingmaterials .gallery, .frame-type-processingmaterialsmark .gallery, .frame-type-processingmaterials .gallery-clone, .frame-type-processingmaterialsmark .gallery-clone {
    width: calc(100% + 60px); } }
    .frame-type-processingmaterials .gallery div, .frame-type-processingmaterialsmark .gallery div, .frame-type-processingmaterials .gallery-clone div, .frame-type-processingmaterialsmark .gallery-clone div {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
      .frame-type-processingmaterials .gallery div img, .frame-type-processingmaterialsmark .gallery div img, .frame-type-processingmaterials .gallery-clone div img, .frame-type-processingmaterialsmark .gallery-clone div img {
        width: 100%;
        height: 100%; }
    .frame-type-processingmaterials .gallery .flickity-viewport, .frame-type-processingmaterialsmark .gallery .flickity-viewport, .frame-type-processingmaterials .gallery-clone .flickity-viewport, .frame-type-processingmaterialsmark .gallery-clone .flickity-viewport {
      height: 100% !important; }
  .frame-type-processingmaterials .gallery-clone, .frame-type-processingmaterialsmark .gallery-clone {
    position: absolute;
    left: calc(50% - 10px);
    top: 0px;
    transform-origin: left center;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 1;
    opacity: 0.5;
    pointer-events: none; }
    @media (min-width: 1500px) {
  .frame-type-processingmaterials .gallery-clone, .frame-type-processingmaterialsmark .gallery-clone {
    left: calc(50% - 10px + 60px); } }
  @media (min-width: 992px) {
  .frame-type-processingmaterials tr.act th a, .frame-type-processingmaterialsmark tr.act th a, .frame-type-processingmaterials tr.act td a, .frame-type-processingmaterialsmark tr.act td a {
    color: #00b8ea; }
    .frame-type-processingmaterials tr.act th span.bull, .frame-type-processingmaterialsmark tr.act th span.bull, .frame-type-processingmaterials tr.act td span.bull, .frame-type-processingmaterialsmark tr.act td span.bull {
      background: #00b8ea; } }
  .frame-type-processingmaterials .prev, .frame-type-processingmaterialsmark .prev, .frame-type-processingmaterials .next, .frame-type-processingmaterialsmark .next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #00b8ea;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -moz-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    display: none; }
    @media (min-width: 992px) {
  .frame-type-processingmaterials .prev, .frame-type-processingmaterialsmark .prev, .frame-type-processingmaterials .next, .frame-type-processingmaterialsmark .next {
    display: block; } }
    .frame-type-processingmaterials .prev:hover, .frame-type-processingmaterialsmark .prev:hover, .frame-type-processingmaterials .next:hover, .frame-type-processingmaterialsmark .next:hover {
      background: #0090b7; }
    .frame-type-processingmaterials .prev:before, .frame-type-processingmaterialsmark .prev:before, .frame-type-processingmaterials .next:before, .frame-type-processingmaterialsmark .next:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 6px 3.5px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .frame-type-processingmaterials .next, .frame-type-processingmaterialsmark .next {
    -moz-transform: translate(-50%, -100%) translateY(-10px);
    -o-transform: translate(-50%, -100%) translateY(-10px);
    -ms-transform: translate(-50%, -100%) translateY(-10px);
    -webkit-transform: translate(-50%, -100%) translateY(-10px);
    transform: translate(-50%, -100%) translateY(-10px); }
    .frame-type-processingmaterials .next:before, .frame-type-processingmaterialsmark .next:before {
      border-width: 3.5px 0 3.5px 6px;
      border-color: transparent transparent transparent #fff; }

.smart-search .success span {
  color: #4b484d; }

#footer {
  z-index: 80; }

.swipebox-inline-container {
  background: none;
  outline: none; }
  .swipebox-inline-container .video-container {
    height: calc(100vh - 120px);
    position: relative;
    outline: none; }
    @media (min-width: 992px) {
  .swipebox-inline-container .video-container {
    height: calc(100vh - 180px); } }
  .swipebox-inline-container .video-aspect {
    position: relative;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: calc(((100vh - 120px) / 9) * 16);
    overflow: hidden; }
    @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%; }
    .swipebox-inline-container .video-aspect video {
      height: 100%; }

.footerbtn {
  width: 275px;
  margin: 1.5rem auto 1.5rem;
  height: 48px;
  position: relative;
  display: block; }
  @media (min-width: 992px) {
  .footerbtn {
    margin-bottom: 0px; } }

#swipebox-overlay {
  background: rgba(75, 72, 77, 0.8); }

form small {
  display: inline-block;
  line-height: 2em; }

form .checkbox.field-newsletter label span {
  width: 94%; }

html[lang="en-au"] form .checkbox.field-newsletter, html[lang="en-nz"] form .checkbox.field-newsletter, html[lang="ja"] form .checkbox.field-newsletter, html[lang="th"] form .checkbox.field-newsletter, html[lang="id"] form .checkbox.field-newsletter, html[lang="bn"] form .checkbox.field-newsletter, html[lang="ko"] form .checkbox.field-newsletter, html[lang="hi"] form .checkbox.field-newsletter, html[lang="zh"] form .checkbox.field-newsletter, html[lang="ru"] form .checkbox.field-newsletter {
  display: none; }
  html[lang="en-au"] .clearfix > p > small, html[lang="en-nz"] .clearfix > p > small, html[lang="ja"] .clearfix > p > small, html[lang="th"] .clearfix > p > small, html[lang="id"] .clearfix > p > small, html[lang="bn"] .clearfix > p > small, html[lang="ko"] .clearfix > p > small, html[lang="hi"] .clearfix > p > small, html[lang="zh"] .clearfix > p > small, html[lang="ru"] .clearfix > p > small {
    display: none; }

form .select.field-statesUSA, form .select.field-statesAustralia {
  display: none; }

#sitelinks #sociallinks ul li a[href*="youku"]:before {
  content: "\e958";
  font-size: 25px;
  width: 25px; }

#sitelinks #sociallinks ul li a[href*="vk.com"]:before {
  content: "\e959"; }

#sitelinks #sociallinks ul li a[href*="linkedin"]:before {
  content: "\e902"; }

.landingpage .col91 h2 {
  font-size: 24px;
  font-size: 1.6rem; }
  @media (min-width: 992px) {
      .landingpage .col91 h2 {
        font-size: 52px;
        font-size: 3.4666666667rem; } }
  .landingpage .col91 .tro_seal_container {
    pointer-events: none;
    margin-top: -3rem;
    margin-bottom: 3rem; }
  @media (min-width: 992px) {
      .landingpage .col91 .tro_seal_container {
        margin-top: -15rem;
        margin-bottom: 5rem; } }
  .landingpage .col91 .tro_seal_container table {
    margin: 0 auto; }
    .landingpage .col91 .tro_seal_container table * {
      pointer-events: auto; }

.frame-type-scrollelement {
  counter-reset: scrollifyCounter;
  margin-bottom: 50px;
  margin-bottom: 3.3333333333rem;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  overflow: hidden; }
  @media (min-width: 768px) {
  .frame-type-scrollelement {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
  @media (min-width: 992px) {
  .frame-type-scrollelement {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
  @media (min-width: 1302px) {
  .frame-type-scrollelement {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }

.scrollelement {
  position: relative;
  background: #fff; }
  @media (min-width: 992px) {
    .scrollelement .row {
      min-height: calc(100vh - 80px); } }
  .scrollelement div[class*="col-"] {
    display: flex;
    align-items: center; }
  .scrollelement .text {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
  .scrollelement .text {
    width: 720px;
    margin: 0 auto;
    position: relative; } }
  @media (max-width: 767px), (max-width: 991px) and (min-width: 768px) {
  .scrollelement {
    padding-bottom: 50px;
    padding-bottom: 3.3333333333rem;
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    .scrollelement:after {
      width: calc(100% - 20px);
      left: 10px;
      position: absolute;
      bottom: 0px;
      content: "";
      height: 10px;
      display: block;
      background: #ebecee; }

    .scrollelement .image {
      margin-bottom: 1.5rem;
      width: 100%; }
      .scrollelement .image img {
        max-width: 90%; }
      .scrollelement .image.top-left {
        text-align: left; }
      .scrollelement .image.top-center {
        text-align: center; }
      .scrollelement .image.top-right {
        text-align: right; }
      .scrollelement .image.center-left {
        text-align: left; }
      .scrollelement .image.center-center {
        text-align: center; }
      .scrollelement .image.center-right {
        text-align: right; }
      .scrollelement .image.bottom-left {
        text-align: left; }
      .scrollelement .image.bottom-center {
        text-align: center; }
      .scrollelement .image.bottom-right {
        text-align: right; } }
  @media (min-width: 992px) {
  .scrollelement {
    -webkit-transition: transform 0.5s ease, opacity 0.3s ease;
    -moz-transition: transform 0.5s ease, opacity 0.3s ease;
    -ms-transition: transform 0.5s ease, opacity 0.3s ease;
    -o-transition: transform 0.5s ease, opacity 0.3s ease;
    transition: transform 0.5s ease, opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .scrollelement .shadow {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 80px;
      z-index: 10;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000',GradientType=0); }

    .scrollelement .text {
      padding-left: 100px;
      width: calc(960px / 2 - 10px);
      position: relative; }
      .scrollelement .text:before {
        counter-increment: scrollifyCounter;
        content: "0" counter(scrollifyCounter) "";
        position: absolute;
        left: 0;
        top: -23px;
        display: block;
        border-bottom: 7px solid #ebecee;
        color: #ebecee;
        font-size: 62px;
        line-height: 1em;
        padding-bottom: 29px;
        font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif; }

    .scrollelement.invert .text {
      margin: 0 0 0 auto; }

    .scrollelement .image {
      height: 100%;
      width: 50vw;
      display: block;
      min-height: 100%;
      position: absolute;
      right: 0px;
      top: 0px; }
      .scrollelement .image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        font-family: 'object-fit: contain; object-position: center center;'; }
      .scrollelement .image.top-left img {
        left: 0%;
        object-position: left top;
        font-family: 'object-fit: contain; object-position: left top;'; }
      .scrollelement .image.top-center img {
        left: 10%;
        object-position: center top;
        font-family: 'object-fit: contain; object-position: center top;'; }
      .scrollelement .image.top-right img {
        left: 20%;
        object-position: right top;
        font-family: 'object-fit: contain; object-position: right top;'; }
      .scrollelement .image.center-left img {
        left: 0%;
        object-position: left center;
        font-family: 'object-fit: contain; object-position: left center;'; }
      .scrollelement .image.center-center img {
        left: 10%;
        object-position: center center;
        font-family: 'object-fit: contain; object-position: center center;'; }
      .scrollelement .image.center-right img {
        left: 20%;
        object-position: right center;
        font-family: 'object-fit: contain; object-position: right center;'; }
      .scrollelement .image.bottom-left img {
        left: 0%;
        object-position: left bottom;
        font-family: 'object-fit: contain; object-position: left bottom;'; }
      .scrollelement .image.bottom-center img {
        left: 10%;
        object-position: center bottom;
        font-family: 'object-fit: contain; object-position: center bottom;'; }
      .scrollelement .image.bottom-right img {
        left: 20%;
        object-position: right bottom;
        font-family: 'object-fit: contain; object-position: right bottom;'; }

    .scrollelement.invert .image {
      right: auto;
      left: 0px; }

    .full-on-window .scrollelement {
      position: fixed;
      left: 0;
      top: 80px;
      width: 100%; }

    .bottom .scrollelement {
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%; }

    .scrollelement:first-of-type {
      z-index: 25; }

    .scrollelement.down {
      /* @include transform(translateY(100%)); */
      opacity: 0; }

    .scrollelement.up {
      /* @include transform(translateY(-100%)); */
      opacity: 0; }

    .scrollelement.prevact {
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1;
      z-index: 20 !important; }

    .scrollelement.act {
      opacity: 1; } }
    @media (min-width: 992px) and (min-width: 1302px) {
      .scrollelement .text {
        width: calc(1260px / 2 - 10px); } }

@media (min-width: 992px) {
  .placeholder {
    height: calc(100vh - 80px); } }

.sidenavigation {
  display: none; }
  @media (min-width: 1500px) {
  .sidenavigation {
    display: block;
    width: 68px;
    position: absolute;
    left: 10px;
    top: 50vh;
    z-index: 50;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .full-on-window .sidenavigation {
      position: fixed; }

    .bottom .sidenavigation {
      position: absolute;
      top: auto;
      bottom: 50vh;
      -moz-transform: translateY(50%);
      -o-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -webkit-transform: translateY(50%);
      transform: translateY(50%); }

    .sidenavigation ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .sidenavigation ul li {
        width: 68px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        position: relative;
        margin: 5px 10px;
        font-size: 0px;
        font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
        letter-spacing: 1px;
        color: #000;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        .sidenavigation ul li:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #4b484d;
          position: absolute;
          left: 50%;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border-radius: 50%;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
        .sidenavigation ul li:after {
          content: "";
          width: 6px;
          height: 6px;
          border: 2px solid #00b8ea;
          position: absolute;
          left: 50%;
          top: 50%;
          opacity: 0;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          border-radius: 50%;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
        .sidenavigation ul li.act {
          font-size: 13px;
          height: 68px;
          line-height: 68px; }
          .sidenavigation ul li.act:before {
            opacity: 0; }
          .sidenavigation ul li.act:after {
            width: 68px;
            height: 68px;
            opacity: 1; }
        .sidenavigation ul li:hover:before {
          background: #00b8ea;
          width: 10px;
          height: 10px; } }

.bottomnavigation {
  display: none; }
  @media (min-width: 992px) {
  .bottomnavigation {
    display: block;
    width: 80vw;
    height: 0px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 60;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .full-on-window .bottomnavigation {
      opacity: 1;
      position: fixed; }

    .bottom .bottomnavigation {
      position: absolute;
      opacity: 1; } }
  .bottomnavigation .prev, .bottomnavigation .next {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #00b8ea;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    position: absolute;
    left: 20px;
    bottom: 20px; }
    .bottomnavigation .prev:before, .bottomnavigation .next:before {
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 3.5px 6px 3.5px 0;
      border-color: transparent #fff transparent transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .bottomnavigation .prev.inact, .bottomnavigation .next.inact {
      opacity: 0.5; }
  .bottomnavigation .next {
    left: 84px; }
  .bottomnavigation .next:before {
    border-width: 3.5px 0 3.5px 6px;
    border-color: transparent transparent transparent #fff; }
  .bottomnavigation ul {
    position: absolute;
    left: 148px;
    bottom: 20px;
    height: 44px;
    width: calc(100% - 200px);
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .bottomnavigation ul li {
      display: inline-block;
      width: calc(20% - 3px);
      margin-right: 3px;
      height: 44px;
      position: relative;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      letter-spacing: 1px;
      color: #00b8ea;
      line-height: 1.3em;
      font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
      text-transform: uppercase; }
    .bottomnavigation ul li:before {
      content: "";
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 20px;
      background: #ebecee;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .bottomnavigation ul li:hover:before, .bottomnavigation ul li.act:before {
      height: 5px;
      background: #00b8ea; }
    .bottomnavigation ul li span {
      position: absolute;
      left: 0px;
      bottom: 30px;
      width: 100%;
      opacity: 0;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .bottomnavigation ul li:hover span, .bottomnavigation ul li.act span {
      opacity: 1; }

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
  .scrollelement div[class*='col-'] {
    height: calc(100vh - 80px); } }

.frame-type-inspirations {
  position: relative;
  z-index: 0; }
  .frame-type-inspirations > .flickity-viewport {
    overflow: visible; }
  .frame-type-inspirations > header {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-inspirations > header {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
    @media (min-width: 992px) {
  .frame-type-inspirations > header {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem;
    max-width: calc(100% - 390px); } }
      @media (min-width: 992px) and (max-height: 768px) {
    .frame-type-inspirations > header {
      margin-bottom: 1.5rem; } }
    .frame-type-inspirations > header .h1 {
      text-align: left; }
    .frame-type-inspirations > header p.summary {
      text-transform: none; }
  .frame-type-inspirations .filter {
    z-index: 100; }
    .frame-type-inspirations .filter .filter-item:before {
      content: "\e953";
      font-size: 26px; }
    .frame-type-inspirations .filter .filter-item:nth-of-type(2):before {
      content: "\e950"; }
    @media (min-width: 1302px) {
  .frame-type-inspirations .filter {
    margin-left: 900px; } }
    @media (min-width: 992px) and (max-height: 768px) {
    .frame-type-inspirations .filter {
      margin-bottom: 1.5rem;
      margin-top: -110px; } }
  .frame-type-inspirations .inspirationcontainer {
    position: relative;
    width: calc(100% + 20px);
    left: -10px !important;
    position: relative; }
    @media (min-width: 768px) {
  .frame-type-inspirations .inspirationcontainer {
    width: 100%;
    left: 0px !important; } }
    @media (min-width: 1500px) {
  .frame-type-inspirations .inspirationcontainer {
    width: 110%;
    left: -5% !important; } }
    .frame-type-inspirations .inspirationcontainer .controls {
      position: absolute;
      left: 50%;
      top: 100vw;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 40px;
      text-align: center;
      pointer-events: none;
      z-index: 30;
      width: 90%; }
      @media (min-width: 768px) {
  .frame-type-inspirations .inspirationcontainer .controls {
    top: auto;
    bottom: 0px;
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 72px; } }
      .frame-type-inspirations .inspirationcontainer .controls span {
        margin: 0 5px;
        overflow: hidden;
        pointer-events: auto;
        cursor: pointer;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-block;
        position: relative;
        border: 2px solid #bfbfbf;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      @media (min-width: 768px) {
    .frame-type-inspirations .inspirationcontainer .controls span {
      width: 72px;
      height: 72px; } }
      .frame-type-inspirations .inspirationcontainer .controls span img {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 768px) {
    .frame-type-inspirations .inspirationcontainer .controls span img {
      width: 72px;
      height: 72px; } }
      .frame-type-inspirations .inspirationcontainer .controls span:after {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.25); }
        @media (min-width: 768px) {
    .frame-type-inspirations .inspirationcontainer .controls span:after {
      width: 72px;
      height: 72px; } }
      .frame-type-inspirations .inspirationcontainer .controls span.act, .frame-type-inspirations .inspirationcontainer .controls span:hover {
        border: 3px solid #00b8ea; }
        @media (min-width: 768px) {
    .frame-type-inspirations .inspirationcontainer .controls span.act, .frame-type-inspirations .inspirationcontainer .controls span:hover {
      border: 6px solid #00b8ea; } }
  .frame-type-inspirations .inspirationitem {
    position: relative;
    width: 100%;
    z-index: 0; }
    .frame-type-inspirations .inspirationitem.is-selected {
      z-index: 10 !important; }
    .frame-type-inspirations .inspirationitem .image {
      position: relative;
      left: 0px;
      top: 0px; }
      .frame-type-inspirations .inspirationitem .image:before {
        content: "";
        position: relative;
        padding-top: 100%;
        display: block; }
      @media (min-width: 992px) {
    .frame-type-inspirations .inspirationitem .image:before {
      position: relative;
      padding-top: 50%; } }
        @media (min-width: 992px) and (max-height: 768px) {
      .frame-type-inspirations .inspirationitem .image:before {
        padding-top: 38%; } }
      .frame-type-inspirations .inspirationitem .image .objectFit {
        position: absolute;
        left: 0;
        top: 0; }
    .frame-type-inspirations .inspirationitem .text {
      background: #fff;
      text-align: left;
      padding: 40px 10px 10px; }
      @media (min-width: 768px) {
  .frame-type-inspirations .inspirationitem .text {
    position: absolute;
    right: 30px;
    width: 66.666%;
    top: 40%;
    padding: 20px;
    background: #fff;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, top 0.3s ease 0.9s;
    -moz-transition: opacity 0.3s ease 0s, top 0.3s ease 0.9s;
    -ms-transition: opacity 0.3s ease 0s, top 0.3s ease 0.9s;
    -o-transition: opacity 0.3s ease 0s, top 0.3s ease 0.9s;
    transition: opacity 0.3s ease 0s, top 0.3s ease 0.9s; } }
      @media (min-width: 992px) {
  .frame-type-inspirations .inspirationitem .text {
    width: 50%;
    padding: calc(2 * 20px); } }
        @media (min-width: 992px) and (max-height: 768px) {
    .frame-type-inspirations .inspirationitem .text {
      padding: 20px; } }
      @media (min-width: 1302px) {
  .frame-type-inspirations .inspirationitem .text {
    width: 33.333%; } }
      @media (min-width: 1500px) {
  .frame-type-inspirations .inspirationitem .text {
    right: 62px; } }
      .frame-type-inspirations .inspirationitem .text p {
        text-align: left !important; }
      @media (min-width: 768px) {
    .frame-type-inspirations .inspirationitem .text p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 12; } }
      @media (min-width: 992px) {
    .frame-type-inspirations .inspirationitem .text p {
      -webkit-line-clamp: 6; } }
      @media (min-width: 1302px) {
    .frame-type-inspirations .inspirationitem .text p {
      -webkit-line-clamp: 10; } }
      .frame-type-inspirations .inspirationitem .text .btn {
        width: auto;
        display: block;
        margin: 0; }
    @media (min-width: 768px) {
    .frame-type-inspirations .inspirationitem.is-selected .text {
      opacity: 1;
      top: 50%;
      -webkit-transition: opacity 0.3s ease 0.6s, top 0.3s ease 0.6s;
      -moz-transition: opacity 0.3s ease 0.6s, top 0.3s ease 0.6s;
      -ms-transition: opacity 0.3s ease 0.6s, top 0.3s ease 0.6s;
      -o-transition: opacity 0.3s ease 0.6s, top 0.3s ease 0.6s;
      transition: opacity 0.3s ease 0.6s, top 0.3s ease 0.6s; } }

@keyframes pulse {
  0% {
    width: 34px;
    height: 34px; }

  70% {
    width: 20px;
    height: 20px; }

  100% {
    width: 34px;
    height: 34px; } }

.frame-type-producthotspots {
  position: relative;
  z-index: 0; }
  .frame-type-producthotspots select {
    display: block; }
    @media (min-width: 992px) {
  .frame-type-producthotspots select {
    display: none; } }
  .frame-type-producthotspots .nice-select {
    outline: none;
    position: relative;
    z-index: 150;
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-producthotspots .nice-select {
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
    @media (min-width: 992px) {
  .frame-type-producthotspots .nice-select {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem;
    display: none; } }
    @media (min-width: 1302px) {
  .frame-type-producthotspots .nice-select {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    .frame-type-producthotspots .nice-select .current {
      display: block;
      width: 50px;
      height: 50px;
      background: #4b484d;
      color: #fff;
      padding: 0 20px;
      width: 100%;
      line-height: 50px;
      font-size: 18px;
      font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
      position: relative; }
      .frame-type-producthotspots .nice-select .current:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 20px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
    .frame-type-producthotspots .nice-select.open .current:before {
      -moz-transform: translateY(-50%) rotate(-180deg);
      -o-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
      -webkit-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }
    .frame-type-producthotspots .nice-select .list {
      padding: 0px;
      width: 100%;
      margin: 0;
      background: #4b484d;
      list-style: none;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 50px;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      max-height: 0px; }
      .frame-type-producthotspots .nice-select .list li {
        line-height: 50px;
        padding: 0 20px;
        color: #fff; }
        .frame-type-producthotspots .nice-select .list li.selected {
          font-weight: bold; }
    .frame-type-producthotspots .nice-select.open .list {
      max-height: 300px; }
  .frame-type-producthotspots .text {
    display: none;
    /* Ticket #9450: r300 not available for now */ }
    @media (min-width: 992px) {
  .frame-type-producthotspots .text {
    display: block;
    color: #fff;
    background: #4b484d;
    padding: calc(1 * 20px); } }
    @media (min-width: 1302px) {
  .frame-type-producthotspots .text {
    padding: calc(2 * 20px); } }
    .frame-type-producthotspots .text header {
      margin-bottom: 80px;
      margin-bottom: 5.3333333333rem; }
    .frame-type-producthotspots .text p.summary {
      color: rgba(255, 255, 255, 0.6);
      text-transform: none; }
    .frame-type-producthotspots .text .h1 {
      text-align: left;
      color: #fff; }
    .frame-type-producthotspots .text .btn {
      display: block;
      width: auto;
      background: #fff;
      color: #4b484d;
      margin: 0; }
      .frame-type-producthotspots .text .btn:hover {
        background: #00b8ea;
        color: #fff; }
    .frame-type-producthotspots .text .products {
      margin-bottom: 80px;
      margin-bottom: 5.3333333333rem; }
    .frame-type-producthotspots .text .producttd {
      position: relative;
      color: #fff;
      padding-bottom: 5px;
      margin-bottom: 5px;
      cursor: pointer; }
      .frame-type-producthotspots .text .producttd .title {
        font-size: 22px;
        font-size: 1.4666666667rem;
        font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
        display: inline-block;
        width: 30%;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-producthotspots .text .producttd .workarea {
        font-size: 13px;
        font-size: 0.8666666667rem;
        font-family: "DIN W02 Regular", Arial, sans-serif;
        display: inline-block;
        width: 20%;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        html[lang^="fr"] .frame-type-producthotspots .text .producttd .workarea {
          font-size: 11px; }
        html[lang^="es"] .frame-type-producthotspots .text .producttd .workarea {
          font-size: 10px; }
        html[lang^="pl"] .frame-type-producthotspots .text .producttd .workarea {
          font-size: 9px; }
        html[lang^="ro"] .frame-type-producthotspots .text .producttd .workarea {
          font-size: 11px; }
      .frame-type-producthotspots .text .producttd .value {
        font-size: 15px;
        font-size: 1rem;
        display: inline-block;
        width: 50%;
        text-align: right;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-producthotspots .text .producttd:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        background: rgba(255, 255, 255, 0.15);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-producthotspots .text .producttd:hover, .frame-type-producthotspots .text .producttd.act {
        color: #00b8ea; }
        .frame-type-producthotspots .text .producttd:hover:before, .frame-type-producthotspots .text .producttd.act:before {
          height: 2px;
          background: #00b8ea; }
    .frame-type-producthotspots .text .producttd:nth-child(2) {
      display: none; }
  .frame-type-producthotspots .hotspotitem {
    position: relative;
    margin-bottom: 58px; }
    .frame-type-producthotspots .hotspotitem img {
      width: 100%;
      height: auto; }
    .frame-type-producthotspots .hotspotitem > a {
      margin: 0px;
      position: absolute;
      right: 0;
      bottom: -58px; }
  .frame-type-producthotspots .hotspot {
    position: absolute;
    width: 1px;
    height: 1px; }
    .frame-type-producthotspots .hotspot:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 34px;
      height: 34px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #00b8ea;
      border-radius: 50%;
      display: block;
      z-index: 20;
      opacity: 0.5;
      animation: pulse 1s infinite; }
    .frame-type-producthotspots .hotspot:hover::before {
      background: #0090b7;
      animation: none; }
    .frame-type-producthotspots .hotspot:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 18px;
      height: 18px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #00b8ea;
      border-radius: 50%;
      display: block;
      z-index: 50;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      pointer-events: none; }
    .frame-type-producthotspots .hotspot:hover::after {
      background: #0090b7; }
    .frame-type-producthotspots .hotspot div {
      border-radius: 34px;
      height: 34px;
      line-height: 34px;
      position: absolute;
      left: -17px;
      padding: 0 20px 0 44px;
      color: #fff;
      background: #0090b7;
      top: 50%;
      z-index: 25;
      letter-spacing: 1px;
      text-transform: uppercase;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 11px;
      font-size: 0.7333333333rem;
      font-family: "DIN W02 Regular", Arial, sans-serif;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      white-space: nowrap; }
      @media (min-width: 992px) {
  .frame-type-producthotspots .hotspot div {
    font-size: 14px;
    font-size: 0.9333333333rem; } }
      .frame-type-producthotspots .hotspot div.align-right {
        left: auto;
        right: -17px;
        padding: 0 44px 0 20px; }
      .frame-type-producthotspots .hotspot div a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-decoration: none;
        font-size: 0px;
        text-indent: -999em; }
    .frame-type-producthotspots .hotspot:hover:after, .frame-type-producthotspots .hotspot.act:after {
      background: #fff; }
      .frame-type-producthotspots .hotspot:hover div, .frame-type-producthotspots .hotspot.act div {
        opacity: 1;
        pointer-events: auto; }

.frame-type-materialvideos {
  position: relative;
  text-align: center;
  line-height: 0px;
  padding-top: 50px;
  padding-top: 3.3333333333rem; }
  @media (min-width: 768px) {
  .frame-type-materialvideos {
    padding-top: 80px;
    padding-top: 5.3333333333rem; } }
  @media (min-width: 992px) {
  .frame-type-materialvideos {
    padding-top: 80px;
    padding-top: 5.3333333333rem; } }
  @media (min-width: 1302px) {
  .frame-type-materialvideos {
    padding-top: 80px;
    padding-top: 5.3333333333rem; } }
  @media (min-width: 992px) and (max-height: 750px) {
  .frame-type-materialvideos {
    padding-top: 40px; } }
  .frame-type-materialvideos .summary {
    text-align: center;
    color: #fff;
    position: relative;
    text-transform: none;
    z-index: 10;
    font-size: 22px;
    font-size: 1.4666666667rem;
    margin-bottom: 0rem; }
  .frame-type-materialvideos .nlf {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-size: 2rem;
    font-family: 'DIN W02 Regular', Arial, sans-serif;
    line-height: 1.2em;
    z-index: 30;
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-materialvideos .nlf {
    font-size: 52px;
    font-size: 3.4666666667rem;
    margin-bottom: 50px;
    margin-bottom: 3.3333333333rem; } }
    @media (min-width: 992px) {
  .frame-type-materialvideos .nlf {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    @media (min-width: 1302px) {
  .frame-type-materialvideos .nlf {
    margin-bottom: 80px;
    margin-bottom: 5.3333333333rem; } }
    @media (min-width: 992px) and (max-height: 750px) {
  .frame-type-materialvideos .nlf {
    margin-bottom: 30px; } }
    .frame-type-materialvideos .nlf .nice-select {
      display: inline-block;
      outline: none;
      line-height: 1.7em;
      position: relative; }
      .frame-type-materialvideos .nlf .nice-select span {
        position: relative;
        padding-right: 20px;
        outline: none; }
        .frame-type-materialvideos .nlf .nice-select span:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 5px 0 5px;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          right: 0;
          top: 50%; }
        .frame-type-materialvideos .nlf .nice-select span:after {
          content: "";
          width: 100%;
          height: 4px;
          position: absolute;
          left: 0;
          bottom: -5px;
          background: #fff; }
      .frame-type-materialvideos .nlf .nice-select ul {
        display: none; }
      .frame-type-materialvideos .nlf .nice-select.open ul {
        display: block;
        background: #00b8ea;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        .frame-type-materialvideos .nlf .nice-select.open ul li {
          line-height: 50px;
          padding: 0 20px;
          display: block;
          text-transform: normal;
          cursor: pointer;
          min-width: 200px; }
          .frame-type-materialvideos .nlf .nice-select.open ul li:hover, .frame-type-materialvideos .nlf .nice-select.open ul li.selected {
            background: #0090b7; }
  .frame-type-materialvideos .iconlist {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    position: relative;
    z-index: 20;
    margin-bottom: -55px; }
    @media (min-width: 768px) {
  .frame-type-materialvideos .iconlist {
    margin-bottom: -110px; } }
    @media (min-width: 992px) {
  .frame-type-materialvideos .iconlist {
    margin-bottom: -120px; } }
    .frame-type-materialvideos .iconlist li {
      padding: 0;
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 10px;
      position: relative;
      vertical-align: top;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      @media (min-width: 768px) {
  .frame-type-materialvideos .iconlist li {
    width: 100px;
    height: 100px;
    margin: 20px; } }
      .frame-type-materialvideos .iconlist li img {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 768px) {
  .frame-type-materialvideos .iconlist li img {
    border-width: 2px; } }
      .frame-type-materialvideos .iconlist li.act img {
        width: 120%;
        height: 120%;
        border-width: 3px;
        border-color: #00b8ea;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        @media (min-width: 768px) {
  .frame-type-materialvideos .iconlist li.act img {
    border-width: 6px; } }
      .frame-type-materialvideos .iconlist li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 30; }
      .frame-type-materialvideos .iconlist li:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #4b484d;
        opacity: 0;
        z-index: 10;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
      .frame-type-materialvideos .iconlist li.inact:before {
        opacity: 0.5; }
      .frame-type-materialvideos .iconlist li.hasVideo:after {
        content: "\e955";
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        color: #fff;
        width: 10px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        font-size: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        @media (min-width: 768px) {
    .frame-type-materialvideos .iconlist li.hasVideo:after {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 26px; } }
        .frame-type-materialvideos .iconlist li.hasVideo.act:after {
          opacity: 1; }
    @media (min-width: 768px) {
    .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(1), .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(5) {
      margin-top: 145px;
      margin-left: 0px;
      margin-right: 0px; }
    .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(2), .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(4) {
      margin-top: 50px; }
    .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(2) {
      margin-left: 0px; }
    .frame-type-materialvideos .iconlist[data-count="5"] li:nth-of-type(4) {
      margin-right: 0px; } }
  .frame-type-materialvideos .video-container {
    display: none; }
  .frame-type-materialvideos .overlay {
    background: #4b484d;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5; }
  .frame-type-materialvideos .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 120px);
    display: block;
    z-index: 0; }
    .frame-type-materialvideos .background picture {
      width: 100%;
      height: 100%; }
      .frame-type-materialvideos .background picture img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center top;
        font-family: 'object-fit: contain; object-position: center top;'; }
  .frame-type-materialvideos .handcontainer {
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
    opacity: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
  .frame-type-materialvideos .handcontainer {
    width: 559px;
    height: 380px;
    opacity: 1; } }
    @media (min-width: 992px) {
  .frame-type-materialvideos .handcontainer {
    height: 469px; } }
    .frame-type-materialvideos .handcontainer .carousel {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .frame-type-materialvideos .handcontainer .carousel img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center bottom;
        font-family: 'object-fit: contain; object-position: center bottom;'; }
      .frame-type-materialvideos .handcontainer .carousel .flickity-viewport {
        height: 100% !important; }
    .frame-type-materialvideos .handcontainer.act .carousel {
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: 0.2s ease 0.2s;
      -moz-transition: 0.2s ease 0.2s;
      -ms-transition: 0.2s ease 0.2s;
      -o-transition: 0.2s ease 0.2s;
      transition: 0.2s ease 0.2s; }
  .frame-type-materialvideos .question {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 80px;
    font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    z-index: 40;
    line-height: 1.7em; }
    @media (min-width: 768px) {
  .frame-type-materialvideos .question {
    width: 335px;
    bottom: 205px;
    font-size: 22px; } }
    @media (min-width: 992px) {
  .frame-type-materialvideos .question {
    bottom: 225px; } }
  .frame-type-materialvideos .info {
    height: 48px;
    line-height: 48px;
    display: none;
    z-index: 50;
    position: absolute;
    left: 0;
    top: 50px;
    top: 3.3333333333rem; }
    @media (min-width: 768px) {
  .frame-type-materialvideos .info {
    top: 80px;
    top: 5.3333333333rem;
    display: inline-block; } }
    @media (min-width: 992px) {
  .frame-type-materialvideos .info {
    top: 80px;
    top: 5.3333333333rem; } }
    @media (min-width: 1302px) {
  .frame-type-materialvideos .info {
    top: 80px;
    top: 5.3333333333rem; } }
    @media (min-width: 992px) and (max-height: 750px) {
  .frame-type-materialvideos .info {
    top: 40px; } }
    .frame-type-materialvideos .info:after {
      content: "i";
      width: 48px;
      height: 48px;
      background: #fff;
      color: #0090b7;
      line-height: 48px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 100%;
      font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .frame-type-materialvideos .info:hover::after {
      width: 18px;
      height: 18px;
      left: 15px;
      top: 15px;
      line-height: 18px; }
    .frame-type-materialvideos .info span {
      background: #0090b7;
      border-radius: 48px;
      line-height: 48px;
      display: inline-block;
      padding: 0 20px 0 50px;
      color: #fff;
      letter-spacing: 1px;
      white-space: nowrap;
      font-size: 0px;
      opacity: 0;
      text-transform: uppercase;
      font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
    .frame-type-materialvideos .info:hover span {
      opacity: 1;
      font-size: 14px;
      box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25); }

#share-container {
  width: 275px;
  margin: 0 auto;
  height: 48px;
  position: relative;
  margin-bottom: 0px; }
  #share-container > span {
    display: block;
    border: 1px solid #e2e3e7;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    color: #4b484d;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    font-weight: 500;
    font-family: 'DIN W02 Medium', Roboto, Arial, sans-serif; }
    #share-container > span:hover {
      color: #fff;
      background: #4b484d;
      border-color: #4b484d; }
    #share-container > span i {
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -7px;
      width: 14px;
      height: 14px;
      font-size: 14px;
      font-family: 'default';
      font-weight: normal;
      text-indent: 0;
      font-style: normal; }
      #share-container > span i:before {
        content: "\e90f";
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 14px; }
  #share-container ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none; }
    #share-container ul li {
      display: inline-block;
      margin: 0 5px;
      pointer-events: none;
      opacity: 0;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      #share-container ul li a {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid #e2e3e7;
        background: #fff;
        display: block;
        color: #4b484d;
        text-decoration: none;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        #share-container ul li a:hover {
          color: #fff;
          background: #4b484d;
          border-color: #4b484d; }
        #share-container ul li a:before {
          content: "\e900";
          width: 46px;
          height: 46px;
          line-height: 46px;
          font-size: 16px;
          font-family: 'default';
          font-weight: normal;
          text-indent: 0;
          font-style: normal;
          text-align: center; }
      #share-container ul li.twitter a:before {
        content: "\e906";
        font-size: 20px; }
  #share-container.act > span {
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none; }
  #share-container.act ul li {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: 0.2s ease 0.2s;
    -moz-transition: 0.2s ease 0.2s;
    -ms-transition: 0.2s ease 0.2s;
    -o-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    pointer-events: auto; }
