/* verlaeufe */
.hanthaModules#sli_f000a {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.hanthaModules#sli_f000a #sentres-map-de {
  width: 100% !important;
  height: 800px !important;
}
@media (max-width: 991px) {
  .hanthaModules#sli_f000a #sentres-map-de {
    width: 100% !important;
    height: 400px !important;
  }
}
.hanthaModules#sli_f000a #sentres-map-it {
  width: 100% !important;
  height: 800px !important;
}
@media (max-width: 991px) {
  .hanthaModules#sli_f000a #sentres-map-it {
    width: 100% !important;
    height: 400px !important;
  }
}
.hanthaModules#sli_f000a #sentres-map-en {
  width: 100% !important;
  height: 800px !important;
}
@media (max-width: 991px) {
  .hanthaModules#sli_f000a #sentres-map-en {
    width: 100% !important;
    height: 400px !important;
  }
}
.hanthaModules#sli_f000a .slider-logo {
  position: absolute;
  right: 15px;
  top: 140px;
  z-index: 10000;
}
.hanthaModules#sli_f000a .flexslider {
  overflow: hidden;
  margin: 0;
  border: medium none;
  border-radius: 0;
  background: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hanthaModules#sli_f000a .flexslider .slides .slidercontent {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hanthaModules#sli_f000a .flexslider .slides .slidercontent {
    min-height: 330px;
  }
}
.hanthaModules#sli_f000a .flexslider .caption-text {
  background: none;
  text-align: center;
  color: #ffffff;
  width: 900px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hanthaModules#sli_f000a .flexslider .caption-text a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Fieldwork", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
}
.hanthaModules#sli_f000a .flexslider .caption-text h3 {
  margin-bottom: 15px;
  font-weight: 200;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
}
.hanthaModules#sli_f000a .flexslider .flex-control-nav {
  bottom: 150px;
  bottom: calc(100vh - 110px);
  z-index: 5;
  height: 0;
  position: relative;
  text-align: center;
}
.hanthaModules#sli_f000a .flexslider .flex-control-nav li {
  margin-right: 3.75px;
  margin-left: 3.75px;
}
.hanthaModules#sli_f000a .flexslider .flex-control-nav li:last-child {
  margin-right: 0;
}
.hanthaModules#sli_f000a .flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  font-size: 0;
  color: transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.hanthaModules#sli_f000a .flexslider .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}
@media (max-width: 1555px) {
  .hanthaModules#sli_f000a {
    padding-top: 145px;
  }
  .hanthaModules#sli_f000a .flexslider {
    margin-top: -55px;
  }
}
@media (max-width: 991px) {
  .hanthaModules#sli_f000a {
    padding-top: 90px;
  }
  .hanthaModules#sli_f000a .flexslider {
    margin-top: 0;
  }
}
#scroller {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 50px;
  margin-left: -25px;
  left: 50%;
  color: #ffffff;
  z-index: 3;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
#scroller .icon {
  display: inline-block;
  width: 19px;
  height: 29px;
  background: url(../../images/scroller.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 7.5px;
  position: relative;
}
#scroller .icon .line {
  position: absolute;
  height: 7.5px;
  width: 1px;
  background-color: #ffffff;
  left: calc(50% - 1px / 2);
  top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: mouse 2s ease-in infinite;
  -moz-animation: mouse 2s ease-in infinite;
  -ms-animation: mouse 2s ease-in infinite;
  -o-animation: mouse 2s ease-in infinite;
  animation: mouse 2s ease-in infinite;
}
@-moz-keyframes mouse {
  0% {
    max-height: 0;
    top: 6px;
  }
  50% {
    max-height: 7.5px;
    top: 6px;
  }
  100% {
    max-height: 0;
    top: 13.5px;
  }
}
@-webkit-keyframes mouse {
  0% {
    max-height: 0;
    top: 6px;
  }
  50% {
    max-height: 7.5px;
    top: 6px;
  }
  100% {
    max-height: 0;
    top: 13.5px;
  }
}
@keyframes mouse {
  0% {
    max-height: 0;
    top: 6px;
  }
  50% {
    max-height: 7.5px;
    top: 6px;
  }
  100% {
    max-height: 0;
    top: 13.5px;
  }
}
@media (min-aspect-ratio: 16/9) {
  .hanthaModules#sli_f000a .flexslider .slides .slidercontent img {
    width: 100%;
    height: auto;
  }
}
/*
.mediaDesktopMax({

});
*/
/*
.mediaDesktopMedium({

});
*/
/*
.mediaDesktopSmall({

});
*/
@media screen and (max-width: 991px) {
  #scroller {
    display: none;
  }
  #sli_f000a .caption-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sli_f000a .flex-control-nav {
    display: none;
  }
}
