/*--------------- ANFRAGENLEISTE ---------------*/
body div#anfragen-leiste {
  position: fixed;
  bottom: 0;
  transform: unset;
  width: 100%;
  height: auto;
  right: 0;
}

div#anfragen-leiste {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 5px 16px 0px rgba(0 0 0 / 8%);
  z-index: 9999;
}

div#anfragen-leiste .textwidget {
  width: 1000%;
}

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

div#anfragen-leiste .textwidget p a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em;
  width: 100%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.09em;
  transition: all 0.5s ease 0s;
  line-height: 1.4;
  font-size: var(--btn-font-size);
}

div#anfragen-leiste .textwidget p a:nth-of-type(1) {
  background-color: var(--ast-global-color-0);
  color: #fff;
}

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