.jn-titel-animation {
  opacity: 0;
  Transition-delay: 0.9s;
  transition-duration: 2.3s;
  transition-property: all;
  transform: scale(1.6);
}
.unslider-active .jn-titel-animation {
  opacity: 1;
  transform: scale(1);
}
.jn-titel-top-animation {
  opacity: 0;
  Transition-delay: 1.2s;
  transition-duration: 2s;
  transition-property: all;
  transform: translateY(-100%);
}
.unslider-active .jn-titel-top-animation {
  opacity: 1;
  transform: scale(1);
}
.jn-titel-button-animation {
  opacity: 0;
  Transition-delay: 1s;
  transition-duration: 2.2s;
  transition-property: all;
  transform: translateY(100%);
}
.unslider-active .jn-titel-button-animation {
  opacity: 1;
  transform: scale(1);
}
.jn-titel-button-animation {
  text-decoration: none;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  background-color: var(--light-color);
  color: var(--secondary-hover-color);
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.jn-titel-button-animation:hover {
  background-color: var(--primary-hover-color);
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  color: var(--light-color);
  box-shadow: 0 8px 9px rgb(var(--primary-rgb-vals));
}
