/**************************************** Language ****************************************/
.languagepicker {
  transition: all .3s ease;
  margin: 0;
  margin-top: 20px;
}
.languagepicker a{
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.languagepicker li {
  display: block;
  list-style: none;
  padding: 0px 0 0 13px;
  margin: 0 15px;
}
.languagepicker li,
.languagepicker li a {
  border: none;
  color: #fff;
}
.languagepicker li img {
  margin-right: 5px;
}
.large:hover {
}
.de:before,
.en:before{
  content:"";
  position: absolute;
  left: -25px;
  top: 1px;
  width: 20px;
  height: 11px;
}
.de:before{
  background:url(../../img/flag_de.png) no-repeat;
  background-size:cover;
}
.en:before{
  background:url(../../img/flag_en.png) no-repeat;
  background-size:cover;
}