.page__header .header--secondary {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .page__header .header--secondary .region-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .page__header .header--secondary .navbar-brand {
    height: unset;
    float: none;
    display: flex; }
    .page__header .header--secondary .navbar-brand a {
      display: flex;
      align-items: center; }
  .page__header .header--secondary #block-sprakliste {
    position: absolute;
    right: 0; }

.content-header-wrap {
  background-color: var(--colorPrimaryLight);
  padding-top: 6.25rem;
  padding-bottom: 5.125rem;
  position: relative;
  z-index: 0;
  margin-bottom: 6.25rem; }
  .path-search .content-header-wrap {
    background-color: #F7F0F7; }
  .content-header-wrap > div.container {
    display: flex;
    flex-wrap: wrap; }

.content-header-main {
  width: 70%;
  padding-right: 5rem; }
  @media screen and (max-width: 1200px) {
    .content-header-main {
      width: 60%; } }
  @media screen and (max-width: 992px) {
    .content-header-main {
      width: 50%;
      padding-right: 1rem; } }
  @media screen and (max-width: 768px) {
    .content-header-main {
      width: 100%;
      padding-right: 0; } }
  .page-node-type-landingsside .content-header-main {
    width: 100%;
    padding-right: 0; }

.custom-crumbs {
  display: flex;
  align-items: center; }
  .custom-crumbs a {
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.5;
    white-space: nowrap; }
  .custom-crumbs .root-path {
    display: flex;
    align-items: center;
    justify-self: center; }
    .custom-crumbs .root-path a {
      color: #4a4749; }
    .custom-crumbs .root-path:after {
      content: '';
      position: relative;
      display: inline-flex;
      background: var(--colorPrimary);
      height: 17px;
      width: 17px;
      border-radius: 50%;
      margin-left: 0.3125rem;
      margin-right: 0.75rem;
      background-image: url("../../images/icons/icon-arrow.svg");
      background-repeat: no-repeat;
      background-position: center; }
      .path-search .custom-crumbs .root-path:after {
        background-color: #7A3677; }
  .custom-crumbs .field--type-entity-reference {
    display: flex;
    align-items: center;
    justify-self: center; }

.search--result {
  font-size: 2.8125rem; }
