/* Start custom CSS for text-editor, class: .elementor-element-9aa2d0f *//* =========================================================
   STW Sale Description – Centered Premium SEO Beschreibung
   Glasschiebetüren & Holzschiebetüren Sale
   Desktop / Tablet / Mobile Perfect / No Overflow
   ========================================================= */

.stw-sale-desc{
  --stw-sale-primary:#e11d48;
  --stw-sale-primary-soft:#fff1f2;
  --stw-sale-accent:#f97316;
  --stw-sale-dark:#172230;
  --stw-sale-text:#2f3b4a;
  --stw-sale-muted:#667085;
  --stw-sale-border:#f1d6dc;
  --stw-sale-bg:#ffffff;
  --stw-sale-soft:#fff8f9;
  --stw-sale-shadow:0 8px 22px rgba(23,34,48,.06);

  width:100%;
  max-width:100%;
  margin:18px 0 22px;
  color:var(--stw-sale-text);
  font-family:inherit;
  font-size:14px;
  line-height:1.55;
  overflow:hidden;
}

.stw-sale-desc *,
.stw-sale-desc *::before,
.stw-sale-desc *::after{
  box-sizing:border-box;
  min-width:0;
}

.stw-sale-desc__inner{
  width:100%;
  max-width:100%;
  padding:26px 24px;
  border:1px solid var(--stw-sale-border);
  border-radius:18px;
  background:
    radial-gradient(circle at 96% 0%, rgba(225,29,72,.07), transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#fffafa 100%);
  box-shadow:var(--stw-sale-shadow);
  overflow:hidden;
}

.stw-sale-desc__content{
  width:100%;
  max-width:1520px;
  margin:0 auto;
  text-align:center;
}

/* =========================================================
   Header
   ========================================================= */

.stw-sale-desc__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  margin:0 auto 10px;
  padding:5px 11px;
  border:1px solid rgba(225,29,72,.16);
  border-radius:999px;
  background:var(--stw-sale-primary-soft);
  color:var(--stw-sale-primary);
  font-size:11px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.035em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

.stw-sale-desc h2{
  display:block;
  width:100%;
  max-width:760px;
  margin:0 auto 12px;
  color:var(--stw-sale-dark);
  font-size:clamp(24px,2.3vw,34px);
  font-weight:850;
  line-height:1.12;
  letter-spacing:-.025em;
  text-align:center !important;
  text-transform:none !important;
  overflow-wrap:break-word;
}

.stw-sale-desc__intro{
  width:100%;
  max-width:980px;
  margin:0 auto;
  color:var(--stw-sale-muted);
  font-size:14.5px;
  line-height:1.65;
  text-align:center;
  overflow-wrap:break-word;
}

.stw-sale-desc__intro strong,
.stw-sale-desc strong{
  color:var(--stw-sale-dark);
  font-weight:800;
}

/* =========================================================
   Cards
   ========================================================= */

.stw-sale-desc__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  width:100%;
  max-width:100%;
  margin:20px auto 0;
}

.stw-sale-desc__card{
  position:relative;
  width:100%;
  max-width:100%;
  padding:18px 18px 18px 20px;
  border:1px solid rgba(225,29,72,.12);
  border-radius:16px;
  background:rgba(255,255,255,.88);
  text-align:left;
  overflow:hidden;
}

.stw-sale-desc__card::before{
  content:"";
  position:absolute;
  top:18px;
  left:0;
  width:4px;
  height:38px;
  border-radius:0 8px 8px 0;
  background:linear-gradient(180deg,var(--stw-sale-primary),var(--stw-sale-accent));
}

.stw-sale-desc__card h3{
  margin:0 0 8px;
  color:var(--stw-sale-dark);
  font-size:18px;
  font-weight:820;
  line-height:1.25;
  letter-spacing:-.01em;
  text-align:center;
  text-transform:none !important;
  overflow-wrap:break-word;
}

.stw-sale-desc__card p{
  margin:0;
  color:var(--stw-sale-muted);
  font-size:13.8px;
  line-height:1.58;
  text-align:left;
  overflow-wrap:break-word;
}

/* =========================================================
   Highlight
   ========================================================= */

.stw-sale-desc__highlight{
  width:100%;
  max-width:100%;
  margin:16px auto 0;
  padding:15px 17px;
  border:1px solid rgba(249,115,22,.16);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,241,242,.85),rgba(255,247,237,.75));
  overflow:hidden;
}

.stw-sale-desc__highlight p{
  margin:0;
  color:var(--stw-sale-text);
  font-size:13.8px;
  line-height:1.58;
  text-align:center;
  overflow-wrap:break-word;
}

/* =========================================================
   SEO Tags
   ========================================================= */

.stw-sale-desc__keywords{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px;
  width:100%;
  max-width:100%;
  margin:16px auto 0;
  padding:0 !important;
  list-style:none !important;
  text-align:center;
}

.stw-sale-desc__keywords li{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  margin:0 !important;
  padding:7px 11px;
  border:1px solid rgba(225,29,72,.13);
  border-radius:999px;
  background:#ffffff;
  color:#586679;
  font-size:12px;
  font-weight:700;
  line-height:1.15;
  list-style:none !important;
  box-shadow:0 3px 10px rgba(23,34,48,.035);
  overflow-wrap:anywhere;
}

.stw-sale-desc__keywords li::before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  min-width:16px;
  margin-right:6px;
  border-radius:999px;
  background:rgba(34,197,94,.10);
  color:#16a34a;
  font-size:10px;
  font-weight:900;
}

.stw-sale-desc__keywords li::marker{
  content:"";
  font-size:0;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (min-width:640px) and (max-width:1023px){
  .stw-sale-desc{
    margin:16px 0 20px;
  }

  .stw-sale-desc__inner{
    padding:22px 18px;
    border-radius:16px;
  }

  .stw-sale-desc__content{
    max-width:860px;
  }

  .stw-sale-desc h2{
    max-width:700px;
    font-size:clamp(23px,3vw,30px);
    line-height:1.14;
  }

  .stw-sale-desc__intro{
    max-width:780px;
    font-size:13.8px;
    line-height:1.58;
  }

  .stw-sale-desc__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
  }

  .stw-sale-desc__card{
    padding:16px 16px 16px 18px;
  }

  .stw-sale-desc__card h3{
    font-size:16px;
    line-height:1.22;
    text-align:center;
  }

  .stw-sale-desc__card p{
    font-size:12.8px;
    line-height:1.5;
  }

  .stw-sale-desc__highlight{
    margin-top:14px;
    padding:14px;
  }

  .stw-sale-desc__highlight p{
    font-size:12.9px;
    line-height:1.5;
  }

  .stw-sale-desc__keywords{
    gap:7px;
    margin-top:14px;
  }

  .stw-sale-desc__keywords li{
    font-size:11.5px;
    padding:7px 10px;
  }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width:639px){
  .stw-sale-desc{
    margin:14px 0 18px;
    font-size:13px;
    line-height:1.45;
  }

  .stw-sale-desc__inner{
    padding:16px 12px;
    border-radius:14px;
  }

  .stw-sale-desc__content{
    width:100%;
    max-width:100%;
    text-align:center;
  }

  .stw-sale-desc__label{
    display:inline-flex;
    width:auto;
    max-width:100%;
    margin:0 auto 9px;
    padding:5px 9px;
    border-radius:999px;
    font-size:9.5px;
    line-height:1.15;
    text-align:center;
  }

  .stw-sale-desc h2{
    width:100%;
    max-width:330px;
    margin:0 auto 9px;
    font-size:21px;
    line-height:1.12;
    letter-spacing:-.02em;
    text-align:center !important;
  }

  .stw-sale-desc__intro{
    width:100%;
    max-width:100%;
    margin:0 auto;
    font-size:12.8px;
    line-height:1.5;
    text-align:center;
  }

  .stw-sale-desc__grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:14px;
  }

  .stw-sale-desc__card{
    padding:13px 13px 13px 15px;
    border-radius:13px;
    text-align:left;
  }

  .stw-sale-desc__card::before{
    top:14px;
    height:32px;
  }

  .stw-sale-desc__card h3{
    margin-bottom:6px;
    font-size:15.5px;
    line-height:1.2;
    text-align:center;
  }

  .stw-sale-desc__card p{
    font-size:12.5px;
    line-height:1.48;
    text-align:left;
  }

  .stw-sale-desc__highlight{
    margin-top:12px;
    padding:12px;
    border-radius:13px;
  }

  .stw-sale-desc__highlight p{
    font-size:12.5px;
    line-height:1.48;
    text-align:center;
  }

  .stw-sale-desc__keywords{
    display:grid;
    grid-template-columns:1fr;
    justify-content:center;
    gap:7px;
    margin-top:12px;
  }

  .stw-sale-desc__keywords li{
    width:100%;
    justify-content:flex-start;
    border-radius:12px;
    padding:7px 9px;
    font-size:11.5px;
    text-align:left;
  }
}

/* =========================================================
   Small Mobile / 380px
   ========================================================= */

@media (max-width:380px){
  .stw-sale-desc__inner{
    padding:13px 10px;
    border-radius:12px;
  }

  .stw-sale-desc__label{
    font-size:8.8px;
  }

  .stw-sale-desc h2{
    max-width:300px;
    font-size:19px;
  }

  .stw-sale-desc__intro{
    font-size:12px;
  }

  .stw-sale-desc__card{
    padding:11px 11px 11px 13px;
  }

  .stw-sale-desc__card h3{
    font-size:14.5px;
  }

  .stw-sale-desc__card p,
  .stw-sale-desc__highlight p{
    font-size:11.8px;
  }

  .stw-sale-desc__keywords li{
    font-size:10.8px;
  }
}

/* =========================================================
   Very Small Mobile / 340px
   ========================================================= */

@media (max-width:340px){
  .stw-sale-desc h2{
    max-width:280px;
    font-size:18px;
  }

  .stw-sale-desc__intro{
    font-size:11.6px;
  }

  .stw-sale-desc__card h3{
    font-size:13.8px;
  }

  .stw-sale-desc__card p,
  .stw-sale-desc__highlight p{
    font-size:11.4px;
  }

  .stw-sale-desc__keywords li{
    font-size:10.4px;
  }
}

/* =========================================================
   Extra Protection
   ========================================================= */

.stw-sale-desc p,
.stw-sale-desc h2,
.stw-sale-desc h3,
.stw-sale-desc li,
.stw-sale-desc span,
.stw-sale-desc strong{
  overflow-wrap:break-word;
}

.stw-sale-desc a{
  max-width:100%;
}/* End custom CSS */