/* for now: do not display. TODO: display in mobile layout! */
section[id*='projekttitel'] {
  display: none;  
}

@media (max-width: 1099px) {
  div#header-items section.site-branding div.site-branding__text {
    position: relative;
    top: initial;
  }
}

section.site-branding div.site-branding__text {
  display: flex;
  overflow: hidden;
  width: auto;
  top: -1.5em;
  position: absolute;
  background-color: white;
  z-index: -1000;
  white-space: nowrap;
}

section.site-branding div.site-branding__slogan {
  padding-left: 20px;
}

section.site-branding a {
  text-decoration: none;
  color: inherit;
  font-family: "corpos-b";
}

