body.page .entry-title,
body.page .page-title,
body.page h1.entry-title {
    display: none !important;
}

.ocs-b5 {
      --b5-ink: #17201b;
      --b5-muted: #58635d;
      --b5-paper: #fffdf8;
      --b5-soft: #f3f7ef;
      --b5-line: rgba(23, 32, 27, 0.14);
      --b5-green: #2d5a37;
      --b5-sage: #91a878;
      --b5-sun: #f0b64f;
      --b5-rust: #a2572d;
      background: var(--b5-paper);
      color: var(--b5-ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.55;
      min-height: 100vh;
    }

    .ocs-b5 * {
      box-sizing: border-box;
    }

    .ocs-b5 h1,
    .ocs-b5 h2,
    .ocs-b5 h3,
    .ocs-b5 p {
      margin: 0;
    }

    .ocs-b5 a {
      color: inherit;
    }

    .b5-shell {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0 24px;
      width: 100%;
    }

    .b5-topbar {
      align-items: center;
      display: flex;
      gap: 18px;
      justify-content: space-between;
      left: 0;
      padding: 18px 28px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 5;
    }

    .b5-brand {
      align-items: center;
      background: rgba(255, 255, 255, 0.88);
      border: 1px solid rgba(255, 255, 255, 0.58);
      border-radius: 999px;
      color: #17201b !important;
      display: inline-flex;
      font-size: 0.93rem;
      font-weight: 850;
      gap: 9px;
      letter-spacing: 0;
      min-height: 42px;
      padding: 10px 14px;
      text-decoration: none !important;
    }

    .b5-brand-mark {
      background: var(--b5-green);
      border-radius: 50%;
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.16);
      display: inline-block;
      height: 20px;
      width: 20px;
    }

    .b5-nav {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-end;
    }

    .b5-nav a,
    .b5-button {
      align-items: center;
      border-radius: 999px;
      display: inline-flex;
      font-weight: 780;
      justify-content: center;
      line-height: 1.1;
      min-height: 42px;
      text-decoration: none !important;
      white-space: nowrap;
    }

    .b5-nav a {
      background: rgba(255, 255, 255, 0.78);
      color: #17201b !important;
      font-size: 0.88rem;
      padding: 10px 13px;
    }

    .b5-button {
      background: #17201b;
      color: #ffffff !important;
      font-size: 0.95rem;
      padding: 13px 17px;
    }

    .b5-button.b5-secondary {
      background: rgba(255, 255, 255, 0.9);
      color: #17201b !important;
    }

    .b5-hero {
      background: #17201b;
      min-height: 690px;
      overflow: hidden;
      position: relative;
    }

    .b5-hero::before {
      background-image: linear-gradient(90deg, rgba(12, 18, 14, 0.82), rgba(12, 18, 14, 0.46), rgba(12, 18, 14, 0.22)), var(--b5-hero-image);
      background-position: center;
      background-size: cover;
      content: "";
      inset: 0;
      position: absolute;
    }

    .b5-hero-inner {
      align-items: flex-end;
      display: grid;
      gap: 30px;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
      min-height: 690px;
      padding-bottom: 74px;
      padding-top: 118px;
      position: relative;
      z-index: 2;
    }

    .b5-kicker {
      color: #f6ce7d;
      display: block;
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.14em;
      margin-bottom: 16px;
      text-transform: uppercase;
    }

    .b5-hero h1 {
      color: #ffffff;
      font-size: clamp(3.1rem, 8vw, 6.8rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.9;
      max-width: 900px;
      overflow-wrap: anywhere;
      text-wrap: balance;
    }

    .b5-lede {
      color: rgba(255, 255, 255, 0.88);
      font-size: 1.18rem;
      max-width: 680px;
      padding-top: 22px;
    }

    .b5-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-top: 26px;
    }

    .b5-hero-panel {
      background: rgba(255, 253, 248, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.58);
      border-radius: 8px;
      box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
      color: var(--b5-ink);
      display: grid;
      gap: 18px;
      padding: 22px;
    }

    .b5-hero-panel strong {
      display: block;
      font-size: 0.78rem;
      letter-spacing: 0.13em;
      text-transform: uppercase;
    }

    .b5-panel-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b5-mini {
      background: #ffffff;
      border: 1px solid var(--b5-line);
      border-radius: 8px;
      padding: 14px;
    }

    .b5-mini span {
      color: var(--b5-muted);
      display: block;
      font-size: 0.86rem;
    }

    .b5-mini b {
      display: block;
      font-size: 1.45rem;
      line-height: 1;
      padding-bottom: 6px;
    }

    .b5-band {
      padding: 72px 0;
    }

    .b5-band.b5-soft {
      background: var(--b5-soft);
    }

    .b5-section-head {
      display: grid;
      gap: 14px;
      max-width: 760px;
      padding-bottom: 28px;
    }

    .b5-section-head h2,
    .b5-feature h2 {
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.02;
    }

    .b5-section-head p,
    .b5-feature p,
    .b5-card p,
    .b5-tool p {
      color: var(--b5-muted);
      font-size: 1rem;
    }

    .b5-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .b5-grid-two {
      display: grid;
      gap: 22px;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
    }

    .b5-card,
    .b5-feature,
    .b5-tool,
    .b5-output-card {
      background: #ffffff;
      border: 1px solid var(--b5-line);
      border-radius: 8px;
      box-shadow: 0 16px 34px rgba(23, 32, 27, 0.06);
    }

    .b5-card {
      display: grid;
      gap: 10px;
      min-height: 190px;
      padding: 22px;
    }

    .b5-card h3,
    .b5-output-card h3 {
      font-size: 1.17rem;
      font-weight: 880;
      line-height: 1.15;
    }

    .b5-feature {
      background: #17201b;
      color: #ffffff;
      display: grid;
      gap: 18px;
      padding: 34px;
    }

    .b5-feature p {
      color: rgba(255, 255, 255, 0.78);
    }

    .b5-link-list {
      display: grid;
      gap: 10px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .b5-link-list a {
      align-items: center;
      border-bottom: 1px solid var(--b5-line);
      display: flex;
      font-weight: 780;
      justify-content: space-between;
      min-height: 40px;
      text-decoration: none !important;
    }

    .b5-tool {
      display: grid;
      gap: 24px;
      grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
      padding: 26px;
    }

    .b5-control {
      border-bottom: 1px solid var(--b5-line);
      display: grid;
      gap: 10px;
      padding: 0 0 18px;
    }

    .b5-control + .b5-control {
      padding-top: 18px;
    }

    .b5-label {
      color: var(--b5-muted);
      display: block;
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .ocs-b5 .b5-choice-list {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 8px !important;
    }

    .ocs-b5 .b5-choice-list button {
      background: #f8faf7 !important;
      border: 1px solid var(--b5-line) !important;
      border-radius: 999px !important;
      color: var(--b5-ink) !important;
      cursor: pointer !important;
      font: inherit !important;
      font-size: 0.92rem !important;
      font-weight: 780 !important;
      line-height: 1.15 !important;
      min-height: 42px !important;
      padding: 10px 13px !important;
      text-align: left !important;
    }

    .ocs-b5 .b5-choice-list button.is-active {
      background: var(--b5-green) !important;
      border-color: var(--b5-green) !important;
      color: #ffffff !important;
    }

    .b5-tool-output {
      min-height: 270px;
    }

    .b5-output-card {
      display: grid;
      gap: 16px;
      min-height: 270px;
      padding: 24px;
    }

    .b5-pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .b5-pill {
      background: var(--b5-soft);
      border: 1px solid var(--b5-line);
      border-radius: 999px;
      color: var(--b5-ink);
      font-size: 0.82rem;
      font-weight: 800;
      padding: 7px 10px;
    }

    .b5-output-card ul {
      display: grid;
      gap: 8px;
      margin: 0;
      padding-left: 20px;
    }

    .b5-output-card li {
      color: var(--b5-muted);
    }

    .b5-output-card a {
      color: var(--b5-green);
      font-weight: 800;
      text-decoration: none !important;
    }

    .b5-footer {
      background: #17201b;
      color: rgba(255, 255, 255, 0.72);
      padding: 30px 0;
    }

    .b5-footer-inner {
      align-items: center;
      display: flex;
      gap: 14px;
      justify-content: space-between;
    }

    .ocs-wein {
      --b5-ink: #241616;
      --b5-muted: #6b5d58;
      --b5-paper: #fffaf2;
      --b5-soft: #f5efe6;
      --b5-line: rgba(36, 22, 22, 0.15);
      --b5-green: #72223a;
      --b5-sage: #7c874f;
      --b5-sun: #d7a94a;
      --b5-rust: #8c3d2e;
    }

    .ocs-mobile {
      --b5-ink: #111827;
      --b5-muted: #556170;
      --b5-paper: #fbfdff;
      --b5-soft: #eef7fb;
      --b5-line: rgba(17, 24, 39, 0.14);
      --b5-green: #0d6f82;
      --b5-sage: #79d0d9;
      --b5-sun: #f7c948;
      --b5-rust: #e65b45;
    }

    .ocs-outdoor .b5-hero { --b5-hero-image: url("/wp-content/uploads/owned-content-sites/outdoorweb-hero.jpg"); }
    .ocs-wein .b5-hero { --b5-hero-image: url("/wp-content/uploads/owned-content-sites/weintrend-hero.jpg"); }
    .ocs-mobile .b5-hero { --b5-hero-image: url("/wp-content/uploads/owned-content-sites/mobilhelden-hero.jpg"); }

    @media (max-width: 820px) {
      .b5-topbar {
        align-items: flex-start;
        padding: 14px;
      }

      .b5-nav {
        max-width: 58%;
      }

      .b5-nav a {
        font-size: 0.78rem;
        min-height: 36px;
        padding: 8px 10px;
      }

      .b5-brand {
        font-size: 0.82rem;
        min-height: 38px;
      }

      .b5-hero,
      .b5-hero-inner {
        min-height: 720px;
      }

      .b5-hero-inner {
        align-content: end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 112px 18px 38px;
      }

      .b5-shell {
        padding-left: 18px;
        padding-right: 18px;
      }

      .b5-hero h1 {
        font-size: clamp(2.45rem, 10.8vw, 3.35rem);
        line-height: 0.98;
        max-width: 100%;
      }

      .b5-lede {
        font-size: 1rem;
      }

      .b5-panel-grid,
      .b5-grid,
      .b5-grid-two,
      .b5-tool {
        grid-template-columns: 1fr;
      }

      .b5-band {
        padding: 48px 0;
      }

      .b5-card,
      .b5-feature,
      .b5-tool {
        padding: 20px;
      }

      .b5-footer-inner {
        align-items: flex-start;
        flex-direction: column;
      }
    }

body.page {
    overflow-x: hidden !important;
}

body.page #wrapper-navbar,
body.page #masthead.site-header,
body.page .site-content-header,
body.page header.opinion-header,
body.page header.opinion-site-header,
body.page .opinion-page-cover {
    display: none !important;
}

body.page #theme-main > .jumbotron,
body.page #theme-main > .bg-light-subtle,
body.page .google-auto-placed {
    display: none !important;
}

body.page #theme-main > .container,
body.page #container-content-page,
body.page #content,
body.page #primary,
body.page .site-content,
body.page #wrapper.site-content,
body.page .content-outer.container,
body.page .content-area,
body.page .entry-content,
body.page .post-content,
body.page .post-entry,
body.page article.hentry,
body.page .opinion-section:not(.opinion-page-cover),
body.page .opinion-section:not(.opinion-page-cover) > .container,
body.page .opinion-section:not(.opinion-page-cover) .section-content,
body.page .opinion-section:not(.opinion-page-cover) .opinion-post,
body.page .opinion-section:not(.opinion-page-cover) [class*="col-"],
body.page #ruby-site-content > .ruby-page-wrap.ruby-container,
body.page #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap {
    display: block !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.page #theme-main > .container > .row,
body.page #container-content-page > .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page #theme-main .col-md-10.offset-md-1 {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.page #ruby-site-content > .ruby-page-wrap > #sidebar,
body.page .single-header {
    display: none !important;
}

.ocs-live-v2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.ocs-live-v2 a {
    text-decoration: none !important;
}

.ocs-live-v2 .ocs-choice-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ocs-live-v2 .ocs-choice-list button {
    background: #f8fafc !important;
    border: 1px solid rgba(24, 32, 51, 0.16) !important;
    border-radius: 999px !important;
    color: #182033 !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    text-align: left !important;
}

.ocs-live-v2 .ocs-choice-list button.is-active {
    background: #182033 !important;
    border-color: #182033 !important;
    color: #ffffff !important;
}

.ocs-live-v2 .ocs-tool-output {
    min-height: 210px !important;
}