.elementor-1718 .elementor-element.elementor-element-2d6f492{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1718 .elementor-element.elementor-element-2d6f492{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-96ff9e0 *//* ---------------------------------------------
   CCC Retouren & Umtausch
--------------------------------------------- */

.ccc-retouren,
.ccc-retouren * {
  box-sizing: border-box;
}

.ccc-retouren {
  --ccc-bg: #F7F5F0;
  --ccc-card: #FFFFFF;
  --ccc-ink: #111110;
  --ccc-text: #2C2B28;
  --ccc-muted: #8F8A82;
  --ccc-line: rgba(17, 17, 16, 0.10);

  width: 100%;
  background: var(--ccc-bg);
  color: var(--ccc-text);
  font-family: "DM Sans", "Poppins", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 96px 32px 112px;
}

.ccc-retouren__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.ccc-retouren__hero {
  max-width: 820px;
  margin-bottom: 58px;
}

.ccc-retouren__eyebrow,
.ccc-retouren__label {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ccc-muted);
}

.ccc-retouren__eyebrow {
  margin-bottom: 18px;
}

.ccc-retouren h1 {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3.1rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--ccc-ink);
}

.ccc-retouren__subline {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ccc-text);
}

.ccc-retouren a {
  color: var(--ccc-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 180ms ease;
}

.ccc-retouren a:hover {
  opacity: 0.65;
}

/* Layout */
.ccc-retouren__layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* Left Card */
.ccc-retouren__intro-card {
  position: sticky;
  top: 32px;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line);
  border-radius: 16px;
  padding: 28px;
}

.ccc-retouren__intro-card .ccc-retouren__label {
  margin-bottom: 18px;
}

.ccc-retouren__intro-card p {
  margin: 0 0 18px;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ccc-text);
}

.ccc-retouren__intro-card a {
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Right Sections */
.ccc-retouren__sections {
  display: grid;
  gap: 14px;
}

.ccc-retouren__section {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  background: var(--ccc-card);
  border: 1px solid var(--ccc-line);
  border-radius: 16px;
  padding: 28px;
}

.ccc-retouren__section > .ccc-retouren__label {
  padding-top: 4px;
}

.ccc-retouren__content h2 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ccc-ink);
}

.ccc-retouren__content p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ccc-text);
}

.ccc-retouren__content p:last-child {
  margin-bottom: 0;
}

.ccc-retouren__content strong {
  font-weight: 650;
  color: var(--ccc-ink);
}

/* Steps */
.ccc-retouren__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ccc-retouren__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ccc-line);
}

.ccc-retouren__step:first-child {
  padding-top: 0;
}

.ccc-retouren__step:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ccc-retouren__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ccc-line);
  border-radius: 999px;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--ccc-muted);
}

.ccc-retouren__step-body {
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ccc-text);
}

.ccc-retouren__step-body strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  color: var(--ccc-ink);
}

.ccc-retouren__step-body strong span {
  font-weight: 400;
  color: var(--ccc-muted);
  font-size: 0.82rem;
}

/* Address */
.ccc-retouren__address {
  display: inline-block;
  margin-top: 10px;
  padding: 16px 18px;
  background: #F7F5F0;
  border: 1px solid var(--ccc-line);
  border-radius: 12px;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ccc-text);
}

/* Responsive */
@media (max-width: 920px) {
  .ccc-retouren {
    padding: 72px 24px 88px;
  }

  .ccc-retouren__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ccc-retouren__intro-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .ccc-retouren {
    padding: 56px 20px 72px;
  }

  .ccc-retouren__hero {
    margin-bottom: 38px;
  }

  .ccc-retouren__subline {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .ccc-retouren__intro-card,
  .ccc-retouren__section {
    border-radius: 14px;
    padding: 24px 20px;
  }

  .ccc-retouren__section {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ccc-retouren__content h2 {
    font-size: 1.02rem;
  }

  .ccc-retouren__content p,
  .ccc-retouren__step-body {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .ccc-retouren__step {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }

  .ccc-retouren__step-num {
    width: 30px;
    height: 30px;
    font-size: 0.58rem;
  }
}/* End custom CSS */