*/
.region-header-right ul {
  list-style: none;
}
.region-header-right {
  display: inline-block;
  clear: none;
  height: 26px;
  vertical-align: top;
  box-sizing: border-box;
}
.region-header-right > div{
  display: inline-block;
  height: inherit;
  min-width: 20px;
  vertical-align: top;
  box-sizing: content-box;
}


/* Connection menu */ 
.region-header-right #user-menu img {
  height: 22px;
  padding: 2px;
}
/* Facebook Link image */ 
#block-lienspagezazakelyfacebooks img {
  height: 22px;
  padding: 2px;
}
/* Icon language menu */ 
.block-language-blocklanguage-interface span {
  height: 22px;
  padding-top: 2px;
  padding-bottom: 4px;
}
.block-language-blocklanguage-interface span > img {
  padding: 2px;
}
.dropdown-content .language-icon {
  max-width: unset;
}


/* Expandable search form */ 
#header .search-block-form {
  position: relative;
}
#header .search-block-form form,
#header .search-block-form input,
#header .search-block-form div {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header input.search-form__submit {
  width: auto;
  outline: none;
}

#header .search-block-form div.form-item-keys {
  display: inline-block; 
  right: calc(100% + 4px);
  position: absolute;
  background: transparent;
  z-index: 500;
  font-size: 1em;
}
#header .search-block-form input[type='search'] {
  width: 0;
  background: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#header.search-expanded .search-block-form input[type='search'] {
  border-radius: 5px;
  padding: 2px 4px;
  width: 12em;
  transition: width .3s;
  -webkit-appearance: revert;
  -webkit-border-radius: revert;
}

#header .search-block-form input[type='image'] {
  height: 22px;
  background: transparent;
  margin: 0;
}

#header .search-block-form #edit-actions {
  padding: 2px;
}
