/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */

}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}

/*
 * --------------------------------------------------
 * Sticky Footer: Footer immer am Seitenende
 * --------------------------------------------------
 */
html,
body {
  height: 100%;
}
body.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.page > .c-offcanvas-content-wrap {
  min-height: 100vh;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
body.page .site-page-shell {
  min-height: 100vh;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
body.page .site-page-main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 0;
}
body.page #footer {
  margin-top: auto;
  flex-shrink: 0;
}

body #header {
  background: transparent;
  position: relative;
  z-index: 40;
}

body #header .site-admin-ribbon {
  background: #27303c;
  color: #d9e2ef;
  font-size: 0.72rem;
}

body #header .site-admin-ribbon__inner {
  max-width: 100%;
}

body #header .site-admin-ribbon .nav-link {
  color: inherit;
}

body #header .site-admin-ribbon .nav-link:hover,
body #header .site-admin-ribbon .nav-link:focus {
  color: #fff;
}

body #header .site-header-upper {
  background: linear-gradient(90deg, #0a214d 0%, #0f3d91 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.0rem;
}

body #header .site-header-upper__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 42px;
  padding-bottom: 9px;
  padding-top: 9px;
}

body #header .site-header-upper__meta,
body #header .site-header-upper__tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

body #header .site-header-upper__meta-item,
body #header .site-header-upper__tool-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
}

body #header .site-header-upper__meta-item i,
body #header .site-header-upper__tool-link i {
  color: #c8dbff;
}

body #header .site-header-upper__tool-link {
  opacity: 0.88;
  transition: opacity 0.2s ease, color 0.2s ease;
}

body #header .site-header-upper__tool-link:hover,
body #header .site-header-upper__tool-link:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

body #header .site-header-sticky {
  background: linear-gradient(180deg, #0f4aa8 0%, #0c3b8e 100%);
  box-shadow: 0 24px 48px rgba(8, 27, 61, 0.14);
}

body #header .site-header-main {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #0f4aa8 0%, #0b327d 100%);
  color: #fff;
  padding-bottom: 18px;
  padding-top: 22px;
}

body #header .site-header-main__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

body #header .site-header-brand {
  flex: 1 1 auto;
  min-width: 0;
}

body #header .site-header-brand__link {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}

body #header .site-header-brand__link:hover,
body #header .site-header-brand__link:focus {
  color: #fff;
  text-decoration: none;
}

body #header .site-header-brand__eyebrow {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body #header .site-header-brand__title {
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0;
}

body #header .site-header-brand__title .header-brand-text-alt {
  color: #fff;
}

body #header .site-header-brand__subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  margin-top: 10px;
  max-width: 38rem;
}

body #header .site-header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-left: auto;
}

body #header .site-header-phone {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  gap: 12px;
  min-height: 54px;
  padding: 10px 18px;
  text-decoration: none;
}

body #header .site-header-phone:hover,
body #header .site-header-phone:focus {
  color: #fff;
  text-decoration: none;
}

body #header .site-header-phone__icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #0c3b8e;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

body #header .site-header-phone__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

body #header .site-header-phone__copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body #header .site-header-phone__copy strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

body #header .site-header-actions__cluster {
  align-items: center;
  background: #fff;
  border-radius: 28px 0 0 28px;
  box-shadow: 0 18px 36px rgba(5, 17, 41, 0.18);
  display: inline-flex;
  gap: 10px;
  min-height: 76px;
  padding: 10px 18px 10px 22px;
}

body #header .site-header-action,
body #header .site-header-cart__toggle {
  align-items: center;
  background: #f5f7fb;
  border: 1px solid #e1e8f2;
  border-radius: 50%;
  color: #102b63;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 48px;
}

body #header .site-header-action:hover,
body #header .site-header-action:focus,
body #header .site-header-cart__toggle:hover,
body #header .site-header-cart__toggle:focus {
  background: #0f4aa8;
  box-shadow: 0 14px 28px rgba(15, 74, 168, 0.24);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

body #header .site-header-cart {
  position: relative;
}

body #header .site-header-cart__toggle {
  position: relative;
}

body #header .site-header-cart .cart-link-icon {
  display: inline-flex;
}

body #header .site-header-navbar-shell {
  padding-bottom: 20px;
}

body #header .site-header-navbar {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(8, 27, 61, 0.14);
  display: block;
  margin-top: -6px;
  padding: 0 20px;
}

body #header .site-header-navbar .navbar-main {
  display: flex;
  justify-content: center;
}

body #header .site-header-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  margin: 0;
  width: 100%;
}

body #header .site-header-nav > .nav-item {
  margin: 0;
}

body #header .site-header-nav > .nav-item > .nav-link {
  border-radius: 999px;
  color: #1f2937;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 1rem 1.15rem;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body #header .site-header-nav > .nav-item > .nav-link:hover,
body #header .site-header-nav > .nav-item > .nav-link:focus,
body #header .site-header-nav > .nav-item.show > .nav-link {
  background: rgba(15, 74, 168, 0.08);
  color: #0f4aa8;
}

body #header .site-header-nav .dropdown-menu {
  border: 1px solid #e3ebf6;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgba(8, 27, 61, 0.16);
  margin-top: 8px;
  min-width: 240px;
  padding: 12px;
}

body #header .site-header-nav .dropdown-item {
  border-radius: 10px;
  color: #1f2937;
  font-size: 0.92rem;
  padding: 0.7rem 0.9rem;
}

body #header .site-header-nav .dropdown-item:hover,
body #header .site-header-nav .dropdown-item:focus {
  background: rgba(15, 74, 168, 0.08);
  color: #0f4aa8;
}

@media (min-width: 992px) {
  body #header .site-header-navbar .navbar-main {
    display: flex !important;
    height: auto !important;
    visibility: visible !important;
  }
}

@media (max-width: 1199.98px) {
  body #header .site-header-main__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body #header .site-header-actions {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  body #header .site-header-upper__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body #header .site-header-upper__meta,
  body #header .site-header-upper__tools {
    gap: 10px;
  }

  body #header .site-header-main {
    padding-bottom: 14px;
    padding-top: 18px;
  }

  body #header .site-header-brand__title {
    font-size: 2rem;
  }

  body #header .site-header-brand__subtitle {
    font-size: 0.92rem;
    max-width: none;
  }

  body #header .site-header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body #header .site-header-actions__cluster {
    align-self: stretch;
    border-radius: 24px;
    justify-content: flex-end;
    min-height: 64px;
  }

  body #header .site-header-navbar-shell {
    padding-bottom: 12px;
  }

  body #header .site-header-navbar {
    border-radius: 16px;
    padding: 0 14px;
  }

  body #header .site-header-navbar .navbar-main {
    display: none;
    justify-content: flex-start;
  }

  body #header .site-header-navbar .navbar-main.show,
  body #header .site-header-navbar .navbar-main.in {
    display: block;
  }

  body #header .site-header-nav {
    align-items: stretch;
    display: block;
  }

  body #header .site-header-nav > .nav-item > .nav-link {
    border-radius: 14px;
    padding: 0.9rem 1rem;
  }
}

@media (max-width: 767.98px) {
  body #header .site-header-upper__meta-item:nth-child(n+2) {
    display: none;
  }

  body #header .site-header-upper__tools {
    justify-content: space-between;
    width: 100%;
  }

  body #header .site-header-brand__eyebrow {
    font-size: 0.74rem;
  }

  body #header .site-header-brand__title {
    font-size: 1.7rem;
  }

  body #header .site-header-action,
  body #header .site-header-cart__toggle {
    height: 44px;
    min-width: 44px;
    width: 44px;
  }
}

body .theme-import-content {
  --dt-main-rgb: 223, 10, 10;
  --dt-main-color: rgb(223, 10, 10);
  --dt-secondary-color: #0f0d1d;
  --dt-text-color: #334770;
  --dt-gray-color: #fcfbff;
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

body .theme-import-content--slot-header,
body .theme-import-content--slot-footer {
  overflow: visible;
  position: relative;
  z-index: 20;
}

body .theme-import-content--slot-header #dt_header,
body .theme-import-content--slot-footer #dt_footer,
body .theme-import-content--slot-main_content #dt_slider,
body .theme-import-content--slot-main_content #dt_information {
  font-family: var(--dt-base-family, "Plus Jakarta Sans", Arial, sans-serif);
}

body .theme-import-content--slot-header #dt_header .dt_header-topbar {
  background-color: var(--dt-secondary-color) !important;
  color: #fff !important;
}

body .theme-import-content--slot-header #dt_header .dt_navbar-wrapper {
  background-color: var(--dt-main-color) !important;
}

body .theme-import-content--slot-header #dt_header .dt_navbar-menu {
  background-color: #fff !important;
}

body .theme-import-content--slot-header #dt_header .site--logo img {
  display: block;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  width: auto;
}

body .theme-import-content--slot-main_content #dt_slider {
  background-color: #0f172a;
  min-height: clamp(520px, 52vw, 820px);
  overflow: hidden;
  position: relative;
}

body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel,
body .theme-import-content--slot-main_content #dt_slider .owl-stage-outer,
body .theme-import-content--slot-main_content #dt_slider .owl-stage,
body .theme-import-content--slot-main_content #dt_slider .owl-item,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-item,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-inner,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-innercell {
  min-height: clamp(520px, 52vw, 820px);
}

body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel:not(.owl-loaded) {
  display: block !important;
  height: auto !important;
}

body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel:not(.owl-loaded) .dt_slider-item {
  display: none;
}

body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel:not(.owl-loaded) .dt_slider-item:first-child {
  display: block;
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-item {
  overflow: hidden;
  position: relative;
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-item > img {
  height: 100% !important;
  inset: 0;
  max-height: none !important;
  min-height: clamp(520px, 52vw, 820px);
  object-fit: cover;
  position: absolute;
  width: 100% !important;
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-bgsvg,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-wrapper {
  inset: 0;
  min-height: clamp(520px, 52vw, 820px);
  position: absolute;
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-wrapper {
  align-items: center;
  background: linear-gradient(90deg, rgba(15, 13, 29, 0.78), rgba(15, 13, 29, 0.46), rgba(15, 13, 29, 0.16));
  display: flex;
  overflow: visible;
  z-index: 2;
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-content {
  color: #fff;
  max-width: min(720px, 92vw);
}

body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .title,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .subtitle,
body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .text {
  color: #fff;
}

body .theme-import-content--slot-main_content #dt_slider .owl-nav button,
body .theme-import-content--slot-main_content #dt_slider .owl-dots button {
  cursor: pointer;
}

body .theme-import-content--slot-main_content #dt_information {
  margin-top: -80px;
  padding-bottom: 72px;
  position: relative;
  z-index: 5;
}

body .theme-import-content--slot-main_content #dt_information .dt-row {
  row-gap: 32px;
}

body .theme-import-content--slot-main_content #dt_information .dt-col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 18px;
  padding-right: 18px;
}

body .theme-import-content--slot-main_content #dt_information .item-inner {
  display: flex;
  height: 100%;
  min-height: 360px;
}

body .theme-import-content--slot-main_content #dt_information .item-content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

body .theme-import-content--slot-main_content #dt_information .item-icon {
  background-color: var(--dt-main-color) !important;
  color: #fff !important;
}

body .theme-import-content--slot-main_content #dt_information .dt-more {
  background-color: var(--dt-main-color) !important;
  color: #fff !important;
}

body .theme-import-content--slot-footer #dt_footer {
  background-color: var(--dt-secondary-color) !important;
  color: #b0a9c0;
}

body .theme-import-content--slot-footer #dt_footer a,
body .theme-import-content--slot-footer #dt_footer h3,
body .theme-import-content--slot-footer #dt_footer h5,
body .theme-import-content--slot-footer #dt_footer .widget-title {
  color: #fff;
}

body .theme-import-content--live_site .wow {
  animation-name: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body .theme-import-content *,
body .theme-import-content *::before,
body .theme-import-content *::after {
  box-sizing: border-box;
}

body .theme-import-content .dt-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1180px, calc(100vw - 32px));
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

body .theme-import-content--live_site .dt-container {
  max-width: min(1320px, calc(100vw - 48px));
}

body .theme-import-content--slot-main_content .dt-container {
  max-width: min(1180px, calc(100vw - 32px));
}

body .theme-import-content--slot-header #dt_header .dt_header-topbar .contact__body,
body .theme-import-content--slot-header #dt_header .dt_header-topbar .title {
  white-space: nowrap;
}

body .theme-import-content--slot-header #dt_header .dt_navbar-mainmenu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

body .theme-import-content--slot-header #dt_header .dt_navbar-mainmenu > li > a {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  body .theme-import-content--slot-header #dt_header .dt_header-topbar,
  body .theme-import-content--slot-header #dt_header .dt_navbar {
    display: none !important;
  }

  body .theme-import-content--slot-header #dt_header .dt_mobilenav {
    display: block !important;
  }

  body .theme-import-content--slot-main_content #dt_slider,
  body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel,
  body .theme-import-content--slot-main_content #dt_slider .owl-stage-outer,
  body .theme-import-content--slot-main_content #dt_slider .owl-stage,
  body .theme-import-content--slot-main_content #dt_slider .owl-item,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-item,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-inner,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-innercell,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-item > img,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-bgsvg,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-wrapper {
    min-height: 520px;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content {
    max-width: min(310px, calc(100vw - 72px));
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .subtitle {
    font-size: 1.45rem;
    line-height: 1.25;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .title {
    font-size: clamp(2.8rem, 9vw, 3.4rem);
    line-height: 1.12;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .text {
    font-size: 1.35rem;
    line-height: 1.55;
  }

  body .theme-import-content--slot-main_content #dt_slider .owl-nav .owl-prev {
    left: 10px;
  }

  body .theme-import-content--slot-main_content #dt_slider .owl-nav .owl-next {
    right: 10px;
  }

  body .theme-import-content--slot-main_content #dt_information {
    margin-top: -42px;
    padding-top: 0 !important;
    padding-bottom: 48px;
  }

  body .theme-import-content--slot-main_content #dt_information .dt-row {
    padding-top: 0 !important;
  }

  body .theme-import-content--slot-main_content #dt_information .dt-col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  body .theme-import-content--slot-header #dt_header .dt_mobilenav-menu {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  body .theme-import-content--slot-header #dt_header .dt_mobilenav-logo img {
    max-width: 140px;
  }

  body .theme-import-content--slot-main_content #dt_slider,
  body .theme-import-content--slot-main_content #dt_slider .dt_owl_carousel,
  body .theme-import-content--slot-main_content #dt_slider .owl-stage-outer,
  body .theme-import-content--slot-main_content #dt_slider .owl-stage,
  body .theme-import-content--slot-main_content #dt_slider .owl-item,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-item,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-inner,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-innercell,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-item > img,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-bgsvg,
  body .theme-import-content--slot-main_content #dt_slider .dt_slider-wrapper {
    min-height: 500px;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content {
    margin-bottom: 42px;
    max-width: min(300px, calc(100vw - 64px));
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .subtitle {
    display: inline-flex;
    justify-content: center;
    max-width: 260px;
    padding: 8px 18px;
    white-space: normal;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .title {
    font-size: 2.9rem;
    margin-bottom: 12px;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_slider-content .text {
    margin-bottom: 14px;
  }

  body .theme-import-content--slot-main_content #dt_slider .dt_btn-group .dt-btn {
    padding-left: 22px;
    padding-right: 22px;
  }

  body .theme-import-content--slot-main_content #dt_slider .owl-dots {
    bottom: 34px !important;
  }

  body .theme-import-content--slot-main_content #dt_information {
    margin-top: -120px;
  }

  body .theme-import-content--slot-main_content #dt_information .dt-col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  body .theme-import-content--slot-main_content #dt_information .item-inner {
    min-height: 300px;
  }
}

body .theme-import-content .dt-row {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

body .theme-import-content .dt-col-lg-3,
body .theme-import-content .dt-col-md-3,
body .theme-import-content .dt-col-sm-6,
body .theme-import-content .dt-col-12 {
  min-width: 0;
}

body .theme-import-content .dt_service .item-title,
body .theme-import-content .dt_service .item-title a,
body .theme-import-content .dt_item_inner .item-title,
body .theme-import-content .dt_item_inner .item-title a {
  color: #111827 !important;
  font-size: clamp(1.02rem, 1.05vw, 1.18rem);
  letter-spacing: 0;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}

body .theme-import-content .dt_service .item-content,
body .theme-import-content .dt_service .item-content-inner,
body .theme-import-content .dt_service .item-content .desc,
body .theme-import-content .dt_service .item-inner:hover .item-content,
body .theme-import-content .dt_service .item-inner:focus-within .item-content {
  color: #1f2937 !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body .theme-import-content p,
body .theme-import-content .desc,
body .theme-import-content .item-content,
body .theme-import-content .item-content-inner {
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 991.98px) {
  body .theme-import-content .dt-col-lg-3,
  body .theme-import-content .dt-col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  body .theme-import-content .dt-col-lg-3,
  body .theme-import-content .dt-col-md-3,
  body .theme-import-content .dt-col-sm-6,
  body .theme-import-content .dt-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Mobile Sitenav (Page ohne/wenig Content ist Sitenav sichtbar) */
.navbar-offcanvas
.navbar-main,
.navbar-offcanvas
.navbar-main.collapse,
.navbar-offcanvas
.navbar-main.in,
.navbar-offcanvas.navbar-main,
.navbar-offcanvas.navbar-main.collapse,
.navbar-offcanvas.navbar-main.in {
    padding: 0;
    margin: 0;
    height: auto !important; /* Default: 100% !important */
    display: block !important;
    visibility: visible !important;
}

/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
.submenu-link { 
  color: #c9c9c9 !important; 
}
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */

  /* ===== Desktop Navigation: Hover-Dropdown ===== */
  /* Haupt-Dropdown beim Hover öffnen */
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* Sub-Dropdown beim Hover öffnen */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* Sanfte Einblend-Animation */
  .navbar-nav .nav-item.dropdown .dropdown-menu,
  .dropdown-submenu .dropdown-menu {
    transition: opacity .18s ease, visibility .18s ease;
    display: none;
  }
  /* Nav-Link aktiv-Indikator beim Hover */
  .navbar-nav .nav-item > .nav-link:hover {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */
@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */
}

@media (max-width: 767.98px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */
@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/*
 * --------------------------------------------------
 * 4. Google Font
 * Open-Sans, 300, 400, 700 - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-300.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-700.woff') format('woff');
}

/*
 * --------------------------------------------------
 * 5. Google Font
 * Rambla, 400, 700 - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
@font-face {
  font-display: swap;
  font-family: 'Rambla';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rambla-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/rambla-v13-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Rambla';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rambla-v13-latin-700.woff2') format('woff2'),
       url('../fonts/rambla-v13-latin-700.woff') format('woff');
}

 /*
 * --------------------------------------------------
 * 6. Google Font
 * Calligraffitti - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
@font-face {
  font-display: swap;
  font-family: 'Calligraffitti';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/calligraffitti-v19-latin-regular.woff2') format('woff2'),
       url('../fonts/calligraffitti-v19-latin-regular.woff') format('woff');
}

 /*
 * --------------------------------------------------
 * 7. Google Font
 * Roboto-Slab, 400, 700 - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-slab-v24-latin-700.woff') format('woff');
}

 /*
 * --------------------------------------------------
 * 8. Google Font
 * Special Elite, 400 - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
/* @font-face {
  font-display: swap;
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/special-elite-v18-latin-regular.woff2') format('woff2'),
       url('../fonts/special-elite-v18-latin-regular.woff') format('woff');
} */

 /*
 * --------------------------------------------------
 * 9. Google Font
 * Roboto, 100, 400, 700 - latin
 * public/assets/fonts
 *--------------------------------------------------
 */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.woff2') format('woff2'),
       url('../fonts/roboto-v30-latin-100.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v30-latin-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-v30-latin-700.woff') format('woff');
}

/*
 * --------------------------------------------------
 * Cart Dropdown & Badge
 * --------------------------------------------------
 */

/* Badge: Kreis oben rechts am Warenkorb-Icon */
.cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #495057;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

/* Warenkorb-Icon-Wrapper braucht relative Positionierung für Badge */
.cart-link-icon {
  position: relative;
}

/* Dropdown: rechte Kante ausrichten */
#cart-dropdown-menu {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 100%;
  z-index: 1050;
}

/* Header-Block: Overflow visible damit Cart-Dropdown nicht geclippt wird */
.header-block,
.header-inner,
.header {
  overflow: visible !important;
}

/*
 * --------------------------------------------------
 * Neuer Site-Header: Topbar + Navbar
 * --------------------------------------------------
 */

/* Topbar */
.site-topbar {
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  padding: 4px 0;
  position: relative;
  z-index: 1065;
}
.site-topbar-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  transition: color .15s, background .15s;
}
.site-topbar-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.site-topbar .dropdown-menu {
  z-index: 2100;
}

/*
 * --------------------------------------------------
 * Customer Support Tickets
 * --------------------------------------------------
 */
body .support-ticket-page,
body .support-ticket-form-page {
  max-width: 1100px;
}

body .support-ticket-intro {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #eef5ff 100%);
}

body .support-ticket-intro::after {
  content: "";
  position: absolute;
  top: -7.5rem;
  right: -4.5rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.08);
}

body .support-ticket-intro .card-body {
  position: relative;
  z-index: 1;
}

body .support-ticket-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body .support-ticket-intro__title {
  color: #0f172a;
  font-size: 1.85rem;
  line-height: 1.2;
}

body .support-ticket-intro__lead {
  max-width: 40rem;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.7;
}

body .support-ticket-intro__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

body .support-ticket-intro__point {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  color: #334155;
  font-size: 0.9rem;
}

body .support-ticket-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body .support-ticket-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

body .support-ticket-btn {
  min-width: 200px;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

body .support-ticket-btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #0f62fe 100%);
  color: #ffffff;
}

body .support-ticket-btn--primary:hover,
body .support-ticket-btn--primary:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8 0%, #0b57d0 100%);
}

body .support-ticket-btn--secondary {
  border: 1px solid #d7dde6;
  background: #ffffff;
  color: #1f2937;
}

body .support-ticket-btn--secondary:hover,
body .support-ticket-btn--secondary:focus {
  color: #0f172a;
  background: #f8fafc;
}

body .support-ticket-btn--compact {
  min-width: 0;
  box-shadow: none;
}

body .support-ticket-toolbar__note {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.08);
}

body .support-ticket-toolbar__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.95rem;
  background: #eff6ff;
  color: #2563eb;
  font-size: 1rem;
}

body .support-ticket-stat-card {
  border-radius: 1.1rem;
}

body .support-ticket-stat-card .card-body {
  padding: 1.8rem 1rem;
}

body .support-ticket-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body .support-ticket-stat-icon--open {
  background: #e8f1ff;
  color: #2563eb;
}

body .support-ticket-stat-icon--progress {
  background: #ecfeff;
  color: #0f766e;
}

body .support-ticket-stat-icon--closed {
  background: #ecfdf3;
  color: #15803d;
}

body .support-ticket-stat-icon--cancelled {
  background: #f3f4f6;
  color: #374151;
}

body .support-ticket-stat-label {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

body .support-ticket-stat-help {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.78rem;
}

body .support-ticket-panel {
  overflow: hidden;
  border-radius: 1.15rem;
}

body .support-ticket-panel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
}

body .support-ticket-panel__eyebrow {
  margin-bottom: 0.45rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .support-ticket-panel__title {
  color: #0f172a;
  font-size: 1.2rem;
}

body .support-ticket-panel__subtitle {
  margin-bottom: 0;
  color: #64748b;
  font-size: 0.93rem;
  line-height: 1.6;
}

body .support-ticket-panel__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.25rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

body .support-ticket-panel__count--muted {
  background: #f1f5f9;
  color: #475569;
}

body .support-ticket-item + .support-ticket-item {
  border-top: 1px solid #edf2f7;
}

body .support-ticket-item {
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

body .support-ticket-item__topline,
body .support-ticket-history-card__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

body .support-ticket-item__number {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body .support-ticket-item__title {
  margin-bottom: 0.85rem;
  color: #0f172a;
  font-size: 1.18rem;
}

body .support-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: #64748b;
  font-size: 0.85rem;
}

body .support-ticket-message-box {
  padding: 1rem 1.1rem;
  border: 1px solid #e5edf7;
  border-radius: 1rem;
  background: #ffffff;
}

body .support-ticket-message {
  color: #334155;
  margin-bottom: 0;
  line-height: 1.65;
}

body .support-ticket-empty {
  padding: 3rem 2rem;
  text-align: center;
}

body .support-ticket-empty--split {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  text-align: left;
}

body .support-ticket-empty__main {
  flex: 1 1 auto;
}

body .support-ticket-empty__aside {
  flex: 0 0 18rem;
  max-width: 18rem;
}

body .support-ticket-empty__actions {
  margin-top: 1.5rem;
}

body .support-ticket-empty--compact {
  padding: 1.75rem 1.5rem;
}

body .support-ticket-empty__icon {
  width: 70px;
  height: 70px;
  margin: 0 0 1rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
}

body .support-ticket-empty__icon--muted {
  background: #f1f5f9;
  color: #475569;
}

body .support-ticket-tips {
  margin: 0;
  padding-left: 1rem;
  color: #475569;
}

body .support-ticket-tips li + li {
  margin-top: 0.65rem;
}

body .support-ticket-tip-card {
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

body .support-ticket-actions-card {
  height: 100%;
  padding: 1rem 1rem 1.1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

body .support-ticket-actions-card__label,
body .support-ticket-history-card__date-label {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body .support-ticket-actions-card__label {
  margin-bottom: 0.8rem;
}

body .support-ticket-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body .support-ticket-actions .btn {
  width: 100%;
  border-radius: 0.9rem;
  padding: 0.72rem 0.95rem;
  font-weight: 700;
}

body .support-ticket-status-badge {
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  font-weight: 700;
}

body .support-ticket-history-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body .support-ticket-history-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body .support-ticket-history-card__main {
  flex: 1 1 auto;
  min-width: 0;
}

body .support-ticket-history-card__side {
  flex: 0 0 13.75rem;
  max-width: 13.75rem;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: rgba(241, 245, 249, 0.82);
  text-align: right;
}

body .support-ticket-history-card__date {
  margin: 0.35rem 0 0.8rem;
  color: #0f172a;
  font-weight: 700;
}

body .support-ticket-history-card__link {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

body .support-ticket-history-card__link:hover {
  text-decoration: underline;
}

body .support-ticket-history-card__link--muted {
  color: #64748b;
}

body .support-ticket-empty--history {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: left;
}

body .support-ticket-empty--history .support-ticket-empty__icon {
  margin-bottom: 0;
}

body .support-ticket-order-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

@media (max-width: 991.98px) {
  body .support-ticket-intro__title {
    font-size: 1.55rem;
  }

  body .support-ticket-toolbar__actions {
    justify-content: stretch;
  }

  body .support-ticket-empty--split,
  body .support-ticket-history-card {
    flex-direction: column;
  }

  body .support-ticket-empty__aside,
  body .support-ticket-history-card__side {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  body .support-ticket-history-card__side {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  body .support-ticket-toolbar__actions,
  body .support-ticket-intro__points {
    flex-direction: column;
  }

  body .support-ticket-btn,
  body .support-ticket-toolbar__actions .btn {
    width: 100%;
    min-width: 0;
  }

  body .support-ticket-panel__header,
  body .support-ticket-empty--history {
    align-items: flex-start;
    text-align: left;
  }

  body .support-ticket-panel__header {
    flex-direction: column;
  }

  body .support-ticket-meta {
    gap: 0.5rem 0.85rem;
  }

  body .support-ticket-empty,
  body .support-ticket-item {
    padding: 1.5rem 1.25rem;
  }
}

/* Hauptnavbar */
.site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 3px 12px rgba(0,0,0,.14);
  position: sticky;
  top: 0;
  z-index: 1055;
  padding: 0.5rem 0;
}

/* Brand */
.site-navbar-brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  padding: 0;
  margin-right: 2rem;
}
.site-navbar-brand:hover {
  text-decoration: none;
}
.site-navbar-brand-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
}
.site-navbar-brand-slogan {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

/* Nav links */
.site-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.6rem 0.9rem;
  border-radius: 6px;
  transition: background .15s, color .15s;
}
.site-navbar .navbar-nav .nav-link:hover,
.site-navbar .navbar-nav .nav-item.show > .nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
.site-navbar .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  border-radius: 8px;
  padding: 6px 0;
}
.site-navbar .navbar-nav .dropdown-item {
  font-size: 0.875rem;
  padding: 0.45rem 1rem;
  color: #495057;
  border-radius: 4px;
  margin: 1px 4px;
}
.site-navbar .navbar-nav .dropdown-item:hover {
  background: #f0f0f0;
  color: #212529;
}

/* Desktop hover auf Nav-Dropdowns */
@media (min-width: 992px) {
  .site-navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Warenkorb-Button */
.site-navbar-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.15rem;
  text-decoration: none;
  transition: background .15s, color .15s;
  background: transparent;
}
.site-navbar-cart-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

/* Icon-Buttons (Off-Canvas, etc.) */
.site-navbar-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.site-navbar-icon-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

/* Hamburger */
.site-navbar-toggler {
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
}
.site-navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Mobile Collapse */
@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .site-navbar .navbar-nav .dropdown-menu {
    background: #ffffff;
  }
  .site-navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
  }
  .site-navbar .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: none;
    border-radius: 6px;
    margin: 2px 0 4px 12px;
    padding: 4px 0;
  }
  .site-navbar-mobile-user {
    padding-bottom: 8px;
  }
}

#cart-dropdown-menu {
  background: #fff !important;
  border: 1px solid #dee2e6;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  z-index: 2100;
}


/* ═══════════════════════════════════════════════════════════
   Account Dashboard (Mein Konto)
   ═══════════════════════════════════════════════════════════ */

.account-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 55%, #0f3460 100%);
  padding: 28px 0;
}
.account-hero-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.account-hero-back:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  transform: translateX(-1px);
}
.account-hero-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.account-hero-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  margin-bottom: 0.25rem;
}
.account-hero-breadcrumb-link {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.account-hero-breadcrumb-link:hover {
  color: #fff;
  text-decoration: none;
}
.account-hero-breadcrumb-separator {
  font-size: 0.6rem;
  opacity: 0.5;
}
.account-hero-name {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}
.account-hero-email {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.account-page-bg {
  background: #f4f6f9;
  min-height: 60vh;
}
.customer-account-page {
  max-width: 1180px;
}
.customer-page-shell--medium {
  max-width: 980px;
}
.account-mobile-card {
  border-radius: 1rem;
}
.account-mobile-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.account-mobile-select {
  min-height: 46px;
  border-radius: 0.9rem;
  border-color: #dbe3ef;
}

/* Sidebar */
.account-sidebar-card {
  position: sticky;
  top: 90px;
  border-radius: 1.1rem;
}
.account-sidebar-title {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}
.account-sidebar-copy {
  margin: 0.45rem 0 1rem;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.6;
}
.account-nav-link {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: #4a5568;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.account-nav-link:hover {
  background: #f0f4ff;
  color: #2563eb;
}
.account-nav-link.active {
  background: #e8efff;
  color: #2563eb;
  font-weight: 600;
}
.account-nav-link .badge {
  margin-left: auto;
}
.account-nav-icon {
  color: #64748b;
}
.account-nav-icon--wishlist {
  color: #dc2626;
}
.account-nav-icon--orders {
  color: #2563eb;
}
.account-nav-icon--bonus {
  color: #d97706;
}
.account-nav-icon--returns {
  color: #15803d;
}
.account-nav-icon--support {
  color: #1d4ed8;
}
.account-nav-icon--profile {
  color: #475569;
}
.account-panel-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.account-inline-search {
  max-width: 220px;
  border-radius: 999px;
  border-color: #dbe3ef;
}

/* Stat icon circles */
.account-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.account-stat-bubble--orders {
  background: #e8f1ff;
  color: #2563eb;
}
.account-stat-bubble--wishlist {
  background: #fff1f2;
  color: #dc2626;
}
.account-stat-bubble--bonus {
  background: #fff7d6;
  color: #d97706;
}
.account-stat-bubble--earned {
  background: #ecfdf3;
  color: #15803d;
}
.account-stat-bubble--redeemed {
  background: #f1f5f9;
  color: #475569;
}
.account-stat-bubble--returns {
  background: #ecfdf3;
  color: #15803d;
}
.account-stat-bubble--completed {
  background: #dcfce7;
  color: #15803d;
}
.account-stat-bubble--b2b {
  background: #eff6ff;
  color: #1d4ed8;
}
.account-service-card {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.account-service-card h5 {
  color: #0f172a;
  margin-bottom: 0.65rem;
}
.customer-form-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.customer-form-section + .customer-form-section {
  padding-top: 1.5rem;
  border-top: 1px solid #eef2f7;
}
.customer-form-section__title {
  margin-bottom: 1rem;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}
.customer-form-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.customer-form-actions .support-ticket-btn {
  min-width: 0;
}
.customer-quantity-input {
  max-width: 120px;
}
.customer-linked-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.customer-linked-card:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}
.customer-detail-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.customer-detail-grid__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #eef2f7;
}
.customer-detail-grid__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.customer-detail-grid__row span {
  color: #64748b;
  font-size: 0.9rem;
}
.customer-detail-grid__row strong {
  color: #0f172a;
  text-align: right;
}
.customer-detail-highlight__label {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.customer-detail-highlight__value {
  margin-top: 0.35rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.customer-detail-highlight__code {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.4rem 0.65rem;
  border-radius: 0.7rem;
  background: #f8fafc;
  font-family: 'Roboto Mono', 'Courier New', monospace;
  font-size: 0.95rem;
}
.customer-status-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.customer-status-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #64748b;
}
.customer-status-list__item i {
  margin-top: 0.2rem;
}
.customer-status-list__item.is-done {
  color: #15803d;
  font-weight: 600;
}
.customer-status-list__item.is-danger {
  color: #dc2626;
  font-weight: 600;
}

/* Profile data rows */
.account-data-row {
  margin-bottom: 10px;
}
.account-data-row span {
  display: block;
  line-height: 1.2;
  margin-bottom: 1px;
}

/* Wishlist grid card */
.wishlist-card-img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.wishlist-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.4;
}
.wishlist-type-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.wishlist-remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
  border: none;
  background: rgba(220, 53, 69, 0.85);
  color: #fff;
  font-size: 0.75rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.wishlist-remove-btn:hover {
  background: #c82333;
  transform: scale(1.1);
}
.account-table th,
.account-table td {
  vertical-align: middle;
}

/* Mobile responsive */
@media (max-width: 575px) {
  .wishlist-card-img { height: 140px; }
  .account-hero { padding: 18px 0; }
}

/* ════════════════════════════════════════════
   Order Detail Page
════════════════════════════════════════════ */
.order-detail-container { max-width: 1000px; }
.order-detail-status-badge {
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
}

/* Bestellinfo-Zeilen */
.order-info-row { margin-bottom: 10px; }
.order-info-row span { display: block; line-height: 1.2; margin-bottom: 1px; }
.order-address-label {
  margin-bottom: 0.35rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Artikel-Liste */
.order-item-row {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  gap: 14px;
}
.order-item-row:last-child { border-bottom: none; }
.order-item-img { flex-shrink: 0; }
.order-item-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  background: #f7f8fa;
  display: block;
}
.order-item-thumb-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 1.2rem;
}
.order-item-qty {
  min-width: 36px;
  text-align: center;
  font-size: 0.92rem;
}
.order-item-total {
  min-width: 80px;
  text-align: right;
  font-size: 0.95rem;
}

/* Summen */
.order-totals { padding: 4px 0; }
.order-total-row {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 0.9rem;
}
.order-total-final {
  font-weight: 700;
  font-size: 1.05rem;
  border-top: 2px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 4px;
}

/* Status-Timeline */
.order-timeline-card { }
.order-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 10px;
}
.order-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.order-timeline-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8e8e8;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background .2s, color .2s;
}
.order-timeline-step.done .order-timeline-icon {
  background: #d4edda;
  color: #27ae60;
}
.order-timeline-step.active .order-timeline-icon {
  background: #1a1a2e;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(26,26,46,.15);
}
.order-timeline-label {
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  max-width: 80px;
  line-height: 1.3;
}
.order-timeline-step.done .order-timeline-label,
.order-timeline-step.active .order-timeline-label { color: #333; font-weight: 500; }
.order-timeline-line {
  flex: 1;
  height: 3px;
  background: #e8e8e8;
  border-radius: 2px;
  min-width: 30px;
  margin-bottom: 22px;
}
.order-timeline-line.done { background: #27ae60; }

/* Tracking-Link */
.tracking-link { color: #1a1a2e; font-weight: 600; text-decoration: underline dotted; }
.tracking-link:hover { color: #0f3460; text-decoration: underline; }
.tracking-link-icon { font-size: 0.75rem; }

.order-detail-actions-card {
  padding: 0;
  border: 0;
  background: transparent;
}
.order-action-form {
  margin: 0;
}
.order-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
  border-radius: 0.9rem;
  padding: 0.72rem 0.95rem;
  font-weight: 700;
}
.order-bonus-value {
  font-size: 1.05rem;
}

/* Bonuspunkte-Card */
.order-bonus-card { background: linear-gradient(135deg, #fff9e6 0%, #fffde0 100%); border: 1px solid #fde68a !important; }

@media (max-width: 991.98px) {
  .account-panel-tools {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .account-inline-search {
    max-width: none;
    width: 100%;
  }
  .customer-detail-grid__row {
    flex-direction: column;
  }
  .customer-detail-grid__row strong {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .order-timeline-label { font-size: 0.68rem; }
  .order-timeline-icon { width: 34px; height: 34px; font-size: 0.8rem; }
  .order-item-row { flex-wrap: wrap; }
  .order-detail-container { max-width: 100%; }
  .customer-form-actions {
    flex-direction: column;
  }
  .customer-form-actions .support-ticket-btn {
    width: 100%;
  }
}

/*
 * --------------------------------------------------
 * NFOK Slider Layouts
 * --------------------------------------------------
 */
body .nfok-slider {
  position: relative;
  overflow: hidden;
  background: #111827;
  color: #ffffff;
}

body .nfok-slider .carousel-inner,
body .nfok-slider .carousel-item {
  min-height: inherit;
}

body .nfok-slider__surface {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--nfok-slide-bg, #1f2d3d);
}

body .nfok-slider__surface::before,
body .nfok-slider__surface::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body .nfok-slider__surface::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 14, 24, 0.84) 0%, rgba(8, 14, 24, 0.52) 50%, rgba(8, 14, 24, 0.22) 100%);
}

body .nfok-slider__surface::after {
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.35;
}

body .nfok-slider__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body .nfok-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .nfok-slider__container {
  position: relative;
  z-index: 3;
}

body .nfok-slider__content {
  width: min(680px, 100%);
  padding: 64px 0;
}

body .nfok-slider__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body .nfok-slider__headline {
  max-width: 760px;
  color: inherit;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

body .nfok-slider__text {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body .nfok-slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  border-radius: 8px;
  border: 0;
  background: #ffffff;
  color: #142033;
  padding: 12px 22px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body .nfok-slider__button:hover,
body .nfok-slider__button:focus {
  background: #f4c84a;
  color: #111827;
}

body .nfok-slider__control {
  z-index: 4;
  width: 54px;
  opacity: 1;
}

body .nfok-slider__control i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

body .nfok-slider__indicators {
  z-index: 5;
  margin-bottom: 22px;
}

body .nfok-slider__indicators li {
  width: 24px;
  height: 4px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.44);
}

body .nfok-slider__indicators .active {
  background: #f4c84a;
}

body .nfok-slider--nfok-service-hero .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(11, 22, 28, 0.92) 0%, rgba(22, 55, 50, 0.72) 56%, rgba(88, 72, 28, 0.36) 100%);
}

body .nfok-slider--nfok-service-hero .nfok-slider__button:hover,
body .nfok-slider--nfok-service-hero .nfok-slider__button:focus {
  background: #39c6a3;
}

body .nfok-slider--nfok-commerce-hero {
  color: #142033;
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__surface {
  background: var(--nfok-slide-bg, #f8faf7);
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(248, 250, 247, 0.98) 0%, rgba(248, 250, 247, 0.9) 54%, rgba(48, 125, 95, 0.16) 100%);
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__surface::after {
  background-image: linear-gradient(90deg, rgba(37, 99, 235, 0.09), transparent 42%), linear-gradient(rgba(19, 91, 72, 0.08) 1px, transparent 1px);
  background-size: auto, 84px 84px;
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__media {
  inset: 52px 6% 52px auto;
  width: 38%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(19, 35, 48, 0.18);
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__eyebrow {
  border-color: rgba(34, 99, 78, 0.22);
  background: rgba(57, 198, 163, 0.12);
  color: #135b48;
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__text {
  color: #405166;
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__button {
  background: #135b48;
  color: #ffffff;
}

body .nfok-slider--nfok-commerce-hero .nfok-slider__button:hover,
body .nfok-slider--nfok-commerce-hero .nfok-slider__button:focus {
  background: #d99f2b;
}

body .nfok-slider--nfok-product-focus .nfok-slider__content {
  max-width: 560px;
  padding: 36px;
  border-radius: 8px;
  background: rgba(15, 23, 32, 0.78);
  backdrop-filter: blur(8px);
}

body .nfok-slider--nfok-product-focus .nfok-slider__container {
  display: flex;
  justify-content: flex-end;
}

body .nfok-slider--nfok-product-focus .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(12, 13, 18, 0.72) 0%, rgba(12, 13, 18, 0.46) 48%, rgba(198, 131, 54, 0.18) 100%);
}

body .nfok-slider--nfok-feature-stack .nfok-slider__surface {
  background: var(--nfok-slide-bg, #f4f6f8);
  color: #18202b;
}

body .nfok-slider--nfok-feature-stack .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(244, 246, 248, 0.98) 0%, rgba(244, 246, 248, 0.84) 54%, rgba(32, 88, 118, 0.22) 100%);
}

body .nfok-slider--nfok-feature-stack .nfok-slider__surface::after {
  display: none;
}

body .nfok-slider--nfok-feature-stack .nfok-slider__eyebrow {
  border-color: rgba(32, 88, 118, 0.2);
  background: rgba(32, 88, 118, 0.1);
  color: #205876;
}

body .nfok-slider--nfok-feature-stack .nfok-slider__text {
  color: #48576b;
}

body .nfok-slider--nfok-feature-stack .nfok-slider__button {
  background: #205876;
  color: #ffffff;
}

body .nfok-slider--nfok-feature-stack .nfok-slider__content {
  max-width: 560px;
}

body .nfok-slider--nfok-trust-metrics .nfok-slider__surface {
  background: var(--nfok-slide-bg, #20322d);
}

body .nfok-slider--nfok-trust-metrics .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(23, 44, 40, 0.9), rgba(23, 44, 40, 0.64)), linear-gradient(135deg, rgba(244, 200, 74, 0.28), transparent 52%);
}

body .nfok-slider--nfok-trust-metrics .nfok-slider__content {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

body .nfok-slider--nfok-trust-metrics .nfok-slider__text {
  margin-left: auto;
  margin-right: auto;
}

body .nfok-slider--nfok-trust-metrics .nfok-slider__content::after {
  content: "";
  display: block;
  width: min(420px, 80%);
  height: 8px;
  margin: 30px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #39c6a3 0 32%, #f4c84a 32% 66%, rgba(255, 255, 255, 0.72) 66% 100%);
}

body .nfok-slider--nfok-technical-dark .nfok-slider__surface {
  background: var(--nfok-slide-bg, #101316);
}

body .nfok-slider--nfok-technical-dark .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(16, 19, 22, 0.94) 0%, rgba(16, 19, 22, 0.7) 58%, rgba(62, 111, 97, 0.28) 100%);
}

body .nfok-slider--nfok-technical-dark .nfok-slider__surface::after {
  background-image: repeating-linear-gradient(90deg, rgba(57, 198, 163, 0.11) 0, rgba(57, 198, 163, 0.11) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(180deg, rgba(244, 200, 74, 0.08) 0, rgba(244, 200, 74, 0.08) 1px, transparent 1px, transparent 48px);
  opacity: 0.7;
}

body .nfok-slider--nfok-technical-dark .nfok-slider__content {
  max-width: 640px;
  padding: 34px;
  border: 1px solid rgba(57, 198, 163, 0.28);
  border-radius: 8px;
  background: rgba(7, 10, 13, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 60px rgba(0, 0, 0, 0.26);
}

body .nfok-slider--nfok-editorial-minimal {
  color: #171b22;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__surface {
  min-height: 460px;
  background: var(--nfok-slide-bg, #ffffff);
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(216, 159, 43, 0.14) 100%);
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__surface::after {
  display: none;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__eyebrow {
  border-color: rgba(23, 27, 34, 0.14);
  background: #f4f6f8;
  color: #5b6574;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__text {
  color: #4a5565;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__button {
  background: #171b22;
  color: #ffffff;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__content {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

body .nfok-slider--nfok-editorial-minimal .nfok-slider__text {
  margin-left: auto;
  margin-right: auto;
}

body .nfok-slider--nfok-automation-flow .nfok-slider__surface {
  background: var(--nfok-slide-bg, #14231d);
}

body .nfok-slider--nfok-automation-flow .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(20, 35, 29, 0.92), rgba(20, 35, 29, 0.66)), linear-gradient(120deg, rgba(57, 198, 163, 0.2), transparent 46%, rgba(244, 200, 74, 0.16));
}

body .nfok-slider--nfok-automation-flow .nfok-slider__content {
  position: relative;
  padding-left: 86px;
}

body .nfok-slider--nfok-automation-flow .nfok-slider__content::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 28px;
  width: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #39c6a3 0 24%, transparent 24% 38%, #f4c84a 38% 62%, transparent 62% 76%, #ffffff 76% 100%);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.06);
}

body .nfok-slider--nfok-case-study .nfok-slider__surface {
  background: var(--nfok-slide-bg, #222326);
}

body .nfok-slider--nfok-case-study .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(34, 35, 38, 0.92) 0%, rgba(34, 35, 38, 0.64) 50%, rgba(185, 99, 54, 0.28) 100%);
}

body .nfok-slider--nfok-case-study .nfok-slider__content {
  border-left: 6px solid #f4c84a;
  padding-left: 32px;
}

body .nfok-slider--nfok-case-study .nfok-slider__container {
  display: flex;
  align-items: center;
}

body .nfok-slider--nfok-case-study .nfok-slider__content {
  max-width: 720px;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__surface {
  min-height: 320px;
  background: var(--nfok-slide-bg, #f4c84a);
  color: #171b22;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__surface::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.16)), linear-gradient(110deg, rgba(23, 27, 34, 0.12), transparent 42%);
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__surface::after {
  display: none;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__content {
  width: min(900px, 100%);
  padding: 44px 0;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__headline {
  font-size: 34px;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__text {
  max-width: 760px;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__eyebrow {
  border-color: rgba(23, 27, 34, 0.16);
  background: rgba(255, 255, 255, 0.42);
  color: #171b22;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__text {
  color: #2f3742;
}

body .nfok-slider--nfok-announcement-strip .nfok-slider__button {
  background: #171b22;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  body .nfok-slider__surface {
    min-height: 460px;
  }
  body .nfok-slider__content {
    padding: 52px 0;
  }
  body .nfok-slider__headline {
    font-size: 38px;
  }
  body .nfok-slider--nfok-commerce-hero .nfok-slider__media,
  body .nfok-slider--nfok-feature-stack .nfok-slider__surface::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  body .nfok-slider__surface {
    min-height: 420px;
  }
  body .nfok-slider__surface::before {
    background: linear-gradient(90deg, rgba(8, 14, 24, 0.88), rgba(8, 14, 24, 0.62));
  }
  body .nfok-slider__headline {
    font-size: 31px;
    line-height: 1.14;
  }
  body .nfok-slider__text {
    font-size: 16px;
    line-height: 1.55;
  }
  body .nfok-slider__button {
    width: 100%;
    text-align: center;
  }
  body .nfok-slider__control {
    display: none;
  }
  body .nfok-slider--nfok-product-focus .nfok-slider__content {
    padding: 24px;
  }
  body .nfok-slider--nfok-product-focus .nfok-slider__container,
  body .nfok-slider--nfok-case-study .nfok-slider__container {
    display: block;
  }
  body .nfok-slider--nfok-case-study .nfok-slider__content {
    padding-left: 20px;
  }
  body .nfok-slider--nfok-automation-flow .nfok-slider__content {
    padding-left: 0;
  }
  body .nfok-slider--nfok-automation-flow .nfok-slider__content::before {
    display: none;
  }
  body .nfok-slider--nfok-technical-dark .nfok-slider__content {
    padding: 24px;
  }
  body .nfok-slider--nfok-announcement-strip .nfok-slider__headline {
    font-size: 29px;
  }
}

  /*
   * --------------------------------------------------
   * NFOK Slider Modules 2026
   * --------------------------------------------------
   */
  body .nfok-slider__container {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
  }

  body .nfok-slider__module {
    position: relative;
    z-index: 3;
    min-width: 0;
  }

  body .carousel-item.active .nfok-slider__eyebrow,
  body .carousel-item.active .nfok-slider__headline,
  body .carousel-item.active .nfok-slider__text,
  body .carousel-item.active .nfok-slider__button,
  body .carousel-item.active .nfok-slider__module {
    animation: nfokSliderReveal 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body .carousel-item.active .nfok-slider__headline {
    animation-delay: 80ms;
  }

  body .carousel-item.active .nfok-slider__text {
    animation-delay: 160ms;
  }

  body .carousel-item.active .nfok-slider__button {
    animation-delay: 240ms;
  }

  body .carousel-item.active .nfok-slider__module {
    animation-name: nfokSliderModuleReveal;
    animation-delay: 200ms;
  }

  body .carousel-item.active .nfok-slider__media img {
    animation: nfokSliderMedia 1200ms ease-out both;
  }

  @keyframes nfokSliderReveal {
    from {
      opacity: 0;
      transform: translate3d(0, 18px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes nfokSliderModuleReveal {
    from {
      opacity: 0;
      transform: translate3d(24px, 0, 0) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1);
    }
  }

  @keyframes nfokSliderMedia {
    from {
      transform: scale(1.035);
    }
    to {
      transform: scale(1);
    }
  }

  body .nfok-slider__signal-panel,
  body .nfok-slider__product-cards,
  body .nfok-slider__spec-panel,
  body .nfok-slider__feature-grid,
  body .nfok-slider__metric-row,
  body .nfok-slider__terminal-panel,
  body .nfok-slider__quote-card,
  body .nfok-slider__flow-steps,
  body .nfok-slider__case-panel,
  body .nfok-slider__badge-row {
    width: 100%;
  }

  body .nfok-slider__signal-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body .nfok-slider__signal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  }

  body .nfok-slider__signal span {
    color: #f4c84a;
    font-size: 28px;
    font-weight: 800;
  }

  body .nfok-slider__signal strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    text-align: right;
  }

  body .nfok-slider__product-cards {
    display: grid;
    gap: 16px;
  }

  body .nfok-slider__product-card {
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 54px rgba(18, 29, 42, 0.16);
  }

  body .nfok-slider__product-card span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(57, 198, 163, 0.16);
    color: #135b48;
    font-size: 12px;
    font-weight: 800;
  }

  body .nfok-slider__product-card strong,
  body .nfok-slider__feature-card strong,
  body .nfok-slider__flow-step strong {
    display: block;
    color: inherit;
    font-size: 17px;
    line-height: 1.35;
  }

  body .nfok-slider__product-card small {
    display: block;
    margin-top: 8px;
    color: #526174;
    font-size: 13px;
  }

  body .nfok-slider__spec-panel {
    border-radius: 8px;
    background: rgba(8, 12, 18, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  }

  body .nfok-slider__spec-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  body .nfok-slider__spec-row:last-child {
    border-bottom: 0;
  }

  body .nfok-slider__spec-row span,
  body .nfok-slider__flow-step small,
  body .nfok-slider__feature-card span {
    color: rgba(255, 255, 255, 0.72);
  }

  body .nfok-slider__spec-row strong {
    color: #ffffff;
    text-align: right;
  }

  body .nfok-slider__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  body .nfok-slider__feature-card {
    min-height: 136px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 32, 43, 0.08);
    box-shadow: 0 18px 42px rgba(18, 32, 43, 0.1);
  }

  body .nfok-slider__feature-card strong {
    color: #1a2b37;
  }

  body .nfok-slider__feature-card span {
    display: block;
    margin-top: 10px;
    color: #536174;
    line-height: 1.55;
  }

  body .nfok-slider__metric-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  body .nfok-slider__metric-card {
    padding: 22px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
  }

  body .nfok-slider__metric-card strong {
    display: block;
    color: #f4c84a;
    font-size: 30px;
    line-height: 1;
  }

  body .nfok-slider__metric-card span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.4;
  }

  body .nfok-slider__terminal-panel {
    padding: 24px;
    border: 1px solid rgba(57, 198, 163, 0.28);
    border-radius: 8px;
    background: rgba(4, 8, 12, 0.82);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  }

  body .nfok-slider__terminal-line {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #9ce7d4;
    font-family: SFMono-Regular, Consolas, Liberation Mono, monospace;
    font-size: 13px;
  }

  body .nfok-slider__terminal-line:last-child {
    border-bottom: 0;
  }

  body .nfok-slider__integration-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  body .nfok-slider__integration-row span,
  body .nfok-slider__badge-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
  }

  body .nfok-slider__integration-row span {
    padding: 7px 10px;
    background: rgba(244, 200, 74, 0.14);
    color: #f4c84a;
  }

  body .nfok-slider__quote-card {
    margin: 0;
    padding: 34px;
    border-radius: 8px;
    background: #f4f6f8;
    border-left: 6px solid #d99f2b;
  }

  body .nfok-slider__quote-card blockquote {
    margin: 0;
    color: #202938;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
  }

  body .nfok-slider__quote-card figcaption {
    margin-top: 18px;
    color: #657386;
    font-size: 14px;
  }

  body .nfok-slider__flow-steps {
    display: grid;
    gap: 14px;
  }

  body .nfok-slider__flow-step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px 16px;
    align-items: start;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  body .nfok-slider__flow-step span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #39c6a3;
    color: #10231d;
    font-weight: 900;
  }

  body .nfok-slider__flow-step small {
    font-size: 13px;
    line-height: 1.45;
  }

  body .nfok-slider__case-panel {
    padding: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
  }

  body .nfok-slider__case-summary span {
    display: block;
    color: #f4c84a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }

  body .nfok-slider__case-summary strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
  }

  body .nfok-slider__outcome-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  body .nfok-slider__outcome-list li {
    position: relative;
    padding: 9px 0 9px 22px;
    color: rgba(255, 255, 255, 0.82);
  }

  body .nfok-slider__outcome-list li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f4c84a;
  }

  body .nfok-slider__badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  body .nfok-slider__badge-row span {
    padding: 9px 13px;
    background: rgba(255, 255, 255, 0.58);
    color: #171b22;
  }

  body .nfok-slider--nfok-service-hero .nfok-slider__content,
  body .nfok-slider--nfok-feature-stack .nfok-slider__content,
  body .nfok-slider--nfok-technical-dark .nfok-slider__content,
  body .nfok-slider--nfok-automation-flow .nfok-slider__content,
  body .nfok-slider--nfok-case-study .nfok-slider__content {
    padding: 64px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body .nfok-slider--nfok-commerce-hero .nfok-slider__container,
  body .nfok-slider--nfok-feature-stack .nfok-slider__container,
  body .nfok-slider--nfok-editorial-minimal .nfok-slider__container {
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.9fr);
  }

  body .nfok-slider--nfok-product-focus .nfok-slider__container {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 0.92fr);
  }

  body .nfok-slider--nfok-product-focus .nfok-slider__content {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  body .nfok-slider--nfok-product-focus .nfok-slider__module {
    grid-column: 1;
    grid-row: 1;
  }

  body .nfok-slider--nfok-trust-metrics .nfok-slider__container {
    display: block;
  }

  body .nfok-slider--nfok-trust-metrics .nfok-slider__content::after {
    display: none;
  }

  body .nfok-slider--nfok-trust-metrics .nfok-slider__module {
    margin-top: 36px;
  }

  body .nfok-slider--nfok-technical-dark .nfok-slider__content {
    max-width: 620px;
  }

  body .nfok-slider--nfok-editorial-minimal .nfok-slider__content {
    margin: 0;
    text-align: left;
  }

  body .nfok-slider--nfok-editorial-minimal .nfok-slider__text {
    margin-left: 0;
    margin-right: 0;
  }

  body .nfok-slider--nfok-automation-flow .nfok-slider__content {
    padding-left: 0;
  }

  body .nfok-slider--nfok-automation-flow .nfok-slider__content::before {
    display: none;
  }

  body .nfok-slider--nfok-case-study .nfok-slider__content {
    border-left: 0;
    padding-left: 0;
  }

  body .nfok-slider--nfok-case-study .nfok-slider__container {
    display: grid;
  }

  body .nfok-slider--nfok-announcement-strip .nfok-slider__container {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body .nfok-slider--nfok-announcement-strip .nfok-slider__content {
    padding: 54px 0;
  }

  body .nfok-slider--nfok-announcement-strip .nfok-slider__button {
    margin-top: 18px;
  }

  @media (max-width: 991.98px) {
    body .nfok-slider__container,
    body .nfok-slider--nfok-commerce-hero .nfok-slider__container,
    body .nfok-slider--nfok-feature-stack .nfok-slider__container,
    body .nfok-slider--nfok-editorial-minimal .nfok-slider__container,
    body .nfok-slider--nfok-product-focus .nfok-slider__container,
    body .nfok-slider--nfok-case-study .nfok-slider__container,
    body .nfok-slider--nfok-announcement-strip .nfok-slider__container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 26px;
    }

    body .nfok-slider--nfok-product-focus .nfok-slider__content,
    body .nfok-slider--nfok-product-focus .nfok-slider__module {
      grid-column: auto;
      grid-row: auto;
    }

    body .nfok-slider__metric-row,
    body .nfok-slider__feature-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .nfok-slider__badge-row {
      justify-content: flex-start;
    }
  }

  @media (max-width: 767.98px) {
    body .nfok-slider__surface {
      min-height: auto;
    }

    body .nfok-slider__content,
    body .nfok-slider--nfok-service-hero .nfok-slider__content,
    body .nfok-slider--nfok-feature-stack .nfok-slider__content,
    body .nfok-slider--nfok-technical-dark .nfok-slider__content,
    body .nfok-slider--nfok-automation-flow .nfok-slider__content,
    body .nfok-slider--nfok-case-study .nfok-slider__content {
      padding: 42px 0 0;
    }

    body .nfok-slider__module {
      padding-bottom: 42px;
    }

    body .nfok-slider__metric-row,
    body .nfok-slider__feature-grid {
      grid-template-columns: 1fr;
    }

    body .nfok-slider__quote-card,
    body .nfok-slider__case-panel,
    body .nfok-slider__terminal-panel {
      padding: 22px;
    }

    body .nfok-slider__quote-card blockquote,
    body .nfok-slider__case-summary strong {
      font-size: 21px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    body .carousel-item.active .nfok-slider__eyebrow,
    body .carousel-item.active .nfok-slider__headline,
    body .carousel-item.active .nfok-slider__text,
    body .carousel-item.active .nfok-slider__button,
    body .carousel-item.active .nfok-slider__module,
    body .carousel-item.active .nfok-slider__media img {
      animation: none;
    }
  }
