@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ec625e !important;
  border-color: #ec625e !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: #ec625e !important;
  border-color: #ec625e !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ec625e !important;
  color: #ec625e !important;
}

#CybotCookiebotDialog, #CybotCookiebotDialog .CybotCookiebotScrollContainer .CybotCookiebotScrollbarContainer {
  background-color: #fabf24 !important;
  color: #fff !important;
}

#CybotCookiebotDialogPoweredbyCybot svg {
  filter: invert(1) contrast(2);
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #fabf24 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #fff5be !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #ffffff !important;
}

body {
  font-family: "Poppins";
  font-weight: 600;
}

p, li {
  font-weight: 300;
  font-size: 0.937rem;
}

h2, .h2 {
  font-size: 4.06rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 990px) {
  h2, .h2 {
    font-size: 2.16rem;
  }
}

h3, .h3 {
  font-size: 2.3rem;
  line-height: 1.2;
}
@media (max-width: 990px) {
  h3, .h3 {
    font-size: 1.56rem;
  }
}

#site-header .menu-item a {
  color: #ed1c24;
  font-weight: 600;
}
#site-header .menu-item a:hover {
  color: #c41820;
}

.burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ed1c24;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.burger-line.middle {
  margin-bottom: 6px;
}

.mobile-menu-slidedown {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.mobile-menu-slidedown .mobile-menu-list {
  list-style: none;
}
.mobile-menu-slidedown .mobile-menu-list .menu-item {
  border-bottom: 1px solid #fce8e9;
}
.mobile-menu-slidedown .mobile-menu-list .menu-item:last-child {
  border-bottom: none;
}
.mobile-menu-slidedown .mobile-menu-list .menu-item a {
  display: block;
  padding: 1rem 0;
  color: #ed1c24;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mobile-menu-slidedown .mobile-menu-list .menu-item a:hover {
  color: #c41820;
}

.hero-section .hero-section__content {
  max-width: 40rem;
  padding-block: 2rem;
}
.hero-section .hero-section__content img {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
}
.hero-section .hero-section__content h1 {
  font-size: 7.8125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-section .hero-section__content h1 {
    font-size: 2.8125rem;
  }
}
.hero-section .hero-section__content .subline {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #fff;
  max-width: 17rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .hero-section .hero-section__content .subline {
    font-size: 2.1875rem;
  }
}

body #mobile-menu-toggle:focus {
  outline: none !important;
}

.rounded {
  border-radius: 0.9337rem;
}

.image-text-section {
  position: relative;
  overflow: clip;
}
.image-text-section .container {
  position: relative;
  z-index: 1;
}
.image-text-section .design-element-1 {
  height: 1264px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 50%;
  right: 63%;
  transform: translateY(50%);
  backdrop-filter: brightness(1.2) saturate(0.6);
  display: block;
  position: absolute;
  z-index: 0;
}
@media (max-width: 990px) {
  .image-text-section .design-element-1 {
    height: auto;
    right: auto;
    bottom: 0;
    width: 150%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
  }
  .image-text-section .design-element-1.order-1 {
    bottom: auto;
    top: -3rem;
    transform: translateX(-50%) translateY(-50%);
  }
}
.image-text-section .design-element-2 {
  height: 1264px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 50%;
  right: 72%;
  transform: translateY(50%);
  backdrop-filter: brightness(1.2) saturate(0.6);
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 990px) {
  .image-text-section .design-element-2 {
    height: auto;
    right: auto;
    bottom: -5rem;
    width: 150%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
  }
  .image-text-section .design-element-2.order-1 {
    bottom: auto;
    top: -10rem;
    transform: translateX(-50%) translateY(-50%);
  }
}

.teaser-slider-section {
  position: relative;
  overflow: clip;
}
.teaser-slider-section .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: brightness(1.5) saturate(0.5);
}
.teaser-slider-section .teaser-card {
  overflow: clip;
  border-radius: 0.9337rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.teaser-slider-section .teaser-image {
  position: relative;
  width: 100%;
}
.teaser-slider-section .teaser-image img {
  aspect-ratio: 453/439;
  position: relative;
  z-index: 0;
  width: 100%;
}
.teaser-slider-section .teaser-image .teaser-bg {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -4em);
}
.teaser-slider-section .teaser-content {
  position: relative;
  width: 100%;
}

.swiper {
  overflow: visible !important;
}
.swiper .swiper-slide {
  height: auto;
  display: flex;
}
.swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide,
.swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide,
.swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.25;
}
.swiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.975rem;
  height: 0.975rem;
  border-radius: 0.3rem;
}
.swiper .swiper-navigation {
  display: flex;
  gap: 0.975rem;
}
.swiper .swiper-pagination, .swiper .swiper-button-next, .swiper .swiper-button-prev {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  padding: 0.975rem;
  background-color: #fff;
  border-radius: 0.975rem;
}
.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
  width: 0.975rem;
}
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  content: "";
}

.footer-menus a {
  color: #ed1c24;
  font-size: 0.75rem;
}

.footer-copyright p {
  font-size: 0.75rem;
}

.footer-menu-three a {
  color: #000;
  font-weight: 500;
}

.quote-item {
  padding-top: 6rem;
  clip-path: circle(20rem at 50% 67%);
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 1280px) {
  .quote-item {
    padding-top: 38%;
    clip-path: circle(62% at 50% 67%);
  }
}
@media (max-width: 512px) {
  .quote-item {
    padding-top: 50%;
  }
}
.quote-item q {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}
.quote-item svg {
  filter: brightness(1.4) saturate(0.4);
}
.quote-item .author {
  font-size: 0.937rem;
  margin-bottom: 1rem;
  font-weight: 500;
  display: block;
}

.product-teasers-section .product-teaser-item {
  position: relative;
  overflow: clip;
}
.product-teasers-section .product-teaser-item h3 {
  position: relative;
  z-index: 1;
}
.product-teasers-section .product-teaser-item .product-teaser-image {
  min-height: 25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1023px) {
  .product-teasers-section .product-teaser-item .product-teaser-image {
    min-height: 30rem;
  }
}
.product-teasers-section .product-teaser-item .product-teaser__circle {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10em);
  z-index: 0;
  width: 180%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.product-slider-section .product-slide-item {
  position: relative;
  overflow: clip;
}
.product-slider-section .product-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  backdrop-filter: saturate(0.6) brightness(1.6);
}
.product-slider-section .product-slide-item h3 {
  position: relative;
  z-index: 1;
}
.product-slider-section .product-slide-item .product-slide-image {
  position: relative;
  z-index: 10;
}
.product-slider-section .product-slide-item .product-slide-image img {
  aspect-ratio: 525/585;
  object-fit: cover;
}
.product-slider-section .product-slide-item .product-slide-content {
  position: relative;
  z-index: 20;
}
.product-slider-section .product-slide-item .product-slide__circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -5rem);
  z-index: 0;
  width: 180%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.product-slider-section {
  position: relative;
}

@media (min-width: 1620px) {
  .recipe-content .container {
    position: relative;
    z-index: 1;
  }
  .recipe-content .product-slider-section .product-slider-section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    left: calc((100vw - 1620px) / -2);
    width: 100vw;
  }
}
.checklist-list {
  column-count: 3;
}
@media (max-width: 990px) {
  .checklist-list {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .checklist-list {
    column-count: 1;
  }
}

.column-count-2 {
  column-count: 2;
}
@media (max-width: 767px) {
  .column-count-2 {
    column-count: 1;
  }
}

.image-section img {
  border-radius: 0.9337rem;
}
@media (max-width: 767px) {
  .image-section img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
  }
}

#recipes-grid .recipe-card, .recipe-slider-section .recipe-card, .recipe-selection-slider-section .recipe-card {
  width: 100%;
  background-color: #9239DA;
  overflow: clip;
  border-radius: 0.937rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#recipes-grid .recipes-grid__title, .recipe-slider-section .recipes-grid__title, .recipe-selection-slider-section .recipes-grid__title {
  position: relative;
  padding-top: 0;
  width: 100%;
}
#recipes-grid .recipes-grid__title h2, .recipe-slider-section .recipes-grid__title h2, .recipe-selection-slider-section .recipes-grid__title h2 {
  position: relative;
  color: #fff;
  z-index: 10;
  text-align: center;
  font-size: 3.125rem;
  line-height: 1;
  hyphens: auto;
}
@media (max-width: 767px) {
  #recipes-grid .recipes-grid__title h2, .recipe-slider-section .recipes-grid__title h2, .recipe-selection-slider-section .recipes-grid__title h2 {
    font-size: 2.75rem;
  }
}
#recipes-grid .recipe-card img, .recipe-slider-section .recipe-card img, .recipe-selection-slider-section .recipe-card img {
  width: 100%;
  height: 437px !important;
  object-fit: cover;
}
#recipes-grid .teaser-bg, .recipe-slider-section .teaser-bg, .recipe-selection-slider-section .teaser-bg {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -4.3em);
  background-color: #9239DA;
}

.recipe-selection-slider-section h2 {
  text-align: left !important;
}

.recipe-slider-section .recipe-card a {
  display: inline-block;
}

#recipes-grid .teaser-bg {
  transform: translate(-50%, -5em);
}
#recipes-grid .recipes-grid__title {
  background-color: #9239DA;
}

.recipe-slider-section .recipes-grid__title h2 {
  text-align: left;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.recipe-hero-split {
  width: 100%;
}

.recipe-hero-split picture {
  width: 100vw;
  left: calc((100% - 100vw) / 2);
  position: relative;
  display: block;
}
.recipe-hero-split picture img {
  max-height: 52rem;
}

.recipe-hero-split picture svg {
  display: none;
}

@media (max-width: 768px) {
  .recipe-hero-split svg {
    display: none;
  }
  .recipe-hero-split picture svg {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
  }
}
@media (min-width: 767px) {
  .recipe-hero-split picture {
    width: calc(100% + (100vw - 640px) / 2 + 2rem);
    left: 0rem;
  }
}
@media (min-width: 1024px) {
  .recipe-hero-split picture {
    width: calc(100% + (100vw - 768px) / 2 + 2rem);
    left: 0rem;
  }
}
@media (min-width: 1280px) {
  .recipe-hero-split picture {
    width: calc(100% + (100vw - 1024px) / 2 + 2rem);
    left: 0rem;
  }
}
@media (min-width: 1536px) {
  .recipe-hero-split picture {
    width: calc(100% + (100vw - 1280px) / 2 + 2rem);
    left: 0rem;
  }
}
.teaser-text p {
  margin-bottom: 1rem;
}
.teaser-text p:last-child {
  margin-bottom: 0;
}
.teaser-text ul, .teaser-text ol {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.teaser-text ul:last-child, .teaser-text ol:last-child {
  margin-bottom: 0;
}
.teaser-text ul {
  list-style-type: disc;
}
.teaser-text ol {
  list-style-type: decimal;
}
.teaser-text li {
  margin-bottom: 0.25rem;
}
.teaser-text a {
  text-decoration: underline;
}
.teaser-text a:hover {
  opacity: 0.8;
}
.teaser-text strong, .teaser-text b {
  font-weight: 700;
}
.teaser-text em, .teaser-text i {
  font-style: italic;
}

.teaser-columns-section .small-image {
  width: auto;
  height: 160px;
  object-fit: contain;
}
.teaser-columns-section .grid.grid-cols-1.gap-6 .teaser-column-content.p-4 {
  padding: 2.187rem !important;
}

.text-section h2 {
  margin-bottom: 1.2rem;
}
.text-section p {
  margin-bottom: 1.3em;
}

.recipe-content {
  width: 100%;
  max-width: 1620px;
}
.recipe-content ol {
  list-style-type: none;
  padding-left: 0;
}
.recipe-content ol li {
  padding-left: 4.06rem;
  position: relative;
  border-bottom: solid 1px #9239da;
  padding-block: 1rem;
}
.recipe-content ol li:last-child {
  border-bottom: none;
}
.recipe-content ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4.06rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
}
.recipe-content ol li:nth-child(1):before {
  content: "01";
}
.recipe-content ol li:nth-child(2):before {
  content: "02";
}
.recipe-content ol li:nth-child(3):before {
  content: "03";
}
.recipe-content ol li:nth-child(4):before {
  content: "04";
}
.recipe-content ol li:nth-child(5):before {
  content: "05";
}
.recipe-content ol li:nth-child(6):before {
  content: "06";
}
.recipe-content ol li:nth-child(7):before {
  content: "07";
}
.recipe-content ol li:nth-child(8):before {
  content: "08";
}
.recipe-content ol li:nth-child(9):before {
  content: "09";
}
.recipe-content ol li:nth-child(10):before {
  content: "10";
}

@media (min-width: 767px) {
  .recipe-image {
    padding-left: 3.75rem;
  }
  .recipe-image svg {
    left: 3.75rem;
  }
}
.container {
  width: 100%;
  max-width: 1620px !important;
}

@media (min-width: 990px) {
  .content-hero {
    max-height: 880px;
  }
}
.content-hero h1 {
  font-size: 5.625rem;
  line-height: 1.1;
}
@media (max-width: 990px) {
  .content-hero h1 {
    font-size: 2.8125rem;
  }
}
.content-hero .content-hero__content {
  width: 100%;
  margin-block: 2rem;
}
@media (min-width: 990px) {
  .content-hero .content-hero__content {
    width: 50%;
  }
}

#page {
  overflow: clip;
}

@media (min-width: 2000px) {
  .image-text-section .design-element-1 {
    right: auto;
    left: 0;
    transform: translate(-43%, 50%);
  }
}
.type-recipes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.type-recipes .block.no-underline.group {
  display: flex;
  flex-wrap: wrap;
}
.type-recipes .block.no-underline.group > div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background-color: #9239DA;
}

@media (min-width: 767px) {
  .recipe-single .recipe-hero-split::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #9239DA;
    left: calc((100% - 100vw) / 2);
    width: calc(100% + (100vw - 640px) / 2 + 2rem);
  }
}
@media (min-width: 1024px) {
  .recipe-single .recipe-hero-split::before {
    width: calc(100% + (100vw - 768px) / 2 + 2rem);
  }
}
@media (min-width: 1280px) {
  .recipe-single .recipe-hero-split::before {
    width: calc(100% + (100vw - 1024px) / 2 + 2rem);
  }
}
@media (min-width: 1536px) {
  .recipe-single .recipe-hero-split::before {
    width: calc(100% + (100vw - 1280px) / 2 + 2rem);
  }
}

@media (max-width: 990px) {
  .hero-section__content > img {
    display: none !important;
  }
}
.faq-answer {
  margin-top: -0.75rem;
}

#mobile-primary-menu {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
  margin-top: 2rem !important;
}
#mobile-primary-menu a {
  padding-inline: 0 !important;
  color: #ed1c24 !important;
}
#mobile-primary-menu li {
  border-color: #ed1c24 !important;
}

@media (max-width: 767px) {
  .teaser-columns-section .small-image {
    max-width: 55%;
    height: auto !important;
  }
}
.text-section-content ul.wp-block-list {
  padding-left: 1rem !important;
  margin-bottom: 1.3em !important;
}
.text-section-content li {
  list-style-type: disc;
}

@media (max-width: 1279px) {
  .footer-menu-three {
    margin-top: 2rem;
  }
}
.checklist-list svg {
  width: 25px;
  height: 25px;
  min-width: 25px;
}

.recipe-filters .recipe-filter-btn {
  color: #ED1C24;
  border-radius: 15px;
}
.recipe-filters .recipe-filter-btn.active, .recipe-filters .recipe-filter-btn:hover {
  background-color: #ED1C24;
  color: #fff;
}

.teaser-modal {
  z-index: 101;
}

a.teaser-column-item {
  display: flex;
}

.teaser-column-content {
  display: flex;
  flex-wrap: wrap;
}

.content-space-between {
  align-content: space-between;
}

@media (max-height: 800px) and (orientation: landscape) {
  .hero-section .hero-section__content img {
    max-width: 250px;
    margin-bottom: 2rem;
  }
  .hero-section .hero-section__content h1 {
    font-size: 4.8125rem;
    line-height: 1;
  }
  .hero-section .hero-section__content {
    max-width: 27rem;
  }
  .hero-section .hero-section__content .subline {
    font-size: 1.6rem;
  }
  .hero-section.h-screen {
    height: calc(100vh - 60px);
  }
}
.material-shadow img {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.12);
  max-width: 540px;
  width: 80%;
  display: block;
  margin-inline: auto;
}
@media (max-width: 990px) {
  .material-shadow img {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 990px) {
  .image-text-section {
    min-height: 680px;
    display: flex;
    align-items: center;
  }
}
.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.navigation.pagination .page-numbers:not(.next, .prev) {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation.pagination .page-numbers:not(.next, .prev):hover, .navigation.pagination .page-numbers:not(.next, .prev).current {
  background-color: #9239DA;
  color: #fff;
}

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