body.page-id-367 .entry-title,
body.page-id-367 .page-title,
body.page-id-367 h1.entry-title,
body.page-id-5598 .entry-title,
body.page-id-5598 .page-title,
body.page-id-5598 h1.entry-title,
body.page-id-5599 .entry-title,
body.page-id-5599 .page-title,
body.page-id-5599 h1.entry-title,
body.page-id-25738 .entry-title,
body.page-id-25738 .page-title,
body.page-id-25738 h1.entry-title,
body.page-id-25755 .entry-title,
body.page-id-25755 .page-title,
body.page-id-25755 h1.entry-title,
body.page-id-25756 .entry-title,
body.page-id-25756 .page-title,
body.page-id-25756 h1.entry-title {
    display: none !important;
}



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #1d2330;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .geschenke-finder {
      background: #fff7ec;
      padding: 46px 20px 66px;
    }

    .geschenke-finder-shell {
      display: grid;
      gap: 22px;
      grid-template-columns: 0.8fr 1.2fr;
      margin: 0 auto;
      max-width: 1120px;
    }

    .geschenke-finder-intro {
      background: #1d2330;
      color: #fff;
      min-height: 520px;
      padding: 30px;
    }

    .geschenke-finder-intro h1 {
      font-size: clamp(2.5rem, 5.5vw, 5.6rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.92;
      margin: 0 0 16px;
    }

    .geschenke-finder-intro p {
      color: #f4eadf;
      margin: 0;
    }

    .geschenke-finder-intro img {
      aspect-ratio: 4 / 3;
      display: block;
      margin-top: 28px;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-finder-panel {
      background: #ffffff;
      border: 1px solid rgba(29, 35, 48, 0.11);
      box-shadow: 0 20px 56px rgba(29, 35, 48, 0.08);
      padding: 26px;
    }

    .geschenke-finder-form {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(3, 1fr);
    }

    .geschenke-field label {
      color: #5e6070;
      display: block;
      font-size: 0.78rem;
      font-weight: 860;
      letter-spacing: 0;
      margin-bottom: 7px;
      text-transform: uppercase;
    }

    .geschenke-field select {
      background: #fff7ec;
      border: 1px solid rgba(29, 35, 48, 0.16);
      border-radius: 8px;
      color: #1d2330;
      font: inherit;
      min-height: 48px;
      padding: 12px;
      width: 100%;
    }

    .geschenke-results {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .geschenke-result-card {
      background: #f9fbff;
      border: 1px solid rgba(29, 35, 48, 0.1);
      border-left: 6px solid #ff6b4a;
      padding: 16px;
    }

    .geschenke-result-card strong {
      display: block;
      font-size: 1.12rem;
      margin-bottom: 6px;
    }

    .geschenke-result-card p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-result-card small {
      color: #1d2330;
      display: block;
      font-weight: 800;
      margin-top: 9px;
    }

    @media (max-width: 860px) {
      .geschenke-finder-shell,
      .geschenke-finder-form {
        grid-template-columns: 1fr;
      }

      .geschenke-finder-intro {
        min-height: auto;
      }
    }



    .ocs-live-v1 {
      box-sizing: border-box;
      color: #1d2330;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
    }

    .ocs-live-v1 *,
    .ocs-live-v1 *::before,
    .ocs-live-v1 *::after {
      box-sizing: inherit;
    }

    .ocs-live-v1 a {
      color: inherit;
      text-decoration: none;
    }

    .geschenke-home {
      background: #fff7ec;
    }

    .geschenke-hero {
      background: #1d2330;
      color: #fff;
      display: grid;
      gap: 28px;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      min-height: 88vh;
      overflow: hidden;
      padding: 58px max(20px, calc((100vw - 1160px) / 2)) 34px;
      position: relative;
    }

    .geschenke-hero::after {
      background: #ffd15a;
      bottom: 42px;
      content: "";
      height: 14px;
      left: max(20px, calc((100vw - 1160px) / 2));
      position: absolute;
      width: 190px;
    }

    .geschenke-hero h1 {
      font-size: clamp(3rem, 7vw, 7rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.92;
      margin: 0 0 20px;
      max-width: 740px;
    }

    .geschenke-hero p {
      color: #f5eadb;
      font-size: clamp(1.08rem, 1.8vw, 1.35rem);
      margin: 0;
      max-width: 640px;
    }

    .geschenke-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .geschenke-button {
      align-items: center;
      background: #ff6b4a;
      border: 1px solid #ff6b4a;
      border-radius: 999px;
      color: #1d2330;
      display: inline-flex;
      font-weight: 850;
      min-height: 48px;
      padding: 12px 18px;
    }

    .geschenke-button.secondary {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.36);
      color: #fff;
    }

    .geschenke-photo-grid {
      align-self: center;
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr 0.78fr;
      position: relative;
      z-index: 1;
    }

    .geschenke-photo-grid figure {
      border: 7px solid #fff;
      margin: 0;
      overflow: hidden;
    }

    .geschenke-photo-grid img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-photo-grid .main {
      aspect-ratio: 4 / 5;
      grid-row: span 2;
    }

    .geschenke-photo-grid .side {
      aspect-ratio: 1 / 1;
    }

    .geschenke-band {
      background: #ffd15a;
      overflow: hidden;
      padding: 12px 0;
      white-space: nowrap;
    }

    .geschenke-band span {
      color: #1d2330;
      display: inline-block;
      font-size: 0.84rem;
      font-weight: 870;
      letter-spacing: 0;
      padding-right: 30px;
      text-transform: uppercase;
    }

    .geschenke-section {
      padding: 54px 20px;
    }

    .geschenke-shell {
      margin: 0 auto;
      max-width: 1160px;
    }

    .geschenke-heading {
      display: grid;
      gap: 18px;
      grid-template-columns: 1fr 0.5fr;
      margin-bottom: 24px;
    }

    .geschenke-heading h2 {
      font-size: clamp(2rem, 4.2vw, 4.6rem);
      font-weight: 860;
      letter-spacing: 0;
      line-height: 0.98;
      margin: 0;
    }

    .geschenke-heading p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(12, 1fr);
    }

    .geschenke-card {
      background: #fff;
      border: 1px solid rgba(29, 35, 48, 0.11);
      border-radius: 8px;
      box-shadow: 0 18px 46px rgba(29, 35, 48, 0.07);
      display: flex;
      flex-direction: column;
      grid-column: span 4;
      overflow: hidden;
    }

    .geschenke-card.feature {
      grid-column: span 6;
    }

    .geschenke-card img {
      aspect-ratio: 16 / 10;
      display: block;
      object-fit: cover;
      width: 100%;
    }

    .geschenke-card-body {
      display: grid;
      gap: 9px;
      padding: 17px;
    }

    .geschenke-card strong {
      color: #ff6b4a;
      font-size: 0.78rem;
      font-weight: 880;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .geschenke-card h3 {
      font-size: 1.22rem;
      letter-spacing: 0;
      line-height: 1.12;
      margin: 0;
    }

    .geschenke-card p {
      color: #5e6070;
      margin: 0;
    }

    .geschenke-tool-preview {
      background: #e6f2ff;
      border: 1px solid rgba(29, 35, 48, 0.1);
      display: grid;
      gap: 16px;
      grid-template-columns: 1fr 1fr 1fr;
      margin-top: 30px;
      padding: 22px;
    }

    .geschenke-pill {
      background: #fff;
      border: 1px solid rgba(29, 35, 48, 0.12);
      border-radius: 999px;
      color: #1d2330;
      font-weight: 790;
      min-height: 44px;
      padding: 11px 14px;
      text-align: center;
    }

    @media (max-width: 860px) {
      .geschenke-hero,
      .geschenke-heading,
      .geschenke-tool-preview {
        grid-template-columns: 1fr;
      }

      .geschenke-card,
      .geschenke-card.feature {
        grid-column: span 6;
      }
    }

    @media (max-width: 600px) {
      .geschenke-hero {
        min-height: auto;
      }

      .geschenke-card,
      .geschenke-card.feature {
        grid-column: span 12;
      }
    }

body.page-id-367,
body.page-id-5598,
body.page-id-5599,
body.page-id-25738,
body.page-id-25755,
body.page-id-25756 {
    overflow-x: hidden !important;
}

body.ocs-live-release-active #wrapper-navbar,
body.page-id-367 #wrapper-navbar,
body.page-id-25738 #wrapper-navbar,
body.page-id-25755 #wrapper-navbar,
body.page-id-25756 #wrapper-navbar {
    display: none !important;
}

body.page-id-367 .google-auto-placed,
body.page-id-5598 .google-auto-placed,
body.page-id-5599 .google-auto-placed,
body.page-id-25738 .google-auto-placed,
body.page-id-25755 .google-auto-placed,
body.page-id-25756 .google-auto-placed {
    display: none !important;
}

body.page-id-5598 #ruby-site-content > .ruby-page-wrap.ruby-container,
body.page-id-5599 #ruby-site-content > .ruby-page-wrap.ruby-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.page-id-5598 #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap,
body.page-id-5599 #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

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

body.page-id-5598 .entry.post-content.entry-content,
body.page-id-5599 .entry.post-content.entry-content {
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
}

body.page-id-367 #theme-main > .jumbotron,
body.page-id-25738 #theme-main > .jumbotron,
body.page-id-25755 #theme-main > .jumbotron,
body.page-id-25756 #theme-main > .jumbotron,
body.page-id-25755 #theme-main > .bg-light-subtle,
body.page-id-25756 #theme-main > .bg-light-subtle {
    display: none !important;
}

body.page-id-367 #theme-main > .container,
body.page-id-25738 #theme-main > .container,
body.page-id-25755 #theme-main > .container,
body.page-id-25756 #theme-main > .container,
body.page-id-25755 #container-content-page,
body.page-id-25756 #container-content-page {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

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

body.page-id-367 #theme-main .col-md-10.offset-md-1,
body.page-id-25738 #theme-main .col-md-10.offset-md-1,
body.page-id-25755 #theme-main .col-md-10.offset-md-1,
body.page-id-25756 #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;
}

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

.ocs-live-v1 [id^="ezoic-pub-ad-placeholder"] {
    display: none !important;
}

.ocs-live-v1 .stylesy-button,
.ocs-live-v1 .geschenke-button,
.ocs-live-v1 .spielzeug-button {
    text-decoration: none !important;
}

.ocs-live-v1 .stylesy-button:not(.secondary),
.ocs-live-v1 .spielzeug-button:not(.secondary) {
    color: #ffffff !important;
}

.ocs-live-v1 .geschenke-button:not(.secondary) {
    color: #1d2330 !important;
}

.ocs-live-v1 .stylesy-button.secondary {
    color: #171716 !important;
}

.ocs-live-v1 .geschenke-button.secondary {
    color: #ffffff !important;
}

.ocs-live-v1 .spielzeug-button.secondary {
    color: #263a8f !important;
}

.ocs-live-v1 .spielzeug-hero {
    align-items: start !important;
    min-height: 780px !important;
    padding-top: 72px !important;
}

.ocs-live-v1 .spielzeug-copy,
.ocs-live-v1 .spielzeug-scene {
    align-self: start !important;
}

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

.ocs-live-v1 .ocs-choice-list button {
    background: #f8fafc !important;
    border: 1px solid rgba(24, 32, 51, 0.16) !important;
    border-radius: 8px !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-v1 .ocs-choice-list button.is-active {
    background: #182033 !important;
    border-color: #182033 !important;
    color: #ffffff !important;
}

.ocs-live-v1 .stylesy-tool .ocs-choice-list button.is-active {
    background: #171716 !important;
    border-color: #171716 !important;
}

.ocs-live-v1 .geschenke-finder .ocs-choice-list button.is-active {
    background: #ff6b4a !important;
    border-color: #ff6b4a !important;
    color: #1d2330 !important;
}

.ocs-live-v1 .geschenke-hero h1 span {
    display: block !important;
}

.ocs-live-v1 .geschenke-finder-intro h1 span {
    display: block !important;
}

.ocs-live-v1 .geschenke-release-header {
    align-items: center !important;
    background: rgba(255, 252, 246, 0.96) !important;
    border-bottom: 1px solid rgba(61, 22, 66, 0.16) !important;
    color: #35143c !important;
    display: flex !important;
    gap: 18px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 18px max(20px, calc((100vw - 1160px) / 2)) !important;
    position: relative !important;
    width: 100% !important;
    z-index: 2 !important;
}

.ocs-live-v1 .geschenke-release-brand {
    align-items: center !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
    color: #35143c !important;
    display: inline-flex !important;
    gap: 10px !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    text-decoration-line: none !important;
}

.ocs-live-v1 a.geschenke-release-brand,
.ocs-live-v1 a.geschenke-release-brand:link,
.ocs-live-v1 a.geschenke-release-brand:visited,
.ocs-live-v1 a.geschenke-release-brand:hover,
.ocs-live-v1 a.geschenke-release-brand:focus,
.ocs-live-v1 a.geschenke-release-brand:active {
    background: transparent !important;
    background-image: none !important;
    background-size: 0 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline-offset: 4px !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    text-decoration-line: none !important;
}

.ocs-live-v1 .geschenke-release-brand *,
.ocs-live-v1 .geschenke-release-brand:hover *,
.ocs-live-v1 .geschenke-release-brand:focus * {
    background-image: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.ocs-live-v1 .geschenke-release-brand > span:not(.geschenke-release-mark),
.ocs-live-v1 .geschenke-release-brand > span:not(.geschenke-release-mark) *,
.ocs-live-v1 .geschenke-release-brand small::before,
.ocs-live-v1 .geschenke-release-brand small::after {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    text-decoration-line: none !important;
}

.ocs-live-v1 .geschenke-release-mark {
    align-items: center !important;
    background: #35143c !important;
    border: 2px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 8px !important;
    color: #ffd15a !important;
    display: inline-flex !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    height: 38px !important;
    justify-content: center !important;
    width: 38px !important;
}

.ocs-live-v1 .geschenke-release-brand strong,
.ocs-live-v1 .geschenke-release-brand small {
    display: block !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
}

.ocs-live-v1 .geschenke-release-brand strong {
    font-size: 22px !important;
    font-weight: 900 !important;
}

.ocs-live-v1 .geschenke-release-brand small {
    background-image: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    color: #755d79 !important;
    font-size: 12px !important;
    font-weight: 760 !important;
    margin-top: 2px !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.ocs-live-v1 .geschenke-release-nav {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: flex-end !important;
}

.ocs-live-v1 .geschenke-release-nav a {
    background: #ffffff !important;
    border: 1px solid rgba(61, 22, 66, 0.18) !important;
    border-radius: 8px !important;
    color: #35143c !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    min-height: 36px !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
}

.ocs-live-v1.geschenke-home {
    background: #fff7e8 !important;
}

.ocs-live-v1.geschenke-home .geschenke-hero {
    align-items: center !important;
    background:
        radial-gradient(circle at 80% 24%, rgba(255, 209, 90, 0.18), transparent 28%),
        #1d2330 !important;
    gap: 44px !important;
    min-height: 650px !important;
    padding-bottom: 64px !important;
    padding-top: 64px !important;
}

.ocs-live-v1.geschenke-home .geschenke-hero h1 {
    font-size: 5.6rem !important;
    line-height: 0.94 !important;
    max-width: 700px !important;
}

.ocs-live-v1.geschenke-home .geschenke-hero p {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1.18rem !important;
    line-height: 1.65 !important;
    max-width: 600px !important;
}

.ocs-live-v1.geschenke-home .geschenke-photo-grid {
    max-width: 520px !important;
}

.ocs-live-v1.geschenke-home .geschenke-photo-grid figure {
    border-width: 6px !important;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18) !important;
}

.ocs-live-v1.geschenke-home .geschenke-band {
    background: #ffffff !important;
    border: 1px solid rgba(29, 35, 48, 0.1) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 42px rgba(29, 35, 48, 0.08) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 auto !important;
    max-width: 1160px !important;
    overflow: visible !important;
    padding: 12px !important;
    white-space: normal !important;
}

.ocs-live-v1.geschenke-home .geschenke-band span {
    background: #fff7e8 !important;
    border: 1px solid rgba(29, 35, 48, 0.08) !important;
    border-radius: 999px !important;
    color: #47354b !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
    text-transform: none !important;
}

.ocs-live-v1.geschenke-home .geschenke-band span:nth-child(n+8) {
    display: none !important;
}

.ocs-live-v1.geschenke-home .geschenke-heading h2 {
    font-size: 3.35rem !important;
    line-height: 1.02 !important;
}

.ocs-live-v1.geschenke-finder {
    padding-top: 0 !important;
}

.ocs-live-v1.geschenke-finder .geschenke-finder-shell {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    padding-bottom: 58px !important;
    padding-top: 42px !important;
    width: 100% !important;
}

.ocs-live-v1.geschenke-finder .geschenke-finder-intro,
.ocs-live-v1.geschenke-finder .geschenke-finder-panel {
    border-radius: 8px !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
}

.ocs-live-v1.geschenke-finder .geschenke-finder-intro h1 {
    font-size: 4.15rem !important;
    line-height: 0.98 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.ocs-live-v1.geschenke-finder .geschenke-finder-intro h1 span {
    display: block !important;
}

.ocs-live-v1.geschenke-finder .geschenke-finder-form {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ocs-live-v1.geschenke-finder .ocs-choice-list button {
    font-size: 13px !important;
    min-width: 0 !important;
    padding: 9px 10px !important;
}

.ocs-live-v1.geschenke-categories,
.ocs-live-v1.geschenke-printables {
    background:
        linear-gradient(rgba(61, 22, 66, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(61, 22, 66, 0.035) 1px, transparent 1px),
        #fff7e8 !important;
    background-size: 46px 46px !important;
    padding: 0 20px 44px !important;
}

.ocs-live-v1.geschenke-categories > section,
.ocs-live-v1.geschenke-printables > section {
    box-shadow: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1160px !important;
}

.ocs-live-v1.geschenke-categories > section:first-of-type,
.ocs-live-v1.geschenke-printables > section:first-of-type {
    background: #35143c !important;
    border: 1px solid rgba(61, 22, 66, 0.22) !important;
    color: #ffffff !important;
    margin-top: 34px !important;
    padding: clamp(28px, 5vw, 54px) !important;
}

.ocs-live-v1.geschenke-categories > section:first-of-type h1,
.ocs-live-v1.geschenke-printables > section:first-of-type h1 {
    color: #ffffff !important;
    font-size: clamp(2.3rem, 5vw, 4.6rem) !important;
    line-height: 1.02 !important;
    max-width: 850px !important;
}

.ocs-live-v1.geschenke-categories > section:first-of-type p,
.ocs-live-v1.geschenke-printables > section:first-of-type p {
    color: #fff3d7 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.ocs-live-v1.geschenke-categories > section:first-of-type a,
.ocs-live-v1.geschenke-printables > section:first-of-type a {
    border-radius: 8px !important;
    display: inline-flex !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    margin-right: 8px !important;
}

.ocs-live-v1.geschenke-categories > section:first-of-type p a {
    color: #1d2330 !important;
}

.ocs-live-v1.geschenke-printables > section:first-of-type p:nth-of-type(3) a {
    color: #ffffff !important;
}

.ocs-live-v1.geschenke-printables > section:first-of-type p:nth-of-type(4) a {
    color: #35143c !important;
}

.ocs-live-v1.geschenke-categories > section:nth-of-type(2) {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
}

.ocs-live-v1.geschenke-categories > section:nth-of-type(2) > div,
.ocs-live-v1.geschenke-printables > section:not(:first-of-type) {
    background: rgba(255, 252, 246, 0.96) !important;
    border: 1px solid rgba(61, 22, 66, 0.2) !important;
    border-radius: 8px !important;
}

.ocs-live-v1.geschenke-categories h2,
.ocs-live-v1.geschenke-printables h2 {
    color: #1d2330 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    line-height: 1.15 !important;
}

.ocs-live-v1.geschenke-categories p,
.ocs-live-v1.geschenke-printables p {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    line-height: 1.55 !important;
}

body.ocs-live-release-active #wrapper-footer-colophon,
body.page-id-367 #wrapper-footer-colophon,
body.page-id-25738 #wrapper-footer-colophon,
body.page-id-25755 #wrapper-footer-colophon,
body.page-id-25756 #wrapper-footer-colophon {
    background: #ffffff !important;
    border-top: 1px solid rgba(61, 22, 66, 0.16) !important;
    color: #594760 !important;
    padding: 18px 20px !important;
}

@media (max-width: 760px) {
    .ocs-live-v1 .geschenke-release-header {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding: 16px 20px !important;
    }

    .ocs-live-v1 .geschenke-release-nav {
        justify-content: flex-start !important;
    }

    .ocs-live-v1.geschenke-home .geschenke-hero {
        gap: 28px !important;
        grid-template-columns: 1fr !important;
        min-height: auto !important;
        padding-bottom: 46px !important;
        padding-top: 42px !important;
    }

    .ocs-live-v1.geschenke-home .geschenke-hero h1 {
        font-size: 3.7rem !important;
    }

    .ocs-live-v1.geschenke-home .geschenke-band {
        margin: 0 20px !important;
    }

    .ocs-live-v1.geschenke-home .geschenke-heading {
        grid-template-columns: 1fr !important;
    }

    .ocs-live-v1.geschenke-home .geschenke-heading h2 {
        font-size: 2.75rem !important;
    }

    .ocs-live-v1.geschenke-finder {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-shell,
    .ocs-live-v1.geschenke-finder .geschenke-finder-form {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-shell {
        padding-top: 34px !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-intro {
        padding: 30px !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-intro h1 {
        font-size: 2.85rem !important;
        line-height: 1.02 !important;
        overflow-wrap: break-word !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-intro h1 span {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .ocs-live-v1 .geschenke-hero h1 {
        font-size: 2.9rem !important;
        word-break: normal !important;
    }

    .ocs-live-v1.geschenke-finder .geschenke-finder-intro h1 {
        font-size: 2.45rem !important;
    }
}