/* source/scss/buesumer-feinkost.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.bs-container {
  max-width: calc(1120px + 10px * 2);
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .bs-container {
    max-width: calc(1120px + 14px * 2);
    padding: 0 14px;
  }
}
@media (min-width: 768px) {
  .bs-container {
    max-width: calc(1120px + 14px * 2);
    padding: 0 14px;
  }
}
.bs-container + .bs-container {
  margin-top: 50px;
}
.bs-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.bs-grid-container > * {
  display: flex;
  grid-column-end: span 12;
}
@media (min-width: 768px) {
  .bs-col-1,
  .bs-col-10,
  .bs-col-11,
  .bs-col-12,
  .bs-col-2,
  .bs-col-3,
  .bs-col-4,
  .bs-col-5,
  .bs-col-6,
  .bs-col-7,
  .bs-col-8 {
    grid-column-end: span 12;
  }
}
.bs-col-1 {
  grid-column-end: span 1;
}
.bs-col-2 {
  grid-column-end: span 2;
}
.bs-col-3 {
  grid-column-end: span 3;
}
.bs-col-4 {
  grid-column-end: span 4;
}
.bs-col-5 {
  grid-column-end: span 5;
}
.bs-col-6 {
  grid-column-end: span 6;
}
.bs-col-7 {
  grid-column-end: span 7;
}
.bs-col-8 {
  grid-column-end: span 8;
}
.bs-col-10 {
  grid-column-end: span 9;
}
.bs-col-11 {
  grid-column-end: span 10;
}
.bs-col-12 {
  grid-column-end: span 11;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0 auto;
  letter-spacing: 0;
}
.hidden,
.visually-hidden {
  display: none;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  cursor: pointer;
  text-decoration: none;
}
@font-face {
  font-family: "Avenir Medium";
  src:
    url(Avenir-Medium.eot) format("embedded-opentype"),
    url(Avenir-Medium.woff2) format("woff2"),
    url(Avenir-Medium.woff) format("woff"),
    url(Avenir-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Black";
  src:
    url(Avenir-Black.eot) format("embedded-opentype"),
    url(Avenir-Black.woff2) format("woff2"),
    url(Avenir-Black.woff) format("woff"),
    url(Avenir-Black.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Medium";
  src:
    url(Avenir-Medium.eot) format("embedded-opentype"),
    url(Avenir-Medium.woff2) format("woff2"),
    url(Avenir-Medium.woff) format("woff"),
    url(Avenir-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Black";
  src:
    url(Avenir-Black.eot) format("embedded-opentype"),
    url(Avenir-Black.woff2) format("woff2"),
    url(Avenir-Black.woff) format("woff"),
    url(Avenir-Black.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4 {
  font-family: "Avenir-Black", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
p {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
small {
  font-size: 12px;
}
@media (min-width: 768px) {
  small {
    font-size: 14px;
  }
}
strong,
.strong {
  font-family: "Avenir-Black", sans-serif;
}
:root {
  --heading-font-family:
    Avenir-Black,
    sans-serif,
    sans-serif;
  --font-heading-weight: 600;
}
body {
  font-family: "Avenir Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
.category-filter {
  width: 100%;
  overflow-x: hidden;
}
.category-filter .bs-container {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: visible;
}
@media (min-width: 768px) {
  .category-filter .bs-container {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}
.category-filter__swiper {
  overflow: visible;
}
.category-filter .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  filter: opacity(50%);
  transition: filter 0.3s ease;
}
.category-filter .swiper-slide__active,
.category-filter .swiper-slide:hover {
  filter: opacity(100%);
  transition: filter 0.3s ease;
}
.category-filter .swiper-slide:hover .category-filter__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.category-filter__icon {
  width: auto;
  height: auto;
}
.category-filter__title {
  font-size: 14px;
  line-height: 18px;
  color: #1B3156;
  font-weight: 500;
}
.bs-collection-image-with-text.bs-container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bs-collection-image-with-text.bs-container {
    padding: 0 14px;
  }
  .bs-collection-image-with-text.bs-container:nth-of-type(even) .bs-collection-image-with-text__container {
    flex-direction: row-reverse;
  }
}
.bs-collection-image-with-text__container {
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
}
@media (min-width: 768px) {
  .bs-collection-image-with-text__container {
    flex-direction: row;
  }
}
.bs-collection-image-with-text__image-container {
  width: 100%;
}
@media (min-width: 768px) {
  .bs-collection-image-with-text__image-container {
    width: 50%;
  }
}
.bs-collection-image-with-text__image {
  aspect-ratio: 1;
}
.bs-collection-image-with-text__text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 10px;
  gap: 16px;
}
@media (min-width: 768px) {
  .bs-collection-image-with-text__text-container {
    width: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 355px;
  }
}
.bs-collection-image-with-text__heading {
  color: #1B3156;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
}
.bs-collection-image-with-text__text {
  width: 100%;
}
.bs-collection-image-with-text__text p {
  color: #1B3156;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .bs-collection-image-with-text__text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.bs-contact.bs-container {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .bs-contact.bs-container {
    margin: auto;
    padding: 0 14px;
  }
}
.bs-contact__container {
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
}
@media (min-width: 768px) {
  .bs-contact__container {
    flex-direction: var(--desktop-layout);
  }
}
.bs-contact__image-container {
  width: 100%;
}
@media (min-width: 768px) {
  .bs-contact__image-container {
    width: 50%;
  }
}
.bs-contact__image {
  aspect-ratio: 1;
}
.bs-contact__text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 10px;
  gap: 16px;
}
@media (min-width: 768px) {
  .bs-contact__text-container {
    width: 50%;
    margin: 0 auto;
    max-width: 355px;
  }
}
.bs-contact__link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.bs-contact__heading {
  color: #1B3156;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 16px;
}
.bs-contact__link {
  color: #1B3156;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  text-decoration-line: underline;
}
.bs-contact__icon {
  height: auto;
  max-height: 32px;
  min-width: 32px;
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: stretch;
}
.bs-contact__button {
  background-color: #1B3156;
  padding: 16px;
  width: 100%;
  color: #FDE6B4;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .bs-contact__button {
    width: 144px;
  }
}
.footer {
  background-color: #1B3156;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    background: #ffffff;
    margin-top: 64px;
    padding-bottom: 50px;
  }
}
.footer__wrapper {
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #1B3156;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.footer__logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__logo {
  width: 84px;
  height: auto;
}
.footer__block-list:has(.footer__block--menu-horizontal) {
  grid: unset;
  justify-content: center;
}
.footer__block--menu-horizontal {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: unset;
}
@media (min-width: 1150px) {
  .footer__block--menu-horizontal:last-child {
    margin-inline-end: unset;
  }
}
.footer__block--menu-horizontal ul {
  display: flex;
  gap: 16px;
}
.footer__block--menu-horizontal ul a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer__block--menu-horizontal ul a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.footer__aside {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer__copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.hero-banner {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 569px;
  position: relative;
}
.hero-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}
@media (min-width: 768px) {
  .hero-banner {
    height: 750px;
  }
}
.hero-banner .bs-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-banner .bs-container {
    align-items: flex-start;
  }
}
.hero-banner__content {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 550px;
}
@media (min-width: 768px) {
  .hero-banner__content {
    margin-top: 135px;
    gap: 33px;
  }
}
.hero-banner__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .hero-banner__header {
    gap: 12px;
    padding: 0;
  }
}
.hero-banner__title {
  color: #FDE6B4;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-banner__title {
    font-size: 80px;
    line-height: 80px;
  }
}
.hero-banner__subtitle * {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-banner__subtitle * {
    font-size: 24px;
    line-height: 35px;
  }
}
.hero-banner__subtitle--desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-banner__subtitle--mobile {
    display: none;
  }
  .hero-banner__subtitle--desktop {
    display: block;
  }
}
.hero-banner__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-banner__cta {
    flex-direction: row;
    justify-content: center;
  }
}
.hero-banner__cta__button {
  padding: 18px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  height: 53px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #FDE6B4;
}
@media (min-width: 768px) {
  .hero-banner__cta__button {
    width: 200px;
  }
}
.hero-banner__cta__button--one {
  background: #FDE6B4;
  color: #1B3156;
  transition: color 0.3s ease, background 0.3s ease;
}
.hero-banner__cta__button--one:hover {
  background: transparent;
  color: #ffffff;
  transition: color 0.3s ease, background 0.3s ease;
}
.hero-banner__cta__button--two {
  background: transparent;
  color: #ffffff;
  transition: color 0.3s ease, background 0.3s ease;
}
.hero-banner__cta__button--two:hover {
  background: #FDE6B4;
  color: #1B3156;
  transition: color 0.3s ease, background 0.3s ease;
}
.bs-image-with-text.bs-container {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .bs-image-with-text.bs-container {
    margin: auto;
    padding: 0 14px;
  }
}
.bs-image-with-text__container {
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
}
@media (min-width: 768px) {
  .bs-image-with-text__container {
    flex-direction: var(--desktop-layout);
  }
}
.bs-image-with-text__image-container {
  width: 100%;
}
@media (min-width: 768px) {
  .bs-image-with-text__image-container {
    width: 50%;
  }
}
.bs-image-with-text__image {
  aspect-ratio: 1;
}
.bs-image-with-text__text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 10px;
  gap: 16px;
}
@media (min-width: 768px) {
  .bs-image-with-text__text-container {
    width: 50%;
    align-items: center;
    justify-content: var(--justify-content);
    margin: 0 auto;
    max-width: 500px;
  }
}
.bs-image-with-text__heading {
  color: #1B3156;
  font-size: var(--mobile-font-size);
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .bs-image-with-text__heading {
    text-align: center;
    font-size: var(--desktop-font-size);
  }
}
.bs-image-with-text__text {
  color: #1B3156;
  font-size: var(--mobile-font-size);
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
@media (min-width: 768px) {
  .bs-image-with-text__text {
    font-size: var(--desktop-font-size);
    text-align: center;
  }
}
.bs-image-with-text__icon-container {
  height: var(--mobile-height);
  aspect-ratio: var(--aspect-ratio);
}
@media (min-width: 768px) {
  .bs-image-with-text__icon-container {
    height: var(--desktop-height);
  }
}
.bs-image-with-text__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.interactive-map {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
@media (min-width: 768px) {
  .interactive-map {
    display: flex;
  }
}
.interactive-map__background {
  width: 100%;
}
.interactive-map__pin {
  display: flex;
  flex-shrink: 1;
  cursor: help;
}
.interactive-map__pin__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1366px) {
  .interactive-map__pin__icon {
    width: 70px;
    height: 70px;
  }
}
.interactive-map__pin__icon:hover + .interactive-map__modal {
  opacity: 1;
  pointer-events: auto;
}
.interactive-map__pin__icon:hover + .interactive-map__modal + .interactive-map__modal__backdrop {
  opacity: 1;
}
.interactive-map__modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50vh;
  background-color: #ECF2F8;
  max-width: 960px;
  width: 760px;
  z-index: 100;
  transition: opacity 0.2s ease-out;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  max-height: 380px;
  overflow: hidden;
}
.interactive-map__modal:hover {
  opacity: 1;
  pointer-events: auto;
}
.interactive-map__modal:hover + .interactive-map__modal__backdrop {
  opacity: 1;
}
.interactive-map__modal__backdrop {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.interactive-map__modal__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  aspect-ratio: 1;
  width: 50%;
}
.interactive-map__modal__text {
  padding: 45px;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1B3156;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  flex-direction: column;
  text-align: center;
}
.interactive-map__modal__text a {
  text-decoration: underline;
}
.interactive-map__modal__text p {
  width: 100%;
  font-size: 13px;
  line-height: 21px;
}
.interactive-map__modal__text p:first-child {
  font-size: 15px;
}
@media (min-width: 768px) {
  .interactive-map__modal__text p {
    font-size: 13px;
  }
  .interactive-map__modal__text p:first-child {
    font-size: 15px;
  }
}
.interactive-map__modal__text ul,
.interactive-map__modal__text ol {
  width: 100%;
  margin-top: 10px;
  padding-left: 15px;
}
.interactive-map__modal__text ul + p,
.interactive-map__modal__text ol + p {
  margin-top: 10px;
}
.interactive-map__modal__text ul {
  list-style-type: disc;
}
.interactive-map__modal__text ol {
  list-style-type: decimal;
}
.interactive-map__sliderWrapper {
  display: block;
  max-width: 100%;
  padding: 36px 0;
}
@media (min-width: 768px) {
  .interactive-map__sliderWrapper {
    display: none;
  }
}
.interactive-map__slider--bubbles {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 25px;
  overflow: visible;
}
.interactive-map__slider--bubbles .interactive-map__slider__bubble {
  cursor: grab;
  border: 2px solid transparent;
  width: 73px !important;
  height: 73px !important;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter 0.2s ease-out, border-color 0.2s ease-out;
}
.interactive-map__slider--bubbles .interactive-map__slider__bubble.is-active {
  border-color: #36568A;
}
.interactive-map__slider--bubbles .interactive-map__slider__bubble:active {
  cursor: grabbing;
}
.interactive-map__slider--cards {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.interactive-map__slider--cards .interactive-map__slider__cardImage {
  height: 100vh;
  max-height: 375px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.interactive-map__slider--cards .interactive-map__slider__cardText {
  background-color: #ECF2F8;
  padding: 20px;
  color: #1B3156;
  font-style: normal;
  font-weight: 500;
}
.interactive-map__slider--cards .interactive-map__slider__cardText p {
  font-size: 13px;
  line-height: 21px;
}
.interactive-map__slider--cards .interactive-map__slider__cardText p:first-child {
  font-size: 15px;
}
.navigation .bs-container {
  display: grid;
  gap: 30px;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr fit-content(84px) 1fr;
  grid-template-areas: "navigation-left logo navigation-right";
  padding-top: 8px;
  padding-bottom: 8px;
}
.navigation__link-menu {
  display: none;
  gap: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .navigation__link-menu {
    display: flex;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.navigation__link-menu--left {
  grid-area: navigation-left;
  justify-self: self-end;
}
.navigation__link-menu--right {
  grid-area: navigation-right;
  justify-self: self-start;
}
.navigation__link-submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 23px;
  left: -40px;
  background: #ffffff;
  padding: 35px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease-out;
}
.navigation__link-wrapper {
  position: relative;
}
.navigation__link-wrapper:hover .navigation__link-submenu {
  visibility: visible;
  transform: translateY(0);
  opacity: 100%;
}
.navigation__link {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.navigation__link:hover {
  text-decoration: underline;
}
.navigation__submenu-link {
  transform: translateX(0);
  transition: transform 0.3s ease;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.navigation__submenu-link:hover {
  transform: translateX(5px);
}
.navigation__logo {
  width: 84px;
  height: auto;
  grid-area: logo;
}
.bs-products {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .bs-products {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.bs-products__heading {
  text-align: center;
  color: #1B3156;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.bs-products__collection-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .bs-products__collection-list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
  }
}
.bs-products .collection-list__item {
  width: 100%;
}
.bs-products .collection-list__item-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bs-products .collection-list__item-image {
  max-height: 328px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .bs-products .collection-list__item-image {
    max-height: 185px;
  }
}
.bs-products .collection-list__item-text {
  color: #1B3156;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 15px;
}
.bs-quality {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .bs-quality {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
[role=main] .bs-quality.shopify-section:not(.contents) {
  display: flex;
}
.bs-quality__heading {
  color: #1B3156;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
}
.bs-quality__text {
  color: #1B3156;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin: 16px 0 0 0;
}
@media (min-width: 768px) {
  .bs-quality__text {
    margin: 32px 0 0 0;
    max-width: 538px;
  }
}
.bs-quality__image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 32px 0 0 0;
}
.bs-quality__image {
  max-height: 78px;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}
.shopify-section--product-recommendations .product-card .price-list {
  display: none;
}
.rich-text__wrapper div p {
  font-size: 13px;
}
.rich-text__wrapper div p:first-child {
  font-size: 31px;
  line-height: 21px;
}
.timestamp-gallery {
  overflow-x: hidden;
  width: 100%;
}
.timestamp-gallery .bs-container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .timestamp-gallery .bs-container {
    overflow-x: hidden;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.timestamp-gallery__container {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .timestamp-gallery__container {
    padding-bottom: 80px;
  }
}
.timestamp-gallery__title {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .timestamp-gallery__title {
    max-width: 600px;
    font-size: 48px;
    line-height: 48px;
    opacity: 100%;
  }
}
.timestamp-gallery__description {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .timestamp-gallery__description {
    max-width: 659px;
    opacity: 100%;
  }
}
.timestamp-gallery__description * {
  color: inherit;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.timestamp-gallery .swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .timestamp-gallery .swiper {
    overflow: hidden;
  }
}
.timestamp-gallery__swiper {
  height: 439px;
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper {
    height: 560px;
  }
}
.timestamp-gallery__swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.timestamp-gallery__swiper .swiper-slide:before,
.timestamp-gallery__swiper .swiper-slide:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 50%;
  bottom: -0.2px;
  background: #ffffff;
  z-index: 1;
}
.timestamp-gallery__swiper .swiper-slide:before {
  left: -0.2px;
  -webkit-clip-path: polygon(calc(100% - 10px) 0%, 100% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(calc(100% - 10px) 0%, 100% 100%, 0% 100%, 0% 0%);
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper .swiper-slide:before {
    height: 20px;
    -webkit-clip-path: polygon(calc(100% - 20px) 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(calc(100% - 20px) 0%, 100% 100%, 0% 100%, 0% 0%);
  }
}
.timestamp-gallery__swiper .swiper-slide:after {
  right: -0.2px;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10px 0%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10px 0%);
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper .swiper-slide:after {
    height: 20px;
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 20px 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 20px 0%);
  }
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper .swiper-slide:hover .timestamp-gallery__overlay,
  .timestamp-gallery__swiper .swiper-slide:hover .timestamp-gallery__title,
  .timestamp-gallery__swiper .swiper-slide:hover .timestamp-gallery__description {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.timestamp-gallery__swiper .swiper-slide--content-visible .timestamp-gallery__overlay,
.timestamp-gallery__swiper .swiper-slide--content-visible .timestamp-gallery__title,
.timestamp-gallery__swiper .swiper-slide--content-visible .timestamp-gallery__description {
  opacity: 100%;
  transition: opacity 0.3s ease;
}
.timestamp-gallery__swiper .swiper-slide--content-visible .timestamp-gallery__text-visibility-button {
  color: #BBBBBB;
  fill: #BBBBBB;
  transition: color 0.3s ease, fill 0.3s ease;
}
.timestamp-gallery__background {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.timestamp-gallery__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .timestamp-gallery__overlay {
    opacity: 100%;
  }
}
.timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev,
.timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper-thumbnails-wrapper {
    position: relative;
    max-width: 483px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev,
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next {
    display: flex;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev:after,
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next:after {
    content: none;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev:hover,
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next:hover {
    cursor: pointer;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev svg,
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next svg {
    height: 24px;
    width: auto;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-prev {
    transform: scaleX(-100%);
    left: 0;
    justify-content: flex-start;
  }
  .timestamp-gallery__swiper-thumbnails-wrapper .swiper-button-next {
    right: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper-thumbnails {
    max-width: 483px;
    margin-top: 32px;
  }
}
.timestamp-gallery__swiper-thumbnails .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: -moz-fit-content;
  width: fit-content;
}
.timestamp-gallery__swiper-thumbnails .swiper-slide-active .timestamp-gallery__timestamp {
  font-size: 44px;
  line-height: 64px;
  font-weight: 600;
  color: #1B3156;
  margin-right: 0;
  margin-left: 0;
  transition:
    font-size 0.3s ease,
    font-weight 0.3s ease,
    color 0.3s ease,
    margin-left 0.3s ease,
    margin-right 0.3s ease;
}
.timestamp-gallery__swiper-thumbnails .swiper-slide-prev .timestamp-gallery__timestamp,
.timestamp-gallery__swiper-thumbnails .swiper-slide-next .timestamp-gallery__timestamp {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  color: #A2A2A2;
  transition:
    font-size 0.3s ease,
    font-weight 0.3s ease,
    color 0.3s ease;
}
.timestamp-gallery__swiper-thumbnails .swiper-slide-prev .timestamp-gallery__timestamp {
  margin-right: auto;
  transition: margin-right 0.3s ease;
}
@media (min-width: 480px) {
  .timestamp-gallery__swiper-thumbnails .swiper-slide-prev .timestamp-gallery__timestamp {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper-thumbnails .swiper-slide-prev .timestamp-gallery__timestamp {
    margin-right: auto;
  }
}
.timestamp-gallery__swiper-thumbnails .swiper-slide-next .timestamp-gallery__timestamp {
  margin-left: auto;
  transition: margin-left 0.3s ease;
}
@media (min-width: 480px) {
  .timestamp-gallery__swiper-thumbnails .swiper-slide-next .timestamp-gallery__timestamp {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .timestamp-gallery__swiper-thumbnails .swiper-slide-next .timestamp-gallery__timestamp {
    margin-left: auto;
  }
}
.timestamp-gallery__swiper-thumbnails .swiper-slide:hover {
  cursor: pointer;
}
.timestamp-gallery__timestamp {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #C1C1C1;
  margin-right: 0;
  margin-left: 0;
  transition:
    font-size 0.3s ease,
    font-weight 0.3s ease,
    color 0.3s ease,
    margin-left 0.3s ease,
    margin-right 0.3s ease;
}
.timestamp-gallery__text-visibility-button {
  z-index: 1;
  display: flex;
  align-items: center;
  color: #ffffff;
  fill: #ffffff;
  transition: color 0.3s ease, fill 0.3s ease;
}
@media (min-width: 768px) {
  .timestamp-gallery__text-visibility-button {
    display: none;
  }
}
.timestamp-gallery__text-visibility-button svg {
  margin-right: 10px;
  fill: inherit;
}
.timestamp-gallery__text-visibility-button svg * {
  fill: inherit;
}
.usp .bs-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .usp .bs-container {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}
.usp__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  justify-content: center;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding: 0 40px;
}
@media (min-width: 480px) {
  .usp__grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: unset;
  }
}
@media (min-width: 768px) {
  .usp__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .usp__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1366px) {
  .usp__grid {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
.usp__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  position: relative;
}
.usp__icon {
  width: 110px;
  height: auto;
}
@media (min-width: 768px) {
  .usp__icon {
    width: 120px;
  }
}
.usp__description strong {
  font-weight: 600;
}
.usp__description * {
  font-size: 15px;
  line-height: 18px;
  color: #1B3156;
}
.usp__url {
  position: absolute;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-buesumer-feinkost.min.css.map */
