﻿/*Styles for the language selector*/

.langselector
{
    display: block;
	grid-area: langselector;
	font-size: 0.9em;
	font-weight: 500;
	margin-right: 5px;
	margin-top: 15px;
	width: auto;
	font-weight: 400;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
  background: var(--brand);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
}

.langselector-content p a
{
  	color: #FFFFFF;
	padding-left: 14px;
}

.dropdown-content > p 
{
  margin-top: 5px;
  margin-bottom: 0;
}

.langselector-content
{
  margin: 0;
  padding: 0;
}

.langselector-text
{
    margin-top: 31px;
	cursor: pointer;
	margin-bottom: 0;
}

.language-icon
{
	width: 15px;
	height: auto;
	margin-right: 4px;
	margin-bottom: -1px;
}

@media screen and (min-width: 1280px)
{

.langselector
{
	margin-right: 69px;
}

}

@media screen and (max-width: 1279px)
{

.langselector
{
    position: relative;
	font-size: 0.9em;
}

.langselector-text
{
    margin-top: 14px;
}

.language-icon
{
	margin-bottom: -2px;
}

}

@media screen and (max-width: 849px)
{

.langselector
{
	margin-right: 16px;
}

}

@media screen and (max-width: 649px)
{

.langselector
{
	margin-left: 30px;
	justify-self: start;
}

}