#lichtanimation {}

.lichtanimation-section {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.slider-container {
  position: absolute;
  width: 350px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.slidecontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(to right,
      #fff 0%,
      #fff var(--progress, 0%),
      rgba(255, 255, 255, 0.3) var(--progress, 0%),
      rgba(255, 255, 255, 0.3) 100%);
  outline: none;
  opacity: 1;
  transition: background 0.2s linear;
  cursor: pointer;
  touch-action: none;
  z-index: 1;
}

/* Progress bar (left of thumb) */
.slider::-webkit-slider-runnable-track {
  height: 13px;
  border-radius: 6px;
  background: linear-gradient(to right, #ffffff var(--progress, 0%), rgba(255, 255, 255, 0.2) var(--progress, 0%));
}

.slider::-moz-range-track {
  height: 13px;
  border-radius: 6px;
  background: linear-gradient(to right, #ffffff var(--progress, 0%), rgba(255, 255, 255, 0.2) var(--progress, 0%));
}

/* Thumb */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  /* background: url('../img/messingbrueniert/arrows.svg'); */
  background-size: cover;
  cursor: pointer;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  margin-left: -5px
  transform: translateX(-5px);
  
}

.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  /* background: url('../img/messingbrueniert/arrows.svg'); */
  background-size: cover;
  cursor: pointer;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.slider-text-left, .slider-text-right {
  font-size: 20px;
  color: #00000047;
  cursor: pointer;
  transition: color 0.2s linear;
  line-height: 1;
}

.slider-text-left:hover, .slider-text-right:hover {
  color: rgb(255, 255, 255);
}

.slider-text-left {
  margin-right: 20px;
}

.slider-text-right {
  margin-left: 20px;
}

.slider-text-left.active,
.slider-text-right.active {
  color: #fff;
  /* Bright white when active */
}

@media(max-width: 992px) {
  .col-left {
    margin-right: -15px;
  }
}

@media(max-width: 768px) {

  /* .slider-text-left, .slider-text-right{
    display: none;
  } */
  .slider-text-left, .slider-text-right {
    font-size: 18px;
  }

  .slider-container {
    width: 50%;
    bottom: 6%;
  }

  .slider {
    height: 5px;
  }

  /* Progress bar (left of thumb) */
  .slider::-webkit-slider-runnable-track {
    height: 5px;
  }

  .slider::-moz-range-track {
    height: 5px;
  }

  /* Thumb */
  .slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }

  .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
}

#image-container {
  left: 0%;
  top: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.col-left {
  margin-left: -15px;
}

#pointer {
  width: 60px;
  position: absolute;
  top: -80px;
  overflow: visible;
}

#pointer.hidden {
  display: none;
}

#arrow {
  transform: translateX(0px);
  opacity: 1;
  -webkit-animation-name: arrow-movement;
  animation-name: arrow-movement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#hand {
  transform: translateX(0px);
  -webkit-animation-name: hand-movement;
  animation-name: hand-movement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes arrow-movement {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}

@keyframes arrow-movement {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(30px);
  }
}

@-webkit-keyframes hand-movement {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes hand-movement {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

/*svg*/
.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.cls-2, .cls-3 {
  stroke-miterlimit: 10;
}

.cls-3 {
  fill: none;
  stroke: #231f20;
  stroke-width: 0.75px;
}
