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

.ocs-live-v2.ocs-b4 {
  --ink: #172019;
  --muted: #617067;
  --line: rgba(23, 32, 25, 0.14);
  --paper: #f7f4ee;
  --panel: #ffffff;
  --accent: #37b26c;
  --accent-2: #f2b84b;
  --accent-3: #d85c45;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.ocs-live-v2.ocs-b4 *,
.ocs-live-v2.ocs-b4 *::before,
.ocs-live-v2.ocs-b4 *::after {
  box-sizing: border-box;
}

.ocs-b4 .b4-shell {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 22px;
}

.ocs-b4 .b4-topbar {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  left: 0;
  padding: 20px 28px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.ocs-b4 .b4-brand {
  color: inherit;
  font-size: 1rem;
  font-weight: 900;
}

.ocs-b4 .b4-nav,
.ocs-b4 .b4-actions,
.ocs-b4 .b4-choice-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.ocs-b4 .b4-nav {
  justify-content: flex-end;
}

.ocs-b4 .b4-nav a,
.ocs-b4 .b4-button,
.ocs-b4 .b4-choice-list button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  justify-content: center;
  line-height: 1.15;
  min-height: 40px;
  padding: 9px 13px;
}

.ocs-b4 .b4-button,
.ocs-b4 .b4-choice-list button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.ocs-b4 .b4-actions {
  margin-top: 26px;
}

.ocs-b4 .b4-actions .b4-button:first-child {
  background: var(--accent);
  border-color: var(--accent);
  color: #092415;
}

.ocs-b4 .b4-hero {
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.ocs-b4 .b4-hero::before {
  background: linear-gradient(90deg, rgba(11, 15, 16, 0.9), rgba(11, 15, 16, 0.56) 50%, rgba(11, 15, 16, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.ocs-b4 .b4-hero-inner {
  align-items: flex-end;
  display: grid;
  min-height: 610px;
  padding-bottom: 62px;
  padding-top: 116px;
  position: relative;
  z-index: 1;
}

.ocs-b4 .b4-kicker {
  color: var(--accent-2);
  display: block;
  font-size: 0.86rem;
  font-weight: 950;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ocs-b4 h1,
.ocs-b4 h2,
.ocs-b4 h3 {
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
}

.ocs-b4 h1 {
  font-size: 4.15rem;
  max-width: 880px;
}

.ocs-b4 .b4-hero h1,
.ocs-b4 .b4-hero .b4-lede {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.ocs-b4 .b4-lede {
  font-size: 1.16rem;
  margin: 18px 0 0;
  max-width: 690px;
}

.ocs-b4 .b4-band {
  padding: 58px 0;
}

.ocs-b4 .b4-section-head {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  margin-bottom: 24px;
}

.ocs-b4 .b4-section-head h2 {
  font-size: 2.22rem;
}

.ocs-b4 .b4-section-head p,
.ocs-b4 .b4-card p,
.ocs-b4 .b4-card li,
.ocs-b4 .b4-result-text,
.ocs-b4 .b4-result-list li {
  color: var(--muted);
}

.ocs-b4 .b4-section-head p,
.ocs-b4 .b4-card p,
.ocs-b4 .b4-result-text {
  margin: 0;
}

.ocs-b4 .b4-grid,
.ocs-b4 .b4-metric-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ocs-b4 .b4-grid-two,
.ocs-b4 .b4-tool {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.ocs-b4 .b4-card,
.ocs-b4 .b4-tool {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ocs-b4 .b4-card {
  min-height: 184px;
  padding: 22px;
}

.ocs-b4 .b4-card h3 {
  font-size: 1.22rem;
  margin-bottom: 10px;
}

.ocs-b4 .b4-card ul,
.ocs-b4 .b4-result-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.ocs-b4 .b4-card li,
.ocs-b4 .b4-result-list li {
  border-top: 1px solid var(--line);
  padding-top: 9px;
}

.ocs-b4 .b4-link {
  color: var(--ink);
  font-weight: 900;
}

.ocs-b4 .b4-feature {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  min-height: 100%;
  padding: 28px;
}

.ocs-b4 .b4-feature p {
  color: rgba(255, 255, 255, 0.76);
}

.ocs-b4 .b4-tool {
  padding: 26px;
}

.ocs-b4 .b4-control {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.ocs-b4 .b4-label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.ocs-b4 .b4-choice-list button {
  background: #f8faf8;
  border-color: var(--line);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.ocs-b4 .b4-tool-output {
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 230px;
  padding: 22px;
}

.ocs-b4 .b4-result-title {
  display: block;
  font-size: 1.52rem;
  font-weight: 950;
  line-height: 1.12;
  margin-bottom: 10px;
}

.ocs-b4 .b4-footer {
  background: #121613;
  color: rgba(255, 255, 255, 0.72);
  padding: 28px 0;
}

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

.ocs-b4 .b4-footer a {
  color: #fff;
}

.ocs-pet .b4-hero {
  background-image: url("/wp-content/uploads/owned-content-sites/onlinetierbedarf-hero.jpg");
}

.ocs-notebook {
  --ink: #161b26;
  --muted: #5f6675;
  --accent: #4b7bec;
  --accent-2: #f7c948;
  --accent-3: #20c997;
}

.ocs-notebook .b4-hero {
  background-image: url("/wp-content/uploads/owned-content-sites/notebookexperten-hero.jpg");
}

.ocs-kitchen {
  --ink: #221913;
  --muted: #6e6258;
  --accent: #d96c3a;
  --accent-2: #42a5a5;
  --accent-3: #e8b94a;
}

.ocs-kitchen .b4-hero {
  background-image: url("/wp-content/uploads/owned-content-sites/molekularkueche-hero.jpg");
}

@media (max-width: 880px) {
  .ocs-b4 .b4-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .ocs-b4 .b4-hero,
  .ocs-b4 .b4-hero-inner {
    min-height: 560px;
  }

  .ocs-b4 h1 {
    font-size: 2.28rem;
    overflow-wrap: anywhere;
  }

  .ocs-notebook h1 {
    font-size: 1.92rem;
    max-width: none;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .ocs-b4 .b4-lede {
    font-size: 1.02rem;
  }

  .ocs-b4 .b4-section-head,
  .ocs-b4 .b4-grid,
  .ocs-b4 .b4-grid-two,
  .ocs-b4 .b4-tool,
  .ocs-b4 .b4-metric-row {
    grid-template-columns: 1fr;
  }

  .ocs-b4 .b4-band {
    padding: 42px 0;
  }

  .ocs-b4 .b4-section-head h2 {
    font-size: 1.78rem;
  }
}

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;
}