@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/roboto-bold.woff2") format("woff2");
}

:root {
  --pb-header: #092240;
  --pb-primary: #7aa42f;
  --pb-item-header: #43690d;
  --pb-bg: #dfdbd8;
  --pb-light-bg: #efedec;
  --pb-footer: #502314;
  --pb-topcategories: #5d301f;
  --pb-orange: #d7822d;
  --pb-text: #242424;
  --pb-muted: #6f6f6f;
  --pb-radius: 0.6rem;
}

html {
  min-height: 100%;
}

body {
  background: var(--pb-bg);
  color: var(--pb-text);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

body[data-is-homepage="true"],
body[data-is-homepage="True"] {
  --pb-horizon-offset: calc(300px - 13vw);
  background:
    url("/images/start-horizont.webp") center calc(var(--pb-horizon-offset) - 1px) / 100vw no-repeat,
    linear-gradient(180deg, var(--pb-header) 0%, var(--pb-header) var(--pb-horizon-offset), #2d4d6f var(--pb-horizon-offset), #00a1de 30%, rgba(223, 219, 216, 0.8) 40%, rgba(223, 219, 216, 0) 50%);
}

body[data-is-homepage="true"] #header,
body[data-is-homepage="True"] #header {
  background-color: transparent;
}

body[data-is-homepage="true"] main,
body[data-is-homepage="True"] main {
  max-width: none;
  padding: 0;
}

a {
  color: inherit;
  font-weight: 500;
}

.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.3;
  max-height: 37px;
}

.btn:not(.btn-sm):not(.btn-xs):not(.btn-xxs):not(.btn-close):not(.btn-popover) {
  height: 37px;
}

main.container {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.text-blue {
  color: #64a6d8;
}

.btn-primary {
  --bs-btn-bg: var(--pb-primary);
  --bs-btn-border-color: var(--pb-primary);
  --bs-btn-hover-bg: #688f28;
  --bs-btn-hover-border-color: #688f28;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: var(--pb-header);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
}

#header {
  background-color: var(--pb-header);
  color: #fff;
}

.toprow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  padding: 1.5rem 0 0.5rem;
}

.toprow > * {
  align-items: center;
  display: flex;
  min-height: 64px;
}

p-logo {
  flex-grow: 1;
}

p-logo .navbar-brand {
  color: #fff;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.15;
  padding: 0;
  text-decoration: none;
}

p-logo-subline {
  display: block;
  font-size: 16.8px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.15;
  text-align: center;
}

p-logo-subline:last-child {
  font-size: 15.1px;
}

p-animation {
  flex: 1 1 100%;
  justify-content: center;
  order: 2;
}

p-animation video {
  height: auto;
  max-width: 100%;
}

p-menu .btn,
p-account .btn {
  align-items: center;
  display: inline-flex;
}

.btn-header {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  min-height: 64px;
}

.header-person-icon {
  fill: currentColor;
  flex: 0 0 auto;
  height: 2em;
  width: 2em;
}

.account-dot {
  display: inline-block;
  height: 1.9em;
  position: relative;
  width: 1.9em;
}

.account-dot {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.account-dot::after {
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 1em 1em 0 0;
  bottom: -0.55em;
  content: "";
  height: 0.7em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.4em;
}

#search_form .btn {
  height: 55px;
  max-height: 55px;
}

#search_form .form-check-input {
  border: 0;
  cursor: pointer;
  height: 1.33333em;
  transform-style: preserve-3d;
  width: 1.33333em;
}

#search_form .form-check-input:checked {
  background-color: var(--pb-primary);
  background-image: none;
  box-shadow: none;
}

.search_form-filter {
  display: none;
  font-weight: 100;
  gap: 4vw;
  justify-content: center;
  text-transform: uppercase;
}

.search_form-filter > div {
  display: flex;
  justify-content: center;
  min-width: 5em;
}

.search_form-filter > .type-1 {
  margin: 0 -1.5em;
}

.search_form-filter > .type-64 {
  margin: 0 -0.5em;
}

.search_form-filter label {
  color: #fff;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}

.search_form-filter input {
  display: block;
  margin: 0 auto 0.5em;
}

.search_form-filter strong {
  font-weight: 700;
}

.branch-menu {
  display: none;
}

.branch-menu .nmc > a {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 0.7rem 0.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.branch-menu .nmc > a:hover,
.branch-menu .nmc > a.active {
  background-color: var(--pb-primary);
  color: #fff;
}

.nav-backdrop {
  background: rgba(0, 0, 0, 0.45);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 1050;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .nav-backdrop {
  display: block;
}

.d-menu-open-block,
.c-category-page .menu {
  background: var(--pb-header);
  bottom: 0;
  box-shadow: 16px 0 40px rgba(0, 0, 0, 0.25);
  left: 0;
  max-width: min(88vw, 26rem);
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  transform: translateX(-110%);
  transition: transform 0.18s ease-in;
  width: 100%;
  z-index: 1060;
}

body.menu-open .d-menu-open-block,
body.menu-open .c-category-page .menu {
  transform: translateX(0);
}

.alerts {
  background: var(--pb-bg);
}

.compatibility-page {
  background: #fff;
  border-radius: var(--pb-radius);
  box-shadow: 0 12px 32px rgba(9, 34, 64, 0.1);
  margin-bottom: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.c-wrapper-home {
  background:
    url("/images/start-wiese.webp") no-repeat center bottom -20vw / max(1600px, 100vw),
    linear-gradient(180deg, transparent 0%, var(--pb-bg) 100%);
  display: flex;
  flex-direction: column;
  min-height: 1200px;
}

.h1-home {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.partners {
  margin-top: 1rem;
  overflow: hidden;
  padding: calc(4vw + 2em) 0 0;
}

.home-video {
  margin: 0 0 2rem;
  min-height: 300px;
  position: relative;
  width: 100%;
}

.home-video video {
  display: block;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}

video-overlay {
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: start;
  position: absolute;
  text-align: center;
}

video-overlay > div:first-child {
  flex: 1 1 auto;
  line-height: 1;
  margin: 1em 0 0;
  text-shadow: #333 0 0 5px;
}

video-overlay > div:first-child div {
  margin-bottom: 0.17em;
}

video-overlay > div:first-child > div:first-child > span {
  background-color: #42690d;
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 0.2em 0.7em;
  text-transform: uppercase;
}

video-overlay > div:first-child > div:nth-child(2) > span {
  display: inline-block;
  margin-left: -4.8em;
}

video-overlay > div:first-child > div:last-child {
  display: inline-block;
  margin-left: 2.2em;
}

video-overlay .btn {
  --bs-btn-padding-x: 2em;
  display: inline-flex;
  margin: 1.3em 0 1.8em;
}

.embla {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.embla__viewport {
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
}

.embla__container {
  display: flex;
  gap: 9px;
}

.embla__slide {
  color: #fff;
  flex: 0 0 min(78vw, 400px);
  position: relative;
  text-decoration: none;
}

.embla__prev,
.embla__next {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  height: 50%;
  justify-content: center;
  position: absolute;
  top: 25%;
  width: 50px;
  z-index: 10;
}

.embla__prev {
  left: 0;
}

.embla__next {
  right: 0;
}

.embla__prev.outside {
  left: -1.9rem;
}

.embla__next.outside {
  right: -1.9rem;
}

.embla__slide img {
  aspect-ratio: 1;
  border-radius: var(--pb-radius);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.embla__slide .btn {
  --bs-btn-padding-x: 2em;
  bottom: 1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.latest-items {
  margin: 2rem 0;
  padding: 0;
}

.latest-items .h1-home {
  color: var(--pb-text);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.c-vorteile {
  min-height: 50vh;
  padding-bottom: 3rem;
}

.c-vorteile > .item-grid {
  align-items: stretch;
  gap: 9px;
  grid-auto-rows: auto;
  grid-template-columns: minmax(0, min(100%, var(--item-width)));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.c-vorteile .btn {
  margin-top: 9px;
}

.c-vorteile h2 {
  margin-bottom: 0.75rem;
}

.vorteil {
  align-items: center;
  aspect-ratio: 1.5;
  background-color: #42690d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}

.vorteil div {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.home-footnote {
  text-shadow: rgba(0, 0, 0, 0.35) 0 1px 3px;
}

@property --stop {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.text-fade-in {
  --stop: 0%;
  animation: type 8s steps(60, end) infinite;
  display: inline-block;
  mask-image: linear-gradient(to right, white var(--stop), transparent calc(var(--stop) + 8%));
  mask-repeat: no-repeat;
  overflow: hidden;
}

@keyframes type {
  0% {
    --stop: -30%;
    opacity: 1;
  }

  35% {
    --stop: 100%;
    opacity: 1;
  }

  96% {
    opacity: 1;
  }

  100% {
    --stop: 100%;
    opacity: 0;
  }
}

.compatibility-page__eyebrow {
  color: var(--pb-primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.compatibility-page h1 {
  margin-bottom: 1.5rem;
}

.search-summary {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1.25rem;
}

.search-summary h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 0;
}

.search-summary p {
  color: var(--pb-muted);
  margin: 0;
}

.compatibility-page dt,
.c-item-detail dt {
  color: var(--pb-primary);
  font-weight: 700;
  margin-top: 1rem;
}

.compatibility-page dd,
.c-item-detail dd {
  margin-left: 0;
}

.item-grid {
  --item-gap: 9px;
  --item-width: 317px;
  display: grid;
  gap: 2rem var(--item-gap);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, var(--item-width)));
  margin: 0 auto;
  max-width: calc((4 * var(--item-width)) + (3 * var(--item-gap)));
  width: fit-content;
}

.item-grid-3 {
  --item-gap: 9px;
  --item-width: 317px;
  display: grid;
  gap: 2rem var(--item-gap);
  grid-template-columns: repeat(2, minmax(0, var(--item-width)));
  margin: 0 auto;
  max-width: calc((3 * var(--item-width)) + (2 * var(--item-gap)));
  width: fit-content;
}

.c-item {
  background-color: #fff;
  border-radius: var(--pb-radius);
  border-start-end-radius: 0.84rem;
  border-start-start-radius: 0.84rem;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-item .typ {
  background: var(--pb-item-header);
  color: #fff;
  font-weight: 100;
  height: 34px;
  line-height: 1.6;
  overflow: hidden;
  padding: 6px 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-item .typ strong {
  font-weight: 600;
}

.c-item .pictures {
  background: var(--pb-light-bg);
  padding: 0;
  position: relative;
}

.c-item .pictures img {
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.c-item .card-provider {
  min-height: 63px;
  padding: 6px 10px;
}

.c-item .story-link {
  min-height: 1.2em;
}

.c-item .summary {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}

.c-item .sticky {
  margin-top: auto;
  box-shadow: 0 0 10px #fff;
  display: grid;
  margin: 10px;
  padding: 0;
}

.c-item .provider-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-item .provider-link::after {
  content: "›";
  font-size: 1.15em;
  font-weight: 700;
  position: absolute;
  right: 0.75rem;
}

.c-item .baeume {
  background-color: var(--pb-orange);
  border-radius: 1em;
  bottom: 10px;
  color: #fff;
  display: block;
  padding: 0.4em 0.6em;
  position: absolute;
  right: 10px;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.05;
  white-space: normal;
  z-index: 1;
}

.c-item h2,
.c-item .crit,
.c-item .price,
.c-item .copytext,
.c-item .contact {
  padding: 6px 10px;
}

.c-item h2 {
  display: -webkit-box;
  flex: none;
  font-size: 20px;
  font-weight: 400;
  height: 3em;
  line-height: 1.18;
  margin: 0.25rem 0;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-item .copytext {
  color: var(--pb-muted);
  min-height: calc(5em * 1.2 + 12px);
  overflow: hidden;
}

.c-item .contact {
  display: flex;
  flex-direction: column;
  height: 4em;
}

.c-item .single-line {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-item .crit {
  color: var(--pb-muted);
  font-size: 0.9rem;
}

.c-item .price {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  height: 3.5rem;
  margin: 0;
  overflow: hidden;
}

.c-item .price strong {
  font-size: 20px;
  font-weight: 700;
}

.c-item .extended {
  border-bottom-left-radius: var(--pb-radius);
  border-bottom-right-radius: var(--pb-radius);
  display: none;
  flex-direction: column;
}

.c-item .extended.preview {
  display: flex;
}

.c-item .extended > div {
  color: var(--pb-muted);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 6px 10px 10px;
}

.c-item .extended small {
  color: var(--pb-muted);
  display: block;
  height: calc(2 * 1.2em);
  margin-bottom: 0.75em;
  overflow: hidden;
}

.c-item .extended p {
  flex: 1 1 auto;
  margin-bottom: 0.75rem;
  max-height: calc(3 * 1.2em);
  overflow: hidden;
  white-space: pre-wrap;
}

.c-item:not(.c-item-detail) .item-share {
  margin-top: 0.25rem;
}

.c-item:not(.c-item-detail) .item-share label {
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.c-item:not(.c-item-detail) .item-share ul {
  gap: 0.4rem;
  margin-bottom: 0.4em;
}

.c-item:not(.c-item-detail) .item-share a {
  min-height: 32px;
  min-width: 32px;
  padding: 0.25rem;
}

.c-item:not(.c-item-detail) .item-share img {
  max-height: 24px;
  width: auto;
}

.c-item-detail {
  background-color: var(--pb-bg);
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: auto;
  line-height: 1.5;
  margin: 0 0 2rem;
  overflow: visible;
}

.c-item-detail .breadcrumbs {
  align-items: center;
  color: var(--pb-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
}

.c-item-detail .breadcrumbs a {
  color: var(--pb-muted);
  text-decoration: none;
}

.detail-body {
  background: #fff;
  border-radius: var(--pb-radius);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  padding: clamp(1rem, 3vw, 2rem);
}

.col-pictures,
.col-detail {
  min-width: 0;
}

.detail-gallery {
  display: grid;
  gap: 0.75rem;
}

.detail-gallery__main {
  align-items: center;
  aspect-ratio: 1;
  background: var(--pb-light-bg);
  border-radius: var(--pb-radius);
  display: flex;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.detail-gallery__main img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.detail-gallery__main .baeume {
  background-color: var(--pb-orange);
  border-radius: 1em;
  bottom: 10px;
  color: #fff;
  display: block;
  padding: 0.4em 0.6em;
  position: absolute;
  right: 10px;
  text-align: center;
}

.detail-gallery__thumbs {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 4rem);
}

.detail-gallery__thumbs span {
  aspect-ratio: 1;
  background: var(--pb-light-bg);
  border: 2px solid #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px rgba(9, 34, 64, 0.12);
}

.provider-block {
  margin: 0 0 1.5rem;
}

.c-item-detail h1,
.c-item-detail .crit,
.c-item-detail .price,
.c-item-detail .copytext {
  color: var(--pb-text);
  max-height: none;
  min-height: auto;
  padding: 0;
}

.c-item-detail h1 {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  height: auto;
  line-height: 1.05;
  margin: 0 0 0.6em;
  min-height: 2.1em;
  overflow: visible;
}

.c-item-detail .copytext {
  margin-bottom: 2rem;
  white-space: normal;
}

.detail-commerce {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.5rem;
  max-width: 22rem;
}

.c-item-detail .price {
  align-content: center;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 500;
  gap: 0.5rem 1rem;
  height: 3.5rem;
  margin: 0;
  overflow: hidden;
}

.c-item-detail .price small {
  color: var(--pb-muted);
  font-weight: 400;
}

.c-item-detail .current-price {
  font-weight: 600;
}

.detail-facts {
  display: grid;
  gap: 0.3rem;
  margin: 1rem 0;
}

.c-item-detail .crit {
  align-items: baseline;
  display: grid;
  font-size: 1rem;
  gap: 0.75rem;
  grid-template-columns: 7rem 1fr;
  margin: 0.3rem 0;
}

.c-item-detail .crit strong {
  color: var(--pb-primary);
}

.item-share {
  margin-top: 1rem;
}

.item-share label {
  align-items: center;
  color: var(--pb-muted);
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.item-share ul {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-share a {
  align-items: center;
  background: var(--pb-light-bg);
  border-radius: 999px;
  display: inline-flex;
  min-height: 40px;
  min-width: 40px;
  padding: 0.35rem;
}

.detail-actions {
  margin-top: 1.5rem;
}

.btn-back {
  color: var(--pb-text);
  font-weight: 500;
  text-decoration: none;
}

footer {
  background-color: var(--pb-footer);
  color: #fff;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a[href^="http"]:hover,
footer a[href^="mailto"]:hover,
footer a[href^="tel"]:hover {
  text-decoration: underline;
}

footer h4 {
  font-weight: 700;
}

footer h4:not(:first-child) {
  margin-top: 2.5em;
}

footer .nav-item {
  line-height: 1.5;
}

footer .nav-item a {
  display: inline-block;
}

footer .nav-link {
  padding: 0.4em 0;
}

footer strong {
  font-weight: 500;
}

footer.topcategories {
  background-color: var(--pb-topcategories);
}

footer.topcategories ul {
  column-count: 1;
  column-gap: var(--bs-gutter-x);
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.topcategories li {
  margin: 0.3em 0;
}

footer.topcategories a {
  padding: 0.3em 0;
}

#brand-footer {
  background-color: var(--pb-header);
}

.link-arrow {
  font-weight: 700;
  margin-left: 0.3em;
}

@media (min-width: 768px) {
  .toprow {
    padding: 1.5rem 0;
  }

  p-logo {
    flex-grow: 0;
  }

  p-animation {
    flex: 1 1 auto;
    order: 0;
  }

  footer.topcategories ul {
    column-count: 4;
  }

  .h1-home {
    font-size: 26px;
  }

  .home-video video {
    border-radius: var(--pb-radius);
  }

  .embla {
    padding: 0 calc(var(--bs-gutter-x) * 0.5);
  }

  .embla__slide {
    flex-basis: 400px;
  }

  .c-vorteile > .item-grid {
    grid-template-columns: var(--item-width) var(--item-width);
  }

  .c-vorteile > .item-grid .btn {
    grid-column: 2;
  }
}

@media (min-width: 1200px) {
  .toprow > p-menu {
    display: none;
  }

  .branch-menu .nmc > a.branch-label-fit {
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .item-grid {
    grid-template-columns: repeat(4, var(--item-width));
  }

  .item-grid-3 {
    grid-template-columns: repeat(3, var(--item-width));
  }

  .branch-menu {
    background: transparent;
    bottom: auto;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    left: auto;
    margin-bottom: 2em;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
    top: auto;
    transform: none;
    transition: none;
    width: auto;
    z-index: auto;
  }

  .branch-menu .nmc {
    background-color: transparent;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
  }

  .branch-menu .nmc > a {
    align-items: center;
    border: 0;
    border-radius: 0;
    display: flex;
    font-size: 0.875rem;
    height: 30px;
    justify-content: center;
    line-height: 1;
    padding: 0.5em 0.2em;
    position: relative;
    text-align: start;
    width: 100%;
  }

  .branch-menu .nmc > a:hover,
  .branch-menu .nmc > a.active {
    background-color: var(--pb-primary);
    color: #fff;
  }

  body.menu-open {
    overflow: auto;
  }

  body.menu-open .nav-backdrop {
    display: none;
  }

  .search_form-filter {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .c-vorteile > .item-grid {
    grid-template-columns: repeat(4, var(--item-width));
  }

  .c-vorteile > .item-grid .btn {
    grid-column: 4;
  }
}

@media (max-width: 760px) {
  .detail-body {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .c-item-detail .crit {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }
}

.category-menu-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.category-menu-close,
.category-menu-shell .back {
  background: transparent;
  border: 0;
  color: #fff;
}

.category-menu-close {
  align-self: flex-end;
  font-size: 2rem;
  line-height: 1;
}

.category-menu-shell .nav-header {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.branch-list,
.branch-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.branch-list > li > hr {
  border-color: rgba(255, 255, 255, 0.25);
  margin: 0.25rem 0;
}

.branch-list a {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  line-height: 1.1;
  padding: 0.65rem 0.25rem;
  text-decoration: none;
}

.branch-list a:hover,
.branch-list li.active > a,
.branch-list a.active {
  background: var(--pb-primary);
  color: #fff;
}

.branch-list a.disabled {
  cursor: default;
}

.branch-list a span {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 0.8rem;
  min-width: 2rem;
  padding: 0.1rem 0.45rem;
  text-align: center;
}

.branch-list .categories {
  border-left: 2px solid rgba(255, 255, 255, 0.16);
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.branch-list .categories a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  padding: 0.45rem 0.25rem;
}

.category-menu-shell .filter {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--pb-radius);
  color: #fff;
  display: grid;
  gap: 0.6rem;
  padding: 0.8rem;
}

.category-menu-shell .filter label {
  font-weight: 700;
  margin: 0;
}

.category-menu-shell .filter .price {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}

.category-menu-shell .filter .reset-link {
  color: #fff;
  padding-left: 0;
  text-align: left;
}

.active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1.25rem;
}

.active-filters span,
.active-filters a {
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(9, 34, 64, 0.08);
  color: var(--pb-text);
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
}

.active-filters a {
  color: var(--pb-primary);
  font-weight: 700;
}

.empty-results {
  margin-top: 1rem;
}

.c-category-page .breadcrumbs {
  align-items: center;
  color: var(--pb-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.c-category-page .breadcrumbs a {
  color: var(--pb-muted);
  text-decoration: none;
}

.category-results-row {
  display: block;
}

.c-category-page .items {
  min-width: 0;
}

@media (min-width: 768px) {
  .category-results-row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(210px, 0.8fr) minmax(0, 2.2fr);
  }

  .c-category-page .menu {
    background: transparent;
    bottom: auto;
    box-shadow: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: static;
    transform: none;
    width: auto;
  }

  .c-category-page .category-menu-close,
  .c-category-page .nav-header {
    display: none;
  }

  .c-category-page .category-menu-shell {
    gap: 0.75rem;
  }

  .c-category-page .branch-list a {
    color: var(--pb-text);
  }

  .c-category-page .branch-list > li > hr {
    border-color: rgba(9, 34, 64, 0.18);
  }

  .c-category-page .branch-list a:hover,
  .c-category-page .branch-list li.active > a {
    color: #fff;
  }

  .c-category-page .branch-list .categories {
    border-color: rgba(9, 34, 64, 0.14);
  }

  .c-category-page .branch-list .categories a {
    color: var(--pb-muted);
  }

  .c-category-page .filter {
    background: rgba(9, 34, 64, 0.08);
    color: var(--pb-text);
  }

  .c-category-page .filter .reset-link {
    color: var(--pb-header);
  }
}

@media (min-width: 1200px) {
  .branch-menu .category-menu-close,
  .branch-menu .nav-header {
    display: none;
  }

  .branch-menu .category-menu-shell {
    gap: 0.75rem;
  }

  .branch-menu .branch-list {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    position: relative;
  }

  .branch-menu .branch-list > li {
    position: relative;
    text-align: center;
  }

  .branch-menu .branch-list > li > hr {
    display: none;
  }

  .branch-menu .branch-list > li > a {
    border-radius: 0.35rem;
    font-size: 0.9rem;
    justify-content: center;
    min-height: 2.3rem;
    padding: 0.45rem 0.3rem;
  }

  .branch-menu .branch-list > li > a span {
    display: none;
  }

  .branch-menu .branch-list .categories {
    background: var(--pb-header);
    border: 0;
    border-radius: var(--pb-radius);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    display: none;
    left: 0;
    margin: 0;
    min-width: 13rem;
    padding: 0.5rem;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 20;
  }

  .branch-menu .branch-list > li:hover .categories,
  .branch-menu .branch-list > li.active .categories {
    display: block;
  }

  .branch-menu .filter {
    align-items: end;
    display: grid;
    grid-template-columns: auto minmax(10rem, 14rem) auto minmax(10rem, 14rem) auto auto;
    margin-top: 0.5rem;
  }
}
