#header {
  background-color: rgba(255, 255, 255);
  border-bottom: 1px solid black;
}
.header-fixed #body-wrapper {
  padding: 3.5rem;
}

#body-wrapper .container {
  padding: 0;
}

section.navbar-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
section.navbar-section #company-name {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0.5em;
}

section.navbar-section #company-name span {
  font-size: 0.7em;
}

#start {
  background-color: #FFFFCC;
  padding: 1em;
}

header ul.langswitcher {
  font-size: 0.8em;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

section.container blockquote {
  font-size: 1.2em;
  font-style: italic;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1);
  padding: 0 0.5em;
  background-color: #FFFF99;
}
section.container blockquote h3 {
  padding: 0.25em 0;
}