
.repeatable-container {
    padding: 0 20px;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:0;font-weight:700;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:0.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible),.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.container,.container-fluid{width:100%;max-width:1920px;margin-right:auto;margin-left:auto;padding-left:24px;padding-right:24px}@media(min-width: 768px){.container,.container-fluid{padding-left:32px;padding-right:32px}}@media(min-width: 992px){.container,.container-fluid{padding-left:64px;padding-right:64px}}@media(min-width: 1600px){.container,.container-fluid{padding-left:162px;padding-right:162px}}.container .container-fluid,.container-fluid .container-fluid{padding-left:0;padding-right:0}:root{--bs-breakpoint-xxs: 0;--bs-breakpoint-xs: 420px;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1600px}.row{display:flex;flex-wrap:wrap;margin-top:-1rem;margin-right:-0.5rem;margin-left:-0.5rem}@media(min-width: 992px){.row{margin-top:-1.5rem;margin-right:-0.75rem;margin-left:-0.75rem}}.row>*{flex-shrink:0;width:100%;max-width:100%;margin-top:1rem;padding-left:0.5rem;padding-right:0.5rem}@media(min-width: 992px){.row>*{margin-top:1.5rem;padding-left:0.75rem;padding-right:0.75rem}}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 420px){.col-xs{flex:1 0 0%}.row-cols-xs-auto>*{flex:0 0 auto;width:auto}.col-xs-auto{flex:0 0 auto;width:auto}.col-xs-1{flex:0 0 auto;width:8.33333333%}.col-xs-2{flex:0 0 auto;width:16.66666667%}.col-xs-3{flex:0 0 auto;width:25%}.col-xs-4{flex:0 0 auto;width:33.33333333%}.col-xs-5{flex:0 0 auto;width:41.66666667%}.col-xs-6{flex:0 0 auto;width:50%}.col-xs-7{flex:0 0 auto;width:58.33333333%}.col-xs-8{flex:0 0 auto;width:66.66666667%}.col-xs-9{flex:0 0 auto;width:75%}.col-xs-10{flex:0 0 auto;width:83.33333333%}.col-xs-11{flex:0 0 auto;width:91.66666667%}.col-xs-12{flex:0 0 auto;width:100%}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.33333333%}.offset-xs-2{margin-left:16.66666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333333%}.offset-xs-5{margin-left:41.66666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333333%}.offset-xs-8{margin-left:66.66666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333333%}.offset-xs-11{margin-left:91.66666667%}}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width: 1600px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 420px){.dropdown-menu-xs-start{--bs-position: start}.dropdown-menu-xs-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xs-end{--bs-position: end}.dropdown-menu-xs-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1600px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.dropdown-item.bb-recipes-filter-checkbox__holder{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 400px;--bs-tooltip-padding-x: 18px;--bs-tooltip-padding-y: 12px;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0;--bs-tooltip-opacity: 1;--bs-tooltip-arrow-width: 24px;--bs-tooltip-arrow-height: 12px;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-9x16{--bs-aspect-ratio: 177.7777777778%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-16x7{--bs-aspect-ratio: 43.75%}.ratio-16x12{--bs-aspect-ratio: 75%}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.d-inline{display:inline}.d-block{display:block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none,.bb-link.d-none{display:none}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-wrap{white-space:normal}.text-nowrap{white-space:nowrap}.text-black{--bs-text-opacity: 1;color:#000}.text-white{--bs-text-opacity: 1;color:#fff}.bg-primary-orange{--bs-bg-opacity: 1;background-color:#dd7900}.bg-primary-yellow{--bs-bg-opacity: 1;background-color:#f9b104}.bg-secondary-brown{--bs-bg-opacity: 1;background-color:#64140e}.bg-category-green{--bs-bg-opacity: 1;background-color:#cde2b3}.bg-category-blue{--bs-bg-opacity: 1;background-color:#88d4d8}.bg-category-pink{--bs-bg-opacity: 1;background-color:#ffa089}.bg-category-orange{--bs-bg-opacity: 1;background-color:#ffab48}.bg-category-yellow{--bs-bg-opacity: 1;background-color:#ffdc72}.bg-category-red{--bs-bg-opacity: 1;background-color:#dc231a}.bg-category-cream{--bs-bg-opacity: 1;background-color:#f4ecdd}.bg-category-rust-red{--bs-bg-opacity: 1;background-color:#bf4109}.bg-category-dark-grey{--bs-bg-opacity: 1;background-color:#575651}.bg-special-green{--bs-bg-opacity: 1;background-color:#51ccbe}.bg-special-blue{--bs-bg-opacity: 1;background-color:#97c1ef}.bg-special-violette{--bs-bg-opacity: 1;background-color:#a1a6e8}.bg-special-mauve{--bs-bg-opacity: 1;background-color:#d5a2f7}.bg-special-rose{--bs-bg-opacity: 1;background-color:#f3a7c7}.bg-special-peach{--bs-bg-opacity: 1;background-color:#fe7a63}.bg-special-brown{--bs-bg-opacity: 1;background-color:#c19a8a}.visible{visibility:visible}.invisible{visibility:hidden}@media(min-width: 420px){.d-xs-inline{display:inline}.d-xs-block{display:block}.d-xs-flex{display:flex}.d-xs-inline-flex{display:inline-flex}.d-xs-none{display:none}.flex-xs-row{flex-direction:row}.flex-xs-column{flex-direction:column}.flex-xs-row-reverse{flex-direction:row-reverse}.flex-xs-column-reverse{flex-direction:column-reverse}.flex-xs-grow-0{flex-grow:0}.flex-xs-grow-1{flex-grow:1}.flex-xs-wrap{flex-wrap:wrap}.flex-xs-nowrap{flex-wrap:nowrap}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xs-start{justify-content:flex-start}.justify-content-xs-end{justify-content:flex-end}.justify-content-xs-center{justify-content:center}.justify-content-xs-between{justify-content:space-between}.justify-content-xs-around{justify-content:space-around}.justify-content-xs-evenly{justify-content:space-evenly}.align-items-xs-start{align-items:flex-start}.align-items-xs-end{align-items:flex-end}.align-items-xs-center{align-items:center}.align-items-xs-baseline{align-items:baseline}.align-items-xs-stretch{align-items:stretch}.text-xs-start{text-align:left}.text-xs-end{text-align:right}.text-xs-center{text-align:center}}@media(min-width: 576px){.d-sm-inline{display:inline}.d-sm-block{display:block}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.d-sm-none{display:none}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.justify-content-sm-evenly{justify-content:space-evenly}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.text-sm-start{text-align:left}.text-sm-end{text-align:right}.text-sm-center{text-align:center}}@media(min-width: 768px){.d-md-inline{display:inline}.d-md-block{display:block}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.d-md-none{display:none}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.justify-content-md-evenly{justify-content:space-evenly}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}.text-md-start{text-align:left}.text-md-end{text-align:right}.text-md-center{text-align:center}}@media(min-width: 992px){.d-lg-inline{display:inline}.d-lg-block{display:block}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.d-lg-none{display:none}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.justify-content-lg-evenly{justify-content:space-evenly}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.text-lg-start{text-align:left}.text-lg-end{text-align:right}.text-lg-center{text-align:center}}@media(min-width: 1200px){.d-xl-inline{display:inline}.d-xl-block{display:block}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.d-xl-none{display:none}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.justify-content-xl-evenly{justify-content:space-evenly}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.text-xl-start{text-align:left}.text-xl-end{text-align:right}.text-xl-center{text-align:center}}@media(min-width: 1600px){.d-xxl-inline{display:inline}.d-xxl-block{display:block}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.d-xxl-none{display:none}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}.justify-content-xxl-evenly{justify-content:space-evenly}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-baseline{align-items:baseline}.align-items-xxl-stretch{align-items:stretch}.text-xxl-start{text-align:left}.text-xxl-end{text-align:right}.text-xxl-center{text-align:center}}@media print{.d-print-inline{display:inline}.d-print-block{display:block}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.d-print-none{display:none}}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-width:var(--mdc-menu-max-width, calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:var(--mdc-menu-max-height, calc(100vh - 32px));margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0, 0, 0.2, 1),height 250ms cubic-bezier(0, 0, 0.2, 1);box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:var(--mdc-theme-on-surface, #000);border-radius:4px;border-radius:var(--mdc-shape-medium, 4px);transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.mdc-menu-surface.bb-recipes-filter-checkbox__holder{outline:none}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity .075s linear}[dir=rtl] .mdc-menu-surface,.mdc-menu-surface[dir=rtl]{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-menu-surface--fullwidth{width:100%}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994;padding:0.5rem}@media(min-width: 576px){.fancybox-slide{padding:1.5rem}}@media(min-width: 992px){.fancybox-slide{padding:2.75rem}}.fancybox-slide::before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:rgba(0,0,0,0);background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:rgba(0,0,0,0);border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--video .uc-embedding-container{width:100% !important;height:100% !important;min-height:100% !important;max-height:100% !important}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-video,.fancybox-iframe{background:rgba(0,0,0,0);border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.fancybox-button.bb-recipes-filter-checkbox__holder{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:rgba(0,0,0,0);border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports(padding: maxFancy(0px)){.fancybox-caption{padding:75px maxFancy(44px, env(safe-area-inset-right)) maxFancy(25px, env(safe-area-inset-bottom)) maxFancy(44px, env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:rgba(0,0,0,0);border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0, 0, 0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(0.5, 0.5, 0.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1, 1, 1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1, 1, 1) translate3d(0, 0, 0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0, 0, 0) scale(1)}@media all and (max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding: maxFancy(0px)){.fancybox-caption{padding-left:maxFancy(12px, env(safe-area-inset-left));padding-right:maxFancy(12px, env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:rgba(0,0,0,0);border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.fancybox-thumbs__list a:focus::before,.fancybox-thumbs__list .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+a.bb-recipes-filter-checkbox__holder::before,.bb-recipes-filter-checkbox.type-big .fancybox-thumbs__list input[type=checkbox]:focus+a.bb-recipes-filter-checkbox__holder::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.select2-selection__choice__remove.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .select2-container--default .select2-selection--multiple input[type=checkbox]:focus+.select2-selection__choice__remove.bb-recipes-filter-checkbox__holder{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, white 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus,.select2-container--classic .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.select2-selection--single.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .select2-container--classic input[type=checkbox]:focus+.select2-selection--single.bb-recipes-filter-checkbox__holder{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, white 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus,.select2-container--classic .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.select2-selection--multiple.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .select2-container--classic input[type=checkbox]:focus+.select2-selection--multiple.bb-recipes-filter-checkbox__holder{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-android .bb-cookmode__preparation__step,.swiper-ios .swiper-slide,.swiper-ios .bb-cookmode__preparation__step,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,.bb-cookmode__preparation__step{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide,.swiper-autoheight .bb-cookmode__preparation__step{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide,.swiper-backface-hidden .bb-cookmode__preparation__step{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .bb-cookmode__preparation__step,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide,.swiper-css-mode>.swiper-wrapper>.bb-cookmode__preparation__step{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide,.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.bb-cookmode__preparation__step{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide,.swiper-css-mode.swiper-centered>.swiper-wrapper>.bb-cookmode__preparation__step{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child,.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.bb-cookmode__preparation__step:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child,.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.bb-cookmode__preparation__step:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}@font-face{font-family:"DicSans";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/DicSans-Light..woff2') format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"DicSans";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/DicSans-Book..woff2') format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"DicSans";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/DicSans-Bold..woff2') format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_cyr_bold..woff2') format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_cyr_light..woff2') format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_cyr_regular..woff2') format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_lat_bold..woff2') format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_lat_light..woff2') format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"RobotoCondensed";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/RobotoCondensed_lat_regular..woff2') format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"icon-font-mdhic4yd";src:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/icon-font-mdhic4yd..woff2') format("woff2"),url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/icon-font-mdhic4yd..ttf') format("truetype"),url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Fonts/icon-font-mdhic4yd..woff') format("woff")}.bb-icon,.select2-container--open .select2-dropdown .select2-results__option--selected{line-height:1}.bb-icon:before,.select2-container--open .select2-dropdown .select2-results__option--selected:before{font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.bb-icon--arrow-left:before{content:""}.bb-icon--arrow-right-solid:before{content:""}.bb-icon--arrow-right:before{content:""}.bb-icon--bars-staggered-solid:before{content:""}.bb-icon--bell-on-light:before{content:""}.bb-icon--bell-solid:before{content:""}.bb-icon--bell:before{content:""}.bb-icon--book-sparkles-light:before{content:""}.bb-icon--bookmark:before{content:""}.bb-icon--bowl-chopsticks-noodles-solid:before{content:""}.bb-icon--bowl-chopsticks-noodles:before{content:""}.bb-icon--bowl-rice-solid:before{content:""}.bb-icon--bowl-rice:before{content:""}.bb-icon--bowl-scoops-solid:before{content:""}.bb-icon--bowl-scoops:before{content:""}.bb-icon--burger-lettuce-solid:before{content:""}.bb-icon--burger-lettuce:before{content:""}.bb-icon--button-bg:before{content:""}.bb-icon--calendar-solid:before{content:""}.bb-icon--calendar:before{content:""}.bb-icon--carrot-solid:before{content:""}.bb-icon--carrot:before{content:""}.bb-icon--champagne-glasses-solid:before{content:""}.bb-icon--check-solid:before,.select2-container--open .select2-dropdown .select2-results__option--selected:before{content:""}.bb-icon--chevron-double-left:before{content:""}.bb-icon--chevron-double-right:before{content:""}.bb-icon--chevron-down:before{content:""}.bb-icon--chevron-left-solid:before{content:""}.bb-icon--chevron-left:before{content:""}.bb-icon--chevron-right-solid:before{content:""}.bb-icon--chevron-right:before{content:""}.bb-icon--chevron-up:before{content:""}.bb-icon--chopsticks-solid:before{content:""}.bb-icon--chopsticks:before{content:""}.bb-icon--circle-exclamation-solid:before{content:""}.bb-icon--circle-pause-solid:before{content:""}.bb-icon--circle-play-solid:before{content:""}.bb-icon--clock-solid:before{content:""}.bb-icon--clock:before{content:""}.bb-icon--copy:before{content:""}.bb-icon--droplet-solid:before{content:""}.bb-icon--droplet:before{content:""}.bb-icon--drumstick-bite-solid:before{content:""}.bb-icon--drumstick-bite:before{content:""}.bb-icon--envelope:before{content:""}.bb-icon--facebook:before{content:""}.bb-icon--file-arrow-down-solid:before{content:""}.bb-icon--file-arrow-down:before{content:""}.bb-icon--fire-solid:before{content:""}.bb-icon--fire:before{content:""}.bb-icon--fish-fins-solid:before{content:""}.bb-icon--fish-fins:before{content:""}.bb-icon--flag-solid:before{content:""}.bb-icon--flatbread-stuffed-solid:before{content:""}.bb-icon--flatbread-stuffed:before{content:""}.bb-icon--flower-tulip-solid:before{content:""}.bb-icon--flower-tulip:before{content:""}.bb-icon--globe-big:before{content:""}.bb-icon--globe:before{content:""}.bb-icon--grill-hot-solid:before{content:""}.bb-icon--grill-hot:before{content:""}.bb-icon--hand-peace-solid:before{content:""}.bb-icon--hand-peace:before{content:""}.bb-icon--hands-clapping-solid:before{content:""}.bb-icon--hands-clapping:before{content:""}.bb-icon--instagram:before{content:""}.bb-icon--jar-solid:before{content:""}.bb-icon--jar:before{content:""}.bb-icon--leaf-oak-solid:before{content:""}.bb-icon--leaf-oak:before{content:""}.bb-icon--leaf-solid:before{content:""}.bb-icon--leaf:before{content:""}.bb-icon--link:before{content:""}.bb-icon--magnifying-glass-solid:before{content:""}.bb-icon--magnifying-glass:before{content:""}.bb-icon--martini-glass-citrus-solid:before{content:""}.bb-icon--martini-glass-citrus:before{content:""}.bb-icon--minus:before{content:""}.bb-icon--pan-frying-solid:before{content:""}.bb-icon--pan-frying:before{content:""}.bb-icon--party-horn-solid:before{content:""}.bb-icon--pasta-solid:before{content:""}.bb-icon--pasta:before{content:""}.bb-icon--pause-solid:before{content:""}.bb-icon--pepper-hot-solid:before{content:""}.bb-icon--pepper-hot:before{content:""}.bb-icon--pinterest:before{content:""}.bb-icon--pizza-slice-solid:before{content:""}.bb-icon--pizza-slice:before{content:""}.bb-icon--planet-ringed-solid:before{content:""}.bb-icon--planet-ringed:before{content:""}.bb-icon--plate-utensils-solid:before{content:""}.bb-icon--plate-utensils:before{content:""}.bb-icon--play-solid:before{content:""}.bb-icon--plus:before{content:""}.bb-icon--pot-food-solid:before{content:""}.bb-icon--pot-food:before{content:""}.bb-icon--potato-solid:before{content:""}.bb-icon--potato:before{content:""}.bb-icon--quote-left:before{content:""}.bb-icon--rabbit-running-solid:before{content:""}.bb-icon--rabbit-running:before{content:""}.bb-icon--salad-solid:before{content:""}.bb-icon--salad:before{content:""}.bb-icon--seedling-solid:before{content:""}.bb-icon--seedling:before{content:""}.bb-icon--shrimp-solid:before{content:""}.bb-icon--shrimp:before{content:""}.bb-icon--sliders-simple:before{content:""}.bb-icon--snowflake-solid:before{content:""}.bb-icon--snowflake:before{content:""}.bb-icon--star-and-crescent-solid:before{content:""}.bb-icon--star-and-crescent:before{content:""}.bb-icon--star-solid:before{content:""}.bb-icon--star:before{content:""}.bb-icon--steak-solid:before{content:""}.bb-icon--steak:before{content:""}.bb-icon--sun-bright-solid:before{content:""}.bb-icon--sun-bright:before{content:""}.bb-icon--sushi-solid:before{content:""}.bb-icon--sushi:before{content:""}.bb-icon--timer-solid:before{content:""}.bb-icon--timer:before{content:""}.bb-icon--tree-decorated-solid:before{content:""}.bb-icon--tree-decorated:before{content:""}.bb-icon--twitter:before{content:""}.bb-icon--user-chef-cap-solid:before{content:""}.bb-icon--user-chef-light:before{content:""}.bb-icon--user-chef-solid:before{content:""}.bb-icon--user-chef:before{content:""}.bb-icon--whatsapp:before{content:""}.bb-icon--wheat-slash-solid:before{content:""}.bb-icon--wheat-slash:before{content:""}.bb-icon--x:before{content:""}.bb-icon--xmark:before{content:""}.bb-icon--youtube:before{content:""}body{color:#000}body,.text-default,fieldset .mdc-radio+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio+label,fieldset .mdc-checkbox+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label,.select2-container--open .select2-dropdown .select2-results__option,.bb-input-field__label{font-size:1.125rem;line-height:1.5rem;font-family:"DicSans",Arial,sans-serif}@media(min-width: 992px){body,.text-default,fieldset .mdc-radio+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio+label,fieldset .mdc-checkbox+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label,.select2-container--open .select2-dropdown .select2-results__option,.bb-input-field__label{font-size:1.5rem;line-height:2rem}}body.ru-RU,body.ru-RU .text-default,body.ru-RU fieldset .mdc-radio+label,body.ru-RU .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio+label,.bb-recipes-filter-checkbox.type-default body.ru-RU .bb-recipes-filter-checkbox__holder .mdc-radio+label,fieldset body.ru-RU .mdc-radio+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder body.ru-RU .mdc-radio+label,body.ru-RU fieldset .mdc-checkbox+label,body.ru-RU .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label,.bb-recipes-filter-checkbox.type-default body.ru-RU .bb-recipes-filter-checkbox__holder .mdc-checkbox+label,fieldset body.ru-RU .mdc-checkbox+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder body.ru-RU .mdc-checkbox+label,body.ru-RU .select2-container--open .select2-dropdown .select2-results__option,.select2-container--open .select2-dropdown body.ru-RU .select2-results__option,body.ru-RU .bb-input-field__label{font-family:"RobotoCondensed",Arial,sans-serif}h1,.h1{font-size:2.5rem;line-height:2.625rem;font-weight:700}@media(min-width: 992px){h1,.h1{font-size:3.875rem;line-height:4rem}}h2,.h2{font-weight:700;font-size:2rem;line-height:2.125rem;text-transform:uppercase}@media(min-width: 992px){h2,.h2{font-size:3.5rem;line-height:3.625rem}}h3,.h3{font-size:1.75rem;line-height:1.875rem;font-weight:700}@media(min-width: 992px){h3,.h3{font-size:2.125rem;line-height:2.25rem}}h4,.h4{font-size:1.25rem;line-height:1.375rem;font-weight:700}@media(min-width: 992px){h4,.h4{font-size:1.8125rem;line-height:2rem}}h5,.h5{font-size:1.125rem;line-height:1.25rem;font-weight:700}@media(min-width: 992px){h5,.h5{font-size:1.625rem;line-height:2rem}}h6,.h6{font-size:1rem;line-height:1.25rem;font-weight:700;text-transform:uppercase}@media(min-width: 992px){h6,.h6{font-size:1.375rem;line-height:1.75rem}}p:not([class*=mb-],:last-child){margin-bottom:1.5rem}@media(min-width: 992px){p:not([class*=mb-],:last-child){margin-bottom:2rem}}.text-big{font-size:1.3125rem;line-height:1.75rem}@media(min-width: 992px){.text-big{font-size:1.875rem;line-height:2.375rem}}.text-bigp:not([class*=mb-],:last-child),.text-big p:not([class*=mb-],:last-child){margin-bottom:1.75rem}@media(min-width: 992px){.text-bigp:not([class*=mb-],:last-child),.text-big p:not([class*=mb-],:last-child){margin-bottom:2.375rem}}small,.text-small{font-size:1rem;line-height:1.375rem}@media(min-width: 992px){small,.text-small{font-size:1.25rem;line-height:1.625rem}}small:not([class*=mb-],:last-child),.text-small:not([class*=mb-],:last-child){margin-bottom:1.375rem}@media(min-width: 992px){small:not([class*=mb-],:last-child),.text-small:not([class*=mb-],:last-child){margin-bottom:1.625rem}}b,strong,.bold,.bb-accordion__headline{font-weight:700}sub,sup{padding-left:0.0625rem;font-size:70%}blockquote{font-style:normal}.bg-primary-orange,.bg-category-rust-red,.bg-category-dark-grey,.bg-secondary-brown{color:#fff}.bb-content-item.frame.frame-type-text ol:not([class*=mb-],:last-child),.bb-content-item.frame.frame-type-text ul:not([class*=mb-],:last-child),.bb-content-item.frame.frame-type-text .table-responsive:not([class*=mb-],:last-child){margin-bottom:1.5rem}@media(min-width: 992px){.bb-content-item.frame.frame-type-text ol:not([class*=mb-],:last-child),.bb-content-item.frame.frame-type-text ul:not([class*=mb-],:last-child),.bb-content-item.frame.frame-type-text .table-responsive:not([class*=mb-],:last-child){margin-bottom:2rem}}*{outline:none}body.mobile-navigation-open,body.modal-open{overflow:hidden}body.bl-landingpage main{margin-top:0}.full-height-container{display:flex;flex-direction:column;min-height:100vh}.full-height-container:after{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);transition-delay:.2s;transition-duration:.35s;content:"";position:fixed;z-index:70;top:0;left:0;width:100vw;height:100vh;background-color:#000;opacity:0;pointer-events:none}.full-height-container>main{width:100%;flex:1 0 auto;margin-top:4.625rem}@media(min-width: 768px){.full-height-container>main{margin-top:6.5rem}}@media(min-width: 1370px){body.has-channel-switch .full-height-container>main{margin-top:8.4375rem}}.full-height-container>footer{flex:0 0 auto;width:100%}.image-copy,.fancybox-caption--custom .image-copy{font-size:1rem;line-height:1.375rem;position:absolute;z-index:1;top:0.5rem;left:0.75rem;padding-right:4.6875rem;color:#fff;text-align:left}@media(min-width: 992px){.image-copy,.fancybox-caption--custom .image-copy{font-size:1.25rem;line-height:1.625rem}}.image-caption,.fancybox-caption--custom .image-caption{font-size:1rem;line-height:1.375rem;color:#000;margin-top:0.5rem}@media(min-width: 992px){.image-caption,.fancybox-caption--custom .image-caption{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 992px){.image-caption,.fancybox-caption--custom .image-caption{margin-top:1rem}}hr{position:relative;display:block;height:0.0625rem;margin-bottom:0;border:none;background-color:#000}.relative{position:relative}.extbase-debugger-floating{z-index:5000}.sr-only{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.sr-only:not(caption){position:absolute !important}#version-display{position:fixed;right:8px;bottom:8px;font-size:12px;line-height:1}.m-0{margin:0}.mt-0,.my-0{margin-top:0}.mr-0,.mx-0{margin-right:0}.mb-0,.my-0{margin-bottom:0}.ml-0,.mx-0{margin-left:0}.m-8{margin:0.5rem}.mt-8,.bb-overlay .modal-body .content-block:not(:first-child),fieldset .text-small,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .text-small,.my-8{margin-top:0.5rem}.mr-8,fieldset .mdc-form-field[role=radiogroup]:not(.direction--vertical) .mdc-radio-label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup]:not(.direction--vertical) .mdc-radio-label,fieldset .input-file-names.multiple .label-names:not(:last-of-type),.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names:not(:last-of-type),.mx-8{margin-right:0.5rem}.mb-8,.my-8{margin-bottom:0.5rem}.ml-8,.mx-8{margin-left:0.5rem}.m-16{margin:1rem}.mt-16,.my-16{margin-top:1rem}.mr-16,.bb-text-with-image .ce-intext.ce-left .ce-gallery.only-small-images,.mx-16{margin-right:1rem}.mb-16,.bb-text-with-image .ce-intext.ce-right .ce-gallery,.bb-text-with-image .ce-intext.ce-left .ce-gallery,.bb-text-with-image .ce-above .ce-gallery,form fieldset:not(:last-child),form .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder:not(:last-child),.bb-recipes-filter-checkbox.type-default form .bb-recipes-filter-checkbox__holder:not(:last-child),form .bb-datepicker:not(:last-child),form div.form__static-text:not(:last-child),form>input:not(:last-child),fieldset .top-label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .top-label,.my-16{margin-bottom:1rem}.ml-16,.bb-text-with-image .ce-intext.ce-right .ce-gallery.only-small-images,fieldset .input-file-names.multiple .label-names span .icon,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span .icon,.mx-16{margin-left:1rem}.m-20{margin:1.25rem}.mt-20,.my-20{margin-top:1.25rem}.mr-20,.mx-20{margin-right:1.25rem}.mb-20,.my-20{margin-bottom:1.25rem}.ml-20,.mx-20{margin-left:1.25rem}.m-24{margin:1.5rem}.mt-24,.my-24{margin-top:1.5rem}.mr-24,.bb-form-message:before,.bb-accordion__category-icon,.mx-24{margin-right:1.5rem}.mb-24,.bb-news-categories__headline,.my-24{margin-bottom:1.5rem}.ml-24,.bb-accordion__icon,.mx-24{margin-left:1.5rem}.m-32{margin:2rem}.mt-32,.bb-text-with-image .ce-below .ce-gallery,.bb-text-with-image .ce-gallery .bb-image+.bb-image,.bb-feedback .form__submit-container,.my-32{margin-top:2rem}.mr-32,.bb-text-with-image .ce-intext.ce-left .ce-gallery,fieldset .mdc-form-field[role=radiogroup]:not(.direction--vertical) .radio-holder:not(:last-child),.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup]:not(.direction--vertical) .radio-holder:not(:last-child),.mx-32{margin-right:2rem}.mb-32,.bb-grid-container__headline-container,form .recaptcha-container,form .form-group,.bb-feedback__content,h1:not([class*=mb-]),.h1:not([class*=mb-]),h2:not([class*=mb-]),.h2:not([class*=mb-]),h3:not([class*=mb-]),.h3:not([class*=mb-]),h4:not([class*=mb-]),.h4:not([class*=mb-]),h5:not([class*=mb-]),.h5:not([class*=mb-]),h6:not([class*=mb-]),.h6:not([class*=mb-]),.my-32{margin-bottom:2rem}.ml-32,.bb-text-with-image .ce-intext.ce-right .ce-gallery,.mx-32{margin-left:2rem}.m-40{margin:2.5rem}.mt-40,.my-40{margin-top:2.5rem}.mr-40,.mx-40{margin-right:2.5rem}.mb-40,.my-40{margin-bottom:2.5rem}.ml-40,.mx-40{margin-left:2.5rem}.m-64{margin:3.5rem}@media(min-width: 992px){.m-64{margin:4rem}}.mt-64,.bb-teaser-list__load-more-container,.load-more__container,.bb-content-item+.bb-content-item,.bb-content-item+a+.bb-content-item,.my-64,hr{margin-top:3.5rem}@media(min-width: 992px){.mt-64,.bb-teaser-list__load-more-container,.load-more__container,.bb-content-item+.bb-content-item,.bb-content-item+a+.bb-content-item,.my-64,hr{margin-top:4rem}}.mr-64,.mx-64{margin-right:3.5rem}@media(min-width: 992px){.mr-64,.mx-64{margin-right:4rem}}.mb-64,.my-64,hr{margin-bottom:3.5rem}@media(min-width: 992px){.mb-64,.my-64,hr{margin-bottom:4rem}}.ml-64,.mx-64{margin-left:3.5rem}@media(min-width: 992px){.ml-64,.mx-64{margin-left:4rem}}.m-128{margin:6rem}@media(min-width: 992px){.m-128{margin:8rem}}.mt-128,.bb-slider-container+div:not([class*=mt-]),.bb-slider-container+div:not([class*=my-]),.bb-products-slider+div:not([class*=mt-]),.bb-products-slider+div:not([class*=my-]),.bb-image-ce__row+.bb-image-ce__row,.bb-header-teaser+div:not([class*=mt-]),.bb-header-teaser+div:not([class*=my-]),.my-128{margin-top:6rem}@media(min-width: 992px){.mt-128,.bb-slider-container+div:not([class*=mt-]),.bb-slider-container+div:not([class*=my-]),.bb-products-slider+div:not([class*=mt-]),.bb-products-slider+div:not([class*=my-]),.bb-image-ce__row+.bb-image-ce__row,.bb-header-teaser+div:not([class*=mt-]),.bb-header-teaser+div:not([class*=my-]),.my-128{margin-top:8rem}}.mr-128,.mx-128{margin-right:6rem}@media(min-width: 992px){.mr-128,.mx-128{margin-right:8rem}}.mb-128,.my-128{margin-bottom:6rem}@media(min-width: 992px){.mb-128,.my-128{margin-bottom:8rem}}.ml-128,.mx-128{margin-left:6rem}@media(min-width: 992px){.ml-128,.mx-128{margin-left:8rem}}.p-0{padding:0}.pt-0,.py-0{padding-top:0}.pr-0,.px-0,.bb-accordion__title{padding-right:0}.pb-0,.py-0{padding-bottom:0}.pl-0,.px-0,.bb-accordion__title{padding-left:0}.p-8{padding:0.5rem}.pt-8,form .form__container-required-privacy .required-copy+.privacy-copy,form .recaptcha-container span.error.help-block,fieldset .input-file-names.multiple,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple,.bb-input-field__error-text,fieldset .mdc-text-field-helper-text,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-text-field-helper-text,.py-8{padding-top:0.5rem}.pr-8,.px-8,.bb-pagination .page-link{padding-right:0.5rem}.pb-8,.py-8{padding-bottom:0.5rem}.pl-8,.px-8,.bb-pagination .page-link{padding-left:0.5rem}.p-16,.fancybox-caption--custom .image-caption{padding:1rem}.pt-16,.bb-teaser__headline-container+.bb-teaser__copy,form .form__container-required-privacy,fieldset .checkbox-holder+.checkbox-holder,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .checkbox-holder+.checkbox-holder,.py-16,.bb-product-detail__table-legend,.bb-accordion__title,table th,table td,.table th,.table td{padding-top:1rem}.pr-16,.px-16,.mdc-select__menu .mdc-list .mdc-list-item,.multiselect--holder .select2-container,.mdc__autocomplete li,.bb-input-field input,.bb-input-field textarea,.bb-input-field__inner{padding-right:1rem}.pb-16,.bb-accordion__content-item,.py-16,.bb-product-detail__table-legend,.bb-accordion__title,table th,table td,.table th,.table td{padding-bottom:1rem}.pl-16,fieldset .input-file .file-upload-status,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file .file-upload-status,.px-16,.mdc-select__menu .mdc-list .mdc-list-item,.multiselect--holder .select2-container,.mdc__autocomplete li,.bb-input-field input,.bb-input-field textarea,.bb-input-field__inner{padding-left:1rem}.p-20{padding:1.25rem}.pt-20,.py-20{padding-top:1.25rem}.pr-20,.px-20{padding-right:1.25rem}.pb-20,.py-20{padding-bottom:1.25rem}.pl-20,.px-20{padding-left:1.25rem}.p-24,.bb-teaser--type-small .bb-teaser__content-container,.bb-form-message{padding:1.5rem}.pt-24,.py-24{padding-top:1.5rem}.pr-24,.px-24,.bb-recipes-filter-overlay-footer,.bb-recipes-filter-overlay-body{padding-right:1.5rem}.pb-24,.py-24{padding-bottom:1.5rem}.pl-24,.px-24,.bb-recipes-filter-overlay-footer,.bb-recipes-filter-overlay-body{padding-left:1.5rem}.p-32,.bb-teaser--type-medium .bb-teaser__content-container{padding:2rem}.pt-32,.bb-teaser--type-xl .bb-teaser__button-container,.bb-teaser--type-xl .bb-teaser__content-container,form .form__submit-container,.py-32,.bb-recipes-filter-overlay-body{padding-top:2rem}.pr-32,.px-32,.bb-product-detail__table-legend,table th,table td,.table th,.table td{padding-right:2rem}.pb-32,.py-32,.bb-recipes-filter-overlay-body{padding-bottom:2rem}.pl-32,.px-32,.bb-product-detail__table-legend,table th,table td,.table th,.table td{padding-left:2rem}.p-40{padding:2.5rem}.pt-40,.py-40{padding-top:2.5rem}.pr-40,.px-40{padding-right:2.5rem}.pb-40,.py-40{padding-bottom:2.5rem}.pl-40,.px-40{padding-left:2.5rem}.p-64{padding:3.5rem}@media(min-width: 992px){.p-64{padding:4rem}}.pt-64,.py-64,.bb-overlay .modal-content{padding-top:3.5rem}@media(min-width: 992px){.pt-64,.py-64,.bb-overlay .modal-content{padding-top:4rem}}.pr-64,.px-64,.bb-overlay__title,.bb-overlay .modal-body{padding-right:3.5rem}@media(min-width: 992px){.pr-64,.px-64,.bb-overlay__title,.bb-overlay .modal-body{padding-right:4rem}}.pb-64,.py-64,.bb-overlay .modal-content{padding-bottom:3.5rem}@media(min-width: 992px){.pb-64,.py-64,.bb-overlay .modal-content{padding-bottom:4rem}}.pl-64,.px-64,.bb-overlay__title,.bb-overlay .modal-body{padding-left:3.5rem}@media(min-width: 992px){.pl-64,.px-64,.bb-overlay__title,.bb-overlay .modal-body{padding-left:4rem}}.p-128{padding:6rem}@media(min-width: 992px){.p-128{padding:8rem}}.pt-128,.py-128{padding-top:6rem}@media(min-width: 992px){.pt-128,.py-128{padding-top:8rem}}.pr-128,.px-128{padding-right:6rem}@media(min-width: 992px){.pr-128,.px-128{padding-right:8rem}}.pb-128,.py-128{padding-bottom:6rem}@media(min-width: 992px){.pb-128,.py-128{padding-bottom:8rem}}.pl-128,.px-128{padding-left:6rem}@media(min-width: 992px){.pl-128,.px-128{padding-left:8rem}}.mx-auto{margin-left:auto;margin-right:auto}fieldset .top-label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .top-label{display:block}fieldset .error-msg,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .error-msg{display:none}fieldset.error .error-msg,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .error-msg{display:block}.bb-input-field{position:relative;text-align:left;background-color:#fff;border-radius:0.5rem;border:0.0625rem solid #dadbde;box-shadow:0 0.1875rem 0.375rem rgba(0,0,0,.06)}.bb-input-field:hover{border:0.0625rem solid #000}.bb-input-field:focus-within{border:0.0625rem solid #dadbde}.bb-input-field:focus-within .bb-input-field__label.mdc-floating-label--float-above{color:#dd7900}.industrial .bb-input-field:focus-within .bb-input-field__label.mdc-floating-label--float-above{color:#575651}.bb-input-field input,.bb-input-field textarea,.bb-input-field__inner{font-size:1.125rem;line-height:1.5rem;padding-bottom:0.9375rem;padding-top:0.9375rem;display:block;width:100%;margin:0;text-align:left;border-radius:0.5rem;border:none;background-color:rgba(0,0,0,0);box-shadow:none}@media(min-width: 992px){.bb-input-field input,.bb-input-field textarea,.bb-input-field__inner{font-size:1.5rem;line-height:2rem}}.bb-input-field input:focus,.bb-input-field .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+input.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .bb-input-field input[type=checkbox]:focus+input.bb-recipes-filter-checkbox__holder,.bb-input-field textarea:focus,.bb-input-field .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+textarea.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .bb-input-field input[type=checkbox]:focus+textarea.bb-recipes-filter-checkbox__holder,.bb-input-field__inner:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-input-field__inner.bb-recipes-filter-checkbox__holder{border-color:#000}.bb-input-field textarea{height:13.125rem}.bb-input-field .mdc-line-ripple{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1);transition-duration:180ms;position:absolute;z-index:2;bottom:0;left:0;width:100%;height:0.125rem;opacity:1;transform:scaleX(0)}.bb-input-field .mdc-line-ripple--active{opacity:1;transform:scaleX(1)}.bb-input-field .mdc-line-ripple--deactivating{opacity:0;transform:scaleX(0)}.bb-input-field__label{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1),backforund-color 300ms cubic-bezier(0.4, 0, 0.2, 1);color:#575651;transition-duration:150ms;overflow:hidden;position:absolute;top:0;transform:translateY(50%);left:1rem;white-space:nowrap;text-overflow:ellipsis;transform-origin:left;pointer-events:none}.industrial .bb-input-field__label{color:#a0a3ac}.bb-input-field__label.mdc-floating-label--float-above{color:rgba(0,0,0,.6);transform:scale(0.75) translateY(0)}.industrial .bb-input-field__label.mdc-floating-label--float-above{color:#575651}.bb-input-field__icon{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.125rem}@media(min-width: 768px){.bb-input-field__icon{font-size:1.5rem}}.bb-input-field__icon.bb-icon,.select2-container--open .select2-dropdown .bb-input-field__icon.select2-results__option--selected{display:block}.bb-input-field__icon--leading{left:0.9375rem;color:#000}.bb-input-field__icon--trailing{right:0.9375rem;color:#000}.bb-input-field__error-text,fieldset .mdc-text-field-helper-text,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-text-field-helper-text{font-size:1rem;line-height:1.375rem;color:#b00020}@media(min-width: 992px){.bb-input-field__error-text,fieldset .mdc-text-field-helper-text,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-text-field-helper-text{font-size:1.25rem;line-height:1.625rem}}.bb-input-field--has-label input,.bb-input-field--has-label textarea,.bb-input-field--has-label .bb-input-field__inner{padding-top:1.25rem;padding-bottom:0.4375rem}.bb-input-field--has-label textarea{height:13.125rem}.bb-input-field--has-label.mdc-text-field--label-floating{color:red}.bb-input-field--has-label.mdc-text-field--label-floating .bb-input-field__icon--leading,.bb-input-field--has-label.mdc-text-field--label-floating .bb-input-field__icon--trailing{transform:translateY(-25%)}@media(min-width: 992px){.bb-input-field--has-label input,.bb-input-field--has-label textarea,.bb-input-field--has-label .bb-input-field__inner{padding-top:1.6875rem}}.bb-input-field--has-leading-icon input,.bb-input-field--has-leading-icon textarea,.bb-input-field--has-leading-icon .bb-input-field__inner{padding-left:3rem}.bb-input-field--has-leading-icon.bb-input-field--has-trailing-icon .bb-input-field__label{max-width:calc(100% - 6rem)}.bb-input-field--has-leading-icon .bb-input-field__label{left:3rem;max-width:calc(100% - 3rem)}.bb-input-field--has-trailing-icon input,.bb-input-field--has-trailing-icon textarea,.bb-input-field--has-trailing-icon .bb-input-field__inner{padding-right:3rem}.bb-input-field--has-trailing-icon.bb-input-field--has-leading-icon .bb-input-field__label{max-width:calc(100% - 6rem)}.bb-input-field--has-trailing-icon .bb-input-field__label{max-width:calc(100% - 3rem)}.bb-input-field--is-disabled{background-color:#e9eaef}.bb-input-field--is-disabled input,.bb-input-field--is-disabled textarea,.bb-input-field--is-disabled__inner,.bb-input-field--is-disabled .bb-input-field__label,.bb-input-field--is-disabled .bb-input-field__icon--leading,.bb-input-field--is-disabled .bb-input-field__icon--trailing{opacity:.38}.bb-input-field--is-disabled:hover{border:0.0625rem solid #dadbde}.bb-input-field--is-required>.bb-input-field__label:after{content:"*";display:inline}fieldset.error .bb-input-field,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field{border-color:#b00020}fieldset.error .bb-input-field input,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field input,fieldset.error .bb-input-field textarea,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field textarea,fieldset.error .bb-input-field__inner,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field__inner{border-color:#b00020}fieldset.error .bb-input-field__label.mdc-floating-label--float-above,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field__label.mdc-floating-label--float-above{color:#b00020}main a:not(.bb-button):not(button),.modal-body a:not(.bb-button):not(button),.cke_editable a:not(.bb-button):not(button){transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);text-decoration:underline}.bg-primary-orange main a:not(.bb-button):not(button),.bg-primary-orange .modal-body a:not(.bb-button):not(button),.bg-primary-orange .cke_editable a:not(.bb-button):not(button){color:#fff}.bg-primary-orange main a:not(.bb-button):not(button):hover,.bg-primary-orange main a:not(.bb-button):not(button):active,.bg-primary-orange .modal-body a:not(.bb-button):not(button):hover,.bg-primary-orange .modal-body a:not(.bb-button):not(button):active,.bg-primary-orange .cke_editable a:not(.bb-button):not(button):hover,.bg-primary-orange .cke_editable a:not(.bb-button):not(button):active{color:#000}ul,ol{list-style-type:none;margin:0;padding:0}body:not(.bl-landingpage) main ul:not(.bb-unstyled-list),body:not(.bl-landingpage) main ol:not(.bb-unstyled-list),body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list),body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list){margin-bottom:1.5rem;padding-left:0}body:not(.bl-landingpage) main ul:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li{position:relative;padding-left:1.75rem}@media(min-width: 992px){body:not(.bl-landingpage) main ul:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li{padding-left:2.25rem}}body:not(.bl-landingpage) main ul:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list)>li:before{content:"";position:absolute;top:0.5rem;left:0;width:0.5rem;height:0.5rem;border-radius:50%;background-color:currentColor}@media(min-width: 992px){body:not(.bl-landingpage) main ul:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list)>li:before{top:0.6875rem;width:0.625rem;height:0.625rem}}body:not(.bl-landingpage) main ol:not(.bb-unstyled-list),body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list){counter-reset:orderedList}body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li:before{font-weight:700;content:counter(orderedList) ".";position:absolute;top:0;left:0;color:currentColor;counter-increment:orderedList}@media(min-width: 992px){body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li:before{right:calc(100% - 1.625rem)}}.text-small body:not(.bl-landingpage) main ul:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) main .text-small ul:not(.bb-unstyled-list)>li:before,.text-small body:not(.bl-landingpage) .cke_editable ul:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable .text-small ul:not(.bb-unstyled-list)>li:before{top:0.5rem}.text-small body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) main .text-small ol:not(.bb-unstyled-list)>li,.text-small body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable .text-small ol:not(.bb-unstyled-list)>li{padding-left:1.625rem}.text-small body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) main .text-small ol:not(.bb-unstyled-list)>li:before,.text-small body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable .text-small ol:not(.bb-unstyled-list)>li:before{right:calc(100% - 1.25rem)}@media(min-width: 992px){.text-small body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) main .text-small ol:not(.bb-unstyled-list)>li,.text-small body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li,body:not(.bl-landingpage) .cke_editable .text-small ol:not(.bb-unstyled-list)>li{padding-left:1.875rem}.text-small body:not(.bl-landingpage) main ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) main .text-small ol:not(.bb-unstyled-list)>li:before,.text-small body:not(.bl-landingpage) .cke_editable ol:not(.bb-unstyled-list)>li:before,body:not(.bl-landingpage) .cke_editable .text-small ol:not(.bb-unstyled-list)>li:before{right:calc(100% - 1.25rem)}}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;border:0.0625rem solid #dd7900;border-radius:1rem}.industrial .table-responsive{border:0.125rem solid #dadbde}.table-responsive.no-borders{border:none}.table-responsive.visible-scroll{overflow-x:scroll}.table-responsive .simplebar-track.simplebar-vertical{height:0.25rem}.table-responsive .simplebar-track.simplebar-horizontal{height:0.25rem}.table-responsive .simplebar-track .simplebar-scrollbar.simplebar-visible::before{opacity:.2 !important}.table-responsive .simplebar-track .simplebar-scrollbar:before{top:0;right:0;bottom:0;left:0;border-radius:0}table,.table{overflow:hidden;width:100%;padding:0;color:#64140e}table tr,.table tr{vertical-align:baseline}table th,table td,.table th,.table td{vertical-align:top}@media(min-width: 1200px){table th,table td,.table th,.table td{padding-right:2.625rem;padding-left:2.625rem}}table th,.table th{color:#dd7900;font-weight:700;background-color:#f4ecdd}table td,.table td{border-top:0.0625rem solid rgba(162,148,123,.3)}.industrial table,.industrial .table{color:#575651}.industrial table th,.industrial .table th{color:#575651;background-color:rgba(0,0,0,0)}.industrial table td,.industrial .table td{border-top-color:#dadbde}table.no-borders,.table.no-borders{border:none}table.no-borders th,.table.no-borders th{background-color:rgba(0,0,0,0)}table.no-borders td,.table.no-borders td{border-top:none}.tooltip .tooltip-inner{font-size:1rem;line-height:1.375rem;color:#000;text-align:left;border:0.0625rem solid #dadbde;border-radius:1.5rem;background-color:#fff;padding:0.5625rem 0.75rem}@media(min-width: 992px){.tooltip .tooltip-inner{font-size:1.25rem;line-height:1.625rem}}.tooltip .tooltip-arrow{display:none}.tooltip.tooltip--wide .tooltip-inner{max-width:37.5rem}.modal-backdrop+.select2-container--open{z-index:1056}.select2-container .select2-search .select2-search__field{font-family:"DicSans",Arial,sans-serif}.select2-container .select2-search .select2-search__field ::-webkit-input-placeholder{font-family:"DicSans",Arial,sans-serif}.select2-container .select2-search .select2-search__field :-moz-placeholder{font-family:"DicSans",Arial,sans-serif}.select2-container .select2-search .select2-search__field ::-moz-placeholder{font-family:"DicSans",Arial,sans-serif}.select2-container .select2-search .select2-search__field :-ms-input-placeholder{font-family:"DicSans",Arial,sans-serif}body.ru-RU .select2-container .select2-search .select2-search__field{font-family:"RobotoCondensed",Arial,sans-serif}body.ru-RU .select2-container .select2-search .select2-search__field ::-webkit-input-placeholder{font-family:"RobotoCondensed",Arial,sans-serif}body.ru-RU .select2-container .select2-search .select2-search__field :-moz-placeholder{font-family:"RobotoCondensed",Arial,sans-serif}body.ru-RU .select2-container .select2-search .select2-search__field ::-moz-placeholder{font-family:"RobotoCondensed",Arial,sans-serif}body.ru-RU .select2-container .select2-search .select2-search__field :-ms-input-placeholder{font-family:"RobotoCondensed",Arial,sans-serif}.select2-container--open{z-index:0}.select2-container--open .select2-dropdown{border:0.0625rem solid #dadbde;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16);display:block;position:static !important}.select2-container--open .select2-dropdown--below{padding-top:0.5rem;margin-top:-0.5rem}.select2-container--open .select2-dropdown--above{padding-bottom:0.5rem;margin-top:0.5rem}.select2-container--open .select2-dropdown .select2-results__group{position:relative;padding:0.25rem 1.5rem 1rem 0.25rem;border-bottom:0.0625rem solid #dadbde;cursor:pointer}.select2-container--open .select2-dropdown .select2-results__group:before{content:"";display:block;height:1.25rem;width:1.25rem;position:absolute;right:0;left:auto;bottom:1.125rem;border-radius:0.25rem;border:0.0625rem solid #000}.select2-container--open .select2-dropdown .select2-results__group:not(:has(+.select2-results__options--nested>.select2-results__option:not(.select2-results__option--selected))){display:block !important}.select2-container--open .select2-dropdown .select2-results__group:not(:has(+.select2-results__options--nested>.select2-results__option:not(.select2-results__option--selected))):before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f118";background:#000;font-size:0.8125rem !important;text-align:center;color:#fff !important;line-height:1.5}.select2-container--open .select2-dropdown .select2-results__group+.select2-results__options--nested>.select2-results__option--highlighted:not(:hover){background-color:rgba(0,0,0,0)}.select2-container--open .select2-dropdown .select2-results__option{padding:0.75rem 1.5rem 0.75rem 0.75rem;line-height:unset;cursor:pointer;position:relative}.select2-container--open .select2-dropdown .select2-results__option .select2-results__option{padding:1rem 3rem 1rem 1rem;margin-left:-0.75rem;margin-right:-1.5rem}.select2-container--open .select2-dropdown .select2-results__option:not(.select2-results__option--group){padding:0.75rem 3rem 0.75rem 0.75rem}.select2-container--open .select2-dropdown .select2-results__option:not(.select2-results__option--group):before{display:block;height:1.25rem;width:1.25rem;position:absolute;right:1.5rem;top:50%;left:auto;background-color:unset;transform:translateY(-50%);border-radius:0.25rem;border:0.0625rem solid #000}.select2-container--open .select2-dropdown .select2-results__option:not(.select2-results__option--selected):before{content:"";background-color:unset}.select2-container--open .select2-dropdown .select2-results__option--selected{display:list-item !important;background-color:#e9eaef}.select2-container--open .select2-dropdown .select2-results__option--selected:before{background:#000 !important;font-size:0.8125rem !important;text-align:center;color:#fff !important;line-height:1.5}.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable{color:#000;background-color:rgba(233,234,239,.3)}.select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected{background-color:#e9eaef}.select2-container--open .select2-dropdown .select2-results__options{margin-bottom:0}.select2-container--open .select2-dropdown .select2-results__options:not(.select2-results__options--nested){max-height:21.875rem}a[data-fancybox-close].button-close,a[data-fancybox] .button-gallery-fullscreen,.fancybox-inner .button-gallery{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex !important;justify-content:center;align-items:center;height:2.25rem;width:2.25rem;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;text-decoration:none;border-radius:100%;transition:background 300ms cubic-bezier(0.4, 0, 0.2, 1)}a[data-fancybox-close].button-close:before,a[data-fancybox] .button-gallery-fullscreen:before,.fancybox-inner .button-gallery:before{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;color:#fff}@media(min-width: 992px){a[data-fancybox-close].button-close,a[data-fancybox] .button-gallery-fullscreen,.fancybox-inner .button-gallery{height:3rem;width:3rem}}a[data-fancybox-close].button-close:hover,a[data-fancybox] .button-gallery-fullscreen:hover,.fancybox-inner .button-gallery:hover{text-decoration:none;background-color:initial;color:initial}.lightbox-copy-gradient:before,a[data-fancybox].has-copy:before{content:"";width:100%;height:2.5rem;background:linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);display:block;position:absolute;z-index:1}.fancybox-inner .fancybox-button.button-prev,.fancybox-inner .fancybox-button.button-next{position:absolute;margin-top:-1.5rem;top:0}.fancybox-inner .fancybox-button.button-prev:before,.fancybox-inner .fancybox-button.button-next:before{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.fancybox-inner .fancybox-button.button-prev{left:0}@media(min-width: 992px){.fancybox-inner .fancybox-button.button-prev{left:3.125rem}}.fancybox-inner .fancybox-button.button-next{right:0}@media(min-width: 992px){.fancybox-inner .fancybox-button.button-next{right:3.125rem}}@media(max-width: 575.98px){.fancybox-inner .fancybox-button{display:none}}@media(min-width: 1200px){.fancybox-inner .fancybox-button{margin-top:-2.25rem}}.fancybox-inner .fancybox-navigation a.fancybox-button.button-gallery{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),visibility 300ms cubic-bezier(0.4, 0, 0.2, 1)}.fancybox-inner .fancybox-navigation a.fancybox-button.button-gallery:hover:before{color:#dd7900}a[data-fancybox]{position:relative;display:inline-block}a[data-fancybox] .button-gallery-fullscreen{position:absolute;z-index:1;right:1.25rem;top:1.25rem;border-radius:100%}@media(max-width: 575.98px){a[data-fancybox] .button-gallery-fullscreen{display:none !important}}a[data-fancybox] .button-gallery-fullscreen:hover{box-shadow:none}a[data-fancybox-close].button-close{position:absolute;z-index:1;right:1.25rem;top:1.25rem}a[data-fancybox-close].button-close:hover:before{color:#dd7900}.fancybox-navigation{display:flex;position:absolute;top:50%;width:100%}.fancybox-caption--custom{background:0;top:0;padding:0}.fancybox-caption--custom .image-caption{position:absolute;bottom:0;width:100%;color:#000;background-color:#fff}.fancybox-caption--custom .image-copy{width:100%;padding-right:0}.fancybox-infobar:before{content:"";display:block;position:absolute;z-index:1;width:100%;height:2.5rem;background:linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)}.bb-accordion__item{display:block;border-bottom:0.125rem solid #000;transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-accordion__item.is-open .bb-accordion__icon{transform:rotate(180deg)}.bb-accordion__item.is-open .bb-accordion__icon .close{display:block}.bb-accordion__item.is-open .bb-accordion__icon .open{display:none}.bb-accordion__title{cursor:pointer;color:#000;width:100%}.bb-accordion__headline{font-size:1.75rem;line-height:1.875rem;font-weight:700;line-height:1.2;margin-right:1.25rem}@media(min-width: 992px){.bb-accordion__headline{font-size:2.125rem;line-height:2.25rem}}.bb-accordion__icon{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0;position:relative;top:0.0625rem;width:1.75rem;height:1.75rem;cursor:pointer;margin-left:auto;transform-origin:center;line-height:1}.bb-accordion__icon .bb-icon,.bb-accordion__icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-accordion__icon .select2-results__option--selected{color:#dd7900;font-size:1.75rem;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute}@media(min-width: 992px){.bb-accordion__icon{top:0.375rem;width:2.625rem;height:2.625rem}.bb-accordion__icon .bb-icon,.bb-accordion__icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-accordion__icon .select2-results__option--selected{font-size:2.625rem}}.bb-accordion__icon .close{display:none}.bb-accordion__icon .open{display:block}.bb-accordion__category-icon{flex-shrink:0;width:2.625rem;height:2.625rem;position:relative;border-radius:100%;margin-top:-0.3125rem}.bb-accordion__category-icon .bb-icon,.bb-accordion__category-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-accordion__category-icon .select2-results__option--selected{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.bb-accordion__content-item{margin-top:0.375rem}.bb-accordion__content-item+.bb-accordion__content-item{padding-top:0}.bb-badge{display:inline-flex;padding:0.5rem 1rem;background-color:#fff;box-shadow:0 0.125rem 0.375rem 0 rgba(0,0,0,.16);border-radius:1.875rem;text-transform:uppercase;font-weight:700;font-size:0.875rem;line-height:0.9375rem}@media(min-width: 992px){.bb-badge{font-size:1.125rem;line-height:1.5rem}}.bb-badge--has-link{color:#dd7900;font-size:0.875rem;line-height:1.125rem;text-transform:none;box-shadow:none}@media(min-width: 992px){.bb-badge--has-link{font-size:1.125rem;line-height:1.5rem}}.bb-badge--has-link:hover{box-shadow:0 0.375rem 1.25rem 0 rgba(0,0,0,.16)}.bb-badge--has-link.active{color:#64140e}@media(min-width: 992px){.bb-badge--has-link.active{box-shadow:none}}.bb-badge--has-link.active:hover{color:#64140e}.bb-badge.bb-badge--has-link{transition:border 300ms cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none}.bb-badge.bb-badge--has-link:hover{color:#64140e}.bb-badge--is-new{position:relative;padding:0;width:3rem;height:2.625rem;align-items:center;justify-content:center;box-shadow:none;background-color:rgba(0,0,0,0)}@media(min-width: 992px){.bb-badge--is-new{width:4rem;height:3.5rem}}.bb-badge--is-new-bg{position:absolute;width:100%;height:100%;fill:#dd7900}.bb-badge--is-new .bb-badge__label{z-index:1;color:#fff}.bb-breadcrumb__main-link{font-size:1rem;line-height:1.375rem;transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;padding:0.1875rem 0.375rem;text-decoration:none !important}@media(min-width: 992px){.bb-breadcrumb__main-link{font-size:1.25rem;line-height:1.625rem}}.bb-breadcrumb__main-link.bb-link{color:#000;font-weight:700}.bb-breadcrumb__main-link.bb-link.home:hover,.bb-breadcrumb__main-link.bb-link:hover{color:#000}.bb-breadcrumb__main-link.bb-link[aria-current=page]{color:#000;font-weight:400;cursor:default}.bb-breadcrumb__main-link.bb-link.home{color:#000}.bb-breadcrumb__main-link.bb-link.home .bb-icon:before,.bb-breadcrumb__main-link.bb-link.home .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-breadcrumb__main-link.bb-link.home .select2-results__option--selected:before{font-size:0.9375rem}.bb-breadcrumb__link-container{max-width:100%;position:relative;z-index:60;display:flex;justify-content:flex-start;flex-wrap:wrap}.bb-breadcrumb__arrow.bb-icon,.select2-container--open .select2-dropdown .bb-breadcrumb__arrow.select2-results__option--selected{display:flex;align-items:center;color:#000}*:not(.bb-button--unstyled).bb-button,button:not(.bb-button--unstyled){transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;display:inline-flex;align-items:center;color:#fff;font-weight:700;font-size:1.125rem;line-height:1.5rem;text-decoration:none;border-radius:1.5rem;background-color:#dd7900;padding:0.75rem 1.5rem 0.75rem}@media(min-width: 992px){*:not(.bb-button--unstyled).bb-button,button:not(.bb-button--unstyled){font-size:1.25rem}}*:not(.bb-button--unstyled).bb-button:hover,button:not(.bb-button--unstyled):hover{color:#fff;text-decoration:none;background-color:#fa892c;box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16)}*:not(.bb-button--unstyled).bb-button:disabled,button:not(.bb-button--unstyled):disabled,*:not(.bb-button--unstyled).bb-button[aria-disabled=true],button:not(.bb-button--unstyled)[aria-disabled=true],*:not(.bb-button--unstyled).bb-button[aria-disabled=true]:hover,button:not(.bb-button--unstyled)[aria-disabled=true]:hover,*:not(.bb-button--unstyled).bb-button:disabled:hover,button:not(.bb-button--unstyled):disabled:hover,*:not(.bb-button--unstyled).bb-button--disabled,*:not(.bb-button--unstyled).bb-button--disabled:hover{box-shadow:none;color:rgba(255,255,255,.5);background-color:#dd7900;cursor:auto}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .bb-icon,button:not(.bb-button--unstyled).bb-button--has-only-icon .bb-icon,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-results__option--selected,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-results__option--selected,*:not(.bb-button--unstyled).bb-button.bb-button--has-icon .bb-icon,button:not(.bb-button--unstyled).bb-button--has-icon .bb-icon,*:not(.bb-button--unstyled).bb-button.bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,button:not(.bb-button--unstyled).bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-icon .select2-results__option--selected,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-icon .select2-results__option--selected{display:inline-flex;line-height:inherit;margin-right:1rem}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .bb-icon:before,button:not(.bb-button--unstyled).bb-button--has-only-icon .bb-icon:before,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-results__option--selected:before,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-results__option--selected:before,*:not(.bb-button--unstyled).bb-button.bb-button--has-icon .bb-icon:before,button:not(.bb-button--unstyled).bb-button--has-icon .bb-icon:before,*:not(.bb-button--unstyled).bb-button.bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,button:not(.bb-button--unstyled).bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-icon .select2-results__option--selected:before,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-icon .select2-results__option--selected:before{position:relative}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon.bb-icon:before,button:not(.bb-button--unstyled).bb-button--has-only-icon.bb-icon:before,.select2-container--open .select2-dropdown *.select2-results__option--selected:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon:before,.select2-container--open .select2-dropdown button.select2-results__option--selected:not(.bb-button--unstyled).bb-button--has-only-icon:before,*:not(.bb-button--unstyled).bb-button.bb-button--has-icon.bb-icon:before,button:not(.bb-button--unstyled).bb-button--has-icon.bb-icon:before,.select2-container--open .select2-dropdown *.select2-results__option--selected:not(.bb-button--unstyled).bb-button.bb-button--has-icon:before,.select2-container--open .select2-dropdown button.select2-results__option--selected:not(.bb-button--unstyled).bb-button--has-icon:before{margin-right:1rem}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon,button:not(.bb-button--unstyled).bb-button--has-only-icon{justify-content:center;min-width:2.25rem;width:3rem;height:3rem;padding:0.5625rem}@media(min-width: 992px){*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon,button:not(.bb-button--unstyled).bb-button--has-only-icon{min-width:3rem;width:4rem;height:4rem;padding:1.0625rem 1.0625rem}}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .bb-icon,button:not(.bb-button--unstyled).bb-button--has-only-icon .bb-icon,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-results__option--selected,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-results__option--selected{margin:0}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .bb-icon:before,button:not(.bb-button--unstyled).bb-button--has-only-icon .bb-icon:before,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon .select2-results__option--selected:before,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--has-only-icon .select2-results__option--selected:before{padding-left:0;padding-right:0}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon>span,button:not(.bb-button--unstyled).bb-button--has-only-icon>span{width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon>span:not(caption),button:not(.bb-button--unstyled).bb-button--has-only-icon>span:not(caption){position:absolute !important}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon:before,button:not(.bb-button--unstyled).bb-button--has-only-icon:before{content:none}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon:hover,button:not(.bb-button--unstyled).bb-button--has-only-icon:hover{background-color:#dd7900;box-shadow:none}*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon:disabled,button:not(.bb-button--unstyled).bb-button--has-only-icon:disabled,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon[aria-disabled=true],button:not(.bb-button--unstyled).bb-button--has-only-icon[aria-disabled=true],*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon[aria-disabled=true]:hover,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon:disabled:hover,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon--disabled,button:not(.bb-button--unstyled).bb-button--has-only-icon--disabled,*:not(.bb-button--unstyled).bb-button.bb-button--has-only-icon--disabled:hover,button:not(.bb-button--unstyled).bb-button--has-only-icon--disabled:hover{color:#dd7900;background-color:rgba(0,0,0,0);opacity:.6}*:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right,button:not(.bb-button--unstyled).bb-button--icon-position-right{display:inline-flex;flex-direction:row-reverse}*:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right .bb-icon,button:not(.bb-button--unstyled).bb-button--icon-position-right .bb-icon,*:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right .select2-container--open .select2-dropdown .select2-results__option--selected,button:not(.bb-button--unstyled).bb-button--icon-position-right .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right .select2-results__option--selected,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--icon-position-right .select2-results__option--selected{margin-left:1rem;margin-right:0rem}*:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right.bb-button--has-only-icon .bb-icon,button:not(.bb-button--unstyled).bb-button--icon-position-right.bb-button--has-only-icon .bb-icon,*:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,button:not(.bb-button--unstyled).bb-button--icon-position-right.bb-button--has-only-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button.bb-button--icon-position-right.bb-button--has-only-icon .select2-results__option--selected,.select2-container--open .select2-dropdown button:not(.bb-button--unstyled).bb-button--icon-position-right.bb-button--has-only-icon .select2-results__option--selected{margin:0}*:not(.bb-button--unstyled).bb-button--secondary,.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled),.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled),.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled),.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled),.bg-primary-orange *.bb-button:not(.bb-button--unstyled),.bg-primary-orange button:not(.bb-button--unstyled){color:#dd7900;background-color:#fff}@media(min-width: 992px){*:not(.bb-button--unstyled).bb-button--secondary,.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled),.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled),.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled),.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled),.bg-primary-orange *.bb-button:not(.bb-button--unstyled),.bg-primary-orange button:not(.bb-button--unstyled){font-size:1.125rem}}*:not(.bb-button--unstyled).bb-button--secondary:focus,.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled):focus,.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled):focus,.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled):focus,.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled):focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+*.bb-recipes-filter-checkbox__holder:not(.bb-button--unstyled).bb-button--secondary,.bb-recipes-filter-checkbox.type-big .bb-teaser-newsletter .form-wrapper .form__submit-container input[type=checkbox]:focus+*.bb-recipes-filter-checkbox__holder.bb-button.form__submit:not(.bb-button--unstyled),.bb-teaser-newsletter .form-wrapper .form__submit-container .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+*.bb-recipes-filter-checkbox__holder.bb-button.form__submit:not(.bb-button--unstyled),.bb-recipes-filter-checkbox.type-big .bb-teaser-newsletter .form-wrapper .form__submit-container input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder.form__submit:not(.bb-button--unstyled),.bb-teaser-newsletter .form-wrapper .form__submit-container .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder.form__submit:not(.bb-button--unstyled),.bb-recipes-filter-checkbox.type-big .industrial .bb-teaser-contact form input[type=checkbox]:focus+*.bb-recipes-filter-checkbox__holder.bb-button[type=submit]:not(.bb-button--unstyled),.industrial .bb-teaser-contact form .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+*.bb-recipes-filter-checkbox__holder.bb-button[type=submit]:not(.bb-button--unstyled),.bb-recipes-filter-checkbox.type-big .industrial .bb-teaser-contact form input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder[type=submit]:not(.bb-button--unstyled),.industrial .bb-teaser-contact form .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder[type=submit]:not(.bb-button--unstyled),.bg-primary-orange *.bb-button:not(.bb-button--unstyled):focus,.bg-primary-orange .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+*.bb-button.bb-recipes-filter-checkbox__holder:not(.bb-button--unstyled),.bb-recipes-filter-checkbox.type-big .bg-primary-orange input[type=checkbox]:focus+*.bb-button.bb-recipes-filter-checkbox__holder:not(.bb-button--unstyled),.bg-primary-orange button:not(.bb-button--unstyled):focus,.bg-primary-orange .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder:not(.bb-button--unstyled),.bb-recipes-filter-checkbox.type-big .bg-primary-orange input[type=checkbox]:focus+button.bb-recipes-filter-checkbox__holder:not(.bb-button--unstyled),*:not(.bb-button--unstyled).bb-button--secondary:hover,.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled):hover,.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled):hover,.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled):hover,.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled):hover,.bg-primary-orange *.bb-button:not(.bb-button--unstyled):hover,.bg-primary-orange button:not(.bb-button--unstyled):hover{color:#fa892c;background-color:#fff}*:not(.bb-button--unstyled).bb-button--secondary:disabled,.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled):disabled,.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled):disabled,.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled):disabled,.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled):disabled,.bg-primary-orange *.bb-button:not(.bb-button--unstyled):disabled,.bg-primary-orange button:not(.bb-button--unstyled):disabled,*:not(.bb-button--unstyled).bb-button--secondary[aria-disabled=true],.bb-teaser-newsletter .form-wrapper .form__submit-container *.bb-button.form__submit:not(.bb-button--unstyled)[aria-disabled=true],.bb-teaser-newsletter .form-wrapper .form__submit-container button.form__submit:not(.bb-button--unstyled)[aria-disabled=true],.industrial .bb-teaser-contact form *.bb-button[type=submit]:not(.bb-button--unstyled)[aria-disabled=true],.industrial .bb-teaser-contact form button[type=submit]:not(.bb-button--unstyled)[aria-disabled=true],.bg-primary-orange *.bb-button:not(.bb-button--unstyled)[aria-disabled=true],.bg-primary-orange button:not(.bb-button--unstyled)[aria-disabled=true],*:not(.bb-button--unstyled).bb-button--secondary[aria-disabled=true]:hover,*:not(.bb-button--unstyled).bb-button--secondary:disabled:hover,*:not(.bb-button--unstyled).bb-button--secondary--disabled,*:not(.bb-button--unstyled).bb-button--secondary--disabled:hover{cursor:not-allowed;color:rgba(221,121,0,.5);background-color:#fff}*:not(.bb-button--unstyled).bb-button--tertiary{color:#dd7900;background-color:rgba(0,0,0,0);border:0.1875rem solid #dd7900;border-radius:50%}*:not(.bb-button--unstyled).bb-button--as-text{color:#dd7900;text-decoration:none;border-radius:0;background-color:rgba(0,0,0,0);padding:0}*:not(.bb-button--unstyled).bb-button--as-text span{text-decoration:underline}*:not(.bb-button--unstyled).bb-button--as-text:hover{color:#ffab48;background-color:initial;box-shadow:initial}*:not(.bb-button--unstyled).bb-button--as-text.bb-button--has-icon.bb-button--icon-position-right .bb-icon,*:not(.bb-button--unstyled).bb-button--as-text.bb-button--has-icon.bb-button--icon-position-right .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown *:not(.bb-button--unstyled).bb-button--as-text.bb-button--has-icon.bb-button--icon-position-right .select2-results__option--selected{margin-left:0.25rem}*:not(.bb-button--unstyled).bb-button--uppercase{text-transform:uppercase}*:not(.bb-button--unstyled).bb-button--square{border-radius:0}*:not(.bb-button--unstyled).bb-button--big{padding:1rem 2rem;border-radius:2rem}*:not(.bb-button--unstyled).bb-button--see-all{position:relative;display:inline-flex;align-items:center;justify-content:center;width:6.125rem;height:5.375rem;background-color:rgba(0,0,0,0);padding:0}*:not(.bb-button--unstyled).bb-button--see-all *:not(.bb-button--unstyled).bb-button--see-all-bg{transition:fill 300ms cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 992px){*:not(.bb-button--unstyled).bb-button--see-all{width:8rem;height:7.125rem}}*:not(.bb-button--unstyled).bb-button--see-all:hover{background-color:rgba(0,0,0,0);box-shadow:none}*:not(.bb-button--unstyled).bb-button--see-all:hover *:not(.bb-button--unstyled).bb-button--see-all-bg{fill:#fa892c}*:not(.bb-button--unstyled).bb-button--see-all-bg{position:absolute;width:100%;height:100%;fill:#dd7900}*:not(.bb-button--unstyled).bb-button--see-all span{padding:0.375rem;z-index:1;color:#fff;font-size:0.875rem;line-height:1.0625rem;font-weight:700;text-align:center}@media(min-width: 992px){*:not(.bb-button--unstyled).bb-button--see-all span{font-size:1.25rem;line-height:1.375rem}}button{border:none;background:none;text-align:left;padding:0.0625rem 0.375rem;color:inherit}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:none;appearance:none}fieldset .checkbox-holder,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .checkbox-holder{display:flex}fieldset .mdc-checkbox,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox{padding:0;top:-0.0625rem;flex:0 0 1.5rem;height:1.5rem;position:relative;cursor:pointer}@media(min-width: 992px){fieldset .mdc-checkbox,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox{top:0.125rem;flex:0 0 1.5rem;height:1.5rem}}fieldset .mdc-checkbox:before,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox:before,fieldset .mdc-checkbox:after,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox:after{content:none}fieldset .mdc-checkbox__native-control,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}fieldset .mdc-checkbox__background,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__background{transition:border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;width:100%;height:100%;top:0;left:0;border:0.0625rem solid #000;border-radius:0.5rem;background-color:#fff}fieldset .mdc-checkbox__background:before,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__background:before{content:none}fieldset .mdc-checkbox__background .mdc-checkbox__checkmark,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;stroke:#fff;stroke-width:0.1875rem;opacity:0}fieldset .mdc-checkbox+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label{color:#000;cursor:pointer;padding-left:0.75rem}fieldset .mdc-checkbox+label *,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label *{display:inline}fieldset .mdc-checkbox+label p:last-child,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label p:last-child{margin-bottom:0}fieldset .mdc-checkbox+label>.bb-content-item,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox+label>.bb-content-item{margin:0 !important}fieldset .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,fieldset .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background{background-color:#000;border-color:#000}fieldset .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background .mdc-checkbox__checkmark,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background .mdc-checkbox__checkmark,fieldset .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background .mdc-checkbox__checkmark,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:1;transition-delay:.15s}fieldset.error .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:#b00020}.bb-content-slider{--swiper-theme-color: #fff;--swiper-pagination-bullet-size: 0.4375rem;--swiper-pagination-bullet-width: 0.4375rem;--swiper-pagination-bullet-height: 0.4375rem;--swiper-pagination-bullet-inactive-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-horizontal-gap: 0.375rem;--swiper-pagination-bullet-vertical-gap: 0;position:relative;border-radius:1rem}.bb-content-slider .swiper-pagination-bullet{border:0.0625rem solid #fff}.bb-content-slider .swiper-pagination-bullet-active{--swiper-pagination-bullet-size: 0.75rem;--swiper-pagination-bullet-width: 0.75rem;--swiper-pagination-bullet-height: 0.75rem}.bb-content-slider__pagination{display:flex;align-items:center;justify-content:center;margin-top:2rem}.bb-content-slider__bg-image{position:absolute;top:0;right:0;bottom:0;left:0}.bb-content-slider__bg-collection{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.bb-content-slider__bg-collection img{width:100%}.bb-content-slider__bg-collection--top-left{position:absolute;top:0;left:0;width:4.5rem;height:6.25rem;z-index:1;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Images/chopsticks@2x..png');background-size:cover;background-repeat:no-repeat}.bb-content-slider__bg-collection--top-right{position:absolute;top:0;right:0;width:5rem;height:7rem;z-index:1;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Images/soy_beans@2x..png');background-size:cover;background-repeat:no-repeat}@media(min-width: 576px)and (max-width: 1199.98px){.bb-content-slider__bg-collection--top-right{height:5.875rem;width:5.375rem;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Images/soy_beans_tablet@2x..png')}}.bb-content-slider__bg-collection--bottom-right{position:absolute;bottom:0;right:0;width:5rem;height:4.125rem;z-index:1;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Images/sushi_teller@2x..png');background-size:cover;background-repeat:no-repeat}@media(min-width: 576px)and (max-width: 1199.98px){.bb-content-slider__bg-collection--bottom-right{width:6rem;height:4.5rem;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/Public/Images/sushi_teller_tablet@2x..png')}}.bb-content-slider__wrapper{position:relative;padding:2.25rem 4rem;background-color:#f9b104;border-radius:1rem}.bb-content-slider__navigation-left,.bb-content-slider__navigation-right{display:flex;position:absolute;top:50%;transform:translateY(-50%);z-index:2;cursor:pointer}.bb-content-slider__navigation-left .bb-icon,.bb-content-slider__navigation-left .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-content-slider__navigation-left .select2-results__option--selected,.bb-content-slider__navigation-right .bb-icon,.bb-content-slider__navigation-right .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-content-slider__navigation-right .select2-results__option--selected{line-height:1}.bb-content-slider__navigation-left .bb-icon:before,.bb-content-slider__navigation-left .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-content-slider__navigation-left .select2-results__option--selected:before,.bb-content-slider__navigation-right .bb-icon:before,.bb-content-slider__navigation-right .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-content-slider__navigation-right .select2-results__option--selected:before{line-height:1;font-size:1.25rem;color:#dd7900}.bb-content-slider__navigation-left{left:1.25rem}.bb-content-slider__navigation-right{right:1.25rem}.bb-cookmode__button-container{z-index:2;position:fixed;right:1.5rem;bottom:1.5rem}@media print{.bb-cookmode__button-container{display:none}}@media(min-width: 576px){.bb-cookmode__button-container.sticky-bottom{position:absolute;bottom:-4.5rem;top:auto}}@media(min-width: 992px){.bb-cookmode__button-container.sticky-bottom{bottom:-6.5rem}}.bb-cookmode__info{border-radius:0.75rem;padding:0.875rem 1.75rem 0.875rem 0.875rem;width:25rem;position:absolute;align-items:center;display:none;transform:translateX(-106%);font-size:1.125rem;line-height:1.5rem}.bb-cookmode__info.show{animation:show 1s ease-in-out}.bb-cookmode__info:after{position:absolute;content:"";top:50%;right:-1rem;border-color:rgba(0,0,0,0);border-left-color:#cde2b3;border-style:solid;border-width:0.5rem 0 0.5rem 1rem;transform:translateY(-50%)}.bb-cookmode__info-close{position:absolute;right:0.5rem;top:0.125rem;font-size:0.625rem}.bb-cookmode__info-close:hover{color:#575651}.bb-cookmode__overlay-container{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;display:none;position:fixed;z-index:10600;left:0;right:0;top:0;bottom:0;background-color:#fff}.bb-cookmode__overlay-container__close-button-container{position:absolute;right:1.5rem;top:1rem;z-index:2;text-align:right}.bb-cookmode__overlay-container__close-button-container .bb-button,.bb-cookmode__overlay-container__close-button-container button{color:#dd7900}.bb-cookmode__overlay-container__content{max-height:100%}.bb-cookmode__overlay-container__content .swiper{position:static;margin:0 -24px;height:100vh;height:100dvh}.bb-cookmode__swiper-pagination{display:flex;transform:none}.bb-cookmode__swiper-pagination-holder{z-index:1;position:absolute;bottom:0;left:0;right:0;background-color:#fff;box-shadow:0 0.125rem 0.625rem rgba(0,0,0,.1607843137)}.bb-cookmode__swiper-pagination-holder .container-fluid{padding:0}.bb-cookmode__swiper-pagination-holder .container-fluid .row .col-12 .swiper-initialized{width:100%;height:100%;overflow:hidden}.bb-cookmode__swiper-pagination-holder .container-fluid .row .col-12 .swiper-initialized.not-enough-slides .bb-cookmode__swiper-pagination{justify-content:center !important;transform:none !important}.bb-cookmode__swiper-pagination-bullet{flex-shrink:0;padding:0.75rem 1.25rem;line-height:1;background-color:#dd7900;color:#fff;position:relative;display:flex;justify-content:center;align-items:center;font-weight:700;border-left:0.0625rem solid rgba(255,255,255,.2);cursor:pointer}.bb-cookmode__swiper-pagination-bullet-active{background-color:#f9b104;color:#000}.bb-cookmode__preparation__step{margin-top:0;padding:0 24px 4rem;display:flex;flex-direction:column;overflow:hidden}.bb-cookmode__preparation__step__description{overflow:hidden;flex-grow:1}.bb-cookmode__preparation__step .nested-swiper{position:relative}.bb-cookmode__preparation__step .nested-swiper .swiper-scrollbar{right:-1rem}@media(max-width: 767.98px){.bb-cookmode__preparation__step__ingredients:first-child,.bb-cookmode__preparation__step__description:first-child{margin-top:3.75rem}}.bb-cookmode__secondary .bb-cookmode__button-container{display:none;cursor:pointer;align-items:center}.bb-cookmode__secondary .bb-cookmode__button-container.show{animation:show 1s ease-in-out}.bb-cookmode__secondary .bb-button.cookemode,.bb-cookmode__secondary button.cookemode{border-radius:0.75rem;height:80px}.bb-cookmode__secondary .bb-button.cookemode.bb-button--has-icon .bb-icon,.bb-cookmode__secondary button.cookemode.bb-button--has-icon .bb-icon,.bb-cookmode__secondary .bb-button.cookemode.bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-cookmode__secondary .bb-button.cookemode.bb-button--has-icon .select2-results__option--selected,.bb-cookmode__secondary button.cookemode.bb-button--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-cookmode__secondary button.cookemode.bb-button--has-icon .select2-results__option--selected{margin-right:0}.bb-cookmode__secondary .bb-button.cookemode span,.bb-cookmode__secondary button.cookemode span{display:none}.bb-cookmode__secondary .bb-button.cookemode .bb-icon,.bb-cookmode__secondary button.cookemode .bb-icon,.bb-cookmode__secondary .bb-button.cookemode .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-cookmode__secondary .bb-button.cookemode .select2-results__option--selected,.bb-cookmode__secondary button.cookemode .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-cookmode__secondary button.cookemode .select2-results__option--selected{font-size:2.5rem}@keyframes show{0%{opacity:0}100%{opacity:1}}@media(min-width: 768px){.bb-cookmode__overlay-container__content{padding-top:0.875rem}.bb-cookmode__overlay-container__content .swiper{height:calc(100vh - 7.75rem);height:calc(100dvh - 7.75rem)}.bb-cookmode__swiper-pagination-bullet{padding:1.875rem 2.8125rem}.bb-cookmode__swiper-pagination-bullet .bb-icon::before,.bb-cookmode__swiper-pagination-bullet .select2-container--open .select2-dropdown .select2-results__option--selected::before,.select2-container--open .select2-dropdown .bb-cookmode__swiper-pagination-bullet .select2-results__option--selected::before{font-size:2rem}.bb-cookmode__preparation__step{padding-bottom:0}.bb-cookmode__preparation__step .nested-swiper-slide{margin-top:0.5rem;margin-bottom:4rem}.bb-cookmode__preparation__step .bb-image .bb-image__image-holder{border-radius:0.5rem}}@media(min-width: 992px){.bb-cookmode__info{padding:1rem 2rem 1rem}.bb-cookmode__info:after{right:-1.25rem;border-width:0.625rem 0 0.625rem 1.25rem}.bb-cookmode__info-close{right:0.75rem;font-size:0.75rem}}@media(min-width: 1200px){.bb-cookmode__overlay-container__content{padding-top:2rem}.bb-cookmode__overlay-container__content .swiper{position:relative;height:calc(100vh - 10rem);height:calc(100dvh - 10rem)}}@media(max-width: 575.98px){.bb-cookmode__primary .bb-cookmode__button-container{right:0;left:0;bottom:0}.bb-cookmode__primary .bb-cookmode__button-container .bb-button,.bb-cookmode__primary .bb-cookmode__button-container button{border-radius:0;width:100%;justify-content:center}.bb-cookmode__info{width:calc(100vw - 9.125rem)}.bb-cookmode__overlay-container__content .bb-image__image-holder{margin:0 -24px}}.bb-copy-with-headline-and-image__image{border-radius:1rem}@media(min-width: 768px){.bb-copy-with-headline-and-image--image-right>.row{display:flex;flex-direction:row-reverse}}@media(min-width: 768px){.bb-copy-with-image--image-right>.row{flex-direction:row-reverse}}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */.bb-datepicker{position:relative;z-index:1}.ui-widget.ui-widget-content{z-index:0;border-radius:0.5rem !important;border:0.0625rem solid #dadbde;box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16)}.ui-widget-content{border:0.0625rem solid #dadbde;background:#fff;color:#000}.ui-widget-content a{color:#000}.ui-widget-header{border:0.0625rem solid #dadbde;background:#fff;color:#000;font-weight:700}.ui-widget-header a{color:#000}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:0.0625rem solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.ui-button.bb-recipes-filter-checkbox__holder{border:0.0625rem solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+a.ui-button.bb-recipes-filter-checkbox__holder{color:#2b2b2b;text-decoration:none}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-overlay{background:#aaa;opacity:.3}.ui-widget-shadow{box-shadow:0 0 0.3125rem #666}.ui-datepicker{min-width:19.5rem;max-width:20rem}.ui-datepicker a{text-decoration:none}.ui-datepicker.ui-corner-all{border-radius:0}.ui-datepicker-header{border-left:none;border-right:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;display:flex;background-color:#fff;margin:-0.25rem -0.25rem 0}@media(min-width: 992px){.ui-datepicker-header{margin:-0.3125rem -0.3125rem 0}}.ui-datepicker-header .ui-datepicker-prev{order:1;flex-grow:0;margin:0.625rem}.ui-datepicker-header .ui-datepicker-prev:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11c"}.ui-datepicker-header .ui-datepicker-title{order:2;flex-grow:1;padding:0.4375rem 0;text-align:center}.ui-datepicker-header .ui-datepicker-title select{border-color:#dadbde;padding:0.1875rem 0.3125rem}.ui-datepicker-header .ui-datepicker-title select+select{margin-left:0.625rem}.ui-datepicker-header .ui-datepicker-next{order:3;flex-grow:0;margin:0.625rem}.ui-datepicker-header .ui-datepicker-next:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11e"}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{text-align:center;cursor:pointer;padding:0;margin:0;top:0.875rem;border:0.0625rem solid #dadbde;background-color:#fff;border-radius:1.5rem;width:1.8125rem;height:1.8125rem}@media(min-width: 992px){.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{width:2rem;height:2rem;top:1rem}}.ui-datepicker .ui-datepicker-prev:before,.ui-datepicker .ui-datepicker-next:before{position:absolute;transition:left 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);top:50%;transform:translate(-50%, -50%);left:50%;font-size:0.9375rem;color:#dd7900}@media(min-width: 992px){.ui-datepicker .ui-datepicker-prev:before,.ui-datepicker .ui-datepicker-next:before{font-size:0.9375rem}}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:none}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);background-color:#e9eaef !important}.ui-datepicker .ui-datepicker-prev-hover:before,.ui-datepicker .ui-datepicker-next-hover:before{color:#000}.ui-datepicker .ui-datepicker-prev.ui-state-hover,.ui-datepicker .ui-datepicker-next.ui-state-hover{background:rgba(0,0,0,0)}.ui-datepicker .ui-datepicker-prev{left:0.5rem}.ui-datepicker .ui-datepicker-next{right:0.5rem}.ui-datepicker-calendar th{background-color:#fff}.ui-datepicker-calendar tbody tr{background-color:rgba(218,219,222,.5)}.ui-datepicker-calendar tr td a{margin-top:0.0625rem}.ui-datepicker-calendar td .ui-state-default{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;text-align:center;width:2.5rem;margin-bottom:0.125rem;background-color:#fff;border:rgba(0,0,0,0);color:#000}.ui-datepicker-calendar td .ui-state-default.ui-state-active{background:#dd7900;color:#fff}.ui-datepicker-calendar td .ui-state-default:hover{background-color:#fa892c}.ui-datepicker-calendar th:first-child,.ui-datepicker-calendar td:first-child{padding-left:0.125rem}.ui-datepicker-calendar th:last-child,.ui-datepicker-calendar td:last-child{padding-right:0}.bb-debug pre.dump{display:block;width:100%;clear:both;color:#000 !important;background:#ccc !important;text-transform:none !important;word-break:break-all;word-wrap:break-word;white-space:pre-wrap}.bb-feedback{transition:padding 300ms cubic-bezier(0.4, 0, 0.2, 1);margin-left:-24px;margin-right:-24px;text-align:center;background-color:#f4ecdd}.bb-feedback .form__submit-container{display:none}.bb-feedback__stars{font-size:2rem;display:flex;justify-content:center}.bb-feedback__stars .wrapper{display:flex}.bb-feedback__stars .wrapper .bb-feedback__star-button{color:#dc231a}.bb-feedback__stars .wrapper .bb-feedback__star-button .bb-icon,.bb-feedback__stars .wrapper .bb-feedback__star-button .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-feedback__stars .wrapper .bb-feedback__star-button .select2-results__option--selected{line-height:1}.bb-feedback__stars .wrapper .bb-feedback__star-button.active .bb-icon:before,.bb-feedback__stars .wrapper .bb-feedback__star-button.active .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-feedback__stars .wrapper .bb-feedback__star-button.active .select2-results__option--selected:before,.bb-feedback__stars .wrapper:hover>.bb-feedback__star-button:not([disabled]) .bb-icon:before,.bb-feedback__stars .wrapper:hover>.bb-feedback__star-button:not([disabled]) .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-feedback__stars .wrapper:hover>.bb-feedback__star-button:not([disabled]) .select2-results__option--selected:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f172"}.bb-feedback__stars .wrapper .bb-feedback__star-button:not([disabled]):hover~.bb-feedback__star-button .bb-icon:before,.bb-feedback__stars .wrapper .bb-feedback__star-button:not([disabled]):hover~.bb-feedback__star-button .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-feedback__stars .wrapper .bb-feedback__star-button:not([disabled]):hover~.bb-feedback__star-button .select2-results__option--selected:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f173"}.bb-feedback .bb-button.form__submit,.bb-feedback button.form__submit{width:100%;justify-content:center}@media(min-width: 576px){.bb-feedback{margin-left:0;margin-right:0;border-radius:1rem}.bb-feedback .bb-button.form__submit,.bb-feedback button.form__submit{width:auto}}@media(min-width: 768px){.bb-feedback{padding-right:2rem;padding-left:2rem}}@media print{.bb-feedback{display:none !important}}fieldset .input-area,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-area{overflow:hidden}fieldset .input-file,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file{position:relative;display:flex;align-items:center}fieldset .input-file input,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file input{position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:0;z-index:-1}fieldset .input-file-names.multiple,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple{display:flex;flex-wrap:wrap;margin-bottom:-0.5rem}fieldset .input-file-names.multiple.is-hidden,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple.is-hidden{display:none}fieldset .input-file-names.multiple .label-names,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names{margin-bottom:0.5rem}fieldset .input-file-names.multiple .label-names span,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span{display:block;padding:0.375rem 0.75rem}fieldset .input-file-names.multiple .label-names span .icon,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span .icon{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;top:0.375rem;display:inline-block;padding:0.125rem;color:#dd7900;font-size:0.875rem;cursor:pointer}@media(min-width: 992px){fieldset .input-file-names.multiple .label-names span .icon,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span .icon{top:0.4375rem;font-size:1rem}}fieldset .input-file-names.multiple .label-names span .icon:before,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span .icon:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f187"}fieldset .input-file-names.multiple .label-names span .icon:hover,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .input-file-names.multiple .label-names span .icon:hover{color:#fa892c}@media(max-width: 575.98px){.bb-footer.has-cookmode{padding-bottom:3rem}}.bb-footer__breadcrumb{border-bottom:0.0625rem solid #dadbde}.bb-footer__main{padding-top:1.875rem}.bb-footer__main>.container{padding-top:1.875rem;padding-bottom:2rem;border-top:0.0625rem solid #dadbde;border-bottom:0.0625rem solid #dadbde}@media(min-width: 992px){.bb-footer__main>.container{padding-bottom:2.625rem}}.bb-footer__main .bb-footer--logo-container{max-width:17.5rem}.bb-footer__main-lists{margin-top:1rem}@media(min-width: 992px){.bb-footer__main-lists{margin-top:0}}.bb-footer__main-lists .col+.col .bb-footer--list{margin-top:1rem}@media(min-width: 768px){.bb-footer__main-lists .col+.col .bb-footer--list{margin-top:0}}.bb-footer__main .bb-footer--list-headline{font-size:1.625rem;line-height:1.875rem;font-weight:700;text-transform:uppercase;margin-top:1rem;margin-bottom:1rem}@media(min-width: 768px){.bb-footer__main .bb-footer--list-headline{margin-top:0}}.bb-footer__main .bb-footer--list li:not(:last-child){margin-bottom:1rem}.bb-footer__main .bb-footer--list .bb-link{font-weight:400;text-decoration:none}.bb-footer__main .bb-footer--list .bb-link:hover{text-decoration:underline}.bb-footer__main .bb-footer--social-media{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.bb-footer__main .bb-footer--social-media a{text-decoration:none}.bb-footer__meta{position:relative;margin:2rem 0 1.25rem 0;border-top:0.0625rem solid #dadbde}.bb-footer__meta .bb-footer__meta-content{display:flex;flex-direction:column;text-align:center;gap:0.5rem;padding:1rem 0 2.375rem}@media(max-width: 767.98px){.bb-footer__meta .bb-footer__meta-content nav{flex-wrap:wrap}.bb-footer__meta .bb-footer__meta-content nav .bb-link:first-child{display:block;width:100%}.bb-footer__meta .bb-footer__meta-content nav .bb-link:first-child:after{display:none}}.bb-footer__meta .bb-footer__meta-content .bb-link{font-weight:400;text-decoration:none}.bb-footer__meta .bb-footer__meta-content .bb-link:not(:last-child):after{content:"|";display:block;padding:0 0.5rem}.bb-footer__meta-language-switcher{position:absolute;right:0;bottom:0;right:24px}@media(min-width: 768px){.bb-footer__meta-language-switcher{right:32px}}@media(min-width: 992px){.bb-footer__meta-language-switcher{right:64px}}@media(min-width: 1600px){.bb-footer__meta-language-switcher{right:162px}}@media(min-width: 992px){.bb-footer__meta{margin:2.625rem 0 0 0}.bb-footer__meta .bb-footer__meta-content{flex-direction:row;justify-content:space-between;gap:2rem;padding:2rem 0;text-align:left}.bb-footer__meta .bb-footer__meta-content .copyright{flex-grow:1}.bb-footer__meta-language-switcher{position:static}}.bb-form-message{display:flex}.bb-form-message:before{font-size:2.25rem}@media(min-width: 992px){.bb-form-message:before{font-size:2.625rem}}.bb-form-message p:last-child{margin-bottom:0}.bb-form-message--error .bb-form-message__icon{position:relative;top:0.375rem;color:#dc231a}[data-repeatable-container]{position:relative}[data-repeatable-container] h4{margin-bottom:0.375rem}[data-repeatable-container] [data-remove-button]{position:absolute;right:0;top:-0.125rem;font-size:0.875rem;display:none}@media(min-width: 992px){[data-repeatable-container] [data-remove-button]{font-size:1.125rem}}[data-repeatable-container] [data-remove-button] .bb-icon,[data-repeatable-container] [data-remove-button] .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown [data-repeatable-container] [data-remove-button] .select2-results__option--selected{margin-right:0.375rem}[data-repeatable-container] [data-copy-button]{display:none}[data-repeatable-container] .btn-group{margin-top:1rem}[data-repeatable-container]:last-of-type [data-remove-button]{display:block}[data-repeatable-container]:last-of-type [data-copy-button]{display:block}[data-repeatable-container][data-is-root] [data-remove-button]{display:none}fieldset[data-repeatable-container]+fieldset[data-repeatable-container],.bb-recipes-filter-checkbox.type-default [data-repeatable-container].bb-recipes-filter-checkbox__holder+fieldset[data-repeatable-container],.bb-recipes-filter-checkbox.type-default fieldset[data-repeatable-container]+[data-repeatable-container].bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-default [data-repeatable-container].bb-recipes-filter-checkbox__holder+[data-repeatable-container].bb-recipes-filter-checkbox__holder{margin-top:2rem}form .recaptcha-container{min-height:4.875rem}form .recaptcha-container span.error.help-block{font-size:1rem;line-height:1.375rem;display:block;color:#b00020}@media(min-width: 992px){form .recaptcha-container span.error.help-block{font-size:1.25rem;line-height:1.625rem}}form .form__container-required-privacy .required-copy,form .form__container-required-privacy .privacy-copy{margin-bottom:0}form input[hidden]:first-child+.form__submit-container:last-child{padding-top:0}@media(min-width: 1200px){.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content),.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content){margin-left:calc(16.6666667% + 0.25rem);margin-right:calc(16.6666667% + 0.25rem)}.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content) .bb-youtube-video,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content) .table-responsive,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content) .bb-youtube-video,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content) .table-responsive{margin-left:calc(-25% - 0.375rem);margin-right:calc(-25% - 0.375rem);width:auto}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image .row>div:first-child{margin-left:8.333333%;width:41.666667%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image .row>div:last-child{width:41.666667%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image--image-right .row>div:first-child{margin-left:0;margin-right:8.333333%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image--image-right .row>div:last-child{margin-left:0}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image.without-image:not(.wide-content){margin-left:calc(16.6666667% + 0.25rem);margin-right:calc(16.6666667% + 0.25rem)}}@media(min-width: 1600px){.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content),.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content){margin-left:calc(12.5% + 0.1875rem);margin-right:calc(12.5% + 0.1875rem)}.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content) .bb-youtube-video,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-bb_contentelements_ytvideo:not(.wide-content) .table-responsive,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content) .bb-youtube-video,.col-xl-12.col-xxl-8:last-child .bb-content-item.frame-type-text:not(.wide-content) .table-responsive{margin-left:calc(-16.6666667% - 0.375rem);margin-right:calc(-16.6666667% - 0.375rem)}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image .row>div:first-child{margin-left:0;width:50%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image .row>div:last-child{width:37.5%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-image--image-right .row>div:first-child{margin-right:0}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image:not(.without-image){position:relative;left:calc(-12.5% - 0.125rem)}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image .row>div:first-child{width:62.45%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image .row>div:last-child{width:37.55%}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image--image-right{left:0}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-copy-with-headline-and-image.without-image:not(.wide-content){margin-left:calc(12.5% + 0.1875rem);margin-right:calc(12.5% + 0.1875rem)}.col-xl-12.col-xxl-8:last-child .bb-content-item.bb-quote-container .row .col-12.col-md-6:last-child{padding-right:calc(12.5% + 0.75rem)}}.row.no-row-col-margins{margin-top:0}.row.no-row-col-margins>*{margin-top:0}.row.grid-gutter-row-col-margins{margin-top:-1rem}.row.grid-gutter-row-col-margins>*{margin-top:1rem}@media(min-width: 992px){.row.grid-gutter-row-col-margins{margin-top:-1.5rem}.row.grid-gutter-row-col-margins>*{margin-top:1.5rem}}.row.bb-teaser-row .bb-content-item{height:100%}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
*/.bb-hamburger{display:block;border:none;-webkit-appearance:none;cursor:pointer}.bb-hamburger .bb-hamburger__box{position:relative;display:block;width:1.5rem;height:1.125rem}.bb-hamburger .bb-hamburger__inner{display:block;top:50%;margin-top:-0.125rem}.bb-hamburger .bb-hamburger__inner,.bb-hamburger .bb-hamburger__inner::before,.bb-hamburger .bb-hamburger__inner::after{position:absolute;width:1.5rem;height:0.25rem;border-radius:0.125rem;background-color:#000}.bb-hamburger .bb-hamburger__inner::before,.bb-hamburger .bb-hamburger__inner::after{content:"";display:block}.bb-hamburger .bb-hamburger__inner::before{top:-0.4375rem}.bb-hamburger .bb-hamburger__inner::after{width:0.625rem;bottom:-0.4375rem}.bb-hamburger .bb-hamburger__label{font-size:0.75rem;line-height:1rem;text-transform:uppercase;font-weight:bold;margin-top:0.375rem}.bb-hamburger .bb-hamburger__inner{transition:transform .15s ease,background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-hamburger .bb-hamburger__inner::before{transition:top .075s .12s ease,opacity .075s ease,background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-hamburger .bb-hamburger__inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),width 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-hamburger[aria-expanded=true] .bb-hamburger__inner{transform:rotate(45deg);transition:transform .15s cubic-bezier(0.215, 0.61, 0.355, 1) .12s,background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-hamburger[aria-expanded=true] .bb-hamburger__inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease,background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-hamburger[aria-expanded=true] .bb-hamburger__inner::after{bottom:0;width:1.5rem;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}body:not(.is-mobile) .bb-hamburger:hover .bb-hamburger__inner,body:not(.is-mobile) .bb-hamburger:hover .bb-hamburger__inner::before,body:not(.is-mobile) .bb-hamburger:hover .bb-hamburger__inner::after{width:1.5rem;background-color:#dd7900}.bb-header-image-with-video{position:relative}.bb-header-image-with-video:before{padding-top:115.385%}.bb-header-image-with-video .swiper{height:100%}.bb-header-image-with-video__desktop{display:none !important}.bb-header-image-with-video__video-controls{position:absolute;z-index:3;bottom:1rem;left:1.25rem;color:#fff}.bb-header-image-with-video__video-controls .bb-icon,.bb-header-image-with-video__video-controls .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-header-image-with-video__video-controls .select2-results__option--selected{padding:0.25rem;cursor:pointer}.bb-header-image-with-video__video-controls-play.bb-icon,.select2-container--open .select2-dropdown .bb-header-image-with-video__video-controls-play.select2-results__option--selected{display:block}.bb-header-image-with-video__video-controls-pause.bb-icon,.select2-container--open .select2-dropdown .bb-header-image-with-video__video-controls-pause.select2-results__option--selected{display:none}.bb-header-image-with-video__video-controls.is-playing .bb-header-image-with-video__video-controls-play{display:none}.bb-header-image-with-video__video-controls.is-playing .bb-header-image-with-video__video-controls-pause{display:block}.bb-header-image-with-video__pagination{position:absolute;z-index:2;bottom:1.375rem;right:1.5rem;color:#fff;line-height:1}.bb-header-image-with-video .bb-vimeo-video{overflow:hidden;height:100%;margin-top:0 !important;pointer-events:none}.bb-header-image-with-video .bb-vimeo-video__video-container{margin-top:-27%}.bb-header-image-with-video.no-cookie-accepted .bb-header-image-with-video__video-controls{z-index:-1}.bb-header-image-with-video:not(.no-cookie-accepted) .bb-vimeo-video .uc-vimeo-bg{z-index:-1;pointer-events:none}.bb-header-image-with-video:not(.no-cookie-accepted) .bb-vimeo-video iframe{z-index:1}@media(orientation: landscape),(min-width: 576px){.bb-header-image-with-video:before{padding-top:43.75%}.bb-header-image-with-video__mobile{display:none !important}.bb-header-image-with-video__desktop{display:block !important}.bb-header-image-with-video__video-controls{bottom:1.375rem;left:1.75rem}.bb-header-image-with-video__pagination{bottom:1.75rem;right:2rem}.bb-header-image-with-video .bb-vimeo-video__video-container{margin-top:-6.25%}}@media print{.bb-header-image-with-video{display:none}}.bb-header-teaser{position:relative}.bb-header-teaser__image--mobile img{min-height:25rem;height:calc(100vh - 4.625rem) !important;height:calc(100svh - 4.625rem) !important}.bb-header-teaser__video--mobile{overflow:hidden;height:calc(100vh - (4.625rem + 1.5rem)) !important;height:calc(100svh - (4.625rem + 1.5rem)) !important}.bb-header-teaser__video--mobile .bb-vimeo-video__video-container{min-height:100%;aspect-ratio:9/16;width:auto;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.bb-header-teaser__video--desktop,.bb-header-teaser__image--desktop{display:none !important;margin-top:0 !important}.bb-header-teaser__content-holder{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:absolute;top:0;bottom:0;left:0;right:0}.bb-header-teaser__container{position:relative;z-index:1;width:100%;padding:1rem}.bb-header-teaser__container:after{z-index:-1;position:absolute;display:block;content:"";bottom:0;left:0;right:0;top:-10%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 100%)}.bb-header-teaser__headline{font-weight:700;color:#fff;font-size:1.625rem;line-height:1.75rem}@media(orientation: landscape),(min-width: 576px){.bb-header-teaser__video--mobile,.bb-header-teaser__image--mobile{display:none !important}.bb-header-teaser__video--desktop,.bb-header-teaser__image--desktop{display:block !important}}@media(min-width: 576px){.bb-header-teaser__content-holder .bb-header-teaser__container{padding:1.5rem}.bb-header-teaser__content-holder .bb-header-teaser__headline{font-size:2rem;line-height:2.125rem}.bb-header-teaser__headline{width:50%}}@media(min-width: 768px){.bb-header-teaser__content-holder .bb-header-teaser__container{padding:2rem}.bb-header-teaser__content-holder .bb-header-teaser__headline{font-size:2.5rem;line-height:2.625rem}}@media(min-width: 992px){.bb-header-teaser__content-holder .bb-header-teaser__container{padding:3rem}.bb-header-teaser__content-holder .bb-header-teaser__headline{font-size:3.875rem;line-height:4rem}}@media(min-width: 1600px){.bb-header-teaser__content-holder .bb-header-teaser__container{padding:4rem}}.bb-header{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:fixed;z-index:100;top:0;left:0;width:100%}@media print{.bb-header{position:absolute}}.bb-header>.container-fluid{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;background-color:#fff}.bb-header__logo-container .logo{display:block}.bb-header__logo-container .logo>img{display:block;width:11.875rem;height:2.625rem}.bb-header__logo-container .logo.logo--food-service>img{width:11.875rem;height:2.375rem}.bb-header__icons{display:flex;align-items:center}.bb-header__language-link,.bb-header__search-icon{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;padding:0.5rem;margin:-0.5rem 0.75rem -0.5rem 0;text-decoration:none}.bb-header__language-link .bb-icon,.bb-header__language-link .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-header__language-link .select2-results__option--selected,.bb-header__search-icon .bb-icon,.bb-header__search-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-header__search-icon .select2-results__option--selected{display:block;font-size:1.375rem;line-height:1}.bb-header__language-link:hover,.bb-header__search-icon:hover{color:#dd7900}.bb-header__language-link span{display:none}.bb-header__search-icon{display:none}.bb-header__burger .bb-hamburger{margin:-0.5rem;padding:0.5rem}.bb-header__menu-container{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;z-index:-1;top:4.625rem;left:0;width:100vw;height:calc(100vh - 4.625rem);height:calc(100dvh - 4.625rem);background-color:rgba(3,12,33,.34);opacity:0;transform:translateY(-101%)}.bb-header__menu-container-inner{overflow:hidden;height:100%}.bb-header__menu-container.show-sub-level-1 .bb-header__yellow-stripe{transform:translateX(-33.333333%)}.bb-header__menu-container.show-sub-level-1 .bb-header__nav-container{left:-100%}.bb-header__menu-container.show-sub-level-1 .bb-header__sub-navi-additional{transform:translateY(0)}.bb-header__menu-container.show-sub-level-1.show-sub-level-2 .bb-header__yellow-stripe{transform:translateX(-66.666667%)}.bb-header__menu-container.show-sub-level-1.show-sub-level-2 .bb-header__nav-container{left:-200%}.bb-header__menu-container.show-sub-level-1.show-sub-level-2 .bb-header__sub-navi{overflow:visible}.bb-header__menu-container.show-sub-level-1.show-sub-level-2 .bb-header__sub-navi .bb-header__sub-navi{overflow:auto}.bb-header__nav-container{transition:left 300ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;position:relative;left:0;width:300%;height:calc(100% - 9rem);background-color:#fff}.bb-header__mobile-search .bb-search-input__form{margin:0;border-bottom:none}.bb-header__mobile-search .bb-search-input__form--active .bb-search-input__search-input{padding-left:1.5rem}.bb-header__mobile-search .bb-search-input__search-input{padding-top:1.125rem;padding-bottom:1.125rem;background-color:#fff;border-radius:6249.9375rem;padding-left:3rem;padding-right:3rem}.bb-header__mobile-search .bb-search-input__search-icon{left:1rem}.bb-header__mobile-search .bb-search-input__submit{right:1rem}.bb-header__yellow-stripe{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;flex-shrink:0;width:300%;height:5rem;background-color:#f9b104}.bb-header__yellow-stripe>div{width:100%;padding-left:24px;padding-right:24px}.bb-header__yellow-stripe .link-back a{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;font-size:1.5rem;line-height:1.875rem;color:#64140e;font-weight:700;text-decoration:none}.bb-header__yellow-stripe .link-back a:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11d";display:block;margin-right:1rem;font-size:1.5rem;line-height:1;color:currentColor}.bb-header__yellow-stripe .link-back a:hover{color:#fff}.bb-header__main{display:block;width:100%}.bb-header__main-link-container{width:33.333333%}.bb-header__main-link-container,.bb-header__sub-navi li{display:block}.bb-header__main-link-container:not(:last-child),.bb-header__sub-navi li:not(:last-child){margin-bottom:0.5rem}.bb-header__main-link,.bb-header__sub-navi-link{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;display:block;padding:0.9375rem 3rem 0.9375rem 24px;font-size:1.3125rem;line-height:1.875rem;font-weight:700;text-decoration:none}.bb-header__main-link:hover,.bb-header__main-link.is-active,.bb-header__sub-navi-link:hover,.bb-header__sub-navi-link.is-active{color:#dd7900}.bb-header__main-link:hover>svg,.bb-header__main-link.is-active>svg,.bb-header__sub-navi-link:hover>svg,.bb-header__sub-navi-link.is-active>svg{color:#dd7900}.bb-header__main-link--has-children:after,.bb-header__sub-navi-link--has-children:after{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11f";position:absolute;top:calc(50% - 0.75rem);right:20px;display:block;font-size:1.5rem;line-height:1;color:#dd7900}.bb-header__sub-navi-link{align-items:center}.bb-header__sub-navi-link>.bb-image{margin:-0.25rem 0.625rem -0.25rem 0}.bb-header__main,.bb-header__sub-navi{overflow:auto;display:block;height:100%;padding-top:0.5rem;padding-bottom:1.5rem}.bb-header__sub-navi{position:absolute;top:0;left:33.333333%;width:33.333333%;padding-bottom:5.5rem}.bb-header__sub-navi>ul{display:block;margin:0;padding:0}.bb-header__sub-navi .bb-header__sub-navi{left:100%;width:100%}.bb-header__sub-navi-link{display:flex;font-size:1.25rem;cursor:pointer}.bb-header__sub-navi-link>svg{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0;display:block;width:1.5rem;height:1.5rem;margin-right:0.875rem;color:#dc231a;fill:currentColor}.bb-header__sub-navi-teaser .bb-image{display:none}.bb-header__sub-navi-teaser-copy-small,.bb-header__sub-navi-teaser-copy-big{display:block;font-size:1.25rem;line-height:1.875rem}.bb-header__sub-navi-teaser-copy-big:not(:first-child){display:none}.bb-header__sub-navi-additional{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);position:fixed;bottom:0;left:0;display:flex;justify-content:space-between;width:100%;padding:1rem 24px 1.5rem 24px;gap:1rem;border-top:0.125rem solid #f4ecdd;background-color:#fff;transform:translateY(100%)}.bb-header__sub-navi-additional a{font-size:1.125rem;line-height:1.5rem}.bb-header__channel-container{display:none}.bb-header__channel-items{justify-content:flex-end;gap:0.1875rem;white-space:nowrap;overflow:auto}.bb-header__channel-items ul{display:flex;align-items:center}.bb-header__channel-items a{font-size:0.875rem;line-height:1.125rem;display:block;text-decoration:none;padding:0.375rem 1rem;border:0.0625rem solid #fff}.bb-header__channel-items a.active{color:#dd7900;border-color:#dd7900;border-radius:1.875rem}.bb-header__channel-container--mobile{container-type:inline-size;position:relative;background-color:#fff;padding:1rem 1.5rem 0.375rem;z-index:1}.bb-header__channel-container--mobile.open .bb-header__channel-current:after{transform:rotate(180deg)}.bb-header__channel-container--mobile.no-channel-menu{padding:0}.bb-header__channel-container--mobile .bb-header__channel-items ul{padding-bottom:0.625rem}.bb-header__channel-container--mobile .bb-header__channel-items a{background-color:#fff}@container (max-width: 399px){.bb-header__channel-container--mobile .bb-header__channel-items a{background-color:rgba(0,0,0,0);padding:0.5rem 1rem;text-align:center}}@container (min-width: 400px){.bb-header__channel-container--mobile .bb-header__channel-items ul{display:flex;justify-content:flex-start;gap:0.1875rem}.bb-header__channel-container--mobile .bb-header__channel-items a.active{border-radius:1.875rem}.bb-header__channel-container--mobile .bb-header__channel-current{display:none}}.bb-header__channel-current{display:none;position:relative;padding:0.5rem 2rem;background:#fff;border:0.0625rem solid #dd7900;border-radius:1.875rem;color:#dd7900;text-align:center;cursor:pointer;font-weight:700;z-index:2;font-size:0.875rem;line-height:1.125rem}.bb-header__channel-current:after{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11b";transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;top:0.625rem;right:1rem;margin-left:0.5rem;font-size:0.875rem;color:currentColor;transform-origin:center}.bb-header.no-channel-menu>.container-fluid{padding-bottom:0.5rem}.bb-header.no-channel-menu .bb-header__logo-container .logo{margin-top:0.4375rem}.bb-header.no-channel-menu .bb-header__nav-container{height:calc(100% - 5rem)}@media(min-width: 576px){.bb-header__main{padding-top:1rem;padding-bottom:2rem}.bb-header__main-link-container:not(:last-child),.bb-header__sub-navi li:not(:last-child){margin-bottom:1rem}.bb-header__sub-navi{padding-bottom:6rem}.bb-header__sub-navi-additional{justify-content:flex-start;gap:1.875rem}}@media(min-width: 768px){.bb-header>.container-fluid{padding-top:1.25rem;padding-bottom:1.25rem}.bb-header__logo-container .logo>img{width:18.75rem;height:4.0625rem}.bb-header__logo-container .logo.logo--food-service>img{width:18.3125rem;height:3.75rem}.bb-header__language-link .bb-icon,.bb-header__language-link .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-header__language-link .select2-results__option--selected,.bb-header__search-icon .bb-icon,.bb-header__search-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-header__search-icon .select2-results__option--selected{font-size:1.5rem}.bb-header__language-link{display:flex;align-items:center;margin-right:1.25rem}.bb-header__language-link span{position:relative;top:0.0625rem;display:block;padding-left:0.75rem;font-size:1.125rem;line-height:1;font-weight:700}.bb-header__search-icon{display:block;margin-right:1.75rem}.bb-header__menu-container{top:6.5rem;max-height:calc(100vh - 6.5rem);max-height:calc(100dvh - 6.5rem)}.bb-header__menu-container-inner{width:calc(50% - 0.5rem)}.bb-header__mobile-search>*{display:none !important}.bb-header__yellow-stripe>div{padding-left:32px;padding-right:32px}.bb-header__main-link,.bb-header__sub-navi-link{padding-left:32px}.bb-header__sub-navi-additional{justify-content:space-between;width:calc(50% - 0.5rem);padding-left:32px;padding-right:32px}.bb-header__channel-container--mobile{padding-left:32px}.bb-header.no-channel-menu>.container-fluid{padding-bottom:0.75rem}.bb-header.no-channel-menu .bb-header__logo-container .logo{margin-top:0.4375rem}}@media(min-width: 992px){.bb-header__menu-container-inner{width:calc(41.6666667% - 0.75rem)}.bb-header__yellow-stripe>div{padding-left:64px;padding-right:2rem}.bb-header__main-link,.bb-header__sub-navi-link{padding-left:64px}.bb-header__sub-navi-additional{width:calc(41.6666667% - 0.75rem);padding-left:64px;padding-right:2rem}.bb-header__channel-container--mobile{padding-left:64px}}@media(max-width: 1369.98px){.bb-header__sub-navi.collapsing{height:100% !important;transition-duration:300ms}.bb-header__sub-navi>ul>li>a{background-color:unset}.bb-header__sub-navi>ul>li.hide-in-mobile-menu{display:none}}@media(min-width: 1370px){.bb-header{background-color:#fff}.bb-header>.container-fluid{position:relative;justify-content:flex-start;padding-top:0;padding-bottom:0}.bb-header__search-icon{margin-right:-0.5rem}.bb-header__burger{display:none}.bb-header__nav-containers{display:flex;flex-direction:column;flex-grow:1;align-self:stretch;justify-content:space-between}.bb-header__menu-container-wrapper{display:flex}.bb-header__menu-container{flex-grow:1;position:static;z-index:unset;width:unset;height:unset;max-height:unset;padding:0 0.75rem 0 1.5rem;background-color:rgba(0,0,0,0);opacity:unset;transform:unset;transition:none}.bb-header__menu-container-inner{overflow:unset;width:100%;height:auto}.bb-header__nav-container{overflow:unset;position:static;width:unset;height:unset;padding:0;background-color:rgba(0,0,0,0);transition:none}.bb-header__yellow-stripe{display:none}.bb-header__main{overflow:unset;display:flex;height:unset;min-height:5.0625rem;padding:0}.bb-header__main-link-container{display:flex;width:auto}.bb-header__main-link-container:not(:last-child){margin-bottom:0}.bb-header__main-link{display:flex;align-items:center;text-align:center;padding:0 0.875rem;line-height:1.625rem;padding-bottom:0.25rem}.bb-header__main-link--has-children:after{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11b";transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;top:0.0625rem;right:0;margin-left:0.5rem;font-size:1.125rem;color:currentColor;transform-origin:center}.bb-header__main-link--has-children:not(.collapsed)::after{transform:rotate(180deg)}.bb-header__main-link+.bb-header__sub-navi{z-index:2}.bb-header__main-link+.bb-header__sub-navi>ul>li>.bb-header__sub-navi-link--has-children{pointer-events:none;margin-left:-0.375rem}.bb-header__main-link.collapsed+.bb-header__sub-navi{z-index:1}.bb-header__main-link{font-size:1.125rem;line-height:1.5rem}.bb-header__main-link--has-children:after{margin-left:0.5625rem;font-size:1rem}.bb-header__sub-navi{overflow:auto;top:8.4375rem;left:0;display:block;width:100%;height:auto;max-width:1920px;max-height:calc(100vh - 8.4375rem);padding:0 64px;background-color:#fff;box-shadow:0 10px 7px 0 rgba(0,0,0,.16);transition-duration:.45s}.bb-header__sub-navi.collapsing{overflow:hidden;height:0}.bb-header__sub-navi>ul{display:flex;margin-right:-0.375rem;margin-left:-0.375rem}.bb-header__sub-navi>ul>li{width:16.666667%;padding:1.5rem 0.75rem 0}.bb-header__sub-navi>ul>li:not(:last-child){margin-bottom:0}.bb-header__sub-navi-link{padding:0.375rem 0;font-size:1.3125rem;line-height:1.75rem}.bb-header__sub-navi-link--has-children{margin-bottom:0.5rem}.bb-header__sub-navi-link:after{display:none}.bb-header__sub-navi-link.teaser{overflow:hidden}.bb-header__sub-navi-teaser{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;display:flex;width:200%;margin-left:-100%;color:#fff;height:100%}.bb-header__sub-navi-teaser--backdrop{position:absolute;width:50%;height:12.8125rem;max-height:70%;right:0;top:0;border-radius:1rem;z-index:1;background:rgba(0,0,0,0) linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) 0 0 no-repeat padding-box}.bb-header__sub-navi-teaser .bb-image{position:relative;z-index:1;display:block;width:50%;height:100%;transform:translateX(100%);border-radius:1rem}.bb-header__sub-navi-teaser .bb-image img{height:100%;object-fit:cover}.bb-header__sub-navi-teaser>span{position:relative;z-index:2;width:50%;padding:1.5rem 1rem}.bb-header__sub-navi-teaser-copy-small{font-size:0.875rem;line-height:1.125rem}.bb-header__sub-navi-teaser-copy-big{font-size:1.8125rem;line-height:2rem;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.bb-header__sub-navi-teaser-copy-big:not(:first-child){display:block;padding-top:0.5rem}.bb-header__sub-navi .teaser-with-background-color{min-width:15rem}.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-link{height:25rem;line-height:1;border-radius:1rem;padding:1rem}.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser--backdrop{display:none}.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser-copy-big{font-size:1.25rem;line-height:1.375rem;font-weight:700;text-transform:uppercase;color:#64140e}}@media(min-width: 1370px)and (min-width: 992px){.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser-copy-big{font-size:1.8125rem;line-height:2rem}}@media(min-width: 1370px){.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser>span{padding:0}.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser .bb-image__image-holder{width:50%;margin-left:auto;overflow:visible}.bb-header__sub-navi .teaser-with-background-color .bb-header__sub-navi-teaser .bb-image__image-holder img{object-fit:contain;object-position:bottom}.bb-header__sub-navi-additional{justify-content:flex-start;position:static;width:100%;padding:4rem 0 3rem 0;border-top:none;background-color:rgba(0,0,0,0);transform:none}.bb-header__sub-navi-additional>div{width:16.666667%;padding:0 1.5rem 0 0}.bb-header__sub-navi-additional a{font-size:1.25rem;line-height:1.625rem}.bb-header__sub-navi .bb-header__sub-navi{overflow:visible;position:static;max-height:unset;padding:0;box-shadow:none}.bb-header__sub-navi .bb-header__sub-navi.collapse:not(.show){display:block}.bb-header__sub-navi .bb-header__sub-navi>ul{display:block}.bb-header__sub-navi .bb-header__sub-navi>ul>li{width:100%;padding:0;height:auto}.bb-header__sub-navi .bb-header__sub-navi>ul>li:not(:last-child){margin-bottom:0.375rem}.bb-header__sub-navi .bb-header__sub-navi .bb-header__sub-navi-link{padding:0.5rem 0;font-size:1.125rem;line-height:1.5rem;font-weight:400}.bb-header__sub-navi .bb-header__sub-navi .bb-header__sub-navi-link:not(:last-child){margin-bottom:0.5rem}.bb-header__sub-navi .bb-header__sub-navi .bb-header__sub-navi-link:after{display:none}.bb-header__icons{padding-bottom:0.25rem}.bb-header__channel-container{display:block;margin-top:1.25rem}.bb-header__channel-container.no-channel-menu{margin-top:0}.bb-header__channel-container--mobile{display:none}.bb-header__channel-items{display:flex}.bb-header__channel-items a{font-size:1rem;line-height:1.25rem}.bb-header.no-channel-menu>.container-fluid{min-height:6.5rem;padding-bottom:0}.bb-header.no-channel-menu .bb-header__logo-container .logo{margin-top:0.75rem}.bb-header.no-channel-menu .bb-header__nav-containers{justify-content:center}.bb-header.no-channel-menu .bb-header__sub-navi{top:6.5rem;max-height:calc(100vh - 6.5rem)}.bb-header.no-channel-menu .bb-header__main{min-height:6.5rem}.bb-header.no-channel-menu .bb-header__main-link{padding-bottom:0}.bb-header.no-channel-menu .bb-header__icons{padding-bottom:0}}@media(min-width: 1600px){.bb-header__sub-navi{padding:0 162px}}@media(min-width: 1660px){.bb-header__menu-container{padding:0 2rem 0 4rem}.bb-header__main-link{padding:0 1rem;padding-bottom:0.25rem}.bb-header.no-channel-menu .bb-header__main-link{padding-bottom:0}}body.mobile-navigation-open .bb-header .bb-header__menu-container{opacity:1;transform:translateY(0)}.bb-hexagon{position:relative;width:4.5rem;height:4.5rem}.bb-hexagon>svg{display:block;width:100%;height:100%;fill:#dd7900}.bb-hexagon>div{font-size:1.75rem;line-height:1.875rem;font-weight:700;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:700;color:#dd7900}@media(min-width: 992px){.bb-hexagon>div{font-size:2.125rem;line-height:2.25rem}}@media(min-width: 992px){.bb-hexagon{width:7.125rem;height:7.125rem}}.bb-highlightbox{padding:1.5rem;border-radius:1rem}.bb-highlightbox .bb-link,.bb-highlightbox .bb-button,.bb-highlightbox button{margin-bottom:0.5rem}.bb-highlightbox.bg-category-cream .bb-link{color:#dd7900}.bb-highlightbox.bg-category-cream .bb-link:hover{color:#000}.bb-highlightbox.bg-secondary-brown{color:#fff}.bb-highlightbox.bg-secondary-brown .bb-link{color:#dd7900}.bb-highlightbox.bg-secondary-brown .bb-link:hover{color:#fff}@media(min-width: 992px){.bb-highlightbox{padding:2rem}}@media(min-width: 1200px){.bb-highlightbox{padding:4rem}}.bb-hscontent{position:relative;transform:translateX(0)}.bb-hscontent__controls{width:100%}.bb-hscontent__controls__prev,.bb-hscontent__controls__next{cursor:pointer;padding:0;z-index:3;position:fixed;width:1.5rem;height:1.5rem;border-radius:62.4375rem;transform:translateY(-50%);top:50%;background-color:#fff}.bb-hscontent__controls__prev>.bb-icon,.select2-container--open .select2-dropdown .bb-hscontent__controls__prev>.select2-results__option--selected,.bb-hscontent__controls__next>.bb-icon,.select2-container--open .select2-dropdown .bb-hscontent__controls__next>.select2-results__option--selected{height:100%;color:#dd7900;display:flex;justify-content:center;align-items:center}.bb-hscontent__controls__prev{left:0}.bb-hscontent__controls__prev--hide .bb-hscontent__controls__prev{display:none}.bb-hscontent__controls__next{right:0}.bb-hscontent__controls__next--hide .bb-hscontent__controls__next{display:none}@media(hover: none){.bb-hscontent__controls__prev,.bb-hscontent__controls__next{display:none}}.bb-hscontent__content{display:flex;scroll-behavior:smooth;flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;max-width:fit-content;margin:0 auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.bb-hscontent__content::-webkit-scrollbar{display:none}.bb-hscontent__content>*{flex:0 0 auto;-webkit-user-select:none;-ms-user-select:none;user-select:none}.bb-icon,.select2-container--open .select2-dropdown .select2-results__option--selected{display:inline-block;vertical-align:middle;line-height:unset}.bb-icon:before,.select2-container--open .select2-dropdown .select2-results__option--selected:before,.bb-icon:after,.select2-container--open .select2-dropdown .select2-results__option--selected:after{color:currentColor;font-size:1em}.bb-icon--size-8:before,.bb-icon--size-8:after{font-size:0.5rem}.bb-icon--size-12:before,.bb-icon--size-12:after{font-size:0.75rem}.bb-icon--size-16:before,.bb-icon--size-16:after{font-size:1rem}.bb-icon--size-24:before,.bb-icon--size-24:after{font-size:1.5rem}.bb-icon--size-32:before,.bb-icon--size-32:after{font-size:2rem}.bb-icon--size-40:before,.bb-icon--size-40:after{font-size:2.5rem}.bb-icon--size-64{line-height:1}.bb-icon--size-64:before,.bb-icon--size-64:after{font-size:4rem}.bb-icon--size-84{line-height:1}.bb-icon--size-84:before,.bb-icon--size-84:after{font-size:3rem}@media(min-width: 576px){.bb-icon--size-84:before,.bb-icon--size-84:after{font-size:3.375rem}}@media(min-width: 992px){.bb-icon--size-84:before,.bb-icon--size-84:after{font-size:5.25rem}}.bb-icon--size-128:before,.bb-icon--size-128:after{font-size:2.875rem}@media(min-width: 992px){.bb-icon--size-128:before,.bb-icon--size-128:after{font-size:8rem}}.bb-image-ce img{display:block;max-width:100%}@media(min-width: 576px){.bb-image-ce .row{flex-wrap:nowrap}.bb-image-ce .col{flex-shrink:1}}.bb-image-ce--horizontal-center .row{justify-content:center}.bb-image-ce--horizontal-center .col{display:flex;justify-content:center}.bb-image-ce--horizontal-right .row{justify-content:flex-end}.bb-image-ce--horizontal-right .col{display:flex;justify-content:flex-end}.bb-image{position:relative;display:block;width:100%}.bb-image>a:hover{box-shadow:none !important;text-decoration:none}.bb-image a[data-fancybox]{display:block}.bb-image__download-holder{position:absolute;bottom:0.75rem;left:0.875rem}.bb-image__download-holder a{font-size:1rem;line-height:1.375rem}@media(min-width: 992px){.bb-image__download-holder a{font-size:1.25rem;line-height:1.625rem}}.bb-image__image-holder{overflow:hidden;position:relative}.bb-image>a{display:block}.bb-image img{display:block;max-width:100%;width:100%;height:auto}.bb-image.has-hover-animation img{transition:transform .45s ease,filter 400ms;transform-origin:bottom;transform:scale(1.0000001)}.bb-image.has-hover-animation:hover img{transform:scale(1.045)}.bb-image.has-hover-animation:hover .image-hover-wave{transform:translateY(-56%)}.bb-image.has-hover-animation.hover img{transform:scale(1.045)}.bb-image.has-hover-animation.hover .image-hover-wave{transform:translateY(-56%)}.bb-image.has-border-radius .bb-image__image-holder{border-radius:1rem}.bb-image.needs-object-fit-fallback{height:100%}.bb-image.needs-object-fit-fallback .bb-image__image-holder{height:100%}@supports(object-fit: cover){.bb-image.needs-object-fit-fallback img{height:100%;object-fit:cover}}.bb-image.show-object-fit-fallback{background-size:cover;background-position:center}.bb-image.show-object-fit-fallback .bb-image__image-holder{visibility:hidden}.bb-ingredients-calculator{background-color:#f4ecdd;border-radius:1rem;padding:2rem 1.5rem}.bb-ingredients-calculator__content-holder{margin:0 auto;background-color:inherit}.bb-ingredients-calculator__counter{width:100%;height:3rem;border-radius:99999px;box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16);display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:0.5rem 1.5rem}.bb-ingredients-calculator__counter__minus,.bb-ingredients-calculator__counter__plus{color:#dd7900}.bb-ingredients-calculator__counter__minus:disabled,.bb-ingredients-calculator__counter__plus:disabled{cursor:not-allowed;opacity:.6}.bb-ingredients-calculator__counter__label b{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-ingredients-calculator__ingredient{display:flex}.bb-ingredients-calculator__ingredient__amount{min-width:var(--firstColWidth)}.bb-ingredients-calculator__content{--firstColWidth: rem(100);transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;background-color:inherit}.bb-ingredients-calculator__content__placeholder{transition:height 300ms cubic-bezier(0.4, 0, 0.2, 1),filter 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;margin-top:2rem;background-color:inherit;overflow:hidden;filter:blur(0)}.bb-ingredients-calculator__content__placeholder.blurred{filter:blur(6px)}.bb-ingredients-calculator__content.position-static{position:static !important}.bb-ingredients-calculator__copy-button{margin-top:2rem;width:100%;justify-content:center}@media(min-width: 768px){.bb-ingredients-calculator{padding:4rem}}@media(min-width: 992px){.bb-ingredients-calculator{padding:4rem 5rem}}@media(min-width: 1200px){.bb-ingredients-calculator__copy-button{margin-top:4rem}.bb-ingredients-calculator__content-holder{max-width:34.375rem}}@media(max-width: 575.98px){.bb-ingredients-calculator{margin-left:-24px;margin-right:-24px;border-radius:0}}@media print{.bb-ingredients-calculator{break-inside:avoid}.bb-ingredients-calculator__copy-button{display:none !important}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+input.bb-recipes-filter-checkbox__holder:-webkit-autofill,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(0,0,0,0) inset !important;background-color:rgba(0,0,0,0) !important}.mdc__autocomplete{display:none;max-height:31.25rem}.mdc__autocomplete ul.mdc-list{margin:0;padding:0}.mdc__autocomplete li{display:block;padding-top:0.3125rem;padding-bottom:0.3125rem;cursor:pointer}.mdc__autocomplete li:nth-child(odd){background-color:#fff}.mdc__autocomplete li:hover{color:#fff}.bb-language-overlay{position:fixed;bottom:2rem;right:1.5rem;padding:0.75rem 1.5rem;border-radius:2.5rem;z-index:999;top:auto}.bb-language-overlay__content{width:90%;display:inline-flex;align-items:center;position:relative;background-color:rgba(0,0,0,0)}.bb-language-overlay__content .bb-icon--size-40:before{font-size:3.25rem}.bb-language-overlay__content p{margin-left:1rem;line-height:1.5rem;margin-bottom:0}.bb-language-overlay__languages{display:none;text-align:center;width:100%;height:100%;position:relative;padding-bottom:1.875rem}.bb-language-overlay .swiper{height:100%;margin-top:auto;margin-bottom:1.875rem}.bb-language-overlay .swiper:not(.swiper-initialized){display:flex;align-items:center}.bb-language-overlay .swiper:not(.swiper-initialized) .swiper-slide,.bb-language-overlay .swiper:not(.swiper-initialized) .bb-cookmode__preparation__step{margin-bottom:0.375rem}.bb-language-overlay .swiper .swiper-wrapper{height:auto;display:block}.bb-language-overlay .swiper a:not(bb-button):not(button){text-decoration:none}.bb-language-overlay .swiper a.active,.bb-language-overlay .swiper a:not(.no-hover):hover{font-weight:700;text-decoration:underline}.bb-language-overlay .swiper a.no-hover{pointer-events:none}.bb-language-overlay__close{position:absolute;bottom:1.5rem;right:1.5rem;z-index:2}.bb-language-overlay.show{height:40vh;height:40svh;bottom:0;right:0;left:0;border-radius:0}.bb-language-overlay.show .bb-language-overlay__content{display:none}.bb-language-overlay.show .bb-language-overlay__close{bottom:3.5rem;right:3rem}.bb-language-overlay.show .bb-language-overlay__languages{display:block}@media(min-width: 768px){.bb-language-overlay.show{height:auto;top:0;left:auto;width:18.75rem}}@media(min-width: 992px){.bb-language-overlay.show{width:25rem}}.bb-language-switcher{position:relative}.bb-language-switcher__lang-current{display:flex;align-items:center;gap:12px;cursor:pointer}.bb-language-switcher__lang-current .bb-icon,.bb-language-switcher__lang-current .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-language-switcher__lang-current .select2-results__option--selected{color:#dd7900}.bb-language-switcher .bb-input-field{background-color:rgba(0,0,0,0);border:none}.bb-language-switcher .bb-input-field__icon.bb-icon,.bb-language-switcher .select2-container--open .select2-dropdown .bb-input-field__icon.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-language-switcher .bb-input-field__icon.select2-results__option--selected{display:none}.bb-language-switcher .mdc-select .mdc-select__selected-text{padding:0;min-height:auto;font-size:16px;line-height:24px}.bb-language-switcher .mdc-select__menu{min-width:64px;right:0 !important;left:auto !important;bottom:2rem !important}.bb-language-switcher .mdc-select__menu .mdc-list{text-align:left}.bb-language-switcher .mdc-menu-surface{top:auto !important;right:0 !important;left:auto !important;bottom:2rem !important;border-radius:0.5rem;border:none;box-shadow:0 0.1875rem 0.375rem 0 rgba(0,0,0,.16)}.bb-language-switcher .mdc-menu-surface .mdc-list-item{padding:0.375rem 1rem}.bb-language-switcher .mdc-menu-surface .mdc-list-item a{text-decoration:none}.bb-language-switcher .mdc-menu-surface .mdc-list-item a:hover{color:#dd7900}.bb-link{position:relative;display:inline-flex}@media(hover: hover){.bb-link{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),text-decoration-color 300ms cubic-bezier(0.4, 0, 0.2, 1),text-underline-offset 300ms cubic-bezier(0.4, 0, 0.2, 1)}}.bb-link:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-link.bb-recipes-filter-checkbox__holder,.bb-link:hover{color:#dd7900}.bb-link:not(.bb-link--has-icon){font-weight:700}.bb-link.bb-link--has-icon:focus .bb-icon,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-link.bb-link--has-icon.bb-recipes-filter-checkbox__holder .bb-icon,.bb-link.bb-link--has-icon:focus .select2-container--open .select2-dropdown .select2-results__option--selected,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-link.bb-link--has-icon.bb-recipes-filter-checkbox__holder .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon:focus .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-link.bb-link--has-icon.bb-recipes-filter-checkbox__holder .select2-results__option--selected,.bb-recipes-filter-checkbox.type-big .select2-container--open .select2-dropdown input[type=checkbox]:focus+.bb-link.bb-link--has-icon.bb-recipes-filter-checkbox__holder .select2-results__option--selected,.bb-link.bb-link--has-icon:hover .bb-icon,.bb-link.bb-link--has-icon:hover .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon:hover .select2-results__option--selected{text-decoration:none}.bb-link.bb-link--has-icon .bb-icon,.bb-link.bb-link--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon .select2-results__option--selected{margin-right:0.5rem}.bb-link.bb-link--has-icon .bb-icon:before,.bb-link.bb-link--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon .select2-results__option--selected:before{position:relative;display:inline-block}.bb-link.bb-link--has-icon.bb-icon,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon.select2-results__option--selected{padding-left:2rem}.bb-link.bb-link--has-icon.bb-icon:before,.select2-container--open .select2-dropdown .bb-link.bb-link--has-icon.select2-results__option--selected:before{position:absolute;display:block;left:0;top:50%;transform:translateY(-50%);line-height:1}.bb-link:disabled,.bb-link:disabled:hover,.bb-link--disabled,.bb-link--disabled:hover{color:#575651;cursor:auto;pointer-events:none}.bb-link--icon-right{flex-direction:row-reverse}.bb-link--icon-right.bb-link--has-icon .bb-icon,.bb-link--icon-right.bb-link--has-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-link--icon-right.bb-link--has-icon .select2-results__option--selected{margin-left:0.5rem;margin-right:0}.bb-link--share{color:#dd7900;text-decoration:none !important}.bb-link--share:hover{color:#000}.bb-loading{display:none;width:3.125rem;height:6.5rem;background-image:url('../../../typo3conf/ext/bb_themepackage_kikkoman/Resources/20b3120faa33d2e2602b.gif');background-size:contain;background-repeat:no-repeat}@media(min-width: 992px){.bb-loading{width:3.3125rem;height:7rem}}.bb-loading__container{display:flex;justify-content:center}.bb-mealprepset-detail__share-container>p{margin-bottom:1.125rem !important}.bb-mealprepset-detail__share-container a:not(:last-child){margin-right:1.25rem}.bb-mealprepset-detail__tabs__tab .bb-button,.bb-mealprepset-detail__tabs__tab button{font-size:1.125rem;width:100%;justify-content:center}.bb-mealprepset-detail__tabs__tab-wrapper{margin-top:1rem;display:flex;gap:0.25rem;flex-direction:column;justify-content:space-between;padding:0.75rem 0.625rem;box-shadow:0 0.625rem 0.9375rem rgba(132,0,0,.1019607843);border:0.0625rem solid rgba(87,86,81,.2);border-radius:1.75rem}.bb-mealprepset-detail__tabs__tab-wrapper-count-label{display:none;color:#dd7900;font-weight:700;font-size:1.625rem;margin-right:1.875rem}.bb-mealprepset-detail__tabs__tab:not(.active) .bb-button,.bb-mealprepset-detail__tabs__tab:not(.active) button{background-color:#fff;color:#dd7900}@media(min-width: 768px){.bb-mealprepset-detail__tabs__tab{width:100%}.bb-mealprepset-detail__tabs__tab .bb-button,.bb-mealprepset-detail__tabs__tab button{font-size:1.625rem}.bb-mealprepset-detail__tabs__tab .bb-button span.tab-label,.bb-mealprepset-detail__tabs__tab button span.tab-label{position:absolute;width:0;height:0;overflow:hidden}.bb-mealprepset-detail__tabs__tab-wrapper{align-items:baseline;margin-top:4rem;padding:0.5rem 12%;gap:1.25rem;flex-direction:row;flex-wrap:nowrap;border-radius:62.4375rem;justify-content:center}.bb-mealprepset-detail__tabs__tab-wrapper-count-label{display:block}}.bb-mealprepset-detail__tabs__content{transition:grid-template-rows 300ms cubic-bezier(0.4, 0, 0.2, 1);transition:grid-template-rows 300ms cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 300ms cubic-bezier(0.4, 0, 0.2, 1);display:grid;grid-template-rows:0fr}.bb-mealprepset-detail__tabs__content.active{grid-template-rows:1fr}.bb-mealprepset-detail__tabs__content__inner{overflow:hidden}.bb-mealprepset-detail__tabs__content .bb-header-image-with-video img{border-radius:1rem}.bb-mealprepset-detail__tip-box--content{text-align:center}.bb-mealprepset-detail__tip-box--content p+.bb-mealprepset-detail__tip-box--content-copy{margin-top:2rem}.bb-mealprepset-detail__nutrition__total{position:relative;display:flex;flex-wrap:wrap;padding-left:1.5rem}@media(min-width: 992px){.bb-mealprepset-detail__nutrition__total{padding-left:2rem}}.bb-mealprepset-detail__nutrition__total .bb-icon,.bb-mealprepset-detail__nutrition__total .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-mealprepset-detail__nutrition__total .select2-results__option--selected{position:absolute;left:0;color:#dc231a;line-height:1.2}.bb-mealprepset-detail__nutrition__total-label{margin-right:0.375rem}.bb-mealprepset-detail__nutrition__total-value{font-weight:700}@media(min-width: 1200px){.bb-mealprepset-detail__nutrition__total-value{font-size:1.8125rem;line-height:2rem}}.bb-mealprepset-detail__nutrition__detailed{display:flex;margin-top:1rem}.bb-mealprepset-detail__nutrition__detailed-item{display:flex;flex-direction:column;align-items:center;flex:1 1 auto;padding:0 0.5rem}.bb-mealprepset-detail__nutrition__detailed-item:not(:first-child){border-left:0.0625rem solid #000}.bb-mealprepset-detail__nutrition__detailed-item--value{font-weight:700;font-size:1rem;line-height:1.125rem}.bb-mealprepset-detail__nutrition__detailed-item--detail{font-size:0.75rem;line-height:0.875rem}@media(min-width: 768px){.bb-mealprepset-detail__nutrition__detailed-item--value{font-size:1.5rem;line-height:2rem}.bb-mealprepset-detail__nutrition__detailed-item--detail{font-size:1.25rem;line-height:1.375rem}}@media(min-width: 1200px){.bb-mealprepset-detail__nutrition__detailed{margin-top:1.5rem}.bb-mealprepset-detail__nutrition__detailed-item{padding:0 0.75rem}}@media(min-width: 768px){.bb-mealprepset-detail__share-container>p{margin-bottom:1.5rem !important}.bb-mealprepset-detail__share-container a:not(:last-child){margin-right:1.625rem}}.multiselect--holder{position:relative;z-index:2;border-radius:0.5rem;border:0.0625rem solid #dadbde}.multiselect--holder .bb-input-field__inner{padding:0;border-radius:0.5rem}.multiselect--holder .select2-search__field:-ms-input-placeholder{font-size:1.25rem;line-height:1.6875rem;font-weight:400}.multiselect--holder .select2-search__field::placeholder{font-size:1.25rem;line-height:1.6875rem;font-weight:400}.multiselect--holder .bb-input-field__icon--trailing{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:50% 50%;font-size:1.125rem;line-height:1;height:1.125rem}.multiselect--holder .bb-input-field__icon--trailing:before{font-size:1.125rem}.multiselect--holder .bb-input-field__inner{cursor:pointer}.multiselect--holder select{display:none}.multiselect--holder .select2-container{margin-top:0;position:relative;z-index:1;display:block;width:calc(100% + 0.125rem) !important;margin-left:-0.0625rem;min-height:3rem;border-radius:0.5rem;box-shadow:0 0.1875rem 0.375rem rgba(0,0,0,.1)}.multiselect--holder .select2-container .select2-selection{display:block;border:none;border-radius:0;background-color:rgba(0,0,0,0);cursor:pointer;padding:1.125rem 0 0.25rem;min-height:3rem}@media(min-width: 992px){.multiselect--holder .select2-container .select2-selection{padding:1.5rem 0 0.5rem;min-height:4rem}}.multiselect--holder .select2-container .select2-selection__rendered{display:flex;flex-wrap:wrap;max-width:calc(100% - 2rem);padding:0;margin:0}.multiselect--holder .select2-container .select2-selection__choice{color:#000;padding:0.125rem 2rem 0.125rem 0.25rem;border:none;border-radius:0.5rem;background-color:rgba(233,234,239,.8)}@media(min-width: 992px){.multiselect--holder .select2-container .select2-selection__choice{padding:0.25rem 2rem 0.25rem 0.25rem}}.multiselect--holder .select2-container .select2-selection__choice:before{display:none}.multiselect--holder .select2-container .select2-selection__choice__display{font-size:.7rem;line-height:1rem;display:block;padding-right:0}.multiselect--holder .select2-container .select2-selection__choice__remove{display:block;position:absolute;top:0;right:0;padding-right:0.5rem;padding-left:0.5rem;bottom:0;left:auto;border-radius:0;border:none;line-height:1;font-size:1rem}.multiselect--holder .select2-container .select2-selection__choice__remove span{display:block}.multiselect--holder .select2-container .select2-search--inline .select2-search__field{border-radius:0;padding-top:0.25rem;text-align:left;height:1.5rem;margin-top:0.5rem;cursor:pointer}@media(min-width: 992px){.multiselect--holder .select2-container{min-height:4rem}.multiselect--holder .select2-container .select2-search--inline .select2-search__field{height:1.875rem}}.multiselect--holder.focused .mdc-line-ripple{opacity:1;transform:scaleX(1)}.multiselect--holder.focused .bb-input-field__icon--trailing{transform:translateY(-50%) rotate(180deg)}.multiselect--holder.has-placeholder .mdc-floating-label,.multiselect--holder.selected .mdc-floating-label{background:rgba(0,0,0,0);transform:scale(0.75) translateY(0)}.multiselect--holder .select2-container .select2-search--inline{display:none}.bb-news-categories__container{padding-top:2rem;padding-bottom:2rem}@media(min-width: 768px){.bb-news-categories__container{padding-top:4.5rem;padding-bottom:4.5rem}}.bb-news-categories__headline{font-size:2rem;line-height:1;color:#fff;font-weight:700;text-transform:uppercase}@media(min-width: 768px){.bb-news-categories__headline{font-size:5.25rem}}.bb-news-categories__filter-container{display:flex;flex-wrap:wrap;gap:0.5rem}.bb-news-categories .bb-news-categories__filter:not(:last-child){margin-right:1rem}.bb-news-categories .bb-news-categories__filter>a{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;color:#64140e;text-decoration:none;font-weight:700;text-transform:lowercase}.bb-news-categories .bb-news-categories__filter>a:hover{text-decoration:underline}.bb-news-detail>.container-fluid .bb-content-item .bb-slider-container.bb-slider-container--fluid .bb-slider-container__headline-action-wrapper,.bb-news-detail>.container-fluid .bb-content-item .bb-slider-container.bb-slider-container--fluid .swiper-image{padding:0}@media(min-width: 768px){.bb-news-detail .bb-content-item.frame-type-text:not(.wide-content){margin-left:calc(16.6666667% + 0.1875rem);margin-right:calc(16.6666667% + 0.1875rem)}.bb-news-detail .bb-content-item.bb-quote-container .bb-quote--has-bg-color{padding-left:calc(16.6666667% + 0.1875rem);padding-right:calc(16.6666667% + 0.1875rem)}.bb-news-detail .bb-news-detail__social-media,.bb-news-detail .bb-news-detail__featured-products{margin-left:calc(16.6666667% + 0.1875rem);margin-right:calc(16.6666667% + 0.1875rem)}}@media(min-width: 1200px){.bb-news-detail .bb-content-item.frame-type-text:not(.wide-content){margin-left:calc(12.5% + 0.1875rem);margin-right:calc(12.5% + 0.1875rem)}.bb-news-detail .bb-content-item.bb-quote-container .bb-quote--has-bg-color{padding-left:calc(12.5% + 0.1875rem);padding-right:calc(12.5% + 0.1875rem)}.bb-news-detail .bb-news-detail__social-media,.bb-news-detail .bb-news-detail__featured-products{margin-left:calc(12.5% + 0.1875rem);margin-right:calc(12.5% + 0.1875rem)}}@media(min-width: 768px)and (max-width: 1199.98px){.bb-news-detail .bb-news-detail__sidebar{margin-left:calc(16.6666667% + 0.1875rem);margin-right:calc(16.6666667% + 0.1875rem)}}.bb-news-detail__tags{display:flex;flex-wrap:wrap;gap:0.25rem}.bb-news-detail__tags .bb-tag:not(:last-child){margin-right:0.75rem}.bb-news-detail__date--review{font-size:1rem;line-height:1.375rem;display:flex;align-items:center;gap:1rem}@media(min-width: 992px){.bb-news-detail__date--review{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 1200px){.bb-news-detail__date--review{gap:1.5rem}}.bb-news-detail__date--review .review-icon{color:#dc231a;margin-right:0.25rem}.bb-news-detail__date--review .review-icon .bb-icon,.bb-news-detail__date--review .review-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-news-detail__date--review .review-icon .select2-results__option--selected{line-height:1}.bb-news-detail__date--review .review-count{vertical-align:middle}.bb-news-detail__image{margin-top:1rem;margin-bottom:2rem}@media(min-width: 1200px){.bb-news-detail__image{margin-top:2rem;margin-bottom:4rem}}.bb-news-detail__social-media{display:flex;flex-wrap:wrap;gap:1.25rem}@media(min-width: 768px){.bb-news-detail__social-media{gap:1.75rem}}@media(min-width: 1200px){.bb-news-detail__social-media{gap:1.625rem}}.bb-news-detail__social-media .bb-link--share{color:#dc231a}.bb-news-detail__sidebar{width:100%;transition:top 300ms cubic-bezier(0.4, 0, 0.2, 1),bottom 300ms cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px)and (max-width: 1199.98px){.bb-news-detail__sidebar{width:calc(66.6666666% - 0.375rem)}}.bb-news-detail__sidebar-wrapper{display:flex;align-items:flex-start;height:100%;margin-top:4rem}@media(min-width: 1200px){.bb-news-detail__sidebar-wrapper{margin-top:0}}@media(min-width: 1200px)and (max-width: 1599.98px){.bb-news-detail__sidebar-slider .bb-content-slider__wrapper{padding:2rem 2.5rem}.bb-news-detail__sidebar-slider .bb-content-slider__navigation-left{left:0.75rem}.bb-news-detail__sidebar-slider .bb-content-slider__navigation-right{right:0.75rem}}.bb-news-detail__sidebar-slider+.bb-news-detail__sidebar-related-articles{margin-top:4rem}.bb-news-detail__sidebar--slide-headline{font-size:2.25rem;line-height:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.bb-news-detail__sidebar--slide-copy{text-align:center;font-size:1.25rem}.bb-news-detail__sidebar--articles-top-headline{font-size:1.8125rem;line-height:2rem;font-weight:700;text-transform:uppercase;margin-bottom:2rem}.bb-news-detail__sidebar--articles-list{display:flex;gap:32px}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--articles-list{gap:0.5rem;flex-direction:column}}.bb-news-detail__sidebar--articles-list-images{display:flex;gap:32px;flex:0 0 100px;flex-direction:column}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--articles-list-images{flex-direction:row;gap:24px}}.bb-news-detail__sidebar--articles-list-content{display:flex;gap:32px;flex-direction:column}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--articles-list-content{flex-direction:row;gap:24px}}.bb-news-detail__sidebar--articles--see-all{display:flex;justify-content:center;margin-top:2rem}.bb-news-detail__sidebar--articles--see-all .bb-button,.bb-news-detail__sidebar--articles--see-all button{width:100%;min-width:13rem;justify-content:center}@media(min-width: 420px){.bb-news-detail__sidebar--articles--see-all .bb-button,.bb-news-detail__sidebar--articles--see-all button{width:auto}}@media(min-width: 1200px){.bb-news-detail__sidebar--articles--see-all .bb-button,.bb-news-detail__sidebar--articles--see-all button{width:100%;justify-content:center}}.bb-news-detail__sidebar--article{display:flex;gap:2rem;height:100px}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--article{flex-direction:column;flex:1 1 0;gap:0.5rem;height:auto}}.bb-news-detail__sidebar--article-image{display:block;width:6.25rem;height:6.25rem}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--article-image{width:auto;height:auto;flex:1 1 0}}.bb-news-detail__sidebar--article-copy{display:none}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail__sidebar--article-copy{display:block}}.bb-news-detail__sidebar--edge{height:0.0625rem}.bb-news-detail__sidebar.sticky{position:sticky;top:7.5rem}@media(min-width: 1370px){.has-channel-switch .bb-news-detail__sidebar.sticky{top:8.4375rem}}.bb-news-detail__sidebar.sticky-bottom{position:sticky;bottom:1.5rem;align-self:flex-end}.bb-news-detail__sidebar.fixed-bottom{position:fixed;bottom:1.5rem}.bb-news-detail .bb-news-detail__sidebar--article-headline{font-weight:700;text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:5.25rem;font-size:1.5rem;line-height:1.6875rem;margin-top:0.5rem}@media(min-width: 420px)and (max-width: 1199.98px){.bb-news-detail .bb-news-detail__sidebar--article-headline{display:block;max-height:none}}.bb-news-list__headline{text-transform:uppercase}.bb-newsletter-overlay{overflow:hidden;position:fixed;z-index:150;top:0;left:0;display:none;width:100%;height:100%}.bb-newsletter-overlay .modal-dialog{position:absolute;border-radius:1rem;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#fff;width:min(100vw - 3rem,46.875rem);height:calc(100vh - 2rem)}.bb-newsletter-overlay .modal-content{display:flex;max-height:100%;height:100%;flex-direction:column}.bb-newsletter-overlay .modal-header{padding:2.5rem 2.5rem 1.875rem;display:block}.bb-newsletter-overlay .modal-header>*:not(.bb-newsletter-overlay__close){margin-right:2rem;margin-bottom:0.75rem}.bb-newsletter-overlay .modal-body{overflow-y:auto;height:100%}.bb-newsletter-overlay .modal-body img{max-width:100%}.bb-newsletter-overlay .modal-body .overlay-container>div{padding:1rem 2.5rem}.bb-newsletter-overlay .modal-footer{padding:1rem 1.5rem;box-shadow:0 -0.375rem 0.375rem -0.3125rem rgba(0,0,0,.1607843137);text-align:center}.bb-newsletter-overlay .bb-show-example-button,.bb-newsletter-overlay .bb-show-faq-button{font-size:1.25rem;color:#64140e}.bb-newsletter-overlay .bb-show-example-button span,.bb-newsletter-overlay .bb-show-faq-button span{text-decoration:none}.bb-newsletter-overlay .bb-show-example-button.active,.bb-newsletter-overlay .bb-show-example-button:hover,.bb-newsletter-overlay .bb-show-faq-button.active,.bb-newsletter-overlay .bb-show-faq-button:hover{color:#64140e}.bb-newsletter-overlay .bb-show-example-button.active span,.bb-newsletter-overlay .bb-show-example-button:hover span,.bb-newsletter-overlay .bb-show-faq-button.active span,.bb-newsletter-overlay .bb-show-faq-button:hover span{text-decoration:underline}.bb-newsletter-overlay--example,.bb-newsletter-overlay--faq{display:none}.bb-newsletter-overlay--example.active,.bb-newsletter-overlay--faq.active{display:block}.bb-newsletter-overlay__close{color:#dd7900;position:absolute;top:1rem;right:1rem}@media(min-width: 992px){.bb-newsletter-overlay .modal-dialog{height:calc(100vh - 8.75rem)}.bb-newsletter-overlay .modal-header{padding:2.5rem 4rem;gap:4rem}.bb-newsletter-overlay .modal-body .overlay-container>div{padding:1rem 9.375rem 1rem 4rem}.bb-newsletter-overlay .modal-footer{text-align:end}.bb-newsletter-overlay .bb-show-example-button,.bb-newsletter-overlay .bb-show-faq-button{font-size:1.75rem}.bb-newsletter-overlay__close{right:2rem}}.bb-overlay.modal{overflow:hidden;position:fixed;z-index:150;top:0;left:0;display:none;width:100%;height:100%}.bb-overlay.modal.fade{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.bb-overlay.modal.fade .modal-dialog{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);transform:translateY(-3.125rem)}.bb-overlay.modal.show{opacity:1}.bb-overlay.modal.show .modal-dialog{transform:translateY(0)}.bb-overlay>.container{pointer-events:none}.bb-overlay .modal-dialog{position:relative;pointer-events:none;height:calc(100vh - 120px);margin:60px 0}@media(min-width: 576px){.bb-overlay .modal-dialog{height:calc(100vh - 180px);margin:90px 0}}@media(min-width: 992px){.bb-overlay .modal-dialog{height:calc(100vh - 240px);margin:120px 0}}@media(max-height: 800px){.bb-overlay .modal-dialog{height:calc(100vh - 32px);margin:32px 0}}@media(max-height: 650px){.bb-overlay .modal-dialog{height:calc(100vh - );margin:0}}@media(max-height: 500px){.bb-overlay .modal-dialog{height:calc(100vh - );margin:0}}.bb-overlay .modal-content-container{overflow-x:hidden;overflow-y:auto;position:relative;width:100%;max-height:100%;background-color:#fff;pointer-events:auto}.bb-overlay .modal-content{position:relative;height:100%}.bb-overlay .modal-body .content-block>:last-child{margin-bottom:0}.bb-overlay__close{top:1.5rem;right:1.5rem;position:absolute;z-index:1;padding:0.375rem;color:#dd7900;border:none;background-color:rgba(0,0,0,0);cursor:pointer;transform:translate(0.375rem, -0.375rem)}.bb-overlay__close .bb-icon,.bb-overlay__close .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-overlay__close .select2-results__option--selected{display:block;font-size:1.25rem}.bb-overlay__close .bb-icon:before,.bb-overlay__close .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-overlay__close .select2-results__option--selected:before{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block}@media(min-width: 992px){.bb-overlay__close .bb-icon,.bb-overlay__close .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-overlay__close .select2-results__option--selected{font-size:1.5rem}}.bb-overlay__close:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-overlay__close.bb-recipes-filter-checkbox__holder,.bb-overlay__close:hover{background-color:rgba(0,0,0,0)}.bb-overlay__close:focus .bb-icon:before,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-overlay__close.bb-recipes-filter-checkbox__holder .bb-icon:before,.bb-overlay__close:focus .select2-container--open .select2-dropdown .select2-results__option--selected:before,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-overlay__close.bb-recipes-filter-checkbox__holder .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-overlay__close:focus .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-overlay__close.bb-recipes-filter-checkbox__holder .select2-results__option--selected:before,.bb-recipes-filter-checkbox.type-big .select2-container--open .select2-dropdown input[type=checkbox]:focus+.bb-overlay__close.bb-recipes-filter-checkbox__holder .select2-results__option--selected:before,.bb-overlay__close:hover .bb-icon:before,.bb-overlay__close:hover .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-overlay__close:hover .select2-results__option--selected:before{transform:rotate(90deg)}.bb-overlay__title,.bb-overlay .modal-body{position:relative}.modal-backdrop{position:fixed;top:0;left:0;z-index:140;width:100vw;height:100vh;background-color:#030c21}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.34}.modal-scrollbar-measure{position:absolute;top:-9999px;width:3.125rem;height:3.125rem;overflow:scroll}.body.modal-open{overflow:hidden}.body.modal-open .modal{overflow-x:hidden;overflow-y:auto}.bb-pagination{display:flex;justify-content:center}.bb-pagination__list{width:100%;justify-content:center}.bb-pagination__list-item{display:block;order:3;margin:0 0.0625rem;flex:0 1 2rem}@media(min-width: 576px){.bb-pagination__list-item{flex:0 1 8rem}}.bb-pagination__list-item.first,.bb-pagination__list-item.last,.bb-pagination__list-item.prev,.bb-pagination__list-item.next{flex:0 0 auto;margin:0 0.125rem}@media(min-width: 992px){.bb-pagination__list-item.first,.bb-pagination__list-item.last,.bb-pagination__list-item.prev,.bb-pagination__list-item.next{margin:0 0.1875rem}}.bb-pagination__list-item.first .page-link,.bb-pagination__list-item.last .page-link,.bb-pagination__list-item.prev .page-link,.bb-pagination__list-item.next .page-link{color:#000}.bb-pagination__list-item.first .page-link:hover,.bb-pagination__list-item.last .page-link:hover,.bb-pagination__list-item.prev .page-link:hover,.bb-pagination__list-item.next .page-link:hover{color:#fa892c}.bb-pagination__list-item.first{order:1}.bb-pagination__list-item.prev{order:2}.bb-pagination__list-item.next{order:4}.bb-pagination__list-item.last{order:5}.bb-pagination__list-item.active .page-link{color:#dd7900}.bb-pagination__list-item.active .page-link:hover{color:#fa892c}.bb-pagination__list-item.disabled .page-link{color:#000;cursor:unset;pointer-events:none;opacity:.5}.bb-pagination__list-item.separator.disabled .page-link{color:#000;background-color:unset}.bb-pagination__list-item.separator,.bb-pagination__list-item.page{display:none}@media(min-width: 420px){.bb-pagination__list-item.separator,.bb-pagination__list-item.page{display:block}}.bb-pagination__text{order:3;width:100%;text-align:center}.bb-pagination__text.page-link:hover{background-color:rgba(0,0,0,0) !important}@media(min-width: 420px){.bb-pagination__text{display:none !important}}.bb-pagination .page-link{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);font-weight:700;display:flex;justify-content:center;align-items:center;min-width:2rem;height:2rem;color:#000;text-decoration:none}.bb-pagination .page-link:focus,.bb-pagination .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.page-link.bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-big .bb-pagination input[type=checkbox]:focus+.page-link.bb-recipes-filter-checkbox__holder,.bb-pagination .page-link:hover{box-shadow:none;color:#fa892c;text-decoration:none;z-index:1}.bb-pagination .page-link:before{display:block;font-size:0.875rem}@media(min-width: 992px){.bb-pagination .page-link{min-width:2.25rem;height:2.25rem}.bb-pagination .page-link:before{font-size:1rem}}.bb-product-detail{overflow:hidden;padding-top:2rem;padding-bottom:4rem}@media(min-width: 992px){.bb-product-detail{padding-top:4rem}}@media(min-width: 1200px){.bb-product-detail{padding-top:8rem;padding-bottom:8rem}}@media(min-width: 992px){.bb-product-detail__headline-container{width:60%;float:right;padding-left:0.75rem}}.bb-product-detail__tabs{margin-top:2.75rem}@media(min-width: 992px){.bb-product-detail__tabs{width:60%;float:right;padding-left:0.75rem;margin-top:4rem}}@media(min-width: 1600px){.bb-product-detail__tabs{margin-top:4.5rem}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper{display:flex;background-color:#fff;gap:0.25rem;flex-direction:column;justify-content:space-between;padding:0.75rem 0.625rem;box-shadow:0 0.625rem 0.9375rem rgba(132,0,0,.1019607843);border:0.0625rem solid rgba(87,86,81,.2);border-radius:1.75rem}.bb-product-detail__tabs .bb-product-detail__tab-wrapper.clicked .bb-product-detail__tab.mobile:not(.active){display:block}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper.clicked .bb-product-detail__tab.mobile:not(.active){display:none}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper.clicked .bb-product-detail__tab.active:after{transform:rotate(180deg)}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper{padding:0.5rem;gap:0.625rem;flex-direction:row;flex-wrap:nowrap;border-radius:62.4375rem}}@media(min-width: 1200px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper{width:85%;gap:1.25rem}}@media(min-width: 1600px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper{width:80%}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab{width:100%;position:relative}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab.mobile{display:none}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab:not(.mobile):not(.active){display:none}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab:not(.mobile):not(.active){display:inline-flex}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab button{font-size:1.125rem;width:100%;justify-content:center;padding:0.75rem}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab .bb-button .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab button .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab .bb-button button,.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab button button{font-size:1.625rem}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab.active:after{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11b";position:absolute;top:0.75rem;right:1.375rem;display:block;font-size:1.5rem;line-height:1;color:#fff;transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab.active:after{display:none}}.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab:not(.active) .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-wrapper .bb-product-detail__tab:not(.active) button{background-color:#fff;color:#dd7900}.bb-product-detail__tabs .bb-product-detail__tab-content{margin-top:1.75rem}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-content{margin-top:2rem}}@media(min-width: 992px){.bb-product-detail__tabs .bb-product-detail__tab-content{margin-top:2.75rem;padding-left:0.75rem}}.bb-product-detail__tabs .bb-product-detail__tab-content:not(.active){display:none}.bb-product-detail__tabs .bb-product-detail__tab-content.additional-tabs{margin-left:2.25rem}.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item{display:flex;flex-wrap:wrap;grid-column-gap:0.5rem;grid-row-gap:1rem;margin-top:1rem}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item{grid-column-gap:1rem;grid-row-gap:1.5rem}}.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item button{font-size:0.875rem;line-height:1.125rem;padding:0.5rem 1rem}@media(min-width: 768px){.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item .bb-button,.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item button{font-size:1.125rem;line-height:1.5rem}}.bb-product-detail__tabs .bb-product-detail__tab-content .bb-product-detail__tab-item button.active{color:#64140e}.bb-product-detail__headline-small{font-size:1.3125rem;line-height:1.75rem;font-weight:700;margin-bottom:0.75rem}@media(min-width: 992px){.bb-product-detail__headline-small{font-size:1.875rem;line-height:2.375rem}}@media(min-width: 992px){.bb-product-detail__headline-small{font-size:1.8125rem}}.bb-product-detail__headline-big{font-size:2.5rem;line-height:2.625rem;font-weight:700;font-weight:700;margin-bottom:1.25rem}@media(min-width: 992px){.bb-product-detail__headline-big{font-size:3.875rem;line-height:4rem}}@media(min-width: 992px){.bb-product-detail__headline-big{margin-bottom:2rem}}@media(min-width: 1600px){.bb-product-detail__headline-big{margin-bottom:2.875rem}}.bb-product-detail__icons{display:flex;flex-wrap:wrap;grid-column-gap:4rem;grid-row-gap:0.75rem}.bb-product-detail__icons-item{display:flex;gap:0.5rem;flex-wrap:nowrap;align-items:center}.bb-product-detail__icons-item:last-child{margin-right:0}.bb-product-detail__icons-item-label{font-weight:700}@media(min-width: 992px){.bb-product-detail__icons-item-label{font-size:1.25rem;line-height:1.375rem}}.bb-product-detail__badge-vegan{display:flex;gap:0.5rem;font-weight:700}.bb-product-detail__image-container{position:relative;margin-top:2rem;text-align:center;max-width:calc(100% - 8rem);margin-left:auto;margin-right:auto}@media(min-width: 768px){.bb-product-detail__image-container{margin-top:0;float:left;width:40%;padding-right:0.75rem}}.bb-product-detail__image-container .bb-product-detail__image-holder{position:relative;display:inline-block}.bb-product-detail__image-container .bb-product-detail__image-holder .bb-product-detail__image{display:none}.bb-product-detail__image-container .bb-product-detail__image-holder .bb-product-detail__image.active{display:block}.bb-product-detail__image-container .bb-image{margin:0 auto}.bb-product-detail__image-container .bb-image img{transition:max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);margin:0 auto;max-height:26.8125rem;object-fit:contain}@media(min-width: 420px){.bb-product-detail__image-container .bb-image img{max-height:28.0625rem}}@media(min-width: 576px){.bb-product-detail__image-container .bb-image img{max-height:28.3125rem}}@media(min-width: 992px){.bb-product-detail__image-container .bb-image img{max-height:30.375rem}}@media(min-width: 1200px){.bb-product-detail__image-container .bb-image img{max-height:35.4375rem}}@media(min-width: 1600px){.bb-product-detail__image-container .bb-image img{max-height:42.375rem}}.bb-product-detail__image-container .bb-product-detail__badge--new{transition:top 300ms cubic-bezier(0.4, 0, 0.2, 1),left 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;top:0;left:-4rem;width:4rem;height:3.5rem}@media(min-width: 768px){.bb-product-detail__image-container .bb-product-detail__badge--new{left:-1.5rem}}@media(min-width: 992px){.bb-product-detail__image-container .bb-product-detail__badge--new{width:8rem;height:7rem;left:-3.5rem}}.bb-product-detail__image-container .bb-product-detail__badge--new .bb-badge--is-new{width:100%;height:100%}.bb-product-detail__image-container .bb-product-detail__badge--asia-store{position:absolute;bottom:-0.75rem;left:50%;transform:translateX(-50%);width:100%}.bb-product-detail__image-wrapper{position:relative}.bb-product-detail__image-info-holder{margin:2.25rem auto 0;width:11.25rem;max-width:100%}@media(min-width: 1200px){.bb-product-detail__image-info-holder{margin-top:1.5rem}}.bb-product-detail__image-info-holder .bb-product-detail__image-info{display:none}.bb-product-detail__image-info-holder .bb-product-detail__image-info.active{display:block}.bb-product-detail__available-seizes{margin-top:2.75rem}@media(min-width: 768px){.bb-product-detail__available-seizes{width:60%;float:right;padding-left:0.75rem;margin-top:4rem}}@media(min-width: 1600px){.bb-product-detail__available-seizes{margin-top:4.5rem}}.bb-product-detail__available-seizes-label{font-size:1.125rem;line-height:1.5rem;font-weight:700}.bb-product-detail__available-seizes .bb-product-detail__sizes{display:flex;flex-wrap:wrap;grid-column-gap:0.5rem;grid-row-gap:1rem;margin-top:1rem}@media(min-width: 768px){.bb-product-detail__available-seizes .bb-product-detail__sizes{grid-column-gap:1rem;grid-row-gap:1.5rem}}.bb-product-detail__available-seizes .bb-product-detail__sizes-item .bb-button,.bb-product-detail__available-seizes .bb-product-detail__sizes-item button{font-size:0.875rem;line-height:1.125rem;padding:0.5rem 1rem}@media(min-width: 768px){.bb-product-detail__available-seizes .bb-product-detail__sizes-item .bb-button,.bb-product-detail__available-seizes .bb-product-detail__sizes-item button{font-size:1.125rem;line-height:1.5rem}}.bb-product-detail__available-seizes .bb-product-detail__sizes-item button.active{color:#64140e}.bb-product-detail__table{color:#000}.bb-product-detail__table-legend{font-weight:700}@media(min-width: 1200px){.bb-product-detail__table-legend{padding-right:2.625rem;padding-left:2.625rem}}.bb-product-detail__available-in--images{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.bb-product-detail__available-in--images{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 1200px){.bb-product-detail__available-in--images{grid-template-columns:repeat(4, 1fr);gap:2rem}}.bb-product-detail.with-tabs .bb-product-detail__image-container{margin-top:2rem;float:none;width:100%;padding-right:0}@media(min-width: 992px){.bb-product-detail.with-tabs .bb-product-detail__image-container{margin-top:0;float:left;width:40%;padding-right:0.75rem}}.bb-product-detail.with-tabs .bb-product-detail__image-container .bb-product-detail__badge--new{left:-4rem}@media(min-width: 992px){.bb-product-detail.with-tabs .bb-product-detail__image-container .bb-product-detail__badge--new{left:-1.5rem}}@media(min-width: 1200px){.bb-product-detail.with-tabs .bb-product-detail__image-container .bb-product-detail__badge--new{width:8rem;height:7rem;left:-3.5rem}}.bb-product-detail .bb-language-overlay{display:none}.bb-products-category-slider__teaser.bb-products-category-slider__teaser{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);border-radius:1rem;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-decoration:none !important}.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image,.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image img{max-height:13.75rem;object-fit:contain !important}.bb-products-category-slider__teaser.bb-products-category-slider__teaser.bg-category-green:hover{background-color:#a9c38a}.bb-products-category-slider__teaser.bb-products-category-slider__teaser.bg-category-blue:hover{background-color:#53b1b5}.bb-products-category-slider__teaser.bb-products-category-slider__teaser.bg-category-pink:hover{background-color:#e58a74}.bb-products-category-slider__teaser.bb-products-category-slider__teaser.bg-category-orange:hover{background-color:#e58528}.bb-products-category-slider__teaser.bb-products-category-slider__teaser.bg-category-yellow:hover{background-color:#fcbb42}.bb-products-category-slider__teaser-label{font-size:1.3125rem;line-height:1.75rem;font-weight:700}@media(min-width: 992px){.bb-products-category-slider__teaser-label{font-size:1.875rem;line-height:2.375rem}}@media(min-width: 992px){.bb-products-category-slider__teaser.bb-products-category-slider__teaser{padding:3.75rem 1.5rem}.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image,.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image img{max-height:17.5rem}}@media(min-width: 1600px){.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image,.bb-products-category-slider__teaser.bb-products-category-slider__teaser .bb-image img{max-height:21.25rem}}@media(min-width: 768px){.bb-products-category__info{max-width:80%}}@media(min-width: 1200px){.bb-products-category__info{max-width:50%}}.bb-products-category__container{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:1rem}@media(min-width: 576px){.bb-products-category__container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.bb-products-category__container{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 992px){.bb-products-category__container{column-gap:1.5rem;grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.bb-products-category__container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1600px){.bb-products-category__container{grid-template-columns:repeat(4, 1fr)}}.bb-products-category__product{display:flex;align-items:flex-end;justify-content:center}.bb-products-category__product .bb-teaser-product__name{min-height:var(--bb-text-min-height, fit-content)}.bb-products-category__product.d-none{display:none}.bb-products-category .bb-teaser-product__image .bb-image__image-holder img{max-width:8rem;margin:0 auto}@media(min-width: 992px){.bb-products-category .bb-teaser-product__image .bb-image__image-holder img{max-width:20rem}}.bb-products-category:not(.is-included){padding:4rem 0}@media(min-width: 768px){.bb-products-category:not(.is-included){padding:6rem 0}}@media(min-width: 1200px){.bb-products-category:not(.is-included){padding:8rem 0}}.bb-products-index{transition:background 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-products-index .bg-primary-orange .bb-products-index__navi{background-color:#dd7900}.bb-products-index .bg-primary-orange .bb-products-index__navi--list{background-color:#dd7900}.bb-products-index .bg-primary-orange .bb-products-index__navi--list-item{background-color:#dd7900}.bb-products-index .bg-primary-yellow .bb-products-index__navi{background-color:#f9b104}.bb-products-index .bg-primary-yellow .bb-products-index__navi--list{background-color:#f9b104}.bb-products-index .bg-primary-yellow .bb-products-index__navi--list-item{background-color:#f9b104}.bb-products-index .bg-secondary-brown .bb-products-index__navi{background-color:#64140e}.bb-products-index .bg-secondary-brown .bb-products-index__navi--list{background-color:#64140e}.bb-products-index .bg-secondary-brown .bb-products-index__navi--list-item{background-color:#64140e}.bb-products-index .bg-category-green .bb-products-index__navi{background-color:#cde2b3}.bb-products-index .bg-category-green .bb-products-index__navi--list{background-color:#cde2b3}.bb-products-index .bg-category-green .bb-products-index__navi--list-item{background-color:#cde2b3}.bb-products-index .bg-category-blue .bb-products-index__navi{background-color:#88d4d8}.bb-products-index .bg-category-blue .bb-products-index__navi--list{background-color:#88d4d8}.bb-products-index .bg-category-blue .bb-products-index__navi--list-item{background-color:#88d4d8}.bb-products-index .bg-category-pink .bb-products-index__navi{background-color:#ffa089}.bb-products-index .bg-category-pink .bb-products-index__navi--list{background-color:#ffa089}.bb-products-index .bg-category-pink .bb-products-index__navi--list-item{background-color:#ffa089}.bb-products-index .bg-category-orange .bb-products-index__navi{background-color:#ffab48}.bb-products-index .bg-category-orange .bb-products-index__navi--list{background-color:#ffab48}.bb-products-index .bg-category-orange .bb-products-index__navi--list-item{background-color:#ffab48}.bb-products-index .bg-category-yellow .bb-products-index__navi{background-color:#ffdc72}.bb-products-index .bg-category-yellow .bb-products-index__navi--list{background-color:#ffdc72}.bb-products-index .bg-category-yellow .bb-products-index__navi--list-item{background-color:#ffdc72}.bb-products-index .bg-category-red .bb-products-index__navi{background-color:#dc231a}.bb-products-index .bg-category-red .bb-products-index__navi--list{background-color:#dc231a}.bb-products-index .bg-category-red .bb-products-index__navi--list-item{background-color:#dc231a}.bb-products-index .bg-category-cream .bb-products-index__navi{background-color:#f4ecdd}.bb-products-index .bg-category-cream .bb-products-index__navi--list{background-color:#f4ecdd}.bb-products-index .bg-category-cream .bb-products-index__navi--list-item{background-color:#f4ecdd}.bb-products-index .bg-category-rust-red .bb-products-index__navi{background-color:#bf4109}.bb-products-index .bg-category-rust-red .bb-products-index__navi--list{background-color:#bf4109}.bb-products-index .bg-category-rust-red .bb-products-index__navi--list-item{background-color:#bf4109}.bb-products-index .bg-category-dark-grey .bb-products-index__navi{background-color:#575651}.bb-products-index .bg-category-dark-grey .bb-products-index__navi--list{background-color:#575651}.bb-products-index .bg-category-dark-grey .bb-products-index__navi--list-item{background-color:#575651}.bb-products-index .bg-special-green .bb-products-index__navi{background-color:#51ccbe}.bb-products-index .bg-special-green .bb-products-index__navi--list{background-color:#51ccbe}.bb-products-index .bg-special-green .bb-products-index__navi--list-item{background-color:#51ccbe}.bb-products-index .bg-special-blue .bb-products-index__navi{background-color:#97c1ef}.bb-products-index .bg-special-blue .bb-products-index__navi--list{background-color:#97c1ef}.bb-products-index .bg-special-blue .bb-products-index__navi--list-item{background-color:#97c1ef}.bb-products-index .bg-special-violette .bb-products-index__navi{background-color:#a1a6e8}.bb-products-index .bg-special-violette .bb-products-index__navi--list{background-color:#a1a6e8}.bb-products-index .bg-special-violette .bb-products-index__navi--list-item{background-color:#a1a6e8}.bb-products-index .bg-special-mauve .bb-products-index__navi{background-color:#d5a2f7}.bb-products-index .bg-special-mauve .bb-products-index__navi--list{background-color:#d5a2f7}.bb-products-index .bg-special-mauve .bb-products-index__navi--list-item{background-color:#d5a2f7}.bb-products-index .bg-special-rose .bb-products-index__navi{background-color:#f3a7c7}.bb-products-index .bg-special-rose .bb-products-index__navi--list{background-color:#f3a7c7}.bb-products-index .bg-special-rose .bb-products-index__navi--list-item{background-color:#f3a7c7}.bb-products-index .bg-special-peach .bb-products-index__navi{background-color:#fe7a63}.bb-products-index .bg-special-peach .bb-products-index__navi--list{background-color:#fe7a63}.bb-products-index .bg-special-peach .bb-products-index__navi--list-item{background-color:#fe7a63}.bb-products-index .bg-special-brown .bb-products-index__navi{background-color:#c19a8a}.bb-products-index .bg-special-brown .bb-products-index__navi--list{background-color:#c19a8a}.bb-products-index .bg-special-brown .bb-products-index__navi--list-item{background-color:#c19a8a}.bb-products-index__header{padding:2rem 0;justify-content:space-between}@media(min-width: 1200px){.bb-products-index__header{padding:4rem 0}}.bb-products-index__headline h1{text-transform:uppercase}@media(min-width: 992px)and (max-width: 1199.98px){.bb-products-index__headline h1{font-size:2.5rem;line-height:2.625rem}}.bb-products-index__filter{margin-top:1rem}@media(min-width: 1200px){.bb-products-index__filter{margin-top:6rem}}.bb-products-index__filter--toggle{display:inline-flex;justify-content:space-between;gap:0.5rem;background-color:#fff;box-shadow:0 0.625rem 0.9375rem rgba(0,0,0,.1);padding:0.5rem;border-radius:2rem;margin-bottom:1rem}.bb-products-index__filter--toggle .bb-button,.bb-products-index__filter--toggle button{text-align:center;padding:0.5rem;font-size:1rem;line-height:1.375rem}@media(min-width: 992px){.bb-products-index__filter--toggle .bb-button,.bb-products-index__filter--toggle button{font-size:1.25rem;line-height:1.5rem;padding:0.75rem 1.5rem}}.bb-products-index__filter--result{margin-left:0.875rem}.bb-products-index__filter--result span{font-weight:700}@media(min-width: 992px){.bb-products-index__filter-wrapper{display:flex;justify-content:flex-end}}.bb-products-index__content{position:relative}.bb-products-index__enter-exit{height:0.0625rem}.bb-products-index__enter-exit.separator-bottom{padding-bottom:3.75rem}.bb-products-index__navi{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:fixed;bottom:1rem;display:flex;justify-content:center;width:100%;z-index:2;padding:0 1rem}.bb-products-index__navi.absolute{position:absolute}.bb-products-index__navi--list{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;position:relative;padding:0.5rem;overflow-x:auto;border-radius:3rem;max-width:99.75rem}@media(min-width: 992px){.bb-products-index__navi--list{padding:1rem}}.bb-products-index__navi--list li{display:flex;flex:1 0 6.25rem}.bb-products-index__navi--list li.inactive{pointer-events:none;text-decoration:line-through;display:none}@media(min-width: 768px){.bb-products-index__navi--list li{flex:1 1 auto}}.bb-products-index__navi--list-item{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;color:#000;text-decoration:none;background-color:#cde2b3;border:none;font-size:0.875rem;line-height:1rem;position:relative;text-align:center;margin:0;border-radius:32px;padding:0.25rem 1rem;scroll-margin:0.5rem}@media(min-width: 992px){.bb-products-index__navi--list-item{font-size:1.5rem;line-height:2rem;padding:1rem;scroll-margin:1rem}}.bb-products-index__navi--list-item:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-products-index__navi--list-item.bb-recipes-filter-checkbox__holder,.bb-products-index__navi--list-item:hover{text-decoration:none}.bb-products-index__navi--list-item.active{position:relative;font-weight:700;background-color:#a9c38a;z-index:1}.bg-category-green .bb-products-index__navi--list-item.active{background-color:#a9c38a}.bg-category-blue .bb-products-index__navi--list-item.active{background-color:#53b1b5}.bg-category-pink .bb-products-index__navi--list-item.active{background-color:#e58a74}.bg-category-orange .bb-products-index__navi--list-item.active{background-color:#e58528}.bg-category-yellow .bb-products-index__navi--list-item.active{background-color:#fcbb42}.bg-category-cream .bb-products-index__navi--list-item.active{background-color:#d6cfc2}.bb-products-index__navi--list-item.no--background{background-color:rgba(0,0,0,0)}.bb-products-index__navi .bb-products-index__navi--list{box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16)}@media(min-width: 992px){.bb-products-index__navi{position:sticky;bottom:auto;top:7.5rem}.bb-products-index__navi.absolute{position:sticky}.bb-products-index__navi .bb-products-index__navi--list{box-shadow:none}}@media(min-width: 1370px){body.has-channel-switch .bb-products-index__navi{top:9.4375rem}}.bb-products-index .category{display:flex;align-items:center;padding-top:1rem;padding-bottom:2rem;scroll-margin-top:6.25rem}.bb-products-index .category.d-none{display:none}@media(min-width: 992px){.bb-products-index .category{padding-top:2rem;padding-bottom:4rem;scroll-margin-top:12.5rem}}@media(min-width: 1200px){.bb-products-index .category{padding-top:4rem;padding-bottom:8rem}}.bb-products-slider{--swiper-scrollbar-bg-color: transparent;--swiper-scrollbar-drag-bg-color: #dd7900;position:relative;padding-bottom:9.25rem;padding-top:2rem}@media(min-width: 576px){.bb-products-slider{padding-bottom:2rem;padding-top:2rem}}.bb-products-slider__headline-action-wrapper{display:flex;justify-content:space-between;align-items:flex-end}.bb-products-slider__headline{text-transform:uppercase;margin-bottom:2rem}@media(min-width: 992px){.bb-products-slider__headline{margin-bottom:4rem}}.bb-products-slider__actions{display:flex;flex:0 0 0;position:absolute;justify-content:center;width:100%;left:0;bottom:2rem}@media(min-width: 576px){.bb-products-slider__actions{position:relative;justify-content:flex-end;gap:1.5rem;margin-bottom:2rem;margin-left:2rem;bottom:auto}}@media(min-width: 992px){.bb-products-slider__actions{margin-bottom:4rem}}@media(min-width: 1200px){.bb-products-slider__actions{gap:2rem}}.bb-products-slider__navigation{display:none}@media(min-width: 576px){.bb-products-slider__navigation{display:flex;align-items:center;gap:1rem}}@media(min-width: 1200px){.bb-products-slider__navigation{gap:1.5rem}}.bb-products-slider__scroll{display:none;position:relative;margin-top:1.5rem}@media(min-width: 576px){.bb-products-slider__scroll{margin-top:2.5rem}}.bb-products-slider__pagination{position:relative}.bb-products-slider.bb-products-slider--fluid{--swiper-scrollbar-sides-offset: 24px}.bb-products-slider.bb-products-slider--fluid .bb-products-slider__headline-action-wrapper,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__pagination,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__swiper{padding-right:24px;padding-left:24px;max-width:calc(99.75rem + 2*24px);margin:0 auto}@media(min-width: 768px){.bb-products-slider.bb-products-slider--fluid{--swiper-scrollbar-sides-offset: 32px}.bb-products-slider.bb-products-slider--fluid .bb-products-slider__headline-action-wrapper,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__pagination,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__swiper{padding-right:32px;padding-left:32px;max-width:calc(99.75rem + 2*32px);margin:0 auto}}@media(min-width: 992px){.bb-products-slider.bb-products-slider--fluid{--swiper-scrollbar-sides-offset: 64px}.bb-products-slider.bb-products-slider--fluid .bb-products-slider__headline-action-wrapper,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__pagination,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__swiper{padding-right:64px;padding-left:64px;max-width:calc(99.75rem + 2*64px);margin:0 auto}}@media(min-width: 1600px){.bb-products-slider.bb-products-slider--fluid{--swiper-scrollbar-sides-offset: 162px}.bb-products-slider.bb-products-slider--fluid .bb-products-slider__headline-action-wrapper,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__pagination,.bb-products-slider.bb-products-slider--fluid .bb-products-slider__swiper{padding-right:162px;padding-left:162px;max-width:calc(99.75rem + 2*162px);margin:0 auto}}.bb-products-slider .swiper{width:100%}.bb-products-slider__navi{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;justify-content:center;width:100%;z-index:2}.bb-products-slider__navi--list{display:flex;position:relative;background-color:rgba(0,0,0,0);padding:0.5rem;overflow-x:auto;border-radius:3rem;max-width:99.75rem}@media(min-width: 992px){.bb-products-slider__navi--list{padding:1rem}}.bb-products-slider__navi--list li{display:flex;flex:1 0 6.25rem}@media(min-width: 768px){.bb-products-slider__navi--list li{flex:1 1 auto}}.bb-products-slider__navi--list-item{display:block;color:#000;text-decoration:none;background-color:rgba(0,0,0,0);border:none;font-size:0.875rem;line-height:1rem;position:relative;text-align:center;margin:0;border-radius:32px;padding:0.25rem 1rem}@media(min-width: 992px){.bb-products-slider__navi--list-item{font-size:1.5rem;line-height:2rem;padding:1rem}}.bb-products-slider__navi--list-item:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-products-slider__navi--list-item.bb-recipes-filter-checkbox__holder,.bb-products-slider__navi--list-item:hover{text-decoration:none}.bb-products-slider__navi--list-item.active{position:relative;font-weight:700;background-color:#a9c38a;z-index:1}.bg-category-green .bb-products-slider__navi--list-item.active{background-color:#a9c38a}.bg-category-blue .bb-products-slider__navi--list-item.active{background-color:#53b1b5}.bg-category-pink .bb-products-slider__navi--list-item.active{background-color:#e58a74}.bg-category-orange .bb-products-slider__navi--list-item.active{background-color:#e58528}.bg-category-yellow .bb-products-slider__navi--list-item.active{background-color:#fcbb42}.bg-category-cream .bb-products-slider__navi--list-item.active{background-color:rgba(0,0,0,.12)}.bb-products-slider__navi--list-item.inactive{pointer-events:none}.bb-products-slider__navi--list-item.no--background{background-color:rgba(0,0,0,0)}.bb-products-slider__navi.sticky{position:sticky}.bb-products-slider__swiper{padding-top:1.5rem}@media(min-width: 576px){.bb-products-slider__swiper{padding-top:2rem}}@media(min-width: 992px){.bb-products-slider__swiper{padding-top:2.5rem;padding-bottom:5.5rem}}@media(min-width: 1200px){.bb-products-slider__swiper{padding-top:5rem;padding-bottom:8rem}}.bb-products-slider__swiper .swiper-slide,.bb-products-slider__swiper .bb-cookmode__preparation__step{height:auto;padding:0 1rem;width:fit-content}.bb-products-slider__swiper .swiper-slide .bb-teaser-product__name,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__name{max-width:228px}@media(min-width: 768px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__name,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__name{max-width:228px}}@media(min-width: 992px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__name,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__name{max-width:250px}}@media(min-width: 1200px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__name,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__name{max-width:100%}}@media(min-width: 1200px){.bb-products-slider__swiper .swiper-slide,.bb-products-slider__swiper .bb-cookmode__preparation__step{width:18.5rem}}@media(max-width: 575.98px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__name,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__name{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0}.bb-products-slider__swiper .swiper-slide-active .bb-teaser-product__name{opacity:1}}.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image{padding:0;max-height:14.5rem}@media(min-width: 768px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image{max-height:18.25rem}}@media(min-width: 992px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image{max-height:20.75rem}}@media(min-width: 1200px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image{max-height:20.5rem}}.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image .bb-image__image-holder,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image .bb-image__image-holder{padding-top:1.5rem}.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image-holder,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image-holder,.bb-products-slider__swiper .swiper-slide .bb-teaser-product .bb-image,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product .bb-image,.bb-products-slider__swiper .swiper-slide .bb-teaser-product .bb-image__image-holder,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product .bb-image__image-holder{height:100%;display:flex;align-items:flex-end;width:100%}.bb-products-slider__swiper .swiper-slide .bb-teaser-product__image-holder img,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__image-holder img,.bb-products-slider__swiper .swiper-slide .bb-teaser-product .bb-image img,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product .bb-image img,.bb-products-slider__swiper .swiper-slide .bb-teaser-product .bb-image__image-holder img,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product .bb-image__image-holder img{height:100%;width:auto;min-width:100%}@media(max-width: 419.98px){.bb-products-slider__swiper .swiper-slide .bb-teaser-product__badge--asia-store .bb-badge,.bb-products-slider__swiper .bb-cookmode__preparation__step .bb-teaser-product__badge--asia-store .bb-badge{font-size:0.625rem;line-height:0.75rem}}.bb-quote__icon{display:block;color:#dd7900}.bb-quote--has-bg-color{background-color:#f4ecdd;border-radius:1rem;padding:1.5rem}@media(min-width: 992px){.bb-quote--has-bg-color{padding:2rem}}@media(min-width: 1200px){.bb-quote--has-bg-color{padding:4rem}}fieldset .radio-holder,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .radio-holder{display:flex;align-items:center}fieldset .mdc-form-field[role=radiogroup],.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup]{overflow:hidden}fieldset .mdc-form-field[role=radiogroup].direction--vertical,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup].direction--vertical{display:block}fieldset .mdc-form-field[role=radiogroup].direction--vertical .radio-holder:not(:last-child),.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup].direction--vertical .radio-holder:not(:last-child){margin-bottom:0.625rem}fieldset .mdc-form-field[role=radiogroup]:not(.direction--vertical),.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup]:not(.direction--vertical){display:flex;flex-wrap:wrap}fieldset .mdc-form-field[role=radiogroup]:not(.direction--vertical) .mdc-radio-label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup]:not(.direction--vertical) .mdc-radio-label{display:flex;align-items:center;padding-top:0.1875rem;flex-basis:100%}fieldset .mdc-form-field[role=radiogroup] .mdc-radio-label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-form-field[role=radiogroup] .mdc-radio-label{margin-bottom:0.625rem}fieldset .mdc-radio,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio{position:relative;top:0.0625rem;width:1.375rem;height:1.375rem;padding:0;cursor:pointer}fieldset .mdc-radio:before,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio:before{display:none}@media(min-width: 992px){fieldset .mdc-radio,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio{width:1.5rem;height:1.5rem}}fieldset .mdc-radio__native-control,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}fieldset .mdc-radio__background,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio__background{position:absolute;left:0;top:0;width:100%;height:100%}@media(min-width: 992px){fieldset .mdc-radio__background,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio__background{top:0.0625rem}}fieldset .mdc-radio__outer-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio__outer-circle{transition:border-color 300ms cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0s;position:absolute;top:0;left:0;width:100%;height:100%;border:0.125rem solid #000;border-radius:50%}fieldset .mdc-radio__inner-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio__inner-circle{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0s;position:absolute;top:0;left:0;width:100%;height:100%;border-width:1.5rem;border-color:#000;border-radius:50%;background-color:#000;transform:scale(0)}fieldset .mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#000;transition-duration:300ms}fieldset .mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition-duration:300ms}fieldset .mdc-radio input.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio input.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{background-color:#000}fieldset .mdc-radio+label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio+label{padding-left:0.75rem;padding-top:0.3125rem;color:#000;cursor:pointer}fieldset .mdc-radio-checked .mdc-radio__inner-circle,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-radio-checked .mdc-radio__inner-circle{transform:scale(0)}fieldset.error .mdc-radio__outer-circle,.bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .mdc-radio__outer-circle{border-color:#b00020}.bb-recipe-collection-header{display:flex;flex-direction:column-reverse}.bb-recipe-collection-header__copy{min-height:16.875rem;padding:1.5rem 0}.bb-recipe-collection-header__copy h1:not(.bg-primary-white .bb-recipe-collection-header__copy h1){color:#fff}.bb-recipe-collection-header__copy p:last-child{margin-bottom:0}.bb-recipe-collection-header__copy .bb-recipe-collection-header__button-container{margin-top:0.75rem}.bb-recipe-collection-header__image{position:relative;margin:0 -24px}.bb-recipe-collection-header:before{padding-top:115.385%}.bb-recipe-collection-header__video-controls{position:absolute;z-index:3;bottom:1rem;left:1.25rem;color:#fff}.bb-recipe-collection-header__video-controls .bb-icon,.bb-recipe-collection-header__video-controls .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipe-collection-header__video-controls .select2-results__option--selected{padding:0.25rem;cursor:pointer}.bb-recipe-collection-header__video-controls-play.bb-icon,.select2-container--open .select2-dropdown .bb-recipe-collection-header__video-controls-play.select2-results__option--selected{display:block}.bb-recipe-collection-header__video-controls-pause.bb-icon,.select2-container--open .select2-dropdown .bb-recipe-collection-header__video-controls-pause.select2-results__option--selected{display:none}.bb-recipe-collection-header__video-controls.is-playing .bb-recipe-collection-header__video-controls-play{display:none}.bb-recipe-collection-header__video-controls.is-playing .bb-recipe-collection-header__video-controls-pause{display:block}.bb-recipe-collection-header .bb-vimeo-video{overflow:hidden;height:100%;margin-top:0 !important;pointer-events:none}.bb-recipe-collection-header .bb-vimeo-video__video-container{position:relative}.bb-recipe-collection-header .bb-vimeo-video__video-container iframe{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%, -50%)}@media(min-aspect-ratio: 16/9){.bb-recipe-collection-header .bb-vimeo-video__video-container iframe{width:250%}}@media(max-aspect-ratio: 16/9){.bb-recipe-collection-header .bb-vimeo-video__video-container iframe{width:250%}}.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg-headline,.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg-link{font-size:0.875rem;line-height:1.125rem}@media(min-width: 992px){.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline,.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-link{font-size:2.5rem;line-height:2.75rem}}@media(min-width: 1200px){.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline,.bb-recipe-collection-header .bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-link{font-size:3.125rem;line-height:3.375rem}}.bb-recipe-collection-header .bb-vimeo-video .uc-embedding-container{z-index:-1}.bb-recipe-collection-header.no-cookie-accepted .bb-recipe-collection-header__video-controls{z-index:-1}.bb-recipe-collection-header:not(.no-cookie-accepted) .bb-vimeo-video .uc-vimeo-bg{z-index:-1;pointer-events:none}.bb-recipe-collection-header:not(.no-cookie-accepted) .bb-vimeo-video iframe{z-index:1}@media(min-width: 768px){.bb-recipe-collection-header__image{margin:0 -32px}}@media(min-width: 992px){.bb-recipe-collection-header{display:flex;flex-direction:row}.bb-recipe-collection-header__copy{width:100%;text-align:center;padding:3.5rem 0}.bb-recipe-collection-header__copy .bb-recipe-collection-header__button-container{margin-top:2.375rem}.bb-recipe-collection-header__image{flex-shrink:0;width:calc(50% + 64px);margin:0 -64px 0 0}.bb-recipe-collection-header--has-image .bb-recipe-collection-header__copy{display:flex;flex-direction:column;width:50%;padding:4rem 2rem 4rem 0;text-align:left}}@media(min-width: 1200px){.bb-recipe-collection-header__copy{width:66.666666%;margin-left:16.666666%}.bb-recipe-collection-header--has-image .bb-recipe-collection-header__copy{width:41.666666%;margin-left:0;margin-right:8.333333%}}@media(min-width: 1600px){.bb-recipe-collection-header__image{width:calc(50% + 162px);margin-right:-162px}}@media(orientation: landscape),(min-width: 576px){.bb-recipe-collection-header:before{padding-top:43.75%}.bb-recipe-collection-header__video-controls{bottom:1.375rem;left:1.75rem}.bb-recipe-collection-header .bb-vimeo-video__video-container{margin-top:-1px;margin-left:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}}.bb-recipe-detail__content-wrapper{position:relative}.bb-recipe-detail__tags{display:flex;flex-wrap:wrap}.bb-recipe-detail__rating__avg{line-height:1}.bb-recipe-detail__rating .bb-icon,.bb-recipe-detail__rating .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipe-detail__rating .select2-results__option--selected{color:#dc231a;vertical-align:text-top}.bb-recipe-detail__nutrition__total,.bb-recipe-detail__preparation-time__total{position:relative;display:flex;flex-wrap:wrap;padding-left:1.5rem}@media(min-width: 992px){.bb-recipe-detail__nutrition__total,.bb-recipe-detail__preparation-time__total{padding-left:2rem}}.bb-recipe-detail__nutrition__total .bb-icon,.bb-recipe-detail__nutrition__total .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipe-detail__nutrition__total .select2-results__option--selected,.bb-recipe-detail__preparation-time__total .bb-icon,.bb-recipe-detail__preparation-time__total .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipe-detail__preparation-time__total .select2-results__option--selected{position:absolute;left:0;color:#dc231a;line-height:1.2}.bb-recipe-detail__nutrition__total-label,.bb-recipe-detail__preparation-time__total-label{margin-right:0.375rem}.bb-recipe-detail__nutrition__total-value,.bb-recipe-detail__preparation-time__total-value{font-weight:700}@media(min-width: 1200px){.bb-recipe-detail__nutrition__total-value,.bb-recipe-detail__preparation-time__total-value{font-size:1.8125rem;line-height:2rem}}.bb-recipe-detail__nutrition__detailed,.bb-recipe-detail__preparation-time__detailed{display:flex;margin-top:1rem}.bb-recipe-detail__nutrition__detailed-item,.bb-recipe-detail__preparation-time__detailed-item{display:flex;flex-direction:column;align-items:center;flex:1 1 auto;padding:0 0.5rem}.bb-recipe-detail__nutrition__detailed-item:not(:first-child),.bb-recipe-detail__preparation-time__detailed-item:not(:first-child){border-left:0.0625rem solid #000}.bb-recipe-detail__nutrition__detailed-item--value,.bb-recipe-detail__preparation-time__detailed-item--value{font-weight:700;font-size:1rem;line-height:1.125rem}.bb-recipe-detail__nutrition__detailed-item--detail,.bb-recipe-detail__preparation-time__detailed-item--detail{font-size:0.75rem;line-height:0.875rem}@media(min-width: 768px){.bb-recipe-detail__nutrition__detailed-item--value,.bb-recipe-detail__preparation-time__detailed-item--value{font-size:1.5rem;line-height:2rem}.bb-recipe-detail__nutrition__detailed-item--detail,.bb-recipe-detail__preparation-time__detailed-item--detail{font-size:1.25rem;line-height:1.375rem}}@media(min-width: 1200px){.bb-recipe-detail__nutrition__detailed,.bb-recipe-detail__preparation-time__detailed{margin-top:1.5rem}.bb-recipe-detail__nutrition__detailed-item,.bb-recipe-detail__preparation-time__detailed-item{padding:0 0.75rem}}.bb-recipe-detail__preparation__step .bb-image .bb-image__image-holder{border-radius:0.5rem}.bb-recipe-detail__description__author__image{border-radius:624.9375rem;overflow:hidden;width:4rem !important;height:4rem !important}.bb-recipe-detail__description__author a{text-decoration:none !important}.bb-recipe-detail__how-to-videos-container{display:flex;flex-wrap:wrap;gap:1.5rem}.bb-recipe-detail__how-to-videos-container .bb-youtube-video{margin-top:0;flex-basis:calc(50% - 0.75rem);container-type:inline-size}.bb-recipe-detail__how-to-videos-container .bb-youtube-video__video-container{display:flex}@container (max-width: 400px){.bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .bb-icon:before,.bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .select2-results__option--selected:before{font-size:2rem}@media(min-width: 992px){.bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .bb-icon:before,.bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .select2-container--open .select2-dropdown .select2-results__option--selected:before,.select2-container--open .select2-dropdown .bb-recipe-detail__how-to-videos-container .bb-youtube-video .bb-youtube-video__play-icon .select2-results__option--selected:before{font-size:4rem}}}.bb-recipe-detail__how-to-videos-container .bb-youtube-video__placeholder-image .bb-image__image-holder{border-radius:0.5rem}.bb-recipe-detail__additional-content .bb-highlightbox{color:#000}.bb-recipe-detail__tip-box--content{text-align:center}.bb-recipe-detail__tip-box--content p+.bb-recipe-detail__tip-box--content-copy{margin-top:2rem}.bb-recipe-detail__featured-product--headline{font-weight:700}.bb-recipe-detail__recipe-id{color:#575651;font-size:1rem}@media(min-width: 992px){.bb-recipe-detail__recipe-id{font-size:1.25rem}}.bb-recipe-detail__print-container>p{margin-bottom:0.5rem !important}.bb-recipe-detail__share-container>p{margin-bottom:1.125rem !important}.bb-recipe-detail__share-container a:not(:last-child){margin-right:1.25rem}.bb-recipe-detail__mealprepset-teaser{border-radius:1rem;overflow:hidden;background-color:#dd7900;display:flex;flex-direction:column}.bb-recipe-detail__mealprepset-teaser__content{padding:1rem;color:#fff}.bb-recipe-detail__mealprepset-teaser__image,.bb-recipe-detail__mealprepset-teaser__image .bb-image__image-holder,.bb-recipe-detail__mealprepset-teaser__image .bb-image__image-holder img{height:100%}.bb-recipe-detail__mealprepset-teaser__image .bb-image__image-holder img{object-fit:cover}@media(min-width: 576px){.bb-recipe-detail__mealprepset-teaser{flex-direction:row}.bb-recipe-detail__mealprepset-teaser__content{padding:3rem 2rem;width:100%}.bb-recipe-detail__mealprepset-teaser__images{width:35%}}@media(min-width: 768px){.bb-recipe-detail__print-container>p{margin-bottom:1rem !important}.bb-recipe-detail__share-container>p{margin-bottom:1.5rem !important}.bb-recipe-detail__share-container a:not(:last-child){margin-right:1.625rem}}@media(max-width: 575.98px){.bb-recipe-detail__print-container .bb-button,.bb-recipe-detail__print-container button{width:100%;justify-content:center}}@media print{.bb-recipe-detail__preparation__step{break-inside:avoid}.bb-recipe-detail__preparation .bb-image{max-width:50% !important}}.bb-recipes-filter-checkbox{-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:1.125rem;line-height:1.5rem}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder{display:flex;align-items:center;padding:0.5rem 0.625rem 0.5rem 0;border-bottom:1px solid #e9eaef;gap:0.5rem;cursor:pointer}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__icon{flex-shrink:0}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__icon svg{fill:#dc231a;width:1.5rem;height:1.5rem}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__text{width:100%}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__checkbox{flex-shrink:0}.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__checkbox .mdc-checkbox{width:1.5rem;top:0}.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__icon svg{fill:#dc231a;width:3rem;height:2rem}.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__holder{border-radius:0.5rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:9.25rem;position:relative;gap:0rem;padding:0.5rem}.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__holder:before{position:absolute;content:"";display:block;z-index:-1;top:0;left:0;right:0;bottom:0;border-radius:0.5rem;border:0.0625rem solid #dadbde}.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__holder:hover:before{border:0.0625rem solid #575651}@media(min-width: 768px){.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__icon svg{width:3.75rem;height:2.5rem}.bb-recipes-filter-checkbox.type-big .bb-recipes-filter-checkbox__holder{gap:0.5rem;padding:0.75rem}}.bb-recipes-filter-checkbox.type-big input[type=checkbox]{opacity:0;z-index:-1;position:absolute;height:1px;width:1px}.bb-recipes-filter-checkbox.type-big input[type=checkbox]:checked+.bb-recipes-filter-checkbox__holder:before{border:0.125rem solid #575651;background-color:#f4f4f5}.bb-filter-dropdown{margin-bottom:2rem}.bb-filter-dropdown__categories{display:flex;flex-wrap:wrap;gap:1rem}.bb-filter-dropdown__category{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;justify-content:space-between;align-items:center;flex:1 1 calc(50% - 0.5rem);border:solid 0.125rem;border-radius:0.5rem;font-size:1rem;line-height:1.25rem;font-weight:700;padding:0.75rem 1rem;max-width:calc(50% - 0.5rem);cursor:pointer}.bb-filter-dropdown__category.bg-category-green{border-color:#cde2b3}@media(hover: hover){.bb-filter-dropdown__category.bg-category-green:hover{border-color:#a9c38a}}.bb-filter-dropdown__category.bg-category-green.show{border-color:#a9c38a}.bb-filter-dropdown__category.bg-category-blue{border-color:#88d4d8}@media(hover: hover){.bb-filter-dropdown__category.bg-category-blue:hover{border-color:#53b1b5}}.bb-filter-dropdown__category.bg-category-blue.show{border-color:#53b1b5}.bb-filter-dropdown__category.bg-category-pink{border-color:#ffa089}@media(hover: hover){.bb-filter-dropdown__category.bg-category-pink:hover{border-color:#e58a74}}.bb-filter-dropdown__category.bg-category-pink.show{border-color:#e58a74}.bb-filter-dropdown__category.bg-category-orange{border-color:#ffab48}@media(hover: hover){.bb-filter-dropdown__category.bg-category-orange:hover{border-color:#e58528}}.bb-filter-dropdown__category.bg-category-orange.show{border-color:#e58528}.bb-filter-dropdown__category.bg-category-cream{border-color:#f4ecdd}@media(hover: hover){.bb-filter-dropdown__category.bg-category-cream:hover{border-color:#d6cfc2}}.bb-filter-dropdown__category.bg-category-cream.show{border-color:#d6cfc2}.bb-filter-dropdown__category-headline{flex:1 1 auto}.bb-filter-dropdown__category-image{position:relative;flex:0 0 auto}.bb-filter-dropdown__category-image .bb-filter-dropdown--active{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;position:absolute;top:0;right:0}.bb-filter-dropdown__category-image img{width:2rem !important}.bb-filter-dropdown__category.show .bb-filter-dropdown__category-image .bb-filter-dropdown--active{opacity:1}@media(hover: hover){.bb-filter-dropdown__category:hover .bb-filter-dropdown__category-image .bb-filter-dropdown--active{opacity:1}}.bb-filter-dropdown__category-products--container{margin-top:2rem}.bb-filter-dropdown__category-products--list{display:none;border:0.125rem solid;border-radius:0.5rem;background-color:#fff}.bb-filter-dropdown__category-products--list.bg-category-green{border-color:#a9c38a}.bb-filter-dropdown__category-products--list.bg-category-blue{border-color:#53b1b5}.bb-filter-dropdown__category-products--list.bg-category-pink{border-color:#e58a74}.bb-filter-dropdown__category-products--list.bg-category-orange{border-color:#e58528}.bb-filter-dropdown__category-products--list.bg-category-cream{border-color:#d6cfc2}.bb-filter-dropdown__category-products{padding:1rem}.bb-filter-dropdown__category--product{display:flex;justify-content:space-between;align-items:center;gap:4rem;padding:0.75rem 0;margin-bottom:0}.bb-filter-dropdown__category--product .mdc-checkbox{top:auto}.bb-filter-dropdown__category--product.all-products{font-weight:700;border-bottom:0.0625rem solid #dadbde;padding-top:0}.bb-filter-dropdown__category--product.disabled{opacity:.5;pointer-events:none}.bb-filter-dropdown__category--product.disabled label,.bb-filter-dropdown__category--product.disabled input{cursor:default !important;pointer-events:none}.bb-filter-dropdown__category--product-name,.bb-filter-dropdown__category--product-checkbox{cursor:pointer}.bb-filter-dropdown__category--product-name{font-size:1.125rem;line-height:1.5rem}.bb-filter-dropdown__active-product-filters{display:none;gap:0.5rem;flex-wrap:wrap}.bb-filter-dropdown__active-product-filters.show{display:flex;margin-top:1rem}.bb-filter-dropdown__active-product-filters.show+.bb-filter-dropdown__category-products--container{margin-top:1rem}.bb-filter-dropdown__active-product-filters--list{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}@media(min-width: 992px){.bb-filter-dropdown__category{flex:1 1 calc(25% - 0.75rem);max-width:calc(25% - 0.75rem)}.bb-filter-dropdown__category-products--container{margin-top:2rem}.bb-filter-dropdown__active-product-filters{margin-top:2rem}.bb-filter-dropdown__active-product-filters.show{margin-top:2rem}.bb-filter-dropdown__active-product-filters.show+.bb-filter-dropdown__category-products--container{margin-top:2rem}}.bb-recipes-filter-overlay{position:fixed;z-index:1055;top:0;left:0;right:0;bottom:0;display:none}.bb-recipes-filter-overlay-dialog{position:relative;margin:0}.bb-recipes-filter-overlay-content{height:100vh;height:100dvh;background-color:#fff;border-radius:0;overflow:hidden;display:flex;flex-direction:column}.bb-recipes-filter-overlay-header,.bb-recipes-filter-overlay-footer{flex-shrink:0;align-items:center}.bb-recipes-filter-overlay-header{background-color:#f9b104;height:3.75rem;display:flex;justify-content:center}.bb-recipes-filter-overlay-body{position:relative;overflow-y:scroll;flex:1 1 auto}.bb-recipes-filter-overlay-footer{padding-top:0.75rem;padding-bottom:0.75rem;background-color:#fff;box-shadow:0rem -0.1875rem 0.375rem rgba(0,0,0,.16);display:flex;justify-content:space-between}.bb-recipes-filter-overlay-footer .bb-button--as-text{color:#000}.bb-recipes-filter-overlay__close{position:absolute;left:1.5rem}@media(min-width: 768px){.bb-recipes-filter-overlay-dialog{margin:5vh auto;width:min(46rem,100vw);transform:translateY(-10%);transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-recipes-filter-overlay.show .bb-recipes-filter-overlay-dialog{transform:translateY(0)}.bb-recipes-filter-overlay-content{border-radius:1rem;height:auto;max-height:90vh;max-height:90dvh}}.bb-recipes-filter__filter{background:#f9b104;padding:2rem 0 1rem}.bb-recipes-filter__filter-headline{color:#fff;font-size:2.8125rem;line-height:2.625rem;text-align:center}@media(min-width: 992px){.bb-recipes-filter__filter-headline{font-size:4.125rem;line-height:3.5625rem}}@media(min-width: 1200px){.bb-recipes-filter__filter-headline{font-size:4.5rem;line-height:4.625rem}}.bb-recipes-filter__scrollable .bb-hscontent:before,.bb-recipes-filter__scrollable .bb-hscontent:after{display:none;content:"";position:absolute;top:0;bottom:0;width:1.5rem}.bb-recipes-filter__scrollable .bb-hscontent:before{left:0;background:linear-gradient(to right, #f9b104, transparent)}.bb-recipes-filter__scrollable .bb-hscontent:after{right:0;background:linear-gradient(to left, #f9b104, transparent)}.bb-recipes-filter__scrollable .bb-hscontent:not(.bb-hscontent__controls__prev--hide):before{display:block}.bb-recipes-filter__scrollable .bb-hscontent:not(.bb-hscontent__controls__next--hide):after{display:block}.bb-recipes-filter__scrollable .bb-hscontent__content{gap:1rem;align-items:flex-end}@media(max-width: 575.98px){.bb-recipes-filter__scrollable .container-fluid{padding:0}.bb-recipes-filter__scrollable .bb-hscontent__content{gap:0.5rem}.bb-recipes-filter__scrollable .bb-hscontent__content:before,.bb-recipes-filter__scrollable .bb-hscontent__content:after{min-width:1rem;min-height:1rem;height:100%;display:block;content:""}}.bb-recipes-filter__category-type{cursor:pointer;padding:3px}.bb-recipes-filter__category-type input{display:block;opacity:0;height:1px;width:1px}.bb-recipes-filter__category-type input:checked+div{background:#e59704}.bb-recipes-filter__category-type input:checked+div .bb-recipes-filter__category-type__icon .default{opacity:0}.bb-recipes-filter__category-type input:checked+div .bb-recipes-filter__category-type__icon .active{opacity:1}.bb-recipes-filter__category-type input:disabled+div{opacity:.5}.bb-recipes-filter__category-type.disabled{opacity:.5;pointer-events:none}.bb-recipes-filter__category-type.disabled input{cursor:default !important;pointer-events:none}.bb-recipes-filter__category-type>div{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);color:#64140e;border-radius:1rem;padding:0.5rem;gap:0.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.bb-recipes-filter__category-type>div span{text-align:center;font-size:0.875rem;line-height:1.125rem;font-weight:700}.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon{position:relative}.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .default,.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .active{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);height:1.5rem;width:1.5rem;fill:#64140e;display:flex;justify-content:center;align-items:center}.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .default>svg,.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .active>svg{height:1.5rem;width:1.5rem}.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .default{opacity:1}.bb-recipes-filter__category-type>div .bb-recipes-filter__category-type__icon .active{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0}.bb-recipes-filter__category-type:hover>div{background-color:#e59704}.bb-recipes-filter__result-amount{font-size:1rem}.bb-recipes-filter__search .row>.col{display:flex;justify-content:center}.bb-recipes-filter__search .holder{position:relative;min-width:100%;display:flex}.bb-recipes-filter__search .holder fieldset,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder{width:100%}.bb-recipes-filter__search .holder fieldset .bb-input-field,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-input-field,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder .bb-input-field{height:3rem;border:none;border-radius:1.5rem}.bb-recipes-filter__search .holder fieldset .bb-input-field input,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-input-field input,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder .bb-input-field input{text-align:left;font-size:1.125rem;border-radius:1.5rem;max-height:100%;padding:1.0625rem 0 1.0625rem 3rem}.bb-recipes-filter__search .holder fieldset .bb-input-field__label,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-input-field__label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder .bb-input-field__label{font-size:1.125rem;right:3rem;text-align:center;top:50%;transform:translateY(-50%)}.bb-recipes-filter__search .holder fieldset .bb-input-field.mdc-text-field--label-floating label,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-input-field.mdc-text-field--label-floating label,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder .bb-input-field.mdc-text-field--label-floating label{display:none}.bb-recipes-filter__search .holder fieldset .bb-input-field.mdc-text-field--label-floating .bb-input-field__icon--leading,.bb-recipes-filter__search .holder .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-input-field.mdc-text-field--label-floating .bb-input-field__icon--leading,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter__search .holder .bb-recipes-filter-checkbox__holder .bb-input-field.mdc-text-field--label-floating .bb-input-field__icon--leading{transform:translateY(-50%)}@media(min-width: 768px){.bb-recipes-filter__search .holder{min-width:50%}}.bb-recipes-filter__filter__button{padding-left:1rem !important;padding-right:1rem !important}.bb-recipes-filter__filter__button-holder{height:100%;position:relative;padding-left:0.5rem}.bb-recipes-filter__filter__button .bb-icon,.bb-recipes-filter__filter__button .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipes-filter__filter__button .select2-results__option--selected{margin-right:0 !important}.bb-recipes-filter__filter__button span{display:none}.bb-recipes-filter-overlay__category{margin:2rem 0}.bb-recipes-filter-overlay__category-headline{font-weight:700;text-transform:uppercase;margin-bottom:0.5rem}.bb-recipes-filter-overlay__category .row{margin-top:-0.25rem}.bb-recipes-filter-overlay__category .row .col{transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);margin:0;max-height:7.5rem}.bb-recipes-filter-overlay__category .row .col-auto{padding-top:1rem}.bb-recipes-filter-overlay__category .row .col input[type=checkbox]{display:block}.bb-recipes-filter-overlay__category .row .col:nth-child(n+4){transition:max-height .3s ease-in-out .3s,transform .3s ease-in-out;transform:scaleY(0);max-height:0}.bb-recipes-filter-overlay__category .row .col:nth-child(n+4) input[type=checkbox]{display:none}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(n+4){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);max-height:7.5rem}.bb-recipes-filter-overlay__category__show-hidden-button{display:flex !important;font-size:1.125rem;line-height:1.5rem}.bb-recipes-filter-overlay__category__hide-button{display:none !important;font-size:1.125rem;line-height:1.5rem}.bb-recipes-filter-overlay__category-button-container{display:flex;justify-content:center;padding:1rem 0}.bb-recipes-filter-overlay__category-button-container.hidden{display:none}.bb-recipes-filter-overlay__category-button-container .bb-button--as-text{color:#000}.bb-recipes-filter-overlay__category-button-container .bb-button--as-text:hover{color:#000}.bb-recipes-filter-overlay__category.show-all .row .col:nth-child(n+4){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);margin:0;max-height:3.75rem}.bb-recipes-filter-overlay__category.show-all .row .col:nth-child(n+4) input[type=checkbox]{display:block}.bb-recipes-filter-overlay__category.show-all .bb-recipes-filter-overlay__category__show-hidden-button{display:none !important}.bb-recipes-filter-overlay__category.show-all .bb-recipes-filter-overlay__category__hide-button{display:flex !important}@media(min-width: 768px){.bb-recipes-filter__filter__button-holder{position:absolute;padding-left:0;left:calc(100% + 1.5rem);top:0}.bb-recipes-filter-overlay__category .row .col:nth-child(odd){padding-right:1rem}.bb-recipes-filter-overlay__category .row .col:nth-child(even){padding-left:1rem}.bb-recipes-filter-overlay__category .row .col:nth-child(4){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);max-height:3.75rem}.bb-recipes-filter-overlay__category .row .col:nth-child(4) input[type=checkbox]{display:block}.bb-recipes-filter-overlay__category .row .col:nth-child(n+5){transition:max-height .3s ease-in-out .3s,transform .3s ease-in-out;transform:scaleY(0);max-height:0}.bb-recipes-filter-overlay__category .row .col:nth-child(n+5) input[type=checkbox]{display:none}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(odd){padding-right:0.5rem}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(even){padding-left:0.5rem}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(4){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);max-height:7.5rem}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(n+5){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);max-height:7.5rem}.bb-recipes-filter-overlay__category.show-all .row .col:nth-child(n+5){transition:max-height .3s ease-in-out,transform .3s ease-in-out .3s;transform:scaleY(1);max-height:3.75rem}.bb-recipes-filter-overlay__category.show-all .row .col:nth-child(n+5) input[type=checkbox]{display:block}}@media(min-width: 992px){.bb-recipes-filter__filter__button{padding-left:1.5rem !important;padding-right:1.5rem !important}.bb-recipes-filter__filter__button .bb-icon,.bb-recipes-filter__filter__button .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-recipes-filter__filter__button .select2-results__option--selected{margin-right:1rem !important}.bb-recipes-filter__filter__button span{display:block}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(odd){padding-right:0.75rem}.bb-recipes-filter-overlay__category.type-big .row .col:nth-child(even){padding-left:0.75rem}}.bb-recipes-filter-checkbox.disabled{opacity:.5}.bb-recipes-filter-checkbox.disabled label,.bb-recipes-filter-checkbox.disabled input{cursor:default !important;pointer-events:none}.bb-recipes-filter .bb-auto-complete-input{flex:1}.bb-recipes-overview__sortby{text-align:right}.bb-recipes-overview__meta{font-size:1rem;line-height:1.375rem;margin-bottom:2rem}@media(min-width: 992px){.bb-recipes-overview__meta{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 768px){.bb-recipes-overview__meta{margin-bottom:4rem}}.bb-recipes-overview .bb-teaser__content-container{text-decoration:none}.bb-review .bb-review__content{text-decoration:none}.bb-review__icon{color:#dc231a;margin-right:0.25rem}.bb-review__icon .bb-icon,.bb-review__icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-review__icon .select2-results__option--selected{line-height:1}.bb-review__count{vertical-align:middle}.bb-search-input__form{position:relative;display:block;border-bottom:0.0625rem solid #575651}.bb-search-input__form--active .bb-search-input__search-icon{transition:transform .3s ease-in-out 0s,visibility .1s linear .3s;visibility:hidden;transform:scale(0)}.bb-search-input__form--active .bb-search-input__submit{transition:opacity .3s ease-in-out 0s,visibility .1s linear 0s,color .3s ease-in-out 0s;visibility:visible;opacity:1}.bb-search-input__form--active .bb-search-input__search-input{padding-left:0.5rem}.bb-search-input__form--active .bb-search-input__search-input-label{transition:opacity .3s ease-in-out,scale .1s ease-in-out .3s;opacity:0;scale:0}.bb-search-input__search-icon{position:absolute;left:0.25rem;font-size:1.5rem;transition:transform .3s ease-in-out .3s,visibility .1s linear 0s;visibility:visible;transform:scale(1)}.bb-search-input__submit{position:absolute;right:0.25rem;font-size:1.5rem;transition:opacity .3s ease-in-out 0s,visibility .1s linear .3s,color .3s ease-in-out 0s;visibility:hidden;opacity:0}.bb-search-input__submit:hover{color:#dd7900}.bb-search-input__search-input{font-size:1.125rem;line-height:1.5rem;transition:padding-left .3s ease-in-out .1s;overflow:hidden;flex-grow:1;display:block;width:100%;padding:1.5rem 2.75rem;line-height:1;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,0);border:none}@media(min-width: 992px){.bb-search-input__search-input{font-size:1.5rem;line-height:2rem}}.bb-search-input__search-input-label{transition:opacity .3s ease-in-out .1s,scale .1s ease-in-out;height:auto;cursor:text;text-align:center;position:absolute;top:50%;left:0;transform:translateY(-50%);scale:1;width:100%}@media(min-width: 992px){.bb-search-input__search-icon,.bb-search-input__submit{font-size:2rem}.bb-search-input__search-input{padding:1.5rem 3.25rem}}.bb-search{overflow:hidden;position:fixed;z-index:120;top:0;left:0;width:100%;background-color:#fff}.bb-search.collapsing{overflow:hidden}.bb-search>.container-fluid{height:100vh;height:100dvh}.bb-search__logo-close{padding-top:1rem;padding-bottom:4rem}.bb-search__logo{display:block}.bb-search__logo>img{display:block;width:11.75rem;height:2rem}.bb-search__close{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),border-color 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1);display:flex;justify-content:center;align-items:center;padding:0.5rem;cursor:pointer}.bb-search__close .bb-icon,.bb-search__close .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-search__close .select2-results__option--selected{display:block;line-height:1}.bb-search__close .bb-icon::before,.bb-search__close .select2-container--open .select2-dropdown .select2-results__option--selected::before,.select2-container--open .select2-dropdown .bb-search__close .select2-results__option--selected::before{display:block}.bb-search__close:hover{color:#dd7900;border-color:#dd7900;transform:rotate(90deg)}.bb-search__scroll-container{overflow:auto}@media(min-width: 768px){.bb-search__logo-close{padding-top:1.6875rem;padding-bottom:7.25rem}.bb-search__logo>img{width:18.3125rem;height:3.125rem}.bb-search__close{width:3.625rem;height:3.625rem;margin:-0.625rem 0;padding:0;border:0.125rem solid #000;border-radius:50%}}@media(min-width: 992px){.bb-search__logo-close{padding-bottom:8rem}}.bb-searchresult-header .bb-tabs__content-container{display:none}.bb-searchresult span.search-hit{color:#dd7900;font-weight:700}.bb-searchresult__result-list{display:block}.bb-searchresult__result{display:flex;flex-direction:column;gap:0.5rem}@media(min-width: 576px){.bb-searchresult__result{flex-direction:row;gap:1.5rem}.bb-searchresult__result-image{min-width:15.625rem;width:15.625rem}}.bb-searchresult__no-result p:last-child{margin-bottom:0}.mdc-select{display:block;border-radius:0.5rem}.mdc-select:before{display:none}.mdc-select .bb-input-field__icon--trailing{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),transform 300ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:50% 50%;top:50%;transform:translateY(-50%);font-size:1rem}.mdc-select .bb-input-field__icon--trailing:before{font-size:1rem}@media(min-width: 992px){.mdc-select .bb-input-field__icon--trailing{font-size:1.125rem}.mdc-select .bb-input-field__icon--trailing:before{font-size:1.25rem}}.mdc-select .bb-input-field__anchor{cursor:pointer}.mdc-select .bb-icon--chevron-down{line-height:1}.mdc-select .mdc-select__selected-text{overflow:hidden;text-overflow:ellipsis;min-height:3rem;color:#000}@media(min-width: 992px){.mdc-select .mdc-select__selected-text{min-height:4rem}}.mdc-select .mdc-floating-label.required:after{margin-left:0.0625rem;content:"*"}.mdc-select--activated .mdc-select__selected-text{border-color:#000}.mdc-select--activated .bb-icon--chevron-down{transform:translateY(-50%) rotate(180deg)}.mdc-menu-surface{width:100%;border-radius:0.5rem;box-shadow:0 0.75rem 1.5rem rgba(0,0,0,.15);border:0.0625rem solid #dadbde}.mdc-select__menu{z-index:99;max-height:33.3333333333vh !important}.mdc-select__menu .mdc-list{padding:0 0.3125rem;margin-bottom:0}.mdc-select__menu .mdc-list .mdc-list-item{transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1),background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;padding-top:0.375rem;padding-bottom:0.375rem;margin-top:0.25rem;margin-bottom:0.25rem;line-height:1.5rem;cursor:pointer}.mdc-select__menu .mdc-list .mdc-list-item:before{display:none}.mdc-select__menu .mdc-list .mdc-list-item:hover{color:#000;background-color:rgba(233,234,239,.3)}.bb-separator{padding:2rem 0}.bb-separator__extra-big-headline{font-size:2rem;line-height:1}@media(min-width: 768px){.bb-separator__extra-big-headline{font-size:5.25rem}}@media(min-width: 1200px){.bb-separator{padding:4rem 0}}.bb-separator h1{margin-bottom:0}.bb-separator h1:not([class*=mb-],:last-child){margin-bottom:1.5rem}@media(min-width: 992px){.bb-separator h1:not([class*=mb-],:last-child){margin-bottom:2rem}}.bb-slider-container{--swiper-scrollbar-bg-color: transparent;--swiper-scrollbar-drag-bg-color: #dd7900;position:relative;padding-bottom:7.25rem;--swiper-scrollbar-sides-offset: 24px}.bb-slider-container.bb-slider-container--no-seeall-button{padding-bottom:0}@media(min-width: 768px){.bb-slider-container{padding-bottom:0}}.bb-slider-container__headline-action-wrapper{display:flex;justify-content:space-between;align-items:flex-end}.bb-slider-container__headline,.bb-slider-container__headline-custom{text-transform:uppercase;font-weight:700;margin-bottom:2rem}@media(min-width: 992px){.bb-slider-container__headline,.bb-slider-container__headline-custom{margin-bottom:4rem}}.bb-slider-container__headline{font-weight:700;font-size:2rem;line-height:2.125rem}@media(min-width: 992px){.bb-slider-container__headline{font-size:3.5rem;line-height:3.625rem}}.bb-slider-container__actions{display:flex;flex:0 0 0px;position:absolute;justify-content:center;width:100%;left:0;bottom:0}@media(min-width: 768px){.bb-slider-container__actions{position:relative;justify-content:flex-end;gap:1.5rem;margin-bottom:2rem;margin-left:2rem}}@media(min-width: 992px){.bb-slider-container__actions{margin-bottom:4rem}}@media(min-width: 1200px){.bb-slider-container__actions{gap:2rem}}.bb-slider-container__navigation{display:none}@media(min-width: 768px){.bb-slider-container__navigation{display:flex;align-items:center;gap:1rem}}@media(min-width: 1200px){.bb-slider-container__navigation{gap:1.5rem}}.bb-slider-container__scroll{position:relative;margin-top:1.5rem}@media(min-width: 576px){.bb-slider-container__scroll{margin-top:2.5rem}}.bb-slider-container .bb-slider-container__headline-action-wrapper{padding:0 24px;max-width:calc(99.75rem + 2*24px);margin:0 auto}.bb-slider-container .bb-slider-container__scroll{max-width:calc(99.75rem + 2*24px);margin-left:auto;margin-right:auto}.bb-slider-container .wrapper-swiper{max-width:calc(99.75rem + 2*24px);margin:0 auto}.bb-slider-container .swiper-text{margin-left:24px;margin-left:0}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0 24px}.bb-slider-container .swiper-image{padding-right:24px;padding-left:24px}@media(min-width: 768px){.bb-slider-container{--swiper-scrollbar-sides-offset: 32px}.bb-slider-container .bb-slider-container__headline-action-wrapper{padding:0 32px;max-width:calc(99.75rem + 2*32px);margin:0 auto}.bb-slider-container .bb-slider-container__scroll{max-width:calc(99.75rem + 2*32px);margin-left:auto;margin-right:auto}.bb-slider-container .wrapper-swiper{max-width:calc(99.75rem + 2*32px);margin:0 auto}.bb-slider-container .swiper-text{margin-left:32px;margin-left:0}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0 32px}.bb-slider-container .swiper-image{padding-right:32px;padding-left:32px}}@media(min-width: 992px){.bb-slider-container{--swiper-scrollbar-sides-offset: 64px}.bb-slider-container .bb-slider-container__headline-action-wrapper{padding:0 64px;max-width:calc(99.75rem + 2*64px);margin:0 auto}.bb-slider-container .bb-slider-container__scroll{max-width:calc(99.75rem + 2*64px);margin-left:auto;margin-right:auto}.bb-slider-container .wrapper-swiper{max-width:calc(99.75rem + 2*64px);margin:0 auto}.bb-slider-container .swiper-text{margin-left:64px}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0}.bb-slider-container .swiper-image{padding-right:64px;padding-left:64px}}@media(min-width: 1600px){.bb-slider-container{--swiper-scrollbar-sides-offset: 162px}.bb-slider-container .bb-slider-container__headline-action-wrapper{padding:0 162px;max-width:calc(99.75rem + 2*162px);margin:0 auto}.bb-slider-container .bb-slider-container__scroll{max-width:calc(99.75rem + 2*162px);margin-left:auto;margin-right:auto}.bb-slider-container .wrapper-swiper{max-width:calc(99.75rem + 2*162px);margin:0 auto}.bb-slider-container .swiper-text{margin-left:162px}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{padding:0}.bb-slider-container .swiper-image{padding-right:162px;padding-left:162px}}.bb-slider-container .bb-teaser--type-xs .bb-teaser__headline{transition:margin-top 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-slider-container .bb-teaser--type-xs .bb-teaser__headline.extra-margin-top{margin-top:2.5rem}@media(min-width: 992px){.bb-slider-container .bb-teaser--type-xs .bb-teaser__headline.extra-margin-top{margin-top:3rem}}.bb-slider-container .bb-teaser--type-s{width:19.5rem}@media(min-width: 576px){.bb-slider-container .bb-teaser--type-s{width:15.75rem}}@media(min-width: 768px){.bb-slider-container .bb-teaser--type-s{width:14.25rem}}@media(min-width: 992px){.bb-slider-container .bb-teaser--type-s{width:13.5rem}}@media(min-width: 1200px){.bb-slider-container .bb-teaser--type-s{width:21.25rem}}@media(min-width: 1600px){.bb-slider-container .bb-teaser--type-s{width:23.8125rem}}.bb-slider-container .bb-teaser--type-s .bb-teaser__image img{height:23.75rem}@media(min-width: 576px){.bb-slider-container .bb-teaser--type-s .bb-teaser__image img{height:16.625rem}}@media(min-width: 1200px){.bb-slider-container .bb-teaser--type-s .bb-teaser__image img{height:27.75rem}}.bb-slider-container .wrapper-swiper{display:flex;flex-direction:column;gap:24px}@media(min-width: 992px){.bb-slider-container .wrapper-swiper{flex-direction:row-reverse}}.bb-slider-container .swiper{width:100%}.bb-slider-container .swiper:not(.swiper-initialized) .swiper-slide,.bb-slider-container .swiper:not(.swiper-initialized) .bb-cookmode__preparation__step{max-width:50%}.bb-slider-container .swiper:not(.swiper-initialized) .swiper-slide.swiper-slide-teaser-xl,.bb-slider-container .swiper:not(.swiper-initialized) .swiper-slide-teaser-xl.bb-cookmode__preparation__step{max-width:100%}.bb-slider-container .swiper-slide,.bb-slider-container .bb-cookmode__preparation__step{text-align:center;font-size:1.125rem;display:flex;justify-content:center;width:auto;height:auto}@media(min-width: 1200px){.bb-slider-container .swiper-slide,.bb-slider-container .bb-cookmode__preparation__step{margin-right:1.5rem}}.bb-slider-container .swiper-slide>.frame-default,.bb-slider-container .bb-cookmode__preparation__step>.frame-default{width:100%}.bb-slider-container .swiper-slide img,.bb-slider-container .bb-cookmode__preparation__step img{display:block;width:100%;height:100%;object-fit:cover}.bb-slider-container .swiper-text .swiper-slide,.bb-slider-container .swiper-text .bb-cookmode__preparation__step{background-color:#fff;display:flex;justify-content:center}@media(min-width: 420px)and (max-width: 575.98px){.bb-slider-container .swiper-image{padding-right:3.5rem}}@media(min-width: 576px)and (max-width: 991.98px){.bb-slider-container .swiper-image{padding-right:5.375rem}}.bb-slider-container .swiper-content-image{width:100%}.bb-slider-container .swiper-content-text{text-align:left}@media(min-width: 420px)and (max-width: 575.98px){.bb-slider-container .swiper-content-text{padding-left:2rem;padding-right:5.375rem}}@media(min-width: 576px)and (max-width: 991.98px){.bb-slider-container .swiper-content-text{padding-left:3.75rem;padding-right:9.125rem}}@media(min-width: 1600px){.bb-slider-container .swiper-content-text{padding-right:6rem}}.bb-slider-container .swiper-content-text .headline{font-size:1.75rem;line-height:1.875rem;font-weight:700;font-weight:700}@media(min-width: 992px){.bb-slider-container .swiper-content-text .headline{font-size:2.125rem;line-height:2.25rem}}.bb-slider-container .swiper-content-text .copy{font-size:1.3125rem;line-height:1.75rem;margin-top:1rem;margin-bottom:0}@media(min-width: 992px){.bb-slider-container .swiper-content-text .copy{font-size:1.875rem;line-height:2.375rem}}.bb-slider-container .swiper-content-text .bb-button,.bb-slider-container .swiper-content-text button{width:100%;justify-content:center;margin-top:2rem}@media(min-width: 992px){.bb-slider-container .swiper-content-text .bb-button,.bb-slider-container .swiper-content-text button{width:auto}}@media(max-width: 767.98px){.container-fluid .bb-slider-container .wrapper-swiper{margin-right:-24px;width:calc(100% + 24px)}}.bb-sort-dropdown{font-size:1rem}@media(min-width: 576px){.bb-sort-dropdown{text-align:right}}.bb-sort-dropdown__selection-button{transition:opacity 300ms cubic-bezier(0.4, 0, 0.2, 1),filter 300ms cubic-bezier(0.4, 0, 0.2, 1);width:max-content;padding:0;opacity:1;filter:blur(0)}.bb-sort-dropdown__selection-button .bb-sort-dropdown__prompt,.bb-sort-dropdown__selection-button .bb-sort-dropdown__prompt~.bb-icon,.bb-sort-dropdown__selection-button .select2-container--open .select2-dropdown .bb-sort-dropdown__prompt~.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-sort-dropdown__selection-button .bb-sort-dropdown__prompt~.select2-results__option--selected{font-weight:bold;color:#dd7900;transition:color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-sort-dropdown__selection-button .bb-sort-dropdown__prompt~.bb-icon,.bb-sort-dropdown__selection-button .select2-container--open .select2-dropdown .bb-sort-dropdown__prompt~.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-sort-dropdown__selection-button .bb-sort-dropdown__prompt~.select2-results__option--selected{font-size:0.875rem;transform:rotate(0deg);transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-sort-dropdown__selection-button.show .bb-sort-dropdown__prompt~.bb-icon,.bb-sort-dropdown__selection-button.show .select2-container--open .select2-dropdown .bb-sort-dropdown__prompt~.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-sort-dropdown__selection-button.show .bb-sort-dropdown__prompt~.select2-results__option--selected{transform:rotate(180deg)}.bb-sort-dropdown__selection-button:hover .bb-sort-dropdown__prompt,.bb-sort-dropdown__selection-button:hover .bb-sort-dropdown__prompt~.bb-icon,.bb-sort-dropdown__selection-button:hover .select2-container--open .select2-dropdown .bb-sort-dropdown__prompt~.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-sort-dropdown__selection-button:hover .bb-sort-dropdown__prompt~.select2-results__option--selected{color:#fa892c}.bb-sort-dropdown__selection-button:disabled{color:initial;background-color:initial;opacity:.8;filter:blur(2px)}.bb-sort-dropdown__selection-button:disabled:hover .bb-sort-dropdown__prompt,.bb-sort-dropdown__selection-button:disabled:hover .bb-sort-dropdown__prompt~.bb-icon,.bb-sort-dropdown__selection-button:disabled:hover .select2-container--open .select2-dropdown .bb-sort-dropdown__prompt~.select2-results__option--selected,.select2-container--open .select2-dropdown .bb-sort-dropdown__selection-button:disabled:hover .bb-sort-dropdown__prompt~.select2-results__option--selected{color:#dd7900}.bb-sort-dropdown .dropdown-menu{background-color:#fff;box-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,.16);border-radius:0.5rem}.bb-sort-dropdown .dropdown-item{text-decoration:none;font-weight:normal}.bb-sort-dropdown .dropdown-item-active{font-weight:bold}.bb-sort-dropdown .dropdown-item--icon{margin-right:0.375rem;color:#dc231a}.bb-sort-dropdown .dropdown-item--label{line-height:1;vertical-align:middle;color:#000}.bb-sort-dropdown .dropdown-item:hover{background-color:rgba(0,0,0,0)}.bb-sort-dropdown .dropdown-item:hover .dropdown-item-content-holder{background-color:rgba(233,234,239,.3)}.bb-sort-dropdown .dropdown-item-content-holder{padding:0 0.25rem;display:inline-block;width:100%}.bb-sticky-banner{--bb-sticky-banner-spacing: 1rem;position:fixed;right:0;bottom:0;height:0;width:100%;overflow:visible;z-index:2;display:none}.bb-sticky-banner .bg-category-red,.bb-sticky-banner .bg-secondary-brown{color:#fff}.bb-sticky-banner .bg-primary-orange .bb-sticky-banner__text-holder__copy{color:#000}@media(min-width: 576px){.bb-sticky-banner{--bb-sticky-banner-spacing: 1.5rem;width:0}}.bb-sticky-banner.visible{display:block}.bb-sticky-banner.visible .bb-sticky-banner__wrapper,.bb-sticky-banner.visible .bb-sticky-banner__trigger{transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-sticky-banner.without-image .bb-sticky-banner__text-holder{text-align:center;padding:2.875rem 1.5rem 1.5rem;width:100%}.bb-sticky-banner.without-image .bb-sticky-banner__image-holder{display:none}.bb-sticky-banner.without-image .bb-button,.bb-sticky-banner.without-image button{padding:0.75rem 5rem 0.75rem}@media(max-width: 419.98px){.bb-sticky-banner.without-image .bb-button,.bb-sticky-banner.without-image button{padding:0.75rem 2.5rem 0.75rem}}@media(min-width: 420px)and (max-width: 575.98px){.bb-sticky-banner.without-image .bb-sticky-banner__text-holder__copy{width:80%;margin:0 auto 1.5rem}.bb-sticky-banner.without-image .bb-sticky-banner__text-holder .text-big{width:80%;margin:0 auto 0.5rem}}.bb-sticky-banner.with-tight-space .bb-sticky-banner__image-mobile{top:auto;transform:none;object-fit:cover;height:auto}.bb-sticky-banner.with-tight-space .bb-sticky-banner__content{align-items:center}@media(max-width: 419.98px){.bb-sticky-banner.with-tight-space .bb-sticky-banner__close{top:0.625rem;right:0.625rem}.bb-sticky-banner.with-tight-space .bb-sticky-banner__close .bb-icon--size-24:before{font-size:1.125rem}.bb-sticky-banner.with-tight-space .bb-sticky-banner__wrapper{padding-right:0}.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder{padding:0.5rem 1rem 0rem 1rem}.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder__copy{font-size:0.875rem;line-height:1.125rem;margin-bottom:0.5rem}.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder p.text-big{font-size:1rem;line-height:1.375rem}.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder .bb-button,.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder button{font-size:0.875rem;padding:0.5rem 1rem 0.5rem}}@media(min-width: 420px)and (max-width: 575.98px){.bb-sticky-banner.with-tight-space .bb-sticky-banner__text-holder{padding:0.75rem 1.5rem 0.75rem 1.5rem}}.bb-sticky-banner__trigger,.bb-sticky-banner__wrapper{position:absolute;bottom:0;right:0}.bb-sticky-banner__wrapper{width:100%;transform:translateX(calc(100% + var(--bb-sticky-banner-spacing) * 2));padding-right:1.5rem}.open .bb-sticky-banner__wrapper{transform:translateX(0)}@media(min-width: 576px){.bb-sticky-banner__wrapper{box-shadow:0 0.625rem 0.9375rem -0.3125rem rgba(0,0,0,.16);width:max-content;max-width:23.75rem;border-radius:1rem;padding-right:0;right:var(--bb-sticky-banner-spacing);bottom:var(--bb-sticky-banner-spacing);overflow:hidden}}.bb-sticky-banner__trigger{right:var(--bb-sticky-banner-spacing);bottom:var(--bb-sticky-banner-spacing);display:flex;cursor:pointer;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;padding:0.5rem;border-radius:50%;transform:translateX(0)}.open .bb-sticky-banner__trigger{transform:translateX(calc(100% + var(--bb-sticky-banner-spacing) * 2))}.bb-sticky-banner__trigger .bb-image__image-holder{border-radius:0 !important}.bb-sticky-banner__close{position:absolute;top:1rem;right:1rem;cursor:pointer;z-index:1}.bb-sticky-banner__content{display:flex;flex-direction:row}@media(min-width: 576px){.bb-sticky-banner__content{flex-direction:column}}.bb-sticky-banner__text-holder{text-align:start;padding:1.5rem 1.5rem 1.5rem 0.5rem;font-size:1.125rem;width:60%}@media(min-width: 576px){.bb-sticky-banner__text-holder{text-align:center;padding-left:1.5rem;width:auto}}.bb-sticky-banner__image-holder{flex-shrink:1;width:40%}.bb-sticky-banner__image-holder img{max-width:100%}.bb-sticky-banner__image-desktop{display:none}.bb-sticky-banner__image-mobile{display:block;position:relative;top:50%;transform:translateY(-50%)}.bb-sticky-banner__icon--closed{width:1.875rem}@media(min-width: 576px){.bb-sticky-banner__image-holder{flex-shrink:1;width:auto}.bb-sticky-banner__image-holder img{max-width:100%}.bb-sticky-banner__image-desktop{display:block}.bb-sticky-banner__image-mobile{display:none}}.bb-tabs{position:relative}.bb-tabs__mobile-dropdown{position:relative;padding:0.75rem 2.5rem 0.75rem 1.125rem;cursor:pointer;background-color:#fff;border-radius:0.5rem;border:0.0625rem solid #dadbde;box-shadow:0 0.1875rem 0.375rem rgba(0,0,0,.06)}@media(min-width: 576px){.bb-tabs__mobile-dropdown{display:none}}.bb-tabs__mobile-dropdown:after{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f11b";transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;position:absolute;top:calc(50% - 0.5625rem);right:1.125rem;color:#000;font-size:1.125rem;pointer-events:none}.bb-tabs__mobile-dropdown.is-open:after{transform:rotate(-180deg)}@media(min-width: 768px){.bb-tabs.center .bb-tabs__tab-list{justify-content:center}}.bb-tabs__header{position:relative;display:flex}.bb-tabs__header-scroll-wrapper{width:100%;display:none;position:absolute;z-index:10;top:0;left:0;background-color:#fff;border-radius:0.5rem;border:0.0625rem solid #dadbde;box-shadow:0 0.1875rem 0.375rem rgba(0,0,0,.06)}@media(min-width: 576px){.bb-tabs__header-scroll-wrapper{display:block;position:relative;top:auto;left:auto;padding:0;background-color:rgba(0,0,0,0);border-radius:0;border:none;box-shadow:none}}.bb-tabs__tab-list{display:block;position:relative;overflow-x:auto}@media(min-width: 576px){.bb-tabs__tab-list{display:flex}}.bb-tabs__tab-list li{display:flex}.bb-tabs__tab-list li:not(:last-child){border-bottom:0.0625rem solid #dadbde}@media(min-width: 576px){.bb-tabs__tab-list li:not(:last-child){border-bottom:none}}@media(min-width: 768px){.bb-tabs__tab-list li{flex:0 1 auto}}.bb-tabs__tab{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);display:block;color:#000;text-decoration:none !important;text-transform:uppercase;border:none;font-size:1.125rem;line-height:1.5rem;font-weight:700;position:relative;margin:0;padding:0.5rem 1rem;width:100%;text-align:left}@media(min-width: 576px){.bb-tabs__tab{padding:0.25rem 1rem}}@media(min-width: 992px){.bb-tabs__tab{font-size:1.3125rem;line-height:1.875rem;padding:1rem 1.375rem}}.bb-tabs__tab.active,.bb-tabs__tab:focus,.bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-tabs__tab.bb-recipes-filter-checkbox__holder,.bb-tabs__tab:hover{text-decoration:none;color:#dd7900}.bb-tabs__tab.no--background{background-color:rgba(0,0,0,0)}.bb-tabs__content-container{transition:height 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-tabs__content{display:none;padding:2rem 0}.bb-tabs__content.fade{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-tabs__content.active{display:block}.bb-tabs__content-item:not(:last-child){padding-bottom:1rem}.bb-tag{display:inline-flex;gap:0.0625rem;color:#dd7900;text-decoration:none !important;font-weight:700;min-width:max-content;text-transform:lowercase}.bb-tag.has-link:hover{color:#dd7900}.bb-tag.has-link:hover .bb-tag-link{text-decoration:underline !important}.bg-primary-yellow .bb-tag,.bg-category-yellow .bb-tag,.bg-category-blue .bb-tag,.bg-category-pink .bb-tag,.bg-category-orange .bb-tag,.bg-category-green .bb-tag,.bg-category-red .bb-tag{color:#64140e}.bg-primary-yellow .bb-tag:hover,.bg-category-yellow .bb-tag:hover,.bg-category-blue .bb-tag:hover,.bg-category-pink .bb-tag:hover,.bg-category-orange .bb-tag:hover,.bg-category-green .bb-tag:hover,.bg-category-red .bb-tag:hover{color:#64140e}.bb-tag-inline{padding-left:0.8125rem;position:relative}.bb-tag-inline:before{left:0;content:"#";position:absolute;display:inline}.bb-tag-inline:hover{text-decoration:underline !important}.bb-teaser-colorful{border-radius:1rem;overflow:hidden;position:relative}.bb-teaser-colorful.bg-category-red,.bb-teaser-colorful.bg-secondary-brown{color:#fff}.bb-teaser-colorful__image-desktop{display:none}.bb-teaser-colorful__image-mobile{display:block}.bb-teaser-colorful__container{display:flex;align-items:center;justify-content:center;padding:0.75rem}.bb-teaser-colorful__headline{padding:1.5rem 1.5rem 0;margin-bottom:0.25rem;text-align:center;font-weight:bold;font-size:1.75rem}.bb-teaser-colorful__headline+.bb-teaser-colorful__container{padding-top:0}.bb-teaser-colorful__text-holder{padding:0.75rem;font-size:1.125rem;width:100%}.bb-teaser-colorful__text-holder .bb-button,.bb-teaser-colorful__text-holder button{margin-top:0.75rem}.bb-teaser-colorful__button-desktop{display:none !important}@media(min-width: 768px){.bb-teaser-colorful.type-1{display:flex;align-items:center;padding:0.5rem}.bb-teaser-colorful.type-1 .bb-teaser-colorful__image-desktop{display:block;width:100%;height:100%}.bb-teaser-colorful.type-1 .bb-teaser-colorful__image-mobile{display:none}.bb-teaser-colorful.type-1 .bb-teaser-colorful__wrapper{width:100%;padding:0.75rem 0 0.75rem 1.5rem}.bb-teaser-colorful.type-1 .bb-teaser-colorful__container{justify-content:start;padding:0}.bb-teaser-colorful.type-1 .bb-teaser-colorful__headline{text-align:start;padding:0}.bb-teaser-colorful.type-1 .bb-teaser-colorful__image-desktop-holder{max-width:15rem;flex-shrink:0}.bb-teaser-colorful.type-1 .bb-teaser-colorful__text-holder{padding:0}.bb-teaser-colorful.type-1 .bb-teaser-colorful__text-holder .bb-button,.bb-teaser-colorful.type-1 .bb-teaser-colorful__text-holder button{display:none}.bb-teaser-colorful.type-1 .bb-teaser-colorful__button-desktop{display:block !important;margin-left:1.5rem;margin-right:3rem;flex-shrink:0}}@media(min-width: 420px){.bb-teaser-colorful.type-2 .bb-teaser-colorful__image-desktop{display:block;width:100%;height:100%;min-height:20rem;object-fit:cover;object-position:right}.bb-teaser-colorful.type-2 .bb-teaser-colorful__image-mobile{display:none}.bb-teaser-colorful.type-2 .bb-teaser-colorful__wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem}.bb-teaser-colorful.type-2 .bb-teaser-colorful__headline{padding:0}.bb-teaser-colorful.type-2 .bb-teaser-colorful__container{text-align:center;padding:0}.bb-teaser-colorful.type-2 .bb-teaser-colorful__text-holder__copy{margin-bottom:0.75rem}}.bb-teaser-contact{padding:2rem 0;color:#fff;background-color:#64140e}.industrial .bb-teaser-contact{color:#575651;background-color:#dadbde}.bb-teaser-contact__col-left{height:100%}.bb-teaser-contact form textarea{height:7.5rem}.bb-teaser-contact form .bb-input-field__error-text,.bb-teaser-contact form fieldset .mdc-text-field-helper-text,fieldset .bb-teaser-contact form .mdc-text-field-helper-text,.bb-teaser-contact form .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .mdc-text-field-helper-text,.bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder .bb-teaser-contact form .mdc-text-field-helper-text{color:#fff}.bb-teaser-contact form .form__submit-container{padding-top:1.25rem}@media(min-width: 992px){.bb-teaser-contact{padding:3rem 0}.bb-teaser-contact textarea{height:8.375rem}}.bb-teaser-contact .frame-type-form_formframework .bb-highlightbox{background-color:inherit}.bb-teaser-featured-product{display:block;border-radius:1rem;height:100%;transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1)}.bb-teaser-featured-product.has-link{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none}.bb-teaser-featured-product__content-holder{position:relative;height:100%}.bb-teaser-featured-product__headline{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;color:#64140e;font-weight:700;font-size:2.125rem;line-height:2.25rem;height:9rem;margin-bottom:0.5rem}.bb-teaser-featured-product__image .bb-image__image-holder img{object-fit:contain;object-position:right;max-width:70%;height:16rem;margin-left:auto}.bb-teaser-featured-product__button-holder{position:absolute;bottom:0;left:0}.bb-teaser-featured-product__button-holder .bb-button,.bb-teaser-featured-product__button-holder button{padding-left:2rem;padding-right:2rem}.bb-teaser-featured-product:hover{cursor:pointer}.bb-teaser-featured-product.bg-category-green:hover{background-color:#a9c38a}.bb-teaser-featured-product.bg-category-blue:hover{background-color:#53b1b5}.bb-teaser-featured-product.bg-category-pink:hover{background-color:#e58a74}.bb-teaser-featured-product.bg-category-orange:hover{background-color:#e58528}.bb-teaser-featured-product.bg-category-yellow:hover{background-color:#fcbb42}.bb-teaser-featured-product.food-service-product .bb-teaser-featured-product__content-holder{display:flex;flex-direction:column;justify-content:space-between}.bb-teaser-featured-product.food-service-product .bb-teaser-featured-product__headline{-webkit-line-clamp:3;height:auto;max-height:6.75rem}.bb-teaser-featured-product.food-service-product .bb-teaser-featured-product__image .bb-image__image-holder img{max-width:100%;height:20rem}.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image-mobile+.bb-teaser-featured-product__image-desktop{display:none}@media(min-width: 768px){.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image{max-width:70%;margin:-4.25rem 7% 0 auto;height:calc(20rem + 4.25rem);bottom:-1.5rem;position:relative}.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image .bb-image,.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image .bb-image__image-holder,.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image .bb-image__image-holder img{height:100%}.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image .bb-image__image-holder img{max-width:100%;object-position:right bottom}.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image-mobile+.bb-teaser-featured-product__image-desktop{display:block}.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image-mobile{display:none}}@media(min-width: 1200px){.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image{margin-right:10%}}@media(min-width: 1200px){.bb-teaser-featured-product.food-service-product.type-full .bb-teaser-featured-product__image{height:calc(25rem + 4.25rem)}.bb-teaser-featured-product.food-service-product .bb-teaser-featured-product__image .bb-image__image-holder img{max-width:72%;height:25rem}}.col-xl-12>a:first-child+.bb-teaser-featured-product .bb-image__image-holder{position:relative;top:1.5rem}.bb-teaser-list__load-more{display:none !important}.bb-teaser-list__load-more.show{display:inline-flex !important}.bb-teaser-list__sort-results{display:flex;flex-direction:column;gap:0.5rem;justify-content:space-between}@media(min-width: 576px){.bb-teaser-list__sort-results{flex-direction:row;gap:1rem}}.bb-teaser-list__results{font-size:1rem}.bb-teaser-list__list{transition:filter 300ms cubic-bezier(0.4, 0, 0.2, 1);padding-top:1rem;filter:blur(0)}.bb-teaser-list__list.blurred{filter:blur(6px)}.bb-teaser-list__list>.row{margin-top:0 !important}.bb-teaser-list__list.hide{display:none}.bb-teaser-list__no-result{display:none;margin-top:4rem;border:0.0625rem solid #dc231a;border-radius:1rem;background-color:#f4ecdd;padding:1.75rem 2rem}.bb-teaser-list__no-result>div{font-size:1.125rem;line-height:1.75rem;color:#dc231a}.bb-teaser-list__no-result>div:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f123";display:inline-block;margin-right:1rem;font-size:1.5rem;line-height:1;color:#dc231a}.bb-teaser-list__no-result.show{display:inline-block}.bb-teaser-list--category{padding-top:1rem}.bb-teaser-list__active-filters{display:none;gap:0.5rem;flex-wrap:wrap;margin-top:1rem}.bb-teaser-list__active-filters.show{display:flex}.bb-teaser-list__active-filters--list{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.bb-teaser-list__active-filter-label{display:none}.bb-teaser-list__filter-button{display:flex;align-items:center;gap:0.5rem;border:0.0625rem solid #dadbde;border-radius:4.875rem;padding:0.5rem 0.75rem 0.4375rem;cursor:pointer}.bb-teaser-list__filter-button span{font-size:0.875rem;line-height:1.0625rem}.bb-teaser-list__filter-button .bb-icon,.bb-teaser-list__filter-button .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-teaser-list__filter-button .select2-results__option--selected{color:#dd7900;line-height:0.75rem}.bb-teaser-list__filter-button.clear-all{border:none;background-color:#dd7900;color:#fff}.bb-teaser-list__filter-button.clear-all span{font-weight:700}.bb-teaser-list__filter-button.clear-all .bb-icon,.bb-teaser-list__filter-button.clear-all .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-teaser-list__filter-button.clear-all .select2-results__option--selected{color:#fff}@media(min-width: 992px){.bb-teaser-list__list{padding-top:2.5rem}.bb-teaser-list--category{padding-top:2rem}.bb-teaser-list__active-filters{margin-top:2rem}.bb-teaser-list__active-filter-label{font-size:1rem;line-height:1.375rem;display:block;font-weight:700}}@media(min-width: 992px)and (min-width: 992px){.bb-teaser-list__active-filter-label{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 1200px){.bb-teaser-list--has-image .bb-teaser-list__copy{width:41.666666%;margin-right:8.333333%}}.bb-teaser-newsletter{padding:3rem 0;color:#fff;text-align:center;position:relative;overflow:hidden}.bb-teaser-newsletter .form-wrapper{text-align:center;position:relative;z-index:1}.bb-teaser-newsletter .form-wrapper form{padding-bottom:2rem}.bb-teaser-newsletter .form-wrapper .bb-input-field{box-shadow:0rem 0.625rem 0.9375rem rgba(132,0,0,.1);border-radius:1.875rem;border:0.0625rem solid rgba(0,0,0,0);max-width:22.5rem;width:100%}@media(min-width: 992px){.bb-teaser-newsletter .form-wrapper .bb-input-field{max-width:33.75rem}}.bb-teaser-newsletter .form-wrapper .bb-input-field:hover{box-shadow:0rem 0.625rem 0.9375rem rgba(132,0,0,.3)}.bb-teaser-newsletter .form-wrapper .bb-input-field input{padding-top:1.25rem;border-radius:1.875rem;text-align:center}.bb-teaser-newsletter .form-wrapper .bb-input-field__label{left:50%;transform:translateY(50%) translateX(-50%)}.bb-teaser-newsletter .form-wrapper .bb-input-field__label.mdc-floating-label--float-above{transform:scale(0.75) translateY(0) translateX(-50%)}.bb-teaser-newsletter .form-wrapper .bb-input-field__icon{transform:translateY(-50%)}.bb-teaser-newsletter .form-wrapper .bb-input-field__icon--leading{left:1rem}.bb-teaser-newsletter .form-wrapper .bb-input-field__icon--trailing{right:1rem}.bb-teaser-newsletter .form-wrapper fieldset,.bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder,.bb-recipes-filter-checkbox.type-default .bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox__holder{display:flex;align-items:center;flex-direction:column}.bb-teaser-newsletter .form-wrapper fieldset.error .bb-input-field,.bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field,.bb-recipes-filter-checkbox.type-default .bb-teaser-newsletter .form-wrapper .error.bb-recipes-filter-checkbox__holder .bb-input-field{border:0.0625rem solid #b00020}.bb-teaser-newsletter .form-wrapper fieldset.error .bb-input-field__icon--trailing,.bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox.type-default .error.bb-recipes-filter-checkbox__holder .bb-input-field__icon--trailing,.bb-recipes-filter-checkbox.type-default .bb-teaser-newsletter .form-wrapper .error.bb-recipes-filter-checkbox__holder .bb-input-field__icon--trailing{color:#b00020}.bb-teaser-newsletter .form-wrapper fieldset:not(.error) .bb-input-field__icon--trailing,.bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox.type-default .bb-recipes-filter-checkbox__holder:not(.error) .bb-input-field__icon--trailing,.bb-recipes-filter-checkbox.type-default .bb-teaser-newsletter .form-wrapper .bb-recipes-filter-checkbox__holder:not(.error) .bb-input-field__icon--trailing{color:rgba(0,0,0,0)}.bb-teaser-newsletter .form-wrapper .form__submit-container{display:none}.bb-teaser-newsletter-button-container{margin-bottom:1.5rem}.bb-teaser-newsletter-open-overlay-button{font-size:1.25rem;color:#64140e}.bb-teaser-newsletter-open-overlay-button.active,.bb-teaser-newsletter-open-overlay-button:hover{text-decoration:underline}.bb-teaser-newsletter--deco{--spacing-side: 0;--spacing-top: -1.5625rem}.bb-teaser-newsletter--deco-right,.bb-teaser-newsletter--deco-left{top:var(--spacing-top);position:absolute}.bb-teaser-newsletter--deco-right{right:var(--spacing-side)}.bb-teaser-newsletter--deco-left{left:var(--spacing-side)}@media(min-width: 576px){.bb-teaser-newsletter--deco{--spacing-top: -2.5rem;--spacing-side: 0}}@media(min-width: 992px){.bb-teaser-newsletter--deco{--spacing-top: 0}}@media(min-width: 1200px){.bb-teaser-newsletter--deco{--spacing-side: -19rem}}@media(min-width: 1600px){.bb-teaser-newsletter--deco{--spacing-side: -5rem}}@media(min-width: 768px){.bb-teaser-newsletter .form-wrapper .bb-input-field input{padding-left:5.625rem;padding-right:5.625rem}.bb-teaser-newsletter .form-wrapper .bb-input-field__icon--leading{left:2rem}.bb-teaser-newsletter .form-wrapper .bb-input-field__icon--trailing{right:2rem}}@media(min-width: 992px){.bb-teaser-newsletter{padding:4rem 0}.bb-teaser-newsletter .form-wrapper .bb-input-field input{padding-top:1.5625rem}.bb-teaser-newsletter .form-wrapper .bb-input-field__label.mdc-floating-label--float-above{transform:scale(0.5) translateY(0) translateX(-50%)}}@media print{.bb-teaser-newsletter{display:none !important}}.bb-teaser-product.bb-teaser-product--has-link{text-decoration:none}.bb-teaser-product__image{position:relative;display:flex;align-items:flex-end;justify-content:center}@media(min-width: 992px){.bb-teaser-product__image{padding:0 0.625rem}}@media(min-width: 1600px){.bb-teaser-product__image{padding:0 1.875rem}}.bb-teaser-product__image-holder{position:relative;flex-grow:1}.bb-teaser-product__image .bb-image__image-holder{padding:2rem 1rem 0}.bb-teaser-product__image .bb-image__image-holder img{max-height:26.25rem;max-width:8rem;margin:0 auto;object-fit:contain;aspect-ratio:auto}@media(min-width: 1200px){.bb-teaser-product__image .bb-image__image-holder img{max-width:20rem}}.bb-teaser-product__badge--asia-store{position:absolute;bottom:-1rem;width:calc(100% - 1.75rem);text-align:center}@media(min-width: 992px){.bb-teaser-product__badge--asia-store{width:calc(100% - 1.25rem)}}@media(min-width: 1600px){.bb-teaser-product__badge--asia-store{width:calc(100% - 3.75rem)}}.bb-teaser-product__badge--new{transition:top 300ms cubic-bezier(0.4, 0, 0.2, 1),bottom 300ms cubic-bezier(0.4, 0, 0.2, 1),left 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;bottom:6.5rem;left:0}@media(min-width: 576px){.bb-teaser-product__badge--new{top:3rem;bottom:auto}}@media(min-width: 992px){.bb-teaser-product__badge--new{top:calc(2rem + 0.5rem);left:0.5rem}}@media(min-width: 1600px){.bb-teaser-product__badge--new{top:calc(2rem + 1rem);bottom:auto;left:1rem}}.bb-teaser-product__name{font-size:1.125rem;line-height:1.25rem;font-weight:700;font-weight:700;color:#64140e;text-align:center;margin-top:1.5rem}@media(min-width: 992px){.bb-teaser-product__name{font-size:1.625rem;line-height:2rem}}@media(min-width: 992px){.bb-teaser-product__name{margin-top:2.25rem}}.bb-teaser-recipe-search .bb-button--as-text{font-size:1.125rem;line-height:1.5rem;width:max-content;color:#000}@media(min-width: 992px){.bb-teaser-recipe-search .bb-button--as-text{font-size:1.5rem;line-height:2rem}}.bb-teaser-recipe-search .bb-button--as-text:hover{color:#000}.bb-teaser-recipe-search .bb-tag-container{display:none}.bb-teaser-recipe-search .bb-tag-container .bb-tag:nth-child(n+4){display:none}.bb-teaser-recipe-search .bb-search-input__search-input{box-shadow:0rem 0.625rem 0.9375rem rgba(132,0,0,.1);background-color:#fff;border-radius:1.875rem;text-align:left;border:none;padding:1rem 3rem;width:100%}.bb-teaser-recipe-search .bb-search-input__search-input-label{color:#575651}.bb-teaser-recipe-search .bb-search-input__search-input:focus+.bb-search-input__search-input-label,.bb-teaser-recipe-search .bb-recipes-filter-checkbox.type-big input[type=checkbox]:focus+.bb-search-input__search-input.bb-recipes-filter-checkbox__holder+.bb-search-input__search-input-label,.bb-recipes-filter-checkbox.type-big .bb-teaser-recipe-search input[type=checkbox]:focus+.bb-search-input__search-input.bb-recipes-filter-checkbox__holder+.bb-search-input__search-input-label{opacity:0}.bb-teaser-recipe-search .bb-search-input__search-icon{left:1rem}.bb-teaser-recipe-search .bb-search-input__submit{right:1rem}.bb-teaser-recipe-search .bb-search-input__form{border:none}.bb-teaser-recipe-search .bb-search-input__form--active .bb-search-input__search-input{padding-left:1rem}@media(min-width: 1600px){.bb-teaser-recipe-search .bb-tag-container .bb-tag:nth-child(4){display:flex}.bb-teaser-recipe-search .bb-tag-container .bb-tag:nth-child(n+5){display:none}}@media(min-width: 992px){.bb-teaser-recipe-search .bb-tag-container{display:flex}.bb-teaser-recipe-search .bb-search-input__search-input{padding:1rem 5rem}.bb-teaser-recipe-search .bb-search-input__search-icon{left:2rem}.bb-teaser-recipe-search .bb-search-input__submit{right:2rem}.bb-teaser-recipe-search .bb-search-input__form--active .bb-search-input__search-input{padding-left:2rem}}.bb-teaser-tile{--swiper-theme-color: #dd7900;--swiper-pagination-bullet-size: 0.625rem;--swiper-pagination-bullet-width: 0.625rem;--swiper-pagination-bullet-height: 0.625rem;--swiper-pagination-bullet-inactive-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-horizontal-gap: 0.3125rem;--swiper-pagination-bullet-vertical-gap: 0;position:relative;border-radius:1rem}@media(min-width: 576px){.bb-teaser-tile{--swiper-pagination-bullet-horizontal-gap: 0.5rem}}.bb-teaser-tile .swiper-pagination-bullet{border:0.0625rem solid #dd7900}.bb-teaser-tile .swiper-pagination-bullet-active{--swiper-pagination-bullet-size: 0.75rem;--swiper-pagination-bullet-width: 0.75rem;--swiper-pagination-bullet-height: 0.75rem}.bb-teaser-tile__wrapper{display:flex;width:100%;flex-direction:column;border-radius:1rem}@media(min-width: 576px){.bb-teaser-tile__wrapper{flex-direction:row}.bb-teaser-tile__wrapper.flex-row-reverse{flex-direction:row-reverse}.bb-teaser-tile__wrapper.flex-row-reverse .swiper-image{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 51%);border-radius:0 1rem 1rem 0}.bb-teaser-tile__wrapper.flex-row-reverse .swiper-text{border-radius:1rem 0 0 1rem}.bb-teaser-tile__wrapper.flex-row-reverse .bb-teaser-tile__media-container .bb-image__image-holder{border-radius:0 1rem 1rem 0}}.bb-teaser-tile__wrapper .swiper-image{background-image:linear-gradient(180deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%);border-top-left-radius:1rem;border-top-right-radius:1rem}@media(min-width: 576px){.bb-teaser-tile__wrapper .swiper-image{background-image:linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%);border-bottom-left-radius:1rem;border-top-right-radius:0}}.bb-teaser-tile__wrapper .swiper-text{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}@media(min-width: 576px){.bb-teaser-tile__wrapper .swiper-text{border-top-right-radius:1rem;border-bottom-left-radius:0}}.bb-teaser-tile__media{flex:0 0 50%}.bb-teaser-tile__media .bb-youtube-video{height:100%}.bb-teaser-tile__media .bb-youtube-video__video-container,.bb-teaser-tile__media .bb-youtube-video__video-container a.iframe,.bb-teaser-tile__media .bb-youtube-video__placeholder-image{height:100%}.bb-teaser-tile__media-container{height:100%}.bb-teaser-tile__media .bb-teaser-tile__media-container .bb-image__image-holder{border-radius:1rem 1rem 0 0}@media(min-width: 576px){.bb-teaser-tile__media .bb-teaser-tile__media-container .bb-image__image-holder{border-radius:1rem 0 0 1rem}}.bg-primary-white .bb-teaser-tile__media .bb-teaser-tile__media-container .bb-image__image-holder{border-radius:1rem}.bb-teaser-tile__content{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:2rem 1rem;min-height:17.75rem}@media(min-width: 576px){.bb-teaser-tile__content{padding:1rem 1.5rem}}@media(min-width: 1200px){.bb-teaser-tile__content{padding:2rem 3rem}}@media(min-width: 1600px){.bb-teaser-tile__content{padding:3.75rem}}.bb-teaser-tile__content-number{margin-bottom:0.5rem}@media(min-width: 1200px){.bb-teaser-tile__content-number{margin-bottom:1rem}}.bb-teaser-tile__content-number .bb-hexagon>svg{fill:#fff}.bb-teaser-tile__content-number .bb-hexagon>div{color:#fff}.bb-teaser-tile__content-headline{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:9rem;font-size:2.25rem;line-height:2.25rem;text-transform:uppercase;color:#fff}@media(min-width: 768px){.bb-teaser-tile__content-headline{font-size:2.1875rem;line-height:2.1875rem;max-height:8.75rem}}@media(min-width: 1200px){.bb-teaser-tile__content-headline{font-size:3.875rem;line-height:4rem;max-height:16rem}}.bb-teaser-tile__content-copy{margin-top:0.5rem}@media(min-width: 1200px){.bb-teaser-tile__content-copy{margin-top:1rem}}.bb-teaser-tile__content-button{margin-top:1rem}.bg-primary-white .bb-teaser-tile__content .bb-teaser-tile__content-headline{color:#000}.bg-primary-white .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg{fill:#000}.bg-primary-white .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div{color:#000}.bg-category-red .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-primary-orange .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-secondary-brown .bb-teaser-tile__content .bb-teaser-tile__content-copy{color:#fff}.bg-category-green .bb-teaser-tile__content .bb-teaser-tile__content-headline,.bg-category-green .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-category-blue .bb-teaser-tile__content .bb-teaser-tile__content-headline,.bg-category-blue .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-category-pink .bb-teaser-tile__content .bb-teaser-tile__content-headline,.bg-category-pink .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-category-orange .bb-teaser-tile__content .bb-teaser-tile__content-headline,.bg-category-orange .bb-teaser-tile__content .bb-teaser-tile__content-copy,.bg-category-yellow .bb-teaser-tile__content .bb-teaser-tile__content-headline,.bg-category-yellow .bb-teaser-tile__content .bb-teaser-tile__content-copy{color:#64140e}.bg-category-green .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg,.bg-category-blue .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg,.bg-category-pink .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg,.bg-category-orange .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg,.bg-category-yellow .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>svg{fill:#64140e}.bg-category-green .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div,.bg-category-blue .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div,.bg-category-pink .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div,.bg-category-orange .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div,.bg-category-yellow .bb-teaser-tile__content .bb-teaser-tile__content-number .bb-hexagon>div{color:#64140e}.bb-teaser-tile__content.has-copy{padding:1.5rem}@media(min-width: 992px){.bb-teaser-tile__content.has-copy{padding:2rem 4.125rem 2rem 4.75rem}}@media(min-width: 1600px){.bb-teaser-tile__content.has-copy{padding:2.5rem 8.75rem 2.5rem 9.1875rem}}.bb-teaser-tile__content.has-copy .bb-teaser-tile__content-headline{font-size:1.75rem;line-height:1.875rem;font-weight:700;text-transform:none}@media(min-width: 992px){.bb-teaser-tile__content.has-copy .bb-teaser-tile__content-headline{font-size:2.125rem;line-height:2.25rem}}@media(min-width: 1200px){.bb-teaser-tile__content.has-copy .bb-teaser-tile__content-button{margin-top:2rem}}.bb-teaser-tile__actions{display:flex;justify-content:center;padding:1.5rem;width:100%;position:absolute;top:0;left:50%;transform:translateX(-50%)}@media(min-width: 576px){.bb-teaser-tile__actions{top:auto;bottom:0}}@media(min-width: 992px){.bb-teaser-tile__actions{padding:2rem 3rem 2rem 3rem}}@media(min-width: 1200px){.bb-teaser-tile__actions{padding:5.25rem 3rem 5.25rem 3rem}}.bb-teaser-tile__navigation{display:flex;align-items:center}.bb-teaser-tile__navigation-left,.bb-teaser-tile__navigation-right{display:none}@media(min-width: 576px){.bb-teaser-tile__navigation-left,.bb-teaser-tile__navigation-right{display:block}}.bb-teaser-tile__pagination{display:flex;align-items:center}@media(min-width: 576px){.bb-teaser-tile__pagination{margin:0 0.75rem}}@media(min-width: 1200px){.bb-teaser-tile__pagination{margin:0 1.5rem}}.bb-teaser-tile .swiper{width:100%;flex:0 0 50%}.bb-teaser-tile .swiper .swiper-content-image{height:100%}.bb-teaser-tile .swiper .bb-teaser-tile__media{height:100%}.bb-teaser-tile .swiper-text{padding-top:2.25rem}@media(min-width: 576px){.bb-teaser-tile .swiper-text{padding-top:0;padding-bottom:6rem}}@media(min-width: 992px){.bb-teaser-tile .swiper-text{padding-bottom:8rem}}@media(min-width: 1600px){.bb-teaser-tile .swiper-text{padding-bottom:12rem}}.bb-teaser-tile .swiper-holder{flex:0 0 50%}.bb-teaser{position:relative;display:flex;flex-direction:column;width:100%}.bb-teaser.has-collection .bb-teaser__image-wrapper{margin:0.5rem}.bb-teaser .bb-teaser__full-link{display:flex;flex-grow:1;flex-direction:column;text-decoration:none}.bb-teaser__image-wrapper{position:relative}.bb-teaser__badge{position:absolute;top:0;left:0}.bb-teaser__content-container{flex-grow:1;display:flex;flex-direction:column;text-align:left}.bb-teaser__headline-container{text-align:left}.bb-teaser__headline{font-size:1.75rem;line-height:1.875rem;font-weight:700;font-weight:700;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word}@media(min-width: 992px){.bb-teaser__headline{font-size:2.125rem;line-height:2.25rem}}.bb-teaser__collection-box{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:absolute;width:100%;height:100%;left:0;top:0;border-radius:0.5rem;box-shadow:0 0.1875rem 0.375rem rgba(0,0,0,.1);transform:rotateZ(-3deg);background-color:#dadbde}.bb-teaser__collection-box:first-child{width:100%;height:100%;left:0;top:0;transform:rotateZ(-7deg);background-color:#e9eaef}.bb-teaser__recipes-collection-count{padding-top:0.5rem;font-size:1rem;line-height:1.375rem}@media(min-width: 992px){.bb-teaser__recipes-collection-count{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 992px){.bb-teaser__recipes-collection-count{font-size:1.125rem;line-height:1.5rem}}@media(min-width: 992px)and (min-width: 992px){.bb-teaser__recipes-collection-count{font-size:1.5rem;line-height:2rem}}.bb-teaser__copy{color:#000}.bb-teaser__copy p:last-child{margin-bottom:0}.bb-teaser__tag .bb-tag-link{word-break:break-word}.bb-teaser--type-small .bb-teaser__headline{font-weight:400}.bb-teaser--type-small .bb-teaser__copy,.bb-teaser--type-small .bb-teaser__link{font-size:1rem;line-height:1.375rem}@media(min-width: 992px){.bb-teaser--type-small .bb-teaser__copy,.bb-teaser--type-small .bb-teaser__link{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 992px){.bb-teaser--type-xl{flex-direction:row-reverse}}@media(min-width: 992px){.bb-teaser--type-xl .bb-teaser__image{flex:0 0 57%}}@media(min-width: 768px){.bb-teaser--type-xl .bb-teaser__content-container{padding-left:3.75rem;padding-right:3.75rem}}@media(min-width: 992px){.bb-teaser--type-xl .bb-teaser__content-container{flex:0 0 43%;padding-top:0;padding-right:1.5rem;padding-left:0}}@media(min-width: 1600px){.bb-teaser--type-xl .bb-teaser__content-container{padding-right:10rem}}.bb-teaser--type-xl .bb-teaser__button-container .bb-teaser__button{display:flex;justify-content:center}@media(min-width: 992px){.bb-teaser--type-xl .bb-teaser__button-container .bb-teaser__button{display:inline-flex}}.bb-teaser--type-l{height:100%;border-radius:1rem}.bb-teaser--type-l .bb-teaser__image .bb-image__image-holder{border-top-right-radius:1rem;border-top-left-radius:1rem}.bb-teaser--type-l .bb-teaser__image img{max-height:22.5rem}.bb-teaser--type-l .bb-teaser__packshot-image-container{position:absolute;display:flex;justify-content:center;align-items:flex-end;right:1.5rem;bottom:calc(100% - 1rem);width:30%}.bb-teaser--type-l .bb-teaser__headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:5.625rem;color:#64140e;font-size:1.625rem;line-height:1.75rem}.bb-teaser--type-l .bb-teaser__content-container{justify-content:space-between;padding:1.5rem;position:relative;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.bb-teaser--type-l .bb-teaser__content-container:before{content:"";position:absolute;width:100%;height:0.125rem;top:-0.125rem;left:0;background-color:inherit;z-index:-1}.bb-teaser--type-l .bb-teaser__content-container.has-packshot .bb-teaser__headline-container{width:calc(70% - 1.5rem)}.bb-teaser--type-l .bb-teaser__content-container.has-packshot .bb-teaser__packshot-image-container img{transition:max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);object-fit:contain}.bb-teaser--type-l .bb-teaser__content-container.bg-secondary-brown .bb-teaser__headline{color:#fff}.bb-teaser--type-l .bb-teaser__button-container{padding-top:0.5rem}@media(min-width: 768px){.bb-teaser--type-l .bb-teaser__content-container{padding:1rem 1.5rem}.bb-teaser--type-l .bb-teaser__button-container{padding-top:1rem}.bb-teaser--type-l .bb-teaser__packshot-image-container{bottom:calc(100% - 4.75rem);width:30%}.bb-teaser--type-l .bb-teaser__headline{font-size:1.75rem;line-height:1.875rem;max-height:6rem}}@media(min-width: 1200px){.bb-teaser--type-l .bb-teaser__packshot-image-container{bottom:calc(100% - 8.5rem)}.bb-teaser--type-l .bb-teaser__content-container{padding:2rem}.bb-teaser--type-l .bb-teaser__headline{font-size:2.125rem;line-height:2.25rem;max-height:7.125rem}}.bb-teaser--type-l .bg-primary-orange .bb-teaser__tag,.bb-teaser--type-l .bg-primary-orange .bb-teaser__headline,.bb-teaser--type-l .bg-category-red .bb-teaser__tag,.bb-teaser--type-l .bg-category-red .bb-teaser__headline,.bb-teaser--type-l .bg-primary-yellow .bb-teaser__tag,.bb-teaser--type-l .bg-primary-yellow .bb-teaser__headline{color:#fff}.bb-teaser--type-m .bb-teaser__content-container{position:absolute;width:100%;height:100%;display:flex;justify-content:space-between;padding:1.5rem}.bb-teaser--type-m .bb-teaser__backdrop{position:absolute;width:100%;height:11.0625rem;max-height:70%;left:0;top:0;border-radius:1rem;background:rgba(0,0,0,0) linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) 0 0 no-repeat padding-box}.bb-teaser--type-m .bb-teaser__headline{position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:5.5rem;color:#fff;font-size:1.625rem;line-height:1.75rem}.bb-teaser--type-m .bb-teaser__tag{position:relative;z-index:1;color:#fff;margin-bottom:0.5rem}.bb-teaser--type-m .bb-teaser__rating-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fff;margin-bottom:0.25rem}.bb-teaser--type-m .bb-teaser__rating{display:flex;align-items:center;gap:0.375rem}.bb-teaser--type-m .bb-teaser__rating.d-none{display:none !important}.bb-teaser--type-m .bb-teaser__duration{margin-left:auto}.bb-teaser--type-m .bb-teaser__image img{min-height:20rem;max-height:28.125rem;object-fit:cover}@media(min-width: 1200px){.bb-teaser--type-m .bb-teaser__content-container{padding:2rem}.bb-teaser--type-m .bb-teaser__headline{font-size:1.75rem;line-height:1.875rem;height:7rem}.bb-teaser--type-m .bb-teaser__backdrop{height:12.5rem}}@media(min-width: 1600px){.bb-teaser--type-m .bb-teaser__tag{margin-bottom:1rem;font-size:1.5rem;line-height:1.625rem}.bb-teaser--type-m .bb-teaser__rate{font-size:1.5rem;line-height:2rem;font-weight:700}.bb-teaser--type-m .bb-teaser__headline{font-size:2.125rem;line-height:2.25rem;max-height:7.125rem}}.bb-teaser--type-s .bb-teaser__image img{min-height:20rem;object-fit:cover}.bb-teaser--type-s .bb-teaser__backdrop{position:absolute;width:100%;height:7.5rem;max-height:70%;left:0;bottom:0;z-index:1;border-radius:1rem;background:rgba(0,0,0,0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) 0 0 no-repeat padding-box}.bb-teaser--type-s .bb-teaser__headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:5.875rem;font-size:1.625rem;line-height:1.875rem}.bb-teaser--type-s .bb-teaser__headline-container{position:relative;margin-top:1rem;margin-bottom:0.5rem;z-index:1}.bb-teaser--type-s .bb-teaser__tag{position:absolute;bottom:calc(100% + 2rem);left:1rem;right:1rem;color:#fff}.bb-teaser--type-s .bb-teaser__rating-container{position:absolute;bottom:calc(100% + 2rem);left:1rem;right:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#fff;font-size:1.125rem;line-height:1.5rem}.bb-teaser--type-s .bb-teaser__rating{display:flex;align-items:center;gap:0.375rem}.bb-teaser--type-s .bb-teaser__rating.d-none{display:none !important}.bb-teaser--type-s .bb-teaser__duration{margin-left:auto}.bb-teaser--type-s .bb-teaser__reviews-container{position:absolute;bottom:calc(100% + 2rem);left:1rem;color:#fff;font-size:1.125rem;line-height:1.5rem}.bb-teaser--type-s .bb-teaser__reviews{display:flex;align-items:center;gap:0.375rem}.bb-teaser--type-s .bb-teaser__author-container{display:flex;align-items:center;gap:0.5rem;margin-top:1rem}.bb-teaser--type-s .bb-teaser__author-image-container{width:2.5rem;height:2.5rem;flex:0 0 2.5rem;background-color:#88d4d8;border-radius:1.25rem}.bb-teaser--type-s .bb-teaser__author-image{border-radius:1.25rem}.bb-teaser--type-s .bb-teaser__author-image>div{border-radius:1.25rem}.bb-teaser--type-s .bb-teaser__author-image img{height:2.5rem}.bb-teaser--type-s .bb-teaser__author-name{font-size:1rem;line-height:1.375rem}@media(min-width: 992px){.bb-teaser--type-s .bb-teaser__author-name{font-size:1.25rem;line-height:1.625rem}}@media(min-width: 768px)and (max-width: 991.98px){.bb-teaser--type-s .bb-teaser__headline{max-height:4.375rem;font-size:1.125rem;line-height:1.375rem}}@media(min-width: 1200px){.bb-teaser--type-s .bb-teaser__headline{max-height:7rem;font-size:1.875rem;line-height:2.25rem}}.swiper-slide .bb-teaser--type-xs,.bb-cookmode__preparation__step .bb-teaser--type-xs{width:9.6875rem}.swiper-slide .bb-teaser--type-xs.has-collection,.bb-cookmode__preparation__step .bb-teaser--type-xs.has-collection{width:10.6875rem}@media(min-width: 576px){.swiper-slide .bb-teaser--type-xs,.bb-cookmode__preparation__step .bb-teaser--type-xs{width:10.4375rem}.swiper-slide .bb-teaser--type-xs.has-collection,.bb-cookmode__preparation__step .bb-teaser--type-xs.has-collection{width:11.4375rem}}@media(min-width: 1600px){.swiper-slide .bb-teaser--type-xs,.bb-cookmode__preparation__step .bb-teaser--type-xs{width:11.875rem}.swiper-slide .bb-teaser--type-xs.has-collection,.bb-cookmode__preparation__step .bb-teaser--type-xs.has-collection{width:12.875rem}}.bb-teaser--type-xs.see-all .bb-teaser__content-container{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;display:flex;justify-content:flex-end;background-color:#dd7900;border-radius:1rem;padding:1.5rem}.bb-teaser--type-xs.see-all .bb-teaser__content-container:hover{background-color:#fa892c}.bb-teaser--type-xs.see-all .bb-teaser__headline-container{display:flex;justify-content:space-between;gap:1.5rem;font-weight:700;color:#fff}.bb-teaser--type-xs.see-all .bb-teaser__see-all--text{text-decoration:underline}.bb-teaser--type-xs.see-all.has-collection{width:11.875rem;margin:0.5rem}.bb-teaser--type-xs .bb-teaser__image img{min-height:12.8125rem;object-fit:cover}.swiper-slide .bb-teaser--type-xs .bb-teaser__image img,.bb-cookmode__preparation__step .bb-teaser--type-xs .bb-teaser__image img{height:12.8125rem}@media(min-width: 576px){.swiper-slide .bb-teaser--type-xs .bb-teaser__image img,.bb-cookmode__preparation__step .bb-teaser--type-xs .bb-teaser__image img{height:13.9375rem}}@media(min-width: 1600px){.swiper-slide .bb-teaser--type-xs .bb-teaser__image img,.bb-cookmode__preparation__step .bb-teaser--type-xs .bb-teaser__image img{height:15.6875rem}}.bb-teaser--type-xs .bb-teaser__content-container{text-decoration:none}.bb-teaser--type-xs .bb-teaser__headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:5.25rem;font-size:1.5rem;line-height:1.6875rem;margin-top:0.5rem}.bb-teaser--type-xs .bb-teaser__tag{margin-top:0.5rem;min-width:100%;line-height:1.5rem;height:3rem}.bb-teaser--type-xs .bb-teaser__rating-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0.5rem}.bb-teaser--type-xs .bb-teaser__rating{display:flex;align-items:center;gap:0.375rem}.bb-teaser--type-xs .bb-teaser__rating.d-none{display:none !important}.bb-teaser--type-xs .bb-teaser__duration{margin-left:auto}.bb-teaser--type-xs .bb-teaser__stars{color:#dc231a}@media(max-width: 419.98px){.bb-text-with-image .ce-gallery:not(.only-small-images){float:none;width:100%}.bb-text-with-image .ce-gallery:not(.only-small-images) .bb-image{max-width:100% !important}.bb-text-with-image .ce-gallery:not(.only-small-images) .bb-image img{width:100%}}@media(min-width: 420px){.bb-text-with-image .ce-intext.ce-right .ce-gallery,.bb-text-with-image .ce-intext.ce-left .ce-gallery{max-width:50%}}@media(min-width: 576px){.bb-text-with-image .ce-intext.ce-right .ce-gallery,.bb-text-with-image .ce-intext.ce-left .ce-gallery{max-width:66.6666%}}@media(min-width: 768px){.bb-text-with-image .ce-intext.ce-right .ce-gallery,.bb-text-with-image .ce-intext.ce-left .ce-gallery{max-width:75%}}@media(max-width: 419.98px){.bb-text-with-image .ce-intext.ce-right .ce-gallery:not(.only-small-images),.bb-text-with-image .ce-intext.ce-left .ce-gallery:not(.only-small-images){margin-left:0 !important;margin-right:0 !important}}.bb-tooltip{transition:background-color 300ms cubic-bezier(0.4, 0, 0.2, 1),color 300ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;top:0;display:inline-block;min-width:1.25rem;height:1.25rem;padding:0 0.1875rem;color:#fff;font-size:0.75rem !important;line-height:1.25rem;text-align:center;border-radius:50%;background-color:#dd7900;cursor:pointer}.bb-tooltip:hover{background-color:#fa892c}.bb-tooltip--info:before{line-height:1;font-family:"icon-font-mdhic4yd",sans-serif !important;font-style:normal;font-weight:normal !important;vertical-align:top;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;content:"\f187";display:block;font-size:0.6875rem;line-height:1.25rem}.bb-vimeo-video{position:relative}.bb-vimeo-video__placeholder-image{position:absolute;top:0;left:0;width:100%;height:100%}.bb-vimeo-video__placeholder-image.is-ended{z-index:2}.bb-vimeo-video .uc-embedding-wrapper{display:none}.bb-vimeo-video .uc-vimeo-bg{position:absolute;width:100%;height:100%;top:0;left:0}.bb-vimeo-video .uc-vimeo-bg-container{position:relative;display:flex;height:100%;justify-content:center;align-items:center}.bb-vimeo-video .uc-vimeo-bg-fallback{background-color:#64140e;opacity:.75;position:absolute;width:100%;height:100%;z-index:1}.bb-vimeo-video .uc-vimeo-bg-content{text-align:center;padding:0.75rem;color:#fff;max-height:100%;z-index:2;margin-bottom:2.5rem}.bb-vimeo-video .uc-vimeo-bg-icon{pointer-events:auto;cursor:pointer}.bb-vimeo-video .uc-vimeo-bg-icon .bb-icon,.bb-vimeo-video .uc-vimeo-bg-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .bb-vimeo-video .uc-vimeo-bg-icon .select2-results__option--selected{line-height:1}.bb-vimeo-video .uc-vimeo-bg-headline{text-transform:none;margin-top:0.75rem;margin-bottom:0.375rem;font-weight:700;font-size:0.875rem;line-height:1.125rem}.bb-vimeo-video .uc-vimeo-bg-link{color:#fa892c;text-transform:none;text-decoration:underline;cursor:pointer;font-size:0.875rem;line-height:1.125rem;margin-bottom:0;pointer-events:auto}@media(min-width: 768px){.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline,.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-link{font-size:2rem;line-height:2.125rem}.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline{margin-top:1.5rem;margin-bottom:0.75rem}}@media(min-width: 992px){.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-content{padding:2rem}.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline,.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-link{font-size:3rem;line-height:3.375rem}.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline{margin-top:1.5rem;margin-bottom:0.75rem}}@media(min-width: 1200px){.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline,.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-link{font-size:4.125rem;line-height:4.25rem}.bb-vimeo-video .uc-vimeo-bg .uc-vimeo-bg-headline{margin-top:2rem;margin-bottom:1.5rem}}.bb-vimeo-video .uc-vimeo-bg+.uc-embedding-container{display:none;z-index:-1}.bb-vimeo-video .uc-embedding-container{width:100% !important;height:100% !important;min-height:100% !important;max-height:100% !important;position:absolute;z-index:0}.bb-youtube-video__video-container{position:relative}.bb-youtube-video__video-container iframe,.bb-youtube-video__video-container object,.bb-youtube-video__video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.bb-youtube-video__video-container a.iframe{display:block}.bb-youtube-video__placeholder-image.hide{pointer-events:none}.bb-youtube-video__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff}.bb-youtube-video__play-icon.hide{pointer-events:none}.bb-youtube-video__title{margin-top:0.5rem}@media(min-width: 992px){.bb-youtube-video__title{margin-top:1rem;font-size:1.25rem;line-height:1.5rem}}.fancybox-inner .uc-embedding-wrapper{z-index:1;display:none}.fancybox-inner .uc-youtube-bg{display:none;position:absolute;width:100%;height:100%;top:0;left:0}.fancybox-inner .uc-youtube-bg-container{position:relative;display:flex;height:100%;justify-content:center;align-items:center}.fancybox-inner .uc-youtube-bg-fallback{background-color:#64140e;opacity:.75;position:absolute;width:100%;height:100%;z-index:1}.fancybox-inner .uc-youtube-bg-content{text-align:center;padding:0.75rem;color:#fff;max-height:100%;z-index:2}.fancybox-inner .uc-youtube-bg-icon{pointer-events:auto;cursor:pointer}.fancybox-inner .uc-youtube-bg-icon .bb-icon,.fancybox-inner .uc-youtube-bg-icon .select2-container--open .select2-dropdown .select2-results__option--selected,.select2-container--open .select2-dropdown .fancybox-inner .uc-youtube-bg-icon .select2-results__option--selected{line-height:1}.fancybox-inner .uc-youtube-bg-headline{text-transform:none;margin-top:0.75rem;margin-bottom:0.375rem;font-weight:700;font-size:0.875rem;line-height:1.125rem}.fancybox-inner .uc-youtube-bg-link{color:#fa892c;text-transform:none;text-decoration:underline;cursor:pointer;font-size:0.875rem;line-height:1.125rem;margin-bottom:0}@media(min-width: 576px){.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline,.fancybox-inner .uc-youtube-bg .uc-youtube-bg-link{font-size:2rem;line-height:2.125rem}.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline{margin-top:1.5rem;margin-bottom:0.75rem}}@media(min-width: 992px){.fancybox-inner .uc-youtube-bg .uc-youtube-bg-content{padding:2rem}.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline,.fancybox-inner .uc-youtube-bg .uc-youtube-bg-link{font-size:3rem;line-height:3.375rem}.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline{margin-top:1.5rem;margin-bottom:0.75rem}}@media(min-width: 1200px){.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline,.fancybox-inner .uc-youtube-bg .uc-youtube-bg-link{font-size:4.125rem;line-height:4.25rem}.fancybox-inner .uc-youtube-bg .uc-youtube-bg-headline{margin-top:2rem;margin-bottom:1.5rem}}.fancybox-inner .uc-embedding-container+.uc-youtube-bg{display:block}

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