/*--------------------------------------------------------------------------------*/
.generalScreen_langMenu {
	position: absolute;
  display: flex;
  margin-right: 8px;
  right: 0px;
  top: 0px;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}
.langMenuTop {
  color: white;
  background-color: var(--color041);
  font-size: 12px;
  font-weight: normal;
  text-shadow: 2px 2px 4px var(--color050);
  padding: 6px 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-duration: .5s; /* Safari */
	transition-duration: .5s;
}
.langMenuTop_active {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 3px 3px 6px var(--color027);
  background-color: var(--color002);
  color: var(--color041);
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
