/* outfit-regular - latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/outfit-v15-latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/outfit-v15-latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  font-family: Outfit;
}

/* TOOLBAR */

.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo {
  margin-bottom: 1rem;
}

.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo img {
  max-width: none;
  padding: 0 1rem;
}

.toolbar-menu li.menu-item.menu-item__contact-site_page {
  margin-top: auto;
}

/* FUSSZEILE */

#block-gin-fusszeile ul {
  display: flex;
  gap: 2rem;
  margin-left: 0;
  margin-top: 10rem;
}

#block-gin-fusszeile ul li {
  list-style: none;
}

/* PARTNER */

.node--unpublished {
  background-color: initial;
}

#block-gin-partnerangebote .menu {
  display: flex;
  gap: 1rem;
  margin-left: 0;
  margin-bottom: var(--gin-spacing-l);
}

#block-gin-partnerangebote .menu .menu-item {
  list-style: var(--gin-spacing-s);
}