@media (min-width: 820px) {
  div#mobile-minianfrage {
    display: none !important;
  }
}

div#mobile-minianfrage {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease 0s;
  background: var(--ast-global-color-0);
  height: 70px;
  display: flex;
}

div#mobile-minianfrage .mobile-minianfrage-inner-wrapper {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  margin: var(--gap-m) var(--gap-2xl) 0 var(--gap-2xl);
}

#mobile-minianfrage .mobile-icon:nth-child(4) ul {
  display: flex;
}

/*
#mobile-minianfrage .mobile-icon:nth-child(4) .wpml-ls-native {
  display: none;
}

#mobile-minianfrage .mobile-icon:nth-child(4) {
  width: 20px;
}



#mobile-minianfrage .mobile-icon:nth-child(4) .wpml-ls-item-toggle:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../img/icon-lang.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
}
  */

#mobile-minianfrage .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding: 0;
  margin-top: 5px;
}

#mobile-minianfrage .wpml-ls-item-toggle {
  color: var(--ast-global-color-3);
}

#mobile-minianfrage .mobile-icon:nth-child(4) .wpml-ls-legacy-dropdown a {
  border: none;
  padding: 0 !important;
  background: none;
}

#mobile-minianfrage
  .mobile-icon:nth-child(4)
  .wpml-ls-legacy-dropdown
  a.wpml-ls-item-toggle:after {
  top: 0;
  right: 0;
  position: unset;
}

@media (min-width: 450px) {
  div#mobile-minianfrage img {
    width: 2.14rem;
  }
}
