body #header {
  background: transparent;
  position: relative;
  z-index: 40;
}

@media (min-width: 1200px) {
  body.page .container {
    max-width: 1600px;
  }
}

body #header .site-admin-ribbon {
  display: none !important;
}

body #header .site-admin-ribbon__inner {
  max-width: 100%;
}

body #header .site-admin-ribbon .nav-link {
  color: inherit !important;
}

body #header .site-admin-ribbon .nav-link:hover,
body #header .site-admin-ribbon .nav-link:focus {
  color: #fff !important;
}

body #header .site-header-upper {
  background: #2f2f2f !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

body #header .site-header-upper__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  width: 100%;
}

body #header .site-header-upper__meta,
body #header .site-header-upper__tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

body #header .site-header-upper__meta {
  flex: 1 1 auto;
  min-width: 0;
}

body #header .site-header-upper__meta-item:nth-child(3) {
  align-self: stretch;
  /* background: #1a4e9a; */
  background: linear-gradient(180deg, #0f4aa8 0%, #0c3b8e 100%) !important;
  border-top-left-radius: 999px;
  /* border-bottom-left-radius: 999px; */
  margin-left: auto;
  margin-right: 0;
  min-height: 50px;
  position: relative;
  padding: 0 34px;
}

body #header .site-header-upper__meta-item:nth-child(3)::after {
  /* background: #1a4e9a; */
  background: linear-gradient(180deg, #0f4aa8 0%, #0c3b8e 100%) !important;
  bottom: 0;
  content: "";
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
}

body #header .site-header-upper__tools {
  display: none;
}

body #header .site-header-upper__meta-item,
body #header .site-header-upper__tool-link {
  align-items: center;
  color: inherit !important;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
}

body #header .site-header-upper__meta-item i,
body #header .site-header-upper__tool-link i {
  color: #c8dbff !important;
}

body #header .site-header-upper__tool-link {
  opacity: 0.9;
  transition: opacity 0.2s ease, color 0.2s ease;
}

body #header .site-header-upper__tool-link:hover,
body #header .site-header-upper__tool-link:focus {
  color: #fff !important;
  opacity: 1;
  text-decoration: none;
}

body #header .site-header-sticky {
  background: linear-gradient(180deg, #0f4aa8 0%, #0c3b8e 100%) !important;
  box-shadow: 0 24px 48px rgba(8, 27, 61, 0.14);
  position: relative;
  z-index: 120;
}

body #header .site-header-sticky.site-header-sticky--fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1100;
}

body #header .site-header-sticky::after {
  background: linear-gradient(180deg, #0f4aa8 0%, #0c3b8e 100%);
  bottom: 0;
  content: "";
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
}

body #header .site-header-main {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0f4aa8 0%, #0b327d 100%) !important;
  color: #fff !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative;
}

body #header .site-header-main::after {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0f4aa8 0%, #0b327d 100%);
  bottom: 0;
  content: "";
  left: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
}

body #header .site-header-main__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

body #header .site-header-brand {
  align-items: center;
  display: flex;
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 0;
  padding-right: 8px;
}

body #header .site-header-brand__link {
  color: #fff !important;
  display: inline-flex !important;
  flex-direction: row;
  gap: 0;
  text-decoration: none;
}

body #header .site-header-brand__link:hover,
body #header .site-header-brand__link:focus,
body #header .site-header-brand__title .header-brand-text-alt {
  color: #fff !important;
  text-decoration: none;
}

body #header .site-header-brand__eyebrow {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body #header .site-header-brand__logo-wrap {
  display: inline-flex;
  max-width: 330px;
}

body #header .site-header-brand__logo {
  display: block;
  height: auto;
  max-height: 66px;
  max-width: 100%;
}

body #header .site-header-main__panel {
  align-items: center;
  background: #fff;
  border-radius: 96px 0 0 0;
  box-shadow: 0 22px 44px rgba(8, 27, 61, 0.18);
  display: flex;
  flex: 1 1 auto;
  gap: 14px;
  justify-content: space-between;
  margin-left: 38px;
  margin-right: calc((100vw - 100%) / -2);
  max-width: none;
  min-height: 80px;
  min-width: 0;
  padding: 0 calc(16px + ((100vw - 100%) / 2)) 0 44px;
}

body #header .site-header-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  gap: 0;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0;
}

body #header .site-header-actions__cluster {
  align-items: center;
  background: transparent !important;
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex !important;
  gap: 10px;
  min-height: 52px;
  padding: 8px 4px 8px 0;
}

body #header .site-header-action,
body #header .site-header-cart__toggle {
  align-items: center;
  background: #f7f8fb !important;
  border: 1px solid #e7ebf3 !important;
  border-radius: 50%;
  color: #102b63 !important;
  display: inline-flex !important;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 42px;
}

body #header .site-header-phone-inline {
  align-items: center;
  color: #1e2f57 !important;
  display: inline-flex;
  gap: 8px;
  margin-left: 2px;
  max-width: none;
  text-decoration: none;
  white-space: nowrap;
}

body #header .site-header-phone-inline__icon {
  align-items: center;
  background: #0f4aa8;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

body #header .site-header-phone-inline__text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
}

body #header .site-header-phone-inline__label {
  color: #1f3461;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body #header .site-header-phone-inline__number {
  color: #0a2a67;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

body #header .site-header-action:hover,
body #header .site-header-action:focus,
body #header .site-header-cart__toggle:hover,
body #header .site-header-cart__toggle:focus {
  background: #0f4aa8 !important;
  box-shadow: 0 14px 28px rgba(15, 74, 168, 0.24);
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

body #header .site-header-cart {
  position: relative;
}

body #header .site-header-cart__toggle {
  position: relative;
}

body #header .site-header-cart .cart-link-icon {
  display: inline-flex;
}

body #header .site-header-links {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 0;
  max-width: none;
  min-width: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

body #header .site-header-links__link {
  align-items: center;
  border-radius: 12px;
  color: #334770 !important;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 42px;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

body #header .site-header-links__link:hover,
body #header .site-header-links__link:focus {
  background: rgba(15, 74, 168, 0.08) !important;
  color: #0f4aa8 !important;
  text-decoration: none;
}

body #header .site-header-links__dropdown {
  position: relative;
}

body #header .site-header-links__menu {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(6, 20, 49, 0.2);
  display: none;
  left: 50%;
  min-width: 240px;
  padding: 12px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 120;
}

body #header .site-header-links__dropdown:hover .site-header-links__menu,
body #header .site-header-links__dropdown:focus-within .site-header-links__menu {
  display: block;
}

body #header .site-header-links__menu-link {
  border-radius: 12px;
  color: #21304b;
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.7rem 0.9rem;
  text-decoration: none;
}

body #header .site-header-links__menu-link:hover,
body #header .site-header-links__menu-link:focus {
  background: rgba(15, 74, 168, 0.08);
  color: #0f4aa8;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  body #header .site-header-sticky::after,
  body #header .site-header-main::after,
  body #header .site-header-upper__meta-item:nth-child(3)::after {
    display: none;
  }

  body #header .site-header-main__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body #header .site-header-upper__meta-item:nth-child(3) {
    border-radius: 999px;
    margin-left: 0;
    padding: 0;
  }

  body #header .site-header-upper__tools {
    display: flex;
  }

  body #header .site-header-brand {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }

  body #header .site-header-brand__logo-wrap {
    max-width: 290px;
  }

  body #header .site-header-main__panel {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 0 16px 0 20px;
    width: 100%;
  }

  body #header .site-header-actions {
    justify-content: flex-end;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  body #header .site-header-main__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  body #header .site-header-brand {
    flex: 0 0 auto;
    max-width: 62%;
    width: auto;
  }

  body #header .site-header-brand__logo-wrap {
    max-width: min(290px, 100%);
  }

  body #header .site-header-upper__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body #header .site-header-upper__meta,
  body #header .site-header-upper__tools {
    gap: 10px;
  }

  body #header .site-header-main {
    padding-bottom: 14px !important;
    padding-top: 18px !important;
  }

  body #header .site-header-brand__title {
    font-size: 2rem !important;
  }

  body #header .site-header-brand__logo {
    max-height: 64px;
  }

  body #header .site-header-main__panel {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    flex-direction: row;
    gap: 10px;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-left: auto;
  }

  body #header .site-header-links {
    display: none;
  }

  body #header .site-header-links__dropdown {
    display: none;
  }

  body #header .site-header-actions {
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
  }

  body #header .site-header-actions__cluster {
    background: #fff !important;
    border-radius: 999px 0 0 999px;
    box-shadow: 0 14px 30px rgba(8, 27, 61, 0.18);
    gap: 6px;
    margin-left: auto;
    max-width: 100%;
    padding: 6px 6px 6px 14px;
  }

  body #header .site-header-phone-inline {
    display: none;
  }

  body #header .site-header-links__menu {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  body #header .site-header-main__inner {
    gap: 8px;
  }

  body #header .site-header-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 196px);
    min-width: 0;
    padding-right: 0;
  }

  body #header .site-header-main__panel {
    flex: 0 0 auto;
    margin-right: 16px;
  }

  body #header .site-header-main::before {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(8, 27, 61, 0.2);
    color: #1a4ea1;
    content: "\f107";
    display: inline-flex;
    font-family: FontAwesome;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: -14px;
    transform: translateX(-50%);
    width: 28px;
    z-index: 3;
  }

  body #header .site-header-links,
  body #header .site-header-links__dropdown,
  body #header .site-header-links__menu {
    display: none !important;
  }

  body #header .site-header-upper {
    background: #ffffff !important;
    color: #223452 !important;
    font-size: 0.9rem;
  }

  body #header .site-header-upper__inner {
    gap: 4px;
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body #header .site-header-upper__meta {
    column-gap: 10px;
    display: grid;
    grid-template-areas:
      "loc mail"
      "hours hours";
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 4px;
    width: 100%;
  }

  body #header .site-header-upper__meta-item {
    font-size: 0.83rem;
    gap: 6px;
    line-height: 1.15;
  }

  body #header .site-header-upper__meta-item:nth-child(1) {
    grid-area: loc;
    min-width: 0;
  }

  body #header .site-header-upper__meta-item:nth-child(1) span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body #header .site-header-upper__meta-item:nth-child(2) {
    grid-area: mail;
    justify-self: end;
    white-space: nowrap;
  }

  body #header .site-header-upper__meta-item i {
    color: #0f4aa8 !important;
    font-size: 0.82rem;
  }

  body #header .site-header-upper__meta-item:nth-child(2) {
    display: inline-flex;
  }

  body #header .site-header-upper__meta-item:nth-child(3) {
    align-self: auto;
    background: transparent !important;
    border-radius: 0;
    display: inline-flex !important;
    font-size: 0.83rem;
    grid-area: hours;
    margin-left: 0;
    min-height: 0;
    padding: 0;
    white-space: normal;
    width: 100%;
  }

  body #header .site-header-upper__meta-item:nth-child(3) span {
    white-space: normal;
  }

  body #header .site-header-upper__meta-item:nth-child(3) i {
    color: #0f4aa8 !important;
  }

  body #header .site-header-upper__tools {
    display: none;
  }

  body #header .site-header-brand__eyebrow {
    font-size: 0.74rem;
  }

  body #header .site-header-brand__logo {
    max-height: 40px;
  }

  body #header .site-header-main {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  body #header .site-header-main__panel {
    padding: 0;
  }

  body #header .site-header-actions {
    margin-right: 6px;
    width: auto;
  }

  body #header .site-header-actions__cluster {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 3px;
    padding: 4px 5px 4px 8px;
    background: #ffffff !important;
    border-radius: 999px 0 0 999px;
    box-shadow: 0 10px 22px rgba(8, 27, 61, 0.15);
  }

  body #header .site-header-actions__cluster::after {
    align-items: center;
    background: #e9edf3;
    border: 1px solid #dce3ee;
    border-radius: 50%;
    color: #4c5f86;
    content: "\2212";
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    line-height: 1;
    order: 4;
    width: 32px;
  }

  body #header .site-header-actions .site-header-action.d-none.d-md-inline-flex {
    display: inline-flex !important;
  }

  body #header .site-header-actions__cluster > #cart-dropdown-wrapper,
  body #header .site-header-actions__cluster > .site-header-cart {
    order: 1 !important;
  }

  body #header .site-header-actions .site-header-action.d-none.d-md-inline-flex:not([title="Suche"]) {
    order: 2 !important;
  }

  body #header .site-header-actions .site-header-action[title="Suche"] {
    order: 3 !important;
  }

  body #header .site-header-action--more {
    order: 5 !important;
  }

  body #header .site-header-action,
  body #header .site-header-cart__toggle {
    height: 32px;
    min-width: 32px;
    width: 32px;
  }

  body #header .site-header-action i,
  body #header .site-header-cart__toggle i {
    font-size: 0.95rem;
  }
}

/* Four-column widget footer restored from the previous footer state. */
#footer.site-footer-shell {
  background:
    linear-gradient(0deg, rgba(8, 10, 16, 0.98), rgba(8, 10, 16, 0.98)),
    radial-gradient(circle at 8% 8%, rgba(40, 90, 180, 0.2), transparent 30%);
  color: #e7eefc;
  padding: 48px 0 20px;
}

#footer .site-footer-hero {
  margin-bottom: 30px;
  text-align: center;
}

#footer .site-footer-hero__title {
  color: #2dd4bf;
  font-size: clamp(1.45rem, 3.2vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.035em;
  margin: 0;
  text-transform: uppercase;
}

#footer .site-footer-hero__link {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

#footer .site-footer-hero__link:hover .site-footer-hero__title,
#footer .site-footer-hero__link:focus-visible .site-footer-hero__title {
  color: #ffffff;
}

#footer .site-footer-hero__title span {
  display: block;
}

#footer .site-footer-hero__letter {
  animation: site-footer-letter-in 650ms cubic-bezier(0.22, 1, 0.36, 1) both,
    site-footer-title-color 5s ease-in-out 900ms infinite;
  display: inline-block !important;
}

#footer .site-footer-hero__title span:nth-child(2) .site-footer-hero__letter {
  animation-delay: calc(180ms + var(--letter-delay, 0ms)), 1.1s;
}

#footer .site-footer-hero__title span:first-child .site-footer-hero__letter {
  animation-delay: calc(var(--letter-delay, 0ms)), 900ms;
}

#footer .site-footer-hero__letter:nth-child(1) { --letter-delay: 0ms; }
#footer .site-footer-hero__letter:nth-child(2) { --letter-delay: 35ms; }
#footer .site-footer-hero__letter:nth-child(3) { --letter-delay: 70ms; }
#footer .site-footer-hero__letter:nth-child(4) { --letter-delay: 105ms; }
#footer .site-footer-hero__letter:nth-child(5) { --letter-delay: 140ms; }
#footer .site-footer-hero__letter:nth-child(6) { --letter-delay: 175ms; }
#footer .site-footer-hero__letter:nth-child(7) { --letter-delay: 210ms; }
#footer .site-footer-hero__letter:nth-child(8) { --letter-delay: 245ms; }
#footer .site-footer-hero__letter:nth-child(9) { --letter-delay: 280ms; }
#footer .site-footer-hero__letter:nth-child(10) { --letter-delay: 315ms; }
#footer .site-footer-hero__letter:nth-child(11) { --letter-delay: 350ms; }
#footer .site-footer-hero__letter:nth-child(12) { --letter-delay: 385ms; }
#footer .site-footer-hero__letter:nth-child(13) { --letter-delay: 420ms; }
#footer .site-footer-hero__letter:nth-child(14) { --letter-delay: 455ms; }
#footer .site-footer-hero__letter:nth-child(15) { --letter-delay: 490ms; }
#footer .site-footer-hero__letter:nth-child(16) { --letter-delay: 525ms; }
#footer .site-footer-hero__letter:nth-child(17) { --letter-delay: 560ms; }
#footer .site-footer-hero__letter:nth-child(18) { --letter-delay: 595ms; }
#footer .site-footer-hero__letter:nth-child(19) { --letter-delay: 630ms; }

@keyframes site-footer-letter-in {
  from {
    opacity: 0;
    transform: translateY(0.45em) rotate(4deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes site-footer-title-in {
  from {
    opacity: 0;
    transform: translateY(0.45em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes site-footer-title-color {
  0%,
  100% {
    color: #2dd4bf;
  }
  50% {
    color: #4f9cff;
  }
}

@media (prefers-reduced-motion: reduce) {
  #footer .site-footer-hero__letter {
    animation: none;
  }
}

#footer .site-footer-hero__line {
  background: linear-gradient(90deg, rgba(23, 83, 173, 0.05), rgba(23, 83, 173, 0.95), rgba(23, 83, 173, 0.05));
  height: 2px;
  margin: 18px auto 0;
  width: min(100%, 980px);
}

#footer .site-footer-grid {
  margin-bottom: 24px;
}

#footer .site-footer-card {
  height: 100%;
  min-height: 0;
  padding: 2px 0;
}

#footer .site-footer-card__title {
  color: #f5f8ff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#footer .site-footer-brand__logo {
  display: block;
  max-height: 42px;
  max-width: 220px;
  width: auto;
}

#footer .site-footer-card__text,
#footer .site-footer-list {
  color: rgba(231, 238, 252, 0.86);
  line-height: 1.55;
}

#footer .site-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .site-footer-list li + li {
  margin-top: 8px;
}

#footer .site-footer-list a {
  color: rgba(231, 238, 252, 0.88);
  text-decoration: none;
}

#footer .site-footer-inline-link {
  color: #5ca6ff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#footer .site-footer-links-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  padding-top: 16px;
}

#footer .site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

#footer .site-footer-links__item {
  color: rgba(213, 224, 245, 0.88);
  font-size: 0.9rem;
  text-decoration: none;
}

#footer .site-footer-links__item::before {
  color: #1f72e0;
  content: "\00BB";
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  #footer.site-footer-shell {
    padding-top: 34px;
  }

  #footer .site-footer-card {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  body #header .site-header-brand {
    max-width: calc(100% - 200px);
  }

  body #header .site-header-actions .site-header-action.d-none.d-md-inline-flex {
    display: inline-flex !important;
  }

  body #header .site-header-actions__cluster {
    padding: 5px 5px 5px 10px;
  }
}

#offcanvas-sidebar .offcanvas-mobile-menu__title,
#offcanvas-mobile-menu .offcanvas-mobile-menu__title {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#offcanvas-sidebar .offcanvas-mobile-nav,
#offcanvas-mobile-menu .offcanvas-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#offcanvas-sidebar .offcanvas-mobile-nav__link,
#offcanvas-mobile-menu .offcanvas-mobile-nav__link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #ffffff;
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
}

#offcanvas-sidebar .offcanvas-mobile-nav__link:hover,
#offcanvas-sidebar .offcanvas-mobile-nav__link:focus,
#offcanvas-mobile-menu .offcanvas-mobile-nav__link:hover,
#offcanvas-mobile-menu .offcanvas-mobile-nav__link:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px) {
  body #header .site-header-action--more,
  body #header [data-target="#offcanvas-sidebar"],
  body #header [data-target="#offcanvas-mobile-menu"] {
    display: none !important;
  }

  #offcanvas-sidebar,
  #offcanvas-mobile-menu {
    display: none !important;
  }
}

#footer.site-footer-shell {
  background: #111111;
  color: #ffffff;
  padding: 30px 0;
}

#footer .site-footer-original {
  align-items: center;
  display: flex;
  gap: 24px 40px;
  justify-content: space-between;
}

#footer .site-footer-original__copy {
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 0.9rem;
  line-height: 1.5;
}

#footer .site-footer-original__copy a,
#footer .site-footer-original__links a {
  color: #ffffff;
  text-decoration: none;
}

#footer .site-footer-original__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .site-footer-original__links a {
  font-size: 0.82rem;
  white-space: nowrap;
}

#footer .site-footer-original__links a:hover,
#footer .site-footer-original__links a:focus {
  color: #1f72e0;
}

@media (max-width: 991.98px) {
  body #header .site-header-main {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #footer .site-footer-original {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer .site-footer-original__links {
    justify-content: flex-start;
  }
}

/* Offcanvas panels stay out of the document flow until explicitly opened. */
#offcanvas-sidebar,
#offcanvas-mobile-menu {
  bottom: 0;
  display: none;
  left: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: min(380px, 92vw);
  z-index: 1062;
}

#offcanvas-sidebar.show,
#offcanvas-mobile-menu.show {
  display: block;
}