@charset "UTF-8";
body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 20em) {
  body:before {
    content: "xs ≥ 320px (20em)";
  }
}
@media (min-width: 37.5625em) {
  body:before {
    content: "sm ≥ 601px (37.5625em)";
  }
}
@media (min-width: 64.0625em) {
  body:before {
    content: "md ≥ 1025px (64.0625em)";
  }
}
@media (min-width: 80.0625em) {
  body:before {
    content: "lg ≥ 1281px (80.0625em)";
  }
}

.bv-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bv-flex__item {
  max-width: 100%;
}

.u-mt {
  margin-top: 1.5rem !important;
}

.u-mb {
  margin-bottom: 1.5rem !important;
}

.u-pb {
  padding-bottom: 1.5rem !important;
}

body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 20em) {
  body:before {
    content: "xs ≥ 320px (20em)";
  }
}
@media (min-width: 37.5625em) {
  body:before {
    content: "sm ≥ 601px (37.5625em)";
  }
}
@media (min-width: 64.0625em) {
  body:before {
    content: "md ≥ 1025px (64.0625em)";
  }
}
@media (min-width: 80.0625em) {
  body:before {
    content: "lg ≥ 1281px (80.0625em)";
  }
}
.bv-search-wrapper {
  position: relative;
  background: #fff;
  padding: 0;
}

.bv-search__form {
  position: relative;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 4.5px 4.5px 3.6px rgba(0, 0, 0, 0.063), 12.5px 12.5px 10px rgba(0, 0, 0, 0.083), 30.1px 30.1px 24.1px rgba(0, 0, 0, 0.098), 100px 100px 80px rgba(0, 0, 0, 0.14);
  --color-content-border: #eee;
  --inputs-border-width: 0;
}
.bv-search__form label {
  padding: 0.75rem 0.75rem;
}
.bv-search__form label,
.bv-search__form input {
  flex: 1;
}
.bv-search__form input {
  box-shadow: none !important;
  font-weight: 600 !important;
}
.bv-search__form input:focus {
  outline: 2px solid var(--color-content-link) !important;
  outline-offset: 0.5rem;
}
.bv-search__form .bv-search__submit {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bv-search__results {
  position: relative;
}
.bv-search__results .rlv-has-spinner {
  width: 32px;
  height: 32px;
  border-left-color: #888;
  border-top-color: #888;
  border-bottom-color: #888;
}
.bv-search__results .rlv-has-spinner::after {
  content: none;
}
.bv-search__results .relevanssi-live-search-results {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  border-radius: 0 0 3px 3px;
}
.bv-search__results .relevanssi-live-search-no-results {
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}
.bv-search__results .relevanssi-live-search-no-min-chars:after {
  content: "Weitertippen" !important;
}
.bv-search__results .relevanssi-live-search-didyoumean {
  padding-left: 1.5rem;
}
.bv-search__results__item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.bv-search__results__item > a {
  display: flex !important;
  align-items: flex-start;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  width: 100%;
}
.bv-search__results__item > a:hover {
  background: #eee;
}
.bv-search__results__item img {
  align-self: center;
  max-width: 68px;
  border-radius: 4px;
}
.bv-search__results__item__text {
  margin-left: 1.5rem;
  flex: 1;
  font-size: 16px;
  line-height: 1.3;
  white-space: normal;
  font-family: var(--font-body);
  color: var(--color-content-text);
}
a:hover .bv-search__results__item__text {
  color: var(--color-content-link) !important;
}
.bv-search__results__item__title {
  display: block;
}
.bv-search__results__item__alternative {
  color: #888;
  font-size: 14px;
}
.bv-search__results__item--large:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.bv-search__results__item--large figure {
  align-self: center;
  margin-right: 1.5rem;
}
.bv-search__results__item--large img {
  max-width: 120px;
  border-radius: 4px;
}
.bv-search__results__item--large a {
  color: inherit;
}
.bv-search__results__item--large a:hover {
  color: var(--color-content-link) !important;
}
.bv-search__results__item--large .bv-search__results__item__title {
  margin-bottom: 0.375rem;
}
@media (min-width: 37.5625em) {
  .bv-search__results .relevanssi-live-search-results {
    width: calc(100% - 24px - 3rem) !important;
  }
  .bv-search__results__item--large {
    align-items: center;
  }
  .bv-search__results__item--large img {
    max-width: 140px;
  }
}

.header_hor .w-search.layout_modern.active,
.header_hor .w-search.layout_modern.active .w-search-form {
  overflow: visible !important;
}
.header_hor .w-search.layout_modern .bv-search__results--header {
  width: 100% !important;
  top: 4rem;
}
@media (min-width: 64.0625em) {
  .header_hor .w-search.layout_modern .bv-search__results--header {
    top: 0;
    left: -2.25rem;
    right: -2.25rem;
  }
  .header_hor .w-search.layout_modern .bv-search__results--header .relevanssi-live-search-results {
    right: -2.25rem !important;
    width: auto !important;
  }
  .header_hor .w-search.layout_modern .bv-search__results--header .bv-search__results__item__text {
    margin-left: 0.75rem;
    font-size: 14px;
  }
}

.bv-breadcrumb {
  margin-bottom: 2.25rem;
  padding: 0.75rem 0;
  background-color: var(--color-alt-content-bg-grad);
  font-size: 16px;
}
.bv-breadcrumb,
.bv-breadcrumb a {
  color: #6b6b6b;
}

.bv-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Teko", sans-serif;
  position: relative;
  font-size: 1rem;
}
.bv-btn > span {
  vertical-align: -0.15em;
}
.bv-btn.is-primary {
  background: var(--color-content-primary);
  color: var(--color-content-bg);
}

.swiper-container {
  --swiper-theme-color: var(--color-content-primary);
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  position: relative;
  padding: 0 2.25rem 3rem;
  /* fix the buttons positions */
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-button-prev {
  left: 0;
}
.swiper-container .swiper-button-next {
  right: 0;
}

.bv-taxonomy-grid {
  display: grid;
  margin-bottom: 2.25rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 0.75rem;
}
.bv-taxonomy-grid__item a {
  display: block;
}

body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 20em) {
  body:before {
    content: "xs ≥ 320px (20em)";
  }
}
@media (min-width: 37.5625em) {
  body:before {
    content: "sm ≥ 601px (37.5625em)";
  }
}
@media (min-width: 64.0625em) {
  body:before {
    content: "md ≥ 1025px (64.0625em)";
  }
}
@media (min-width: 80.0625em) {
  body:before {
    content: "lg ≥ 1281px (80.0625em)";
  }
}
.bv-categories-list {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.5;
}
.bv-categories-list__title {
  margin-bottom: 0;
  line-height: 1.5;
  background: var(--color-content-primary);
  color: white;
  padding: 0.375rem 0.75rem !important;
}
.bv-categories-list__icon {
  float: right;
  line-height: 1.6;
}
.bv-categories-list__icon .fas {
  transition: transform 0.3s;
}
.bv-categories-list__list {
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  list-style: none;
  border-width: 0 1px 1px 1px;
  border-color: #eee;
  border-style: solid;
  display: none;
}
.bv-categories-list__list li {
  margin-bottom: 0;
}
.bv-categories-list__list li a {
  display: block;
  color: inherit;
  padding: 0.375rem 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.bv-categories-list__list li.current-cat,
.bv-categories-list__list li a:hover {
  color: var(--color-content-link);
  font-weight: 700;
}
@media (min-width: 37.5625em) {
  .bv-categories-list__title {
    padding: 0 0 0.75rem !important;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eee;
    background: none;
    color: inherit;
    line-height: 1.2;
  }
  .bv-categories-list__icon {
    display: none;
  }
  .bv-categories-list__list {
    display: block;
    padding: 0;
    border: 0;
  }
}

.bv-category-grid {
  margin: 0 0 0.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 0.75rem;
}
.bv-category-grid > li {
  list-style: none;
}
.bv-category-grid > li,
.bv-category-grid > li .w-btn-wrapper {
  margin: 0;
  width: 100%;
}
.bv-category-grid > li .iconButton {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px !important;
  line-height: 1.8 !important;
}

:root {
  --plyr-color-main: var(--color-content-primary);
}

.bv-plyr-iframe + .plyr__poster {
  display: none;
}

.gform-theme--api,
.gform-theme--foundation.gform-theme--framework,
.gform-theme.gform-theme--framework {
  --gf-radius: 4px;
  --gf-radius-max-sm: 2px;
  --gf-radius-max-md: 3px;
  --gf-radius-max-lg: 8px;
  --gf-transition-duration: 0.15s;
  --gf-transition-ctrl: var(--gf-transition-duration);
  --gf-color-primary: #121212;
  --gf-color-primary-rgb: 18, 18, 18;
  --gf-color-primary-contrast: #fff;
  --gf-color-primary-contrast-rgb: 255,255,255;
  --gf-color-primary-darker: black;
  --gf-color-primary-lighter: #454545;
  --gf-color-secondary: #e62e38;
  --gf-color-secondary-rgb: 230, 46, 56;
  --gf-color-secondary-contrast: #112337;
  --gf-color-secondary-contrast-rgb: 17,35,55;
  --gf-color-secondary-darker: #c91822;
  --gf-color-secondary-lighter: #f1898f;
  --gf-color-out-ctrl-dark: #585e6a;
  --gf-color-out-ctrl-dark-rgb: 88,94,106;
  --gf-color-out-ctrl-dark-darker: #112337;
  --gf-color-out-ctrl-dark-lighter: #686e77;
  --gf-color-out-ctrl-light: #e6e6e6;
  --gf-color-out-ctrl-light-rgb: 229,231,235;
  --gf-color-out-ctrl-light-darker: #d2d5db;
  --gf-color-out-ctrl-light-lighter: #f2f3f5;
  --gf-color-in-ctrl: #fff;
  --gf-color-in-ctrl-rgb: 255,255,255;
  --gf-color-in-ctrl-contrast: #112337;
  --gf-color-in-ctrl-contrast-rgb: 17,35,55;
  --gf-color-in-ctrl-darker: #f2f3f5;
  --gf-color-in-ctrl-lighter: #f2f3f5;
  --gf-color-in-ctrl-dark-lighter: #b3b3b3;
  --gf-font-size-primary: 18px;
  --gf-font-weight-primary: 400;
  --gf-font-size-secondary: 16px;
  --gf-font-weight-secondary: 600;
  --gf-font-size-tertiary: 14px;
  --gf-label-space-primary: 4px;
  --gf-ctrl-border-width: 2px;
  --gf-ctrl-size: var(--gf-ctrl-size-lg);
  --gf-ctrl-btn-radius: 0;
  --gf-ctrl-btn-font-family: var(--gf-font-family-secondary);
  --gf-ctrl-btn-font-size-xl: 18px;
  --gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-xl);
  --gf-ctrl-btn-font-weight: 600;
  --gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-lg);
  --gf-ctrl-btn-size: var(--gf-ctrl-btn-size-lg);
  --gf-ctrl-btn-bg-color-primary: var(--gf-color-secondary);
  --gf-ctrl-btn-bg-color-hover-primary: var(--gf-color-secondary-darker);
  --gf-ctrl-choice-size: var(--gf-ctrl-choice-size-lg);
  --gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-lg);
  --gf-ctrl-label-font-size-req: 14px;
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 40px;
  --gf-field-gap-x: 16px;
  --gf-field-gap-y: 16px;
  --gf-form-footer-margin-y-start: 32px;
  --gf-form-validation-border-width: 0;
  --gf-form-validation-shadow: none;
}

.gform-theme.gform_wrapper {
  background-color: var(--color-alt-content-bg-grad);
  padding: 1rem;
}
.gform-theme.gform_wrapper .gform_heading {
  margin-bottom: var(--gf-form-gap-y);
}
.gform-theme.gform_wrapper .gform_required_legend {
  font-size: var(--gf-font-size-tertiary);
  text-align: right;
}
.gform-theme.gform_wrapper .gsection_title {
  font-size: 1.25rem;
}
.gform-theme.gform_wrapper .gfield--input-type-datepicker .ginput_container_date input {
  --gf-local-width: 100%;
}
.gform-theme.gform_wrapper .gform-field-label {
  cursor: pointer;
}
.gform-theme.gform_wrapper .focus .ts-control {
  box-shadow: 0 0 0 0.15rem rgba(var(--gf-color-primary-rgb), 0.45);
}

.bv-main {
  padding-top: 100px;
  padding-top: var(--header-height);
}

.bv-wrapper {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1260px;
  max-width: calc(1260px + 3rem);
}

.bv-section {
  width: 100vw;
  padding: 1.5rem 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bv-section.is-grey {
  background-color: var(--color-alt-content-bg-grad);
}
@media (min-width: 37.5625em) {
  .bv-section {
    padding: 2.25rem 0;
  }
}

.navigation.pagination {
  margin: 2.25rem 0 2.25rem;
}
.navigation.pagination .nav-links {
  justify-content: center;
}
@media (min-width: 37.5625em) {
  .navigation.pagination .nav-links {
    justify-content: flex-end;
  }
}

body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 20em) {
  body:before {
    content: "xs ≥ 320px (20em)";
  }
}
@media (min-width: 37.5625em) {
  body:before {
    content: "sm ≥ 601px (37.5625em)";
  }
}
@media (min-width: 64.0625em) {
  body:before {
    content: "md ≥ 1025px (64.0625em)";
  }
}
@media (min-width: 80.0625em) {
  body:before {
    content: "lg ≥ 1281px (80.0625em)";
  }
}
.bv-hero {
  padding: 3rem 0;
  margin-bottom: 0;
  padding-top: 140px !important;
  padding-bottom: 50px !important;
}
.bv-hero a {
  font-weight: 700;
}

.bv-archive-title {
  margin-bottom: 0.75rem;
}

.bv-archive-meta {
  margin-bottom: 1.5rem;
  font-size: 16px;
  text-align: right;
  font-style: italic;
}

.bv-product-list {
  margin-bottom: 2.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.5rem;
}

.bv-product-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 0.75rem;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  position: relative;
}
.bv-product-item.is-inverted {
  background: #fff;
  border-radius: 8px;
}
.bv-product-item__thumbnail {
  margin-bottom: 1.5rem;
  text-align: center;
}
.bv-product-item__thumbnail img {
  border-radius: 7px;
}
.bv-product-item__title {
  margin-bottom: 1.5rem;
  padding: 0;
  font-size: 24px;
  color: var(--color-content-text);
}
.bv-product-item__title__alt {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.bv-product-item__title:has(~ a:hover) {
  color: var(--color-content-link);
}
.bv-product-item__price {
  text-align: right;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0.75rem;
  margin: auto -0.75rem 0.75rem;
}
.bv-product-item__price .bv-price,
.bv-product-item__price .bv-price-meta {
  flex: 1 1 auto;
}
.bv-product-item__price .bv-price-meta {
  margin-left: 0.75rem;
  width: 100%;
}
.bv-product-item__cta {
  margin-top: 0.75rem;
  padding: 0.375rem 1.5rem;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border: 1.5px solid var(--color-content-primary);
}
.bv-product-item__cta:hover {
  background-color: var(--color-content-link);
  border-color: var(--color-content-link);
  color: #fff !important;
}
.bv-product-item__cta::after {
  content: "";
  position: absolute;
  inset: 0;
}
.bv-product-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.bv-product-item:hover {
  background: var(--color-alt-content-bg-grad);
}
.bv-product-item:hover .bv-product-item__title a {
  color: var(--color-content-link);
}
.bv-product-item .bv-product-attribute-list {
  font-size: 14px;
}
.bv-product-item .bv-product-attribute-list > dt,
.bv-product-item .bv-product-attribute-list > dd {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.bv-product-item .bv-price {
  margin-bottom: 0;
}

body:before {
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 20em) {
  body:before {
    content: "xs ≥ 320px (20em)";
  }
}
@media (min-width: 37.5625em) {
  body:before {
    content: "sm ≥ 601px (37.5625em)";
  }
}
@media (min-width: 64.0625em) {
  body:before {
    content: "md ≥ 1025px (64.0625em)";
  }
}
@media (min-width: 80.0625em) {
  body:before {
    content: "lg ≥ 1281px (80.0625em)";
  }
}
.bv-product {
  padding: 1.5rem 0;
}
.bv-product__wrapper {
  margin-bottom: 2.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.25rem;
}
.bv-product__gallery {
  align-self: center;
}
.bv-product__gallery .bv-product__video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bv-product__gallery .bv-product-item__thumbnail {
  display: flex;
  max-height: 400px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bv-product__gallery .bv-product-item__thumbnail > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.bv-product__call {
  padding: 2.25rem 0;
}
.bv-product__price {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto -0.75rem 0.75rem;
}
.bv-product__price .bv-price,
.bv-product__price .bv-price-meta {
  flex: 1 1 auto;
}
.bv-product__price .bv-price-meta {
  margin-left: 0.75rem;
  width: 100%;
}
.bv-product__price-hint {
  font-size: 16px;
  font-style: italic;
}
.bv-product__attributes {
  max-width: 600px;
}
.bv-product__meta {
  font-size: 16px;
  line-height: 1.5;
}
.bv-product__meta:last-child {
  margin-bottom: 1.5rem;
}
.bv-product__title__alt {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
[class~=bv-price]:last-of-type {
  margin-right: 0;
}

.bv-price {
  display: inline-block;
  font-family: "Teko", sans-serif;
  font-size: 1.3em;
  white-space: nowrap;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
}
.bv-price__val {
  font-weight: 600;
}
.bv-price-meta {
  display: block;
  font-size: 14px;
  line-height: 1rem;
  font-style: italic;
}

.bv-product-attribute-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 0.75rem;
}
.bv-product-attribute-list > dt,
.bv-product-attribute-list > dd {
  flex: 0 0 50%;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.8;
}
.bv-product-attribute-list > dt {
  padding-right: 0.75rem;
}
.bv-product-attribute-list > dd {
  margin-left: auto;
}

/*# sourceMappingURL=app.css.map*/