@charset "UTF-8";
/**
 * New start-page design (Trello #2607) — styles for application/views/ew/home_view_new.php.
 * Rebuilt from Figma:
 *   Desktop: https://www.figma.com/design/kThEVWqwOZI08NwsWATtWZ (node 1144:893)
 *   Mobile:  https://www.figma.com/design/kThEVWqwOZI08NwsWATtWZ (node 1598:2967)
 *
 * Compiles to assets/ew/css/home-new.css via the Live Sass Compile VS Code
 * extension (savePath "~/../css" in .vscode/settings.json). Deliberately its
 * own file rather than a partial folded into style.scss/style.css: there is
 * currently no style.scss source for the live assets/ew/css/style.css (it's
 * hand-maintained directly — its own .scss source was deleted in 2022, see
 * assets/ew/scss/style.css.map), so compiling into that name would overwrite
 * every other page's styles. This file is linked standalone from
 * home_view_new.php and only ever loads on the /startseite-neu preview.
 *
 * All selectors are scoped under .sp-home so this sheet can't leak onto the
 * live homepage or other pages. Most design tokens below are transcribed
 * from the Figma file's variable collection (colors/type/spacing) as CSS
 * custom properties rather than folded into $primary/$danger etc. because
 * the new palette doesn't line up 1:1 with _config.scss (e.g. new
 * "accent/gold" #e3d4a9 has no existing equivalent) — but where a new token
 * IS the same color as an existing one (accent/primary == $danger), its
 * value is pulled from _config.scss below instead of being re-hardcoded.
 *
 * Breakpoints follow the Bootstrap 4 scale already used site-wide
 * (1200 / 991.98 / 767.98 / 575.98), not custom ones, so this page behaves
 * consistently with the rest of assets/ew/css/style.css.
 */
.sp-home {
  --sp-text-primary: #363636;
  --sp-text-inverse: #ffffff;
  --sp-accent-primary: #FF6969;
  --sp-accent-primary-hover: #ff4d4d;
  --sp-accent-gold: #e3d4a9;
  --sp-accent-gold-hover: #d8c393;
  --sp-surface-muted: #F5F3EF;
  --sp-surface-card: #ffffff;
  --sp-border-strong: #707070;
  --sp-border-soft: rgba(54, 54, 54, 0.12);
  --sp-success: #9AD94F;
  --sp-radius-lg: 30px;
  --sp-grid-margin: 96px;
  --sp-grid-margin-mobile: 20px;
  --sp-grid-gutter: 32px;
  --sp-space-s: 12px;
  --sp-space-md: 24px;
  --sp-space-lg: 40px;
  --sp-type-hero: 118px;
  --sp-type-h1: 96px;
  --sp-type-number: 76px;
  --sp-type-h2: 52px;
  --sp-type-h3: 36px;
  --sp-type-h4: 28px;
  --sp-type-subhead: 24px;
  --sp-type-h5: 18px;
  --sp-type-h6: 14px;
  --sp-type-lead: 20px;
  --sp-type-body-lg: 16px;
  --sp-type-body: 14px;
  --sp-type-small: 12px;
  --sp-type-caption: 10px;
  --sp-type-btn-lg: 18px;
  --sp-type-btn-md: 16px;
  --sp-type-btn-sm: 14px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--sp-text-primary);
  overflow-x: visible;
}
.sp-home img {
  max-width: none;
}
.sp-home picture {
  display: contents;
}
.sp-home a:focus-visible,
.sp-home button:focus-visible,
.sp-home input:focus-visible,
.sp-home .btn:focus-visible,
.sp-home .sp-btn:focus-visible,
.sp-home .sp-arrow-btn:focus-visible,
.sp-home .sp-slider-nav__btn:focus-visible {
  outline: 3px solid #DE5B5B !important;
  outline-offset: 3px;
  border-radius: 4px;
}
.sp-home a {
  text-decoration: none;
}
.sp-home button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
.sp-home .btn-lg18 {
  padding: 0.657rem 2rem !important;
}
.sp-home .btn.btn-sm {
  padding: 0.3125rem 1.9rem;
}
.sp-home .btn {
  padding: 0.5rem 1.6rem;
}

.sp-h2 {
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0;
}

.sp-type-hero {
  font-weight: 200;
  font-size: var(--sp-type-hero);
  line-height: 0.95;
  letter-spacing: -2.36px;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-h1 {
  font-weight: 200;
  font-size: var(--sp-type-h1);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-number {
  font-weight: 275;
  font-size: var(--sp-type-number);
  line-height: 1;
  margin: 0;
}

.sp-type-h4 {
  font-weight: 500;
  font-size: var(--sp-type-h4);
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-subhead {
  font-weight: 500;
  font-size: var(--sp-type-subhead);
  line-height: 1.4;
  margin: 0;
}

.sp-type-h5 {
  font-weight: 400;
  font-size: var(--sp-type-h5);
  line-height: 1.35;
  letter-spacing: 0.36px;
  margin: 0;
}

.sp-type-h5-bold {
  font-weight: 600;
  font-size: var(--sp-type-h5);
  line-height: 1.2;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-h6 {
  font-weight: 600;
  font-size: var(--sp-type-h6);
  line-height: 1;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-lead {
  font-weight: 600;
  font-size: var(--sp-type-lead);
  line-height: 1.5;
  margin: 0;
}

.sp-type-body-lg {
  font-weight: 400;
  font-size: var(--sp-type-body-lg);
  line-height: 1.6;
  margin: 0;
}

.sp-type-body-lg-versal {
  font-weight: 400;
  font-size: var(--sp-type-body-lg);
  line-height: 1.3;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin: 0;
}

.sp-type-body {
  font-weight: 400;
  font-size: var(--sp-type-body);
  line-height: 1.6;
  margin: 0;
}

.sp-type-small {
  font-weight: 400;
  font-size: var(--sp-type-small);
  line-height: 1.5;
  margin: 0;
}

.sp-type-btn-lg {
  font-weight: 600;
  font-size: var(--sp-type-btn-lg);
  line-height: 1.3;
}

.sp-type-btn-md {
  font-weight: 600;
  font-size: var(--sp-type-btn-md);
  line-height: 1;
}

.sp-type-btn-sm {
  font-weight: 600;
  font-size: var(--sp-type-btn-sm);
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .sp-home {
    --sp-type-hero: 52px;
    --sp-type-h1: 48px;
    --sp-type-number: 36px;
    --sp-type-h2: 32px;
    --sp-type-h3: 24px;
    --sp-type-h4: 22px;
    --sp-type-subhead: 20px;
    --sp-type-h5: 16px;
    --sp-type-h6: 12px;
    --sp-type-lead: 16px;
    --sp-type-body-lg: 14px;
    --sp-type-body: 14px;
    --sp-type-small: 11px;
  }
  .sp-type-hero,
  .sp-type-h1 {
    letter-spacing: -1.04px;
  }
}
.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--sp-radius-lg);
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}
.sp-btn--primary {
  background-color: var(--sp-accent-primary);
  color: var(--sp-text-inverse);
}
.sp-btn--primary:hover {
  background-color: var(--sp-accent-primary-hover);
  color: var(--sp-text-inverse);
}
.sp-btn--gold {
  background-color: var(--sp-accent-gold);
  color: var(--sp-text-primary);
}
.sp-btn--gold:hover {
  background-color: var(--sp-accent-gold-hover);
}
.sp-btn--outline {
  background-color: transparent;
  border: 2px solid var(--sp-text-inverse);
  color: var(--sp-text-inverse);
}
.sp-btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--sp-text-inverse);
}
.sp-btn--event {
  align-self: flex-start;
  height: 34px;
  padding: 8px 30px;
  border: 1.5px solid var(--sp-text-inverse);
  color: var(--sp-text-inverse);
  font-size: var(--sp-type-btn-sm);
}
.sp-btn--event img {
  width: 17px;
  height: 16px;
}
.sp-btn--cart {
  width: 33px;
  height: 33px;
  border-radius: var(--sp-radius-lg);
  background-color: var(--sp-accent-primary);
  padding: 0;
}
.sp-btn--cart:hover {
  background-color: var(--sp-accent-primary-hover);
}
.sp-btn--cart img {
  width: 17px;
  height: 16px;
}
.sp-btn--lg {
  padding: 14px 35px;
  font-size: var(--sp-type-btn-lg);
  line-height: 1.3;
}
.sp-btn--md {
  padding: 16px 30px;
  font-size: var(--sp-type-btn-md);
  line-height: 1;
}
.sp-btn--arrow {
  gap: 0;
  transition: background-color 0.15s ease, gap 0.25s ease;
}
.sp-btn--arrow .sp-btn__arrow {
  width: 0;
  opacity: 0;
  flex-shrink: 0;
  overflow: hidden;
  transition: width 0.25s ease, opacity 0.2s ease;
}
.sp-btn--arrow:hover {
  gap: 10px;
}
.sp-btn--arrow:hover .sp-btn__arrow {
  width: 18px;
  opacity: 1;
}

.sp-carousel-btn, .sp-slider-nav__btn, .sp-arrow-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background-color: #363636 !important;
  background: #363636 !important;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: #ffffff;
}
.sp-carousel-btn:hover, .sp-slider-nav__btn:hover, .sp-arrow-btn:hover {
  background-color: #000000 !important;
  background: #000000 !important;
}
.sp-carousel-btn--prev::before {
  content: url("/assets/ew/images/chevron-prev-light.svg");
}
.sp-carousel-btn--next::before {
  content: url("/assets/ew/images/chevron-next-light.svg");
}
.sp-carousel-btn.is-disabled, .is-disabled.sp-slider-nav__btn, .is-disabled.sp-arrow-btn {
  background-color: #d9d9d9 !important;
  background: #d9d9d9 !important;
  cursor: default;
  pointer-events: none;
}

.sp-arrow-btn--prev::before {
  content: url("/assets/ew/images/chevron-prev-light.svg");
}
.sp-arrow-btn--next::before {
  content: url("/assets/ew/images/chevron-next-light.svg");
}

.sp-slider-nav__btn--prev::before {
  content: url("/assets/ew/images/chevron-prev-light.svg");
}
.sp-slider-nav__btn--next::before {
  content: url("/assets/ew/images/chevron-next-light.svg");
}

.sp-arrow-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767.98px) {
  .sp-arrow-nav {
    display: none !important;
  }
}
.sp-home .slick-slide,
.sp-home .slick-slide a,
.sp-home .slick-slide img,
.sp-home .sp-teaser__slide,
.sp-home .sp-teaser__slide a,
.sp-home .sp-teaser__slide img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.sp-home .home-slider {
  height: 580px;
}
.sp-home .home-slider .slick-list,
.sp-home .home-slider .slick-track,
.sp-home .home-slider .slick-slide,
.sp-home .home-slider .inner-banner-wrapper,
.sp-home .home-slider .inner-banner-long {
  height: 100%;
}

.sp-home .home-banner .weinwirtschaft {
  top: 463px;
  bottom: auto;
}

.sp-home .home-slider .inner-banner-long + .position-absolute {
  padding-left: 0;
}

.sp-home .home-slider .inner-banner-long {
  position: relative;
}

.sp-home .teaser-wrapper .teaser-details {
  align-items: center;
}
.sp-home .teaser-wrapper .btn.btn-tertiary {
  background: #FF6969;
  border-color: #FF6969;
  color: #fff;
}

@media (min-width: 1200px) {
  .sp-home .responsive-slider-tabular .slick-list,
  .sp-home .responsive-slider-tabular-neuheiten .slick-list {
    padding-right: 90px;
  }
}
@media (min-width: 576px) {
  .sp-home .sp-teaser__row .slick-list {
    padding-right: 120px;
  }
}
@media (max-width: 1199.98px) {
  .sp-home .sp-magazin__track .slick-list {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .sp-home .sp-magazin__track .slick-list {
    padding-right: 120px;
  }
}
.sp-home .counter-wrapper .purecounter {
  font-weight: 200;
  line-height: 100%;
}
.sp-home .counter-wrapper .fs-lg {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 22px;
}
.sp-home .counter-wrapper .position-relative .d-flex {
  margin-top: 22px;
}
.sp-home .counter-wrapper .position-relative .d-flex .fs-lg {
  margin-top: 0;
}
.sp-home .counter-wrapper .position-relative .d-flex .jub-arrow {
  position: relative;
  top: 7px;
}

.sp-home .home-slider span.text-uppercase {
  display: block;
  font-weight: 100;
  font-size: var(--sp-type-hero);
  line-height: 0.95;
  letter-spacing: -2.36px;
  margin-top: 0;
}

.sp-home .home-slider p {
  font-weight: 600;
  font-size: var(--sp-type-lead);
  line-height: 1.5;
}

.sp-home .best-top-products h2 {
  font-weight: 500;
  font-size: var(--sp-type-body);
  letter-spacing: 0.14px;
  margin: var(--sp-space-s) 0 0;
}

.sp-home .best-top-products img.img-fluid {
  width: 98px;
  height: 98px;
  max-width: 98px;
}

.sp-home .best-top-products .scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sp-home .best-top-products .scroll-container::-webkit-scrollbar {
  display: none;
}

.sp-home .best-top-products .custom-box {
  display: inline-block;
  width: calc(12% - 10px);
  margin-right: 10px;
  text-align: center;
  white-space: normal;
  margin-right: 0;
}
.sp-home .best-top-products .custom-box a {
  text-decoration: none;
  color: #000;
}

.sp-home .best-top-products .custom-box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sp-home .home-banner .position-absolute-badge {
  right: 15px;
  bottom: 2px;
}

@media (min-width: 1200px) {
  .sp-home .best-top-products .scroll-container {
    overflow-x: hidden;
  }
  .sp-home .best-top-products .custom-box {
    width: calc(11% - 10px);
  }
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1278px;
  }
}
@media (max-width: 1200px) {
  .sp-home .best-top-products .scroll-container {
    overflow-x: auto;
  }
  .sp-home .best-top-products .custom-box-container {
    flex-wrap: nowrap;
  }
  .sp-home .best-top-products .custom-box {
    width: calc(15% - 10px);
  }
}
@media (max-width: 768px) {
  .sp-home .best-top-products .scroll-container {
    overflow-x: scroll;
  }
  .sp-home .best-top-products .custom-box {
    width: calc(22% - 20px);
  }
}
@media (max-width: 576px) {
  .sp-home .best-top-products .scroll-container {
    overflow-x: scroll;
  }
  .sp-home .best-top-products .custom-box {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 400px) {
  .sp-home .best-top-products .custom-box {
    width: calc(33.33% - 20px);
  }
}
.sp-home .sp-slider-footer {
  margin-top: 38px;
}

.sp-home .best-seller--unsere .sp-slider-footer {
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .sp-home .best-seller:not(.best-seller--unsere) .sp-slider-footer {
    margin-top: 12px;
  }
}
@media (max-width: 991.98px) {
  .sp-home .sp-teaser .sp-teaser-box__text {
    font-size: 11px;
    line-height: 16.5px;
  }
}
.sp-nav-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
}
.sp-nav-content--end {
  justify-content: flex-end;
  margin-top: 3px;
}

.sp-teaser {
  padding: var(--sp-space-lg) 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-space-lg);
}
.sp-teaser__row {
  padding-left: var(--sp-grid-margin);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.sp-teaser__row .slick-slide {
  padding: 0 calc(var(--sp-grid-gutter) / 2);
}
.sp-teaser__row .slick-slide > div {
  height: 100%;
}
.sp-teaser__row .slick-track {
  display: flex;
  margin-left: -67px;
}

.sp-teaser-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sp-teaser-box__image {
  width: 100%;
  min-height: 320px;
  height: 320px;
  overflow: hidden;
}
.sp-teaser-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-teaser-box__content {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
  background-color: var(--sp-surface-card);
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  text-align: center;
}
.sp-teaser-box__notch {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  background-color: var(--sp-surface-card);
  transform: translateX(-50%) rotate(45deg) skewX(-4deg);
}
.sp-teaser-box__headline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.sp-teaser-box__eyebrow {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20.8px;
  letter-spacing: 0.96px;
  margin-top: -7px;
  margin-bottom: -5px;
}
.sp-teaser-box__title {
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 42.84px;
  word-wrap: break-word;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.sp-teaser-box__text {
  margin: 0;
  font-size: var(--sp-type-body);
  line-height: 1.6;
  max-width: 460px;
}
.sp-teaser-box .btn {
  margin-top: 13px;
}

@media (max-width: 991.98px) {
  .sp-teaser-box__image {
    height: 156px;
  }
  .sp-teaser-box__content {
    padding: 24px 20px;
  }
  .sp-teaser-box__title {
    font-size: 28px;
  }
  .sp-teaser-box .btn {
    margin-top: auto;
  }
}
@media (max-width: 575.98px) {
  .sp-teaser__row {
    padding-left: var(--sp-grid-margin-mobile);
  }
}
.sp-hero-teaser {
  padding: 52px 0 90px;
}
.sp-hero-teaser__container {
  display: flex;
  height: 540px;
  position: relative;
}
.sp-hero-teaser__image {
  flex: 0 0 50%;
  height: 100%;
  overflow: hidden;
}
.sp-hero-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-hero-teaser__content {
  flex: 1 0 0;
  background-color: var(--sp-accent-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 0 46px;
  text-align: center;
  position: relative;
}
.sp-hero-teaser__textblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sp-hero-teaser__headline {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.sp-hero-teaser__eyebrow {
  margin: 0;
  font-weight: 400;
  font-size: var(--sp-type-body-lg);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.sp-hero-teaser__title {
  margin: 0;
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
  transform: translateY(-9px);
}
.sp-hero-teaser__text {
  margin: 0;
  max-width: 488px;
  font-weight: 600;
  font-size: var(--sp-type-lead);
  line-height: 1.5;
}
.sp-hero-teaser__notch {
  position: absolute;
  left: -17px;
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: var(--sp-accent-gold);
  transform: translateY(-50%) rotate(45deg) skewX(-4deg);
}
.sp-hero-teaser .btn {
  position: relative;
  top: -8px;
}

@media (max-width: 991.98px) {
  .sp-hero-teaser__container {
    flex-direction: column;
    height: auto;
  }
  .sp-hero-teaser__image {
    flex-basis: 200px;
    width: 100%;
  }
  .sp-hero-teaser__content {
    padding: 32px 20px;
  }
  .sp-hero-teaser__title {
    font-size: 32px;
  }
  .sp-hero-teaser__notch {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .sp-hero-teaser {
    padding: var(--sp-space-lg) 0;
    margin-top: 2px;
    margin-bottom: 4px;
  }
}
.sp-winzer {
  position: relative;
  background-color: var(--sp-text-primary);
  margin-bottom: 90px;
}
.sp-winzer__bg {
  display: block;
  width: 100%;
  height: auto;
}
.sp-winzer__bg--sm {
  display: none;
}
.sp-winzer__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44%;
  min-width: 320px;
  max-width: 635px;
  z-index: 2;
  background-color: #000000;
  color: var(--sp-text-inverse);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px;
  text-align: center;
}
.sp-winzer__overlay-title {
  margin: 0;
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
}
.sp-winzer__overlay-text {
  margin: 0;
  font-size: var(--sp-type-body);
  line-height: 1.6;
}
.sp-winzer__overlay-text a {
  color: var(--sp-text-inverse);
  text-decoration: underline;
}

.our-innovations .tab-section-club {
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .sp-winzer__overlay {
    width: 90%;
    padding: 30px 24px;
  }
  .sp-winzer__overlay-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .sp-winzer__bg--lg {
    display: none;
  }
  .sp-winzer__bg--sm {
    display: block;
  }
  .sp-winzer__overlay {
    inset: 0;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    max-width: none;
    min-width: 0;
    background-color: rgba(33, 33, 33, 0.35);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
    padding: 40px 20px;
    gap: 22px;
  }
  .sp-winzer__overlay-title {
    font-size: var(--sp-type-h2);
  }
}
@media (max-width: 767.98px) {
  .sp-home .start-champagnerexperte-sm {
    object-fit: cover !important;
    object-position: 22.7% center !important;
  }
}
.sp-home .ew-template h2 {
  font-size: 52px;
  font-weight: 300 !important;
  line-height: 62.4px;
  word-wrap: break-word;
}
.sp-home .ew-template .h3 {
  font-size: 36px !important;
  font-weight: 300 !important;
  line-height: 42.84px;
  word-wrap: break-word;
  text-transform: none;
  letter-spacing: 0px !important;
}
.sp-home .ew-template .counter-wrapper {
  margin-bottom: 90px;
}
.sp-home .ew-template .best-seller .row {
  margin-bottom: 3px;
}
.sp-home .ew-template .tab-section-club {
  margin-top: 0px;
}

.sp-home .passion-banner--home {
  clip-path: none;
  margin-top: 89px;
  height: 460px;
}
.sp-home .passion-banner--home h3 {
  font-size: 16px !important;
  line-height: 20.8px;
  letter-spacing: 0.96px;
}
.sp-home .passion-banner--home h2 {
  font-size: 52px !important;
  font-weight: 275 !important;
  line-height: 62.4px;
  margin-top: -7px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.sp-home .passion-banner--home .container {
  top: 30px;
  left: 0;
  right: 0;
}
.sp-home .passion-banner--home .profi {
  max-width: 680px;
  margin-right: 32px;
  padding-top: 43px;
}

.sp-statement__rule {
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-bottom: 15px;
  background-color: var(--sp-accent-gold);
  margin-top: 5px;
}

.sp-magazin {
  padding-top: 43px;
}
.sp-magazin__row {
  display: flex;
  gap: var(--sp-grid-gutter);
  align-items: stretch;
  padding-left: var(--sp-grid-margin);
}
.sp-magazin__intro {
  flex: 0 0 395px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--sp-space-lg);
}
.sp-magazin__intro-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.sp-magazin__title {
  margin: 0;
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
}
.sp-magazin__lead {
  margin: 0 0 22px;
  font-size: var(--sp-type-body-lg);
  line-height: 1.6;
  margin-bottom: 8px;
}
.sp-magazin__track {
  flex: 1 1 0;
  min-width: 0;
}
.sp-magazin__track .slick-slide {
  padding: 0 calc(var(--sp-grid-gutter) / 2);
}
.sp-magazin__track .slick-track {
  display: flex;
  margin-left: calc(var(--sp-grid-gutter) / -2);
}
.sp-magazin__slide {
  height: 100%;
}

.sp-magazin-card {
  height: 460px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 33px 30px;
  overflow: hidden;
  text-align: left;
}
.sp-magazin-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sp-magazin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 33%, rgba(0, 0, 0, 0.8) 89%);
  z-index: 1;
}
.sp-magazin-card__text {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: var(--sp-text-inverse);
}
.sp-magazin-card__text p {
  margin: 0;
  font-size: var(--sp-type-body);
  line-height: 1.6;
}
.sp-magazin-card__title {
  margin: 0;
  font-weight: 300 !important;
  font-size: var(--sp-type-h3) !important;
  line-height: 1.19;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  .sp-magazin__intro {
    flex-basis: 280px;
  }
  .sp-magazin-card {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .sp-magazin__intro {
    flex-basis: auto;
  }
}
.sp-about {
  padding-top: 86px;
  margin-bottom: 2px;
}
.sp-about__portrait {
  width: 100%;
  max-width: 462px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 5px;
}
.sp-about__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.2) translateY(5%);
}
.sp-about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-about__headline {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.sp-about__eyebrow {
  margin: 0;
  font-size: var(--sp-type-body-lg);
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.sp-about__title {
  margin: 0;
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
}
.sp-about__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sp-about__body p {
  margin: 0;
  font-size: var(--sp-type-body-lg);
  line-height: 1.6;
}
.sp-about__quote {
  margin: 0;
  border-left: 3px solid var(--sp-accent-gold);
  padding: 0 20px;
  font-size: var(--sp-type-body-lg);
  line-height: 1.6;
  margin-top: 1px !important;
  margin-bottom: 22px !important;
}

@media (max-width: 991.98px) {
  .sp-about {
    text-align: center;
  }
  .sp-about__portrait {
    max-width: 260px;
    margin-bottom: var(--sp-space-lg);
  }
  .sp-about__headline, .sp-about__body {
    align-items: center;
  }
  .sp-about__quote {
    border-left: none;
    border-top: 3px solid var(--sp-accent-gold);
    padding: 15px 0 0;
  }
}
@media (max-width: 575.98px) {
  .sp-about__portrait {
    max-width: 160px;
  }
}
.sp-testimonials {
  padding-top: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-space-lg);
}
.sp-testimonials__row {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 0 !important;
}
.sp-testimonials__row .slick-list {
  overflow: visible;
}
.sp-testimonials__row .slick-slide {
  padding: 0 16px;
}
.sp-testimonials__row .slick-track {
  display: flex;
  align-items: flex-start;
}
.sp-testimonials__row .slick-dots {
  position: static;
  margin-top: var(--sp-space-md);
}
.sp-testimonials__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sp-testimonials__footer img {
  position: absolute;
  right: 0px;
  width: 136px;
  top: 0;
}
.sp-testimonials__footer .btn {
  position: relative;
  left: -57px;
  top: 4px;
}
@media (max-width: 767.98px) {
  .sp-testimonials__footer {
    flex-direction: column;
    gap: var(--sp-space-md);
  }
  .sp-testimonials__footer img {
    position: static;
  }
}

.sp-testimonial {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: var(--sp-surface-card);
  padding: 30px 35px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.sp-testimonial__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.sp-testimonial__stars {
  display: flex;
  gap: 4px;
}
.sp-testimonial__stars img {
  width: 18px;
  height: 18px;
}
.sp-testimonial__title {
  margin: 0;
  font-weight: 400;
  font-size: var(--sp-type-h5);
  line-height: 1.35;
  letter-spacing: 0.36px;
  margin: 3px 0 -7px 0;
}
.sp-testimonial__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.sp-testimonial__text {
  margin: 0;
  font-size: var(--sp-type-body);
  line-height: 1.6;
  margin-bottom: -18px;
}
.sp-testimonial__date {
  margin: 0;
  font-size: var(--sp-type-small);
  color: rgba(54, 54, 54, 0.5);
}

.sp-events {
  background-color: var(--sp-text-primary);
  padding: 60px 0 27px;
  margin-top: 96px;
}
.sp-events__title {
  margin: 0 0 50px;
  font-weight: 300;
  font-size: var(--sp-type-h2);
  line-height: 1.2;
  letter-spacing: -1px;
  color: var(--sp-text-inverse);
  text-align: center;
}

.sp-event-card {
  display: flex;
  height: 285px;
  margin-bottom: var(--sp-grid-gutter);
}
.sp-event-card__image {
  flex: 0 0 47.3%;
  overflow: hidden;
}
.sp-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-event-card__content {
  flex: 1 0 0;
  background-color: var(--sp-text-primary);
  padding: 30px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--sp-text-inverse);
  align-items: flex-start;
}
.sp-event-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sp-event-card__text p {
  margin: 0;
  font-size: var(--sp-type-body);
  line-height: 1.6;
}
.sp-event-card__title {
  margin: 0 0 -4px;
  font-weight: 300;
  font-size: var(--sp-type-h3) !important;
  text-transform: none;
  line-height: 1.19;
  letter-spacing: 0;
}

@media (min-width: 767.98px) {
  .sp-teaser__row .slick-track {
    display: flex;
    margin-left: -47px;
  }
  .sp-event-card__content {
    background-color: #000;
  }
}
@media (max-width: 767.98px) {
  .sp-event-card {
    height: auto;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .sp-event-card__image {
    flex-basis: 180px;
  }
  .sp-event-card__content {
    padding: 19px 22px 22px;
    gap: 12px;
    text-align: center;
  }
  .sp-event-card__content .btn {
    margin: 0 auto;
  }
  .sp-events {
    margin-top: 2px;
  }
  .sp-events {
    padding: 28px 0 10px;
  }
  .sp-events h2 {
    margin-bottom: 19px;
  }
}
.sp-home .best-top-products .custom-box-container.custom-box-container__flex {
  gap: 4px;
}

.sp-home .best-top-products .custom-box-container:not(.custom-box-container__flex) {
  gap: 1px;
}

.sp-home .best-top-products .custom-box-container,
.sp-home .best-top-products .custom-box-container.custom-box-container__flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sp-home .best-top-products .custom-box-container span,
.sp-home .best-top-products .custom-box-container.custom-box-container__flex span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.14px;
  display: block;
}
.sp-home .best-top-products .custom-box-container a img,
.sp-home .best-top-products .custom-box-container.custom-box-container__flex a img {
  transition: all 0.3s ease-in-out;
}
.sp-home .best-top-products .custom-box-container a:hover img,
.sp-home .best-top-products .custom-box-container.custom-box-container__flex a:hover img {
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
.sp-home .best-top-products .custom-box-container a:hover span,
.sp-home .best-top-products .custom-box-container.custom-box-container__flex a:hover span {
  color: var(--primary);
}

.sp-home .best-top-products {
  padding-top: 77px !important;
  margin-bottom: 4px;
  padding-bottom: 28px !important;
}
.sp-home .best-top-products h2 {
  margin-bottom: 38px !important;
}
.sp-home .slick-dots.dots-light li.slick-active button {
  background-color: var(--primary);
  border: 2px solid var(--primary);
}

@media (min-width: 767.98px) {
  .sp-home .passion-banner img {
    object-position: 67% center;
  }
}
@media screen and (max-width: 1199.98px) {
  .sp-magazin__track .slick-track {
    margin-left: calc(var(--sp-grid-gutter) / -2);
  }
  .sp-home .home-banner .position-absolute-badge {
    bottom: 32px;
  }
  .sp-teaser {
    padding-top: 0;
  }
  .sp-teaser__row .slick-track {
    margin-left: -47px;
  }
  .sp-event-card__title {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 1199.98px) {
  .sp-teaser__row .slick-track {
    display: flex;
    margin-left: -67px;
  }
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
  .sp-home .home-slider span.text-uppercase {
    font-size: 80px;
  }
  .sp-home .home-slider p {
    max-width: 620px;
  }
  .sp-home .home-slider .inner-banner-long + .position-absolute {
    padding-left: 60px;
  }
  .sp-home .passion-banner--home h2 {
    font-size: 38px !important;
    line-height: 50.4px;
  }
  .sp-home .passion-banner--home .profi {
    max-width: 520px;
  }
  .sp-home .ew-template h2 {
    font-size: 42px;
    line-height: 48.4px;
  }
  .sp-home .ew-template .counter-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991.99px) {
  .sp-home .best-top-products .custom-box-container {
    display: flex;
    align-items: flex-start;
  }
  .custom-box span {
    line-height: 20px;
    display: block;
    margin-top: 5px;
  }
  .custom-box-container .custom-box a img.img-fluid {
    width: 70px;
    height: 70px;
    max-width: 70px;
    margin-bottom: 3px !important;
  }
  .custom-box-container .custom-box a span {
    font-size: 10.08px !important;
    font-weight: 500 !important;
    line-height: 16.13px !important;
    letter-spacing: 0.1px !important;
  }
  .sp-about__portrait {
    margin-bottom: 15px;
    margin: 6px auto 15px;
  }
  .sp-testimonials__footer {
    display: none;
  }
  .sp-home .best-top-products .custom-box-container,
  .sp-home .best-top-products .custom-box-container.custom-box-container__flex {
    justify-content: flex-start;
  }
  .sp-winzer__overlay-title {
    font-size: 42px !important;
    line-height: 46px !important;
  }
  .sp-winzer__overlay {
    gap: 15px;
  }
  .sp-teaser h3 {
    font-size: 24px !important;
    line-height: 28.56px;
  }
  .sp-home .sp-teaser .sp-teaser-box__notch {
    top: -12px;
    width: 26px;
    height: 26px;
  }
  .sp-winzer__overlay-text span {
    display: none;
  }
  .sp-teaser__row .slick-slide,
  .sp-magazin__track .slick-slide {
    padding: 0 calc(var(--sp-grid-gutter) / 4);
  }
  .sp-teaser__row .slick-track {
    margin-left: -40px;
  }
  .sp-magazin__track .slick-track {
    margin-left: -32px;
  }
  .sp-testimonials__row .slick-slide {
    padding: 0 8px;
  }
  .sp-home .home-banner .position-absolute-badge {
    bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-overflow {
    display: none;
  }
  .sp-about__quote {
    margin-bottom: 22px !important;
  }
  .sp-magazin {
    padding-top: 0;
    margin-top: -4px;
  }
  .sp-magazin__row {
    text-align: center;
  }
  .sp-magazin__intro-text {
    align-items: center;
    gap: 11px;
  }
  .sp-magazin__intro-text .btn {
    margin-top: 8px;
    max-height: 42px;
    line-height: 17px;
  }
  .sp-magazin__lead {
    margin-bottom: 4px;
  }
  .sp-magazin__track {
    margin-top: -8px;
  }
  .sp-magazin__row {
    padding-left: var(--sp-grid-margin-mobile);
    flex-direction: column;
  }
  .sp-home .counter-wrapper .text-center {
    font-size: 36px !important;
    font-weight: 200 !important;
  }
  .sp-home .counter-wrapper .d-flex {
    padding: 0 5px;
  }
  .sp-home .counter-wrapper {
    display: none;
  }
  .sp-home .best-seller {
    padding-top: 28px;
  }
  .sp-home .best-seller .tab-section {
    margin-bottom: 22px;
  }
  .three-tiers__tab-btn,
  .tab-section-club .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
  }
  .sp-home .ew-template .sp-winzer h2 {
    font-size: 32px !important;
    line-height: 120% !important;
    letter-spacing: -1px;
  }
  .sp-magazin__intro {
    margin-bottom: 10px;
  }
  .sp-magazin-card__title {
    line-height: 119%;
    letter-spacing: 0%;
  }
  .sp-magazin-card__text p {
    font-weight: 400;
    font-size: 11px;
    line-height: 155%;
    letter-spacing: 0%;
  }
  .sp-magazin-card__text {
    gap: 10px;
  }
  .sp-magazin-card {
    padding: 20px 20px 24px;
  }
  .sp-home .inner-banner-wrapper .inner-banner-champagnerabo + .container p {
    font-weight: 600;
    line-height: 150%;
  }
  .inner-banner-wrapper .inner-banner-champagnerabo + .container .sp-btn {
    font-size: 16px;
    line-height: 130%;
    height: 43px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sp-home .home-slider span.text-uppercase {
    letter-spacing: -1px;
  }
  .sp-teaser-box .btn {
    padding-right: 19px;
    padding-left: 19px !important;
    font-size: 14px;
    height: 42px;
    line-height: 22px;
  }
  .sp-hero-teaser .btn {
    font-size: 14px;
    height: 42px;
  }
  .sp-winzer__overlay .btn {
    height: 42px;
    line-height: 24px;
    font-size: 14px;
    text-shadow: none;
  }
  .sp-home .testimonials-abo {
    padding-top: 52px;
    padding-bottom: 19px;
  }
  .sp-home .testimonials-abo .weine-champaigner {
    margin-bottom: -20px;
  }
  .sp-home .testimonials-abo .ts-review-stars li img {
    width: 18px;
  }
  .sp-home .testimonials-abo .ts-review-card {
    padding: 28px 30px 30px;
  }
  .sp-home .testimonials-abo .ts-review-stars .list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
  }
  .sp-home .testimonials-abo .ts-review-text,
  .sp-home .testimonials-abo .ts-review-meta {
    font-size: 11px;
    line-height: 155%;
    letter-spacing: 0%;
  }
  .sp-home .testimonials-abo .ts-reviews-footer {
    display: none;
  }
  .sp-event-card__title {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 119%;
    letter-spacing: 0%;
  }
  .sp-event-card__title p {
    line-height: 160%;
  }
  .sp-home .sp-teaser .sp-teaser-box__image {
    height: 180px;
    min-height: 180px;
  }
}
@media screen and (max-width: 575.98px) {
  .sp-home .home-slider {
    height: 500px;
  }
  .sp-home .home-slider .slick-dots {
    bottom: 24px;
  }
  .sp-home .home-slider .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .sp-home .home-slider span.text-uppercase {
    margin-bottom: 4px;
  }
  .sp-home .home-slider .slick-slide,
  .sp-home .home-slider .inner-banner-wrapper {
    padding-right: 0;
  }
  .sp-home .home-slider .inner-banner-wrapper p {
    margin-bottom: 4px;
  }
  .sp-home .home-slider .inner-banner-long + .position-absolute {
    top: 0;
    bottom: 0;
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 88px;
  }
  .sp-home .counter-wrapper {
    padding-top: 2px;
    margin-bottom: 43px !important;
  }
  .sp-home .counter-wrapper .fs-lg {
    line-height: 16px;
    margin-top: -8px;
  }
  .sp-home h2,
  .sp-home .h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
  }
  .sp-home .best-seller {
    padding-top: 28px;
  }
  .sp-home .best-seller h2 {
    margin-bottom: 15px !important;
  }
  .sp-home .sp-teaser__row .slick-list {
    padding-right: 66px;
  }
  .sp-home .best-seller + .best-top-products {
    margin-top: 0;
  }
  .sp-home .sp-teaser__row .slick-list {
    padding-right: 66px;
  }
  .sp-home .best-seller + .best-top-products {
    margin-top: 0;
  }
  .sp-home .best-top-products {
    padding-bottom: 0 !important;
    padding-top: 31px !important;
  }
  .sp-home .best-top-products .scroll-container {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .sp-home .best-top-products .custom-box-container.custom-box-container__flex {
    gap: 8px;
  }
  .sp-home .sp-teaser {
    padding-top: 0;
    margin-top: -4px;
    padding-bottom: 0;
    margin-bottom: -37px;
  }
  .sp-home .sp-teaser .sp-teaser-box__eyebrow {
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0.84px;
  }
  .sp-home .sp-teaser .sp-teaser-box__text {
    font-size: 11px;
    line-height: 16.5px;
    margin-bottom: 17px;
  }
  .sp-home .sp-nav-content {
    display: none;
  }
  .sp-home .sp-hero-teaser__eyebrow {
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0.84px;
  }
  .sp-home .sp-hero-teaser__title {
    font-size: 32px !important;
    line-height: 38.4px;
  }
  .sp-home .sp-hero-teaser__content {
    padding: 24px 20px 20px;
    gap: 28px;
  }
  .sp-home .sp-hero-teaser__haedline {
    gap: 16px;
  }
  .sp-home .sp-hero-teaser__textblock {
    gap: 0;
  }
  .sp-home .sp-winzer {
    margin-bottom: 16px;
  }
  .sp-home .passion-banner--home h2 {
    font-size: 30px !important;
    line-height: 36px;
  }
  .sp-home .passion-banner--home h3 {
    font-size: 14px !important;
    line-height: 18.2px;
    letter-spacing: 0.84px;
  }
  .sp-home .passion-banner--home .profi {
    margin-top: 88px;
    margin-right: 0;
  }
  .sp-home .passion-banner--home .sp-statement__rule {
    width: 42px;
    height: 1.5px;
    margin-bottom: 17px;
    margin-top: 11px;
  }
  .sp-home .passion-banner img {
    object-position: 68% center;
  }
  .sp-about {
    padding-top: 37px;
  }
  .sp-about__portrait {
    margin-bottom: 15px;
  }
  .sp-about__headline {
    gap: 6px;
  }
  .sp-about__text {
    gap: 15px;
  }
  .sp-testimonials__text {
    font-size: 11px;
    line-height: 16.5px;
  }
  .sp-home .ew-template .h3 {
    font-size: 24px !important;
    line-height: 28.56px !important;
    margin-bottom: 16px !important;
  }
  .sp-teaser__row .slick-track {
    margin-left: -8px;
  }
  .sp-home .ew-template h2 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .sp-home .responsive-slider-tabular .product-wrapper:not(.teaser-wrapper) {
    margin-right: 15px;
  }
  .sp-home .responsive-slider-tabular.slick-initialized .slick-slide {
    padding-right: 0;
  }
  .sp-home .responsive-slider-tabular .slick-list,
  .sp-home .responsive-slider-tabular .product-wrapper:not(.teaser-wrapper) {
    margin-right: 0;
  }
  .limited-edition-all-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600 !important;
  }
  .custom-box-container .custom-box a img.img-fluid {
    width: 74px;
    height: 74px;
    max-width: 74px;
  }
  .custom-box span {
    margin-top: -2px;
  }
  .sp-teaser-box__content {
    padding: 29px 20px;
    gap: 1px;
  }
  .sp-hero-teaser__text {
    margin-top: -5px;
  }
  .sp-home .our-innovations .tab-section-club {
    margin-bottom: 16px;
  }
  .sp-home .passion-banner {
    margin-top: 43px;
  }
  .sp-home .profi .btn {
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 13px 28px;
  }
  .sp-home .ew-template .profi h2 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .sp-teaser-box__headline {
    gap: 10px;
  }
  .sp-hero-teaser__headline {
    gap: 18px;
  }
  .sp-winzer__overlay {
    padding: 0 30px;
  }
  .sp-magazin-card {
    height: 280px;
  }
  .sp-home .best-top-products.top-products__winzer {
    margin-bottom: 30px;
  }
}
@media screen and (width: 768px) {
  .sp-events {
    margin-top: 2px;
  }
  .sp-events .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-home .passion-banner img {
    object-position: center;
  }
  .sp-home .home-banner .position-absolute-badge {
    display: none;
  }
  .ts-reviews-footer {
    display: none;
  }
  .sp-home .sp-teaser .sp-teaser-box__image {
    height: 180px;
    min-height: 180px;
  }
}