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

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

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

div#anfragen-leiste .textwidget p a {
  color: #fff;

  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:last-child {
  background-color: var(--ast-global-color-0);
}

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

#verfuegbarkeit {
  z-index: 9;
}
