/* Code for drupal only small tweaks and enhancements. */

.contextual-region {
  transition: background-color .5s ease-out;
  height: 100%;
}

.contextual-region.focus {
  background-color: rgba(0, 0, 0, .05);
}

.toolbar-horizontal .l-header {
  /*margin-top: 80px;*/
}

.language-switcher-language-url .contextual {
  right: -32px;
}
