#header {
  background: rgb(79,41,52);
  width: 150px; 
  height: 100%;  
  position: fixed;
  right: 0;
  z-index: 1000001;
}

#header-language {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 110px;
  z-index: 1000002;
}

#header-logo {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg); 
  position: relative;
  top: 23em;
  z-index: 1000003;
}

#header-logo a {
  text-decoration: none;
}

#header-logo h2 {
  line-height: 150px;
  margin: 0;
  padding: 0;
  width: 600px;
  font-size: 4em;
  
}