/*--------------- ANFRAGENLEISTE ---------------*/
body div#anfragen-leiste {
  position: fixed;
  bottom: 0;
  transform: unset;
  width: 100%;
  height: auto;
  right: 0;
  background-color: var(--ast-global-color-3);
  display: flex;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  height: 55px;
}

div#anfragen-leiste .textwidget {
  width: 1000%;
  justify-content: center;
  align-items: center;
  display: flex;
}

div#anfragen-leiste .textwidget p {
  display: flex;
  align-items: center;
}

div#anfragen-leiste .textwidget p a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: var(--btn-font-size);
  transition: all 0.5s ease 0s;
  line-height: 1.43;
}

@media (min-width: 1300px) {
  body div#anfragen-leiste {
    display: none;
  }
}
