.sprachwaehler {
  position: relative;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.sprachdropdown {
  display: none;
  position: absolute;
  right: 0;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  bottom: 8px;
  right: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 1;
}
.sprache-deutsch:hover + .sprachdropdown, 
.sprachdropdown:hover {
  display: flex;
}
.sprache-deutsch {
  width: 48px;
  position: relative;
  padding: 10px 27px 20px 0;
}
.sprache-deutsch::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 18px;
  top: 15px;
}

.sprache {
  width: 50px;
  text-align: center;
  padding: 10px;
  line-height: 12px;
  text-decoration: none;
  color: var(--wp--preset--color--darkbrown);
}
.sprache:hover {
  color: var(--wp--preset--color--brown);
}
.sprache:first-child {
  padding-top: 16px;
}
.sprache:last-child {
  padding-bottom: 18px;
}


@media only screen and (min-width: 990px) {

}