/* Start custom CSS for text-editor, class: .elementor-element-0f4944b *//* =========================================================
   KÜCHENRÜCKWAND HERO V4 · 9/9/9-v2
   Vollständig kollisionssicher unter .kr-hero-v4
   ========================================================= */

html body .kr-hero-v4 {
  --krh4-ink: #ffffff;
  --krh4-muted: rgba(255, 255, 255, 0.9);
  --krh4-yellow: #ffd800;
  --krh4-yellow-hover: #ffe24a;
  --krh4-teal: #0f6a7a;
  --krh4-dark: #062f38;
  --krh4-line: rgba(255, 255, 255, 0.26);

  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(540px, 60vh, 620px);
  margin: 0;
  overflow: hidden;
  background: var(--krh4-dark);
  color: var(--krh4-ink) !important;
}

html body .kr-hero-v4,
html body .kr-hero-v4 *,
html body .kr-hero-v4 *::before,
html body .kr-hero-v4 *::after {
  box-sizing: border-box;
}

html body .kr-hero-v4__media,
html body .kr-hero-v4__media img,
html body .kr-hero-v4__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html body .kr-hero-v4__media {
  z-index: -3;
  background: #153b42;
}

html body .kr-hero-v4__media img {
  display: block;
  max-width: none !important;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.96) contrast(1.03) brightness(1.06);
}

html body .kr-hero-v4__shade {
  z-index: -2;
  background:
    linear-gradient(90deg,
      rgba(2, 27, 32, 0.93) 0%,
      rgba(3, 38, 45, 0.84) 34%,
      rgba(4, 47, 55, 0.48) 58%,
      rgba(3, 35, 41, 0.08) 100%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.02) 72%,
      rgba(0, 20, 24, 0.3) 100%);
}

html body .kr-hero-v4__container {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 64px) 0;
}

html body .kr-hero-v4__content {
  width: min(665px, 58%);
}

html body .kr-hero-v4 p,
html body .kr-hero-v4 li,
html body .kr-hero-v4 span,
html body .kr-hero-v4 strong {
  color: inherit !important;
}

html body .kr-hero-v4__eyebrow {
  margin: 0 0 11px !important;
  color: var(--krh4-yellow) !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

html body .kr-hero-v4__title {
  max-width: 640px;
  margin: 0 0 17px !important;
  color: #ffffff !important;
  font-size: clamp(43px, 4.55vw, 67px);
  line-height: 1.01;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: none !important;
  text-wrap: balance;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.22);
}

html body .kr-hero-v4__title span {
  color: var(--krh4-yellow) !important;
  white-space: nowrap;
}

html body .kr-hero-v4__lead {
  max-width: 610px;
  margin: 0 0 18px !important;
  color: var(--krh4-muted) !important;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.55;
}

html body .kr-hero-v4__lead strong {
  color: #ffffff !important;
  font-weight: 900;
}

html body .kr-hero-v4__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

html body .kr-hero-v4__benefits li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

html body .kr-hero-v4__benefits li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--krh4-yellow);
  color: #111 !important;
  font-size: 11px;
  font-weight: 900;
}

html body .kr-hero-v4__paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  max-width: 665px;
}

html body .kr-hero-v4__path {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 17px 50px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

html body .kr-hero-v4__path:hover {
  transform: translateY(-3px);
  text-decoration: none !important;
}

html body .kr-hero-v4__path--primary {
  border-color: rgba(255, 216, 0, 0.9);
  background: var(--krh4-yellow);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  color: #111515 !important;
}

html body .kr-hero-v4__path--primary:hover {
  border-color: var(--krh4-yellow-hover);
  background: var(--krh4-yellow-hover);
  color: #111515 !important;
}

html body .kr-hero-v4__path--secondary {
  background: rgba(3, 48, 57, 0.78);
  color: #ffffff !important;
}

html body .kr-hero-v4__path--secondary:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(4, 61, 71, 0.93);
  color: #ffffff !important;
}

html body .kr-hero-v4__path-kicker {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.76;
}

html body .kr-hero-v4__path strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 900;
}

html body .kr-hero-v4__path-text {
  display: block;
  font-size: 12px;
  line-height: 1.42;
  opacity: 0.84;
}

html body .kr-hero-v4__path-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  color: #111515 !important;
  font-size: 17px;
  font-weight: 900;
  transform: translateY(-50%);
}

html body .kr-hero-v4__path--secondary .kr-hero-v4__path-arrow {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
}

html body .kr-hero-v4__bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  margin-top: 19px;
  max-width: 665px;
}

html body .kr-hero-v4__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

html body .kr-hero-v4__rating > span {
  margin-right: 6px;
  color: var(--krh4-yellow) !important;
  letter-spacing: 1px;
}

html body .kr-hero-v4__rating strong {
  color: #ffffff !important;
}

html body .kr-hero-v4__divider {
  display: block;
  width: 1px;
  height: 15px;
  background: var(--krh4-line);
}

html body .kr-hero-v4__products {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

html body .kr-hero-v4__products:hover {
  color: var(--krh4-yellow) !important;
  text-decoration: none !important;
}

html body .kr-hero-v4 a:focus-visible {
  outline: 3px solid var(--krh4-yellow) !important;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  html body .kr-hero-v4 {
    min-height: 560px;
  }

  html body .kr-hero-v4__media img {
    object-position: 70% center;
  }

  html body .kr-hero-v4__shade {
    background:
      linear-gradient(90deg,
        rgba(2, 26, 31, 0.96) 0%,
        rgba(3, 38, 45, 0.9) 48%,
        rgba(4, 46, 54, 0.45) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,20,24,0.32));
  }

  html body .kr-hero-v4__content {
    width: min(690px, 76%);
  }
}

@media (max-width: 720px) {
  html body .kr-hero-v4 {
    display: block;
    min-height: 0;
  }

  html body .kr-hero-v4__media img {
    object-position: 68% center;
  }

  html body .kr-hero-v4__shade {
    background:
      linear-gradient(180deg,
        rgba(3, 31, 37, 0.7) 0%,
        rgba(3, 39, 46, 0.92) 36%,
        rgba(2, 29, 35, 0.99) 100%);
  }

  html body .kr-hero-v4__container {
    width: min(100% - 24px, 1220px);
    padding: 34px 0 38px;
  }

  html body .kr-hero-v4__content {
    width: 100%;
  }

  html body .kr-hero-v4__eyebrow {
    font-size: 10px;
  }

  html body .kr-hero-v4__title {
    max-width: 580px;
    font-size: clamp(38px, 11.5vw, 54px);
    line-height: 1;
  }

  html body .kr-hero-v4__title span {
    white-space: normal;
  }

  html body .kr-hero-v4__lead {
    max-width: 560px;
    font-size: 16px;
  }

  html body .kr-hero-v4__benefits {
    display: grid;
    gap: 8px;
  }

  html body .kr-hero-v4__paths {
    grid-template-columns: 1fr;
  }

  html body .kr-hero-v4__path {
    min-height: 0;
    padding: 16px 48px 16px 16px;
  }

  html body .kr-hero-v4__bottom-row {
    display: grid;
    justify-items: start;
  }

  html body .kr-hero-v4__trust > span:not(.kr-hero-v4__rating) {
    display: none;
  }

  html body .kr-hero-v4__divider {
    display: none;
  }

  html body .kr-hero-v4__products {
    min-height: 42px;
    padding: 8px 0;
  }
}

@media (max-width: 390px) {
  html body .kr-hero-v4__title {
    font-size: 37px;
  }

  html body .kr-hero-v4__path strong {
    font-size: 17px;
  }

  html body .kr-hero-v4__path-text {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kr-hero-v4 *,
  html body .kr-hero-v4 *::before,
  html body .kr-hero-v4 *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */