/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.blue_header {
  font-size: 28px;
  line-height: 28px;
  background-color: #02bef4;
  padding: 20px 80px;
  text-align: center;
  color: white;
  margin: 0 auto;
}
#g-mainbar > div:nth-child(1) > div > div > div > div > div > div {
  background-color: #efeae1;
  padding: 0 2rem;
}
.list {
  display: flex;
  flex-wrap: wrap;
}
.sillable {
  font-size: 36pt;
  line-height: 36px;
  color: var(--super);
}
.list-item {
  display: flex;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.list-item.probe {
  border: 2px solid var(--probe);
}
.list-item.super {
  border: 2px solid var(--super);
}
.list-item.top {
  border: 2px solid var(--top);
}
.list-content {
  width: 100%;
}
li.list-item > div > div.content {
  padding: 0 10px 20px 10px;
}
#artikelKeuzeGroep > ul > li > div > div.header > h3 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  font-style: italic;
}
div > div.header {
  width: 100%;
  margin: -12px 0 0 0;
}
#artikelKeuzeGroep > ul > li:nth-child(1) > div > div.header {
  background-color: var(--probe);
}
#artikelKeuzeGroep > ul > li:nth-child(2) > div > div.header {
  background-color: var(--super);
}
#artikelKeuzeGroep > ul > li:nth-child(3) > div > div.header {
  background-color: var(--top);
}
/* ====== Design-Variablen (Scope: .nb-ginseng) ====== */
.nb-ginseng {
  --bg: #0b0f14;
  --panel: #111825;
  --muted: #d3d3d3;
  --text: #e5e7eb;
  --accent: #d4af37;
  --accent-2: #f1c453;
  --accent-3: #7ed437;
  --accent-4: #b7f153;
  --ok: #10b981;
  --danger: #ef4444;
  --shadow: 0 10px 30px rgba(0, 0, 0, .25);
  --radius: 18px;
  --radius-sm: 12px;
  --maxw: 1180px;
  --gap: 1.2%;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
}
#mod-custom120 > header > div > div > div.hero-cta > a.btn {
  color: var(--panel);
  transition: all 1s;
}
#mod-custom120 > header > div > div > div.hero-cta > a.btn:hover {
  color: var(--panel);
  transition: all 1s;
}
#mod-custom120 > header > div > div > div.hero-cta > a.btn.btn--ghost {
  color: var(--text);
  transition: all 1s;
}
#mod-custom120 > header > div > div > div.hero-cta > a.btn.btn--ghost:hover {
  background: var(--accent-2);
  color: var(--panel);
  transition: all 1s;
}
.nb-ginseng * {
  box-sizing: border-box;
}
#mod-custom123 {
  margin: -32px -10px 0 0;
}
.nb-ginseng a {
  color: inherit;
  text-decoration: none;
}
.nb-ginseng .container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}
.nb-ginseng h3, .nb-ginseng p {
  color: #ccc;
}
.nb-ginseng .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 14px 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #1b1b1b;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.nb-ginseng .btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.nb-ginseng .btn--ghost {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: var(--text);
}
.nb-ginseng .badge {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  opacity: 0.9;
}
.nb-ginseng .grid {
  display: grid;
  gap: var(--gap);
}
/* ====== Header/Hero ====== */
.nb-ginseng .hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: radial-gradient(1000px 800px at 80% -10%, rgba(241, 196, 83, 0.25), transparent 60%), radial-gradient(800px 600px at -10% 20%, rgba(212, 175, 55, 0.25), transparent 60%), linear-gradient(180deg, #0b0f14 0%, #0b0f14 60%, #0e141d 100%);
  padding: 80px 0 40px;
}
.nb-ginseng .hero .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
.nb-ginseng h1 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: 0.3px;
}
.nb-ginseng .sub {
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  color: var(--muted);
  max-width: 60ch;
}
.nb-ginseng .hero-card {
  background: rgba(17, 24, 37, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
}
.nb-ginseng .hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.nb-ginseng .hero .seal {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}
.nb-ginseng .price {
  font-size: 2.1rem;
  color: #e17b0a;
}
.nb-ginseng .price_text {
  font-size: 1.1rem;
  color: #fff;
}
/* ====== Sections ====== */
.nb-ginseng section {
  padding: 8px 0;
  background: transparent;
}
#g-mainbar > div > div {
  border: 1px solid var(--text);
}
#g-mainbar > div > div {
  color: var(--text);
}
.nb-ginseng .section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 10px;
  color: #0a0a0a;
}
h1.nb-ginseng.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 10px;
  color: #ffffff;
}
section#problem h2.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 10px;
  color: var(--bs-heading-color);
}
.nb-ginseng .section-sub {
  color: var(--bs-heading-color);
  margin-bottom: 24px;
}
/* Problem Cards */
.nb-ginseng .cards {
  grid-template-columns: repeat(3, 1fr);
}
.nb-ginseng .card {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 22px;
  min-height: 100%;
  box-shadow: var(--shadow);
}
.nb-ginseng .card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: yellowgreen;
}
.nb-ginseng .card p {
  margin: 0;
  color: var(--muted);
}
/* Features */
.nb-ginseng .features {
  grid-template-columns: repeat(2, 1fr);
}
.nb-ginseng .feature {
  display: flex;
  gap: 14px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.02));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius);
  padding: 18px;
}
.nb-ginseng .feature .ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(212, 175, 55, 0.2);
}
/* Effekt Icons */
.nb-ginseng .effects {
  grid-template-columns: repeat(4, 1fr);
}
.nb-ginseng .effect {
  text-align: center;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 22px;
}
.nb-ginseng .effect .big {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 6px;
}
.nb-ginseng .effect small {
  color: var(--muted);
}
/* Angebot */
.nb-ginseng .offers {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.nb-ginseng .offer {
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.nb-ginseng .offer.best::after {
  content: "Meistgewählt";
  position: absolute;
  top: -16px;
  right: -10px;
  font-size: 0.8rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #1b1b1b;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.nb-ginseng .offer.top::after {
  content: "Größte Ersparnis!";
  position: absolute;
  top: -16px;
  right: -10px;
  font-size: 0.8rem;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-4));
  color: #1b1b1b;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}
.nb-ginseng .offer h3 {
  margin: 0 0 4px;
  color: #dda049;
}
.nb-ginseng .offer .price-sm {
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: line-through;
  font-weight: 800;
  margin: 6px 0 12px;
  color: #aaa;
}
.nb-ginseng .offer .price-lg {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 800;
  margin: 6px 0 12px;
  color: #fff;
}
.nb-ginseng .offer ul {
  margin: 0 0 18px 18px;
  color: var(--muted);
  min-height: 9rem;
}
.nb-ginseng .offer .cta-wrap {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.nb-ginseng .offer.selected {
  border: 2px solid var(--accent-2);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
/* Social Proof */
.nb-ginseng #stimmen > div > h2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #121212;
  font-weight: 700;
}
.nb-ginseng .testi {
  grid-template-columns: repeat(2, 1fr);
}
.nb-ginseng .quote {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 22px;
}
.nb-ginseng .stars {
  letter-spacing: 2px;
  color: #56f122;
}
/* Hinweis/Compliance */
.nb-ginseng .disclaimer {
  color: var(--bs-heading-color);
  font-size: 0.9rem;
}
.wf-columns .wf-column {
  max-width: 100%;
  box-sizing: border-box;
  flex: none;
}
/* Footer */
.nb-ginseng .footer {
  padding: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.nb-ginseng .footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#g-footer {
  padding: 0.5rem 0;
}
/* Responsive */
@media (max-width: 1000px) {
  .nb-ginseng .hero .wrap {
    grid-auto-columns: 1fr;
  }
  .nb-ginseng .effects {
    grid-template-columns: repeat(2, 1fr);
  }
  .nb-ginseng .offers {
    grid-template-columns: 1fr;
  }
  .nb-ginseng .testi {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .nb-ginseng .cards {
    grid-template-columns: 1fr;
  }
  .nb-ginseng .features {
    grid-template-columns: 1fr;
  }
}
.nb-ginseng .rsform {
  background: #fffdf8;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  max-width: 900px;
  margin: 2rem auto;
}
.nb-ginseng .rsform h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b88a44;
  /* Ginseng-Gold */
  text-align: center;
  margin-bottom: 1.5rem;
}
.nb-ginseng .rsform label {
  font-weight: 600;
  color: #444;
}
.nb-ginseng .rsform .formRequired {
  color: #d9534f;
  margin-left: 3px;
}
.nb-ginseng .rsform .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0.6rem 0.9rem;
  font-size: 1rem;
  transition: all 0.25s ease;
  background-color: #fff;
}
.nb-ginseng .rsform .form-control:focus {
  border-color: #b88a44;
  box-shadow: 0 0 0 3px rgba(184, 138, 68, 0.2);
  outline: none;
}
.nb-ginseng .rsform .formValidation {
  font-size: 0.85rem;
  color: #d9534f;
  margin-top: 0.3rem;
  display: block;
}
.nb-ginseng .rsform .btn-primary {
  background: linear-gradient(135deg, #b88a44, #e1c186);
  border: none;
  padding: 0.8rem 1.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(184, 138, 68, 0.3);
}
.nb-ginseng .rsform .btn-primary:hover {
  background: linear-gradient(135deg, #a67c3b, #d2b374);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(184, 138, 68, 0.4);
}
.nb-ginseng .rsform .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(184, 138, 68, 0.2);
}
/* Spacing zwischen Feldern */
.nb-ginseng .rsform .mb-3 {
  margin-bottom: 1.2rem !important;
}
/* Mobile Optimierung */
@media (max-width: 768px) {
  .nb-ginseng .rsform {
    padding: 1.2rem;
  }
  .nb-ginseng .rsform h1 {
    font-size: 1.5rem;
  }
}
#g-mainbar > div:nth-child(1) > div > div > div > div > div > div > div.page-header > h1 {
  background-color: goldenrod;
  padding: 40px 0;
  text-align: center;
  color: white;
  margin: 0 auto;
}
.blue_header {
  font-size: 28px;
  line-height: 28px;
  background-color: #02bef4;
  padding: 20px 80px;
  text-align: center;
  color: white;
  margin: 0 auto;
}
#g-mainbar > div:nth-child(1) > div > div > div > div > div > div {
  background-color: #efeae1;
  padding: 0 2rem;
}
.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  display: flex;
  width: 31%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.list-item.probe {
  border: 2px solid darkblue;
}
.list-item.super {
  border: 2px solid #02bef4;
}
.list-item.top {
  border: 2px solid goldenrod;
}
.list-content {
  width: 100%;
}
li.list-item > div > div.content {
  padding: 0 10px 20px 10px;
}
#artikelKeuzeGroep > ul > li > div > div.header > h3 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  font-style: italic;
}
div > div.header {
  width: 100%;
  margin: -12px 0 0 0;
}
#artikelKeuzeGroep > ul > li:nth-child(1) > div > div.header {
  background-color: darkblue;
}
#artikelKeuzeGroep > ul > li:nth-child(2) > div > div.header {
  background-color: #02bef4;
}
#artikelKeuzeGroep > ul > li:nth-child(3) > div > div.header {
  background-color: goldenrod;
}
/*# sourceMappingURL=custom_12.css.map */