/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.translation-tabs {
  margin-top: 1.25rem;
  background: transparent;
  height: auto;
  display: block;
}

.translation-tabs ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
}

.translation-tabs ul li {
  margin: 0;
  padding: 0;
}

.translation-tabs ul li a {
  margin-right: 0.3125rem;
  height: 2.5rem;
  width: 7.5rem;
  -webkit-box-align: center;
          align-items: center;
  background: #f5f6f7;
  border: 1px solid #191816;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -500px;
  transition: background .5s ease-in;
}

.translation-tabs ul li a::after {
  width: 2.5rem;
  height: 1.5625rem;
  content: '';
  display: block;
}

.translation-tabs ul li a:hover {
  background: #afb7be;
}

.translation-tabs ul li a.active {
  background: #afb7be;
  transition: none;
}

.translation-tabs ul li a.active::before {
  height: 0.625rem;
  width: 0.8125rem;
  background: url(../..//icons/arrow-down-white.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 15%;
  top: 37%;
}

.translation-tabs ul li a.de::after, .translation-tabs ul li a[hreflang='de']::after {
  background: url(../..//icons/germany.svg) no-repeat center;
  background-size: contain;
}

.translation-tabs ul li a.en::after, .translation-tabs ul li a[hreflang='en']::after {
  background: url(../..//icons/united-kingdom.svg) no-repeat center;
  background-size: contain;
}

.translation-tabs ul li a.fr::after, .translation-tabs ul li a[hreflang='fr']::after {
  background: url(../..//icons/france.svg) no-repeat center;
  background-size: contain;
}

/*# sourceMappingURL=translation-tabs.css.map */
