.elementor-kit-8{--e-global-color-primary:#F49B1A;--e-global-color-secondary:#CCCCCC;--e-global-color-text:#DDDDDD;--e-global-color-accent:#F49B1A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#202020;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#CCCCCC;}.elementor-kit-8 a:hover{color:#CCCCCC;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === WooCommerce Checkout im Dark-Style === */

/* Hintergrund der Checkout-Seite */
.woocommerce-checkout {
  background-color: #1b1b1b;
}

/* Rechte Bestellübersicht-Box dunkel + Text heller */
.wc-block-checkout__sidebar,
.wc-block-cart__totals,
.wc-block-components-panel,
.wc-block-components-totals-wrapper {
  background-color: #242424 !important;
  color: #f5f5f5 !important;
}

/* Kleinere graue Texte in der Sidebar etwas heller */
.wc-block-components-sidebar .wc-block-components-panel__body,
.wc-block-components-sidebar p {
  color: #d0d0d0 !important;
}

/* Primärer Checkout-Button (Jetzt kaufen) orange */
.wc-block-components-checkout-place-order-button,
.woocommerce #place_order,
.woocommerce button.button.alt {
  background-color: #f49b1a !important;   /* dein Orange */
  color: #ffffff !important;
  border-radius: 999px;
  border: none;
  padding: 14px 30px;
}

/* Hover-Zustand Button leicht dunkler */
.wc-block-components-checkout-place-order-button:hover,
.woocommerce #place_order:hover,
.woocommerce button.button.alt:hover {
  background-color: #d88407 !important;
}

/* Text "Kasse" oben etwas heller */
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  color: #f5f5f5;
}
/* === Woo Blocks: Bestellübersicht im Checkout abdunkeln === */

/* gesamte Sidebar + Order-Summary-Box */
.wc-block-checkout__sidebar,
.wc-block-components-sidebar,
.wc-block-checkout__order-summary,
.wc-block-components-order-summary,
.wc-block-components-panel,
.wc-block-components-panel__content {
  background-color: #242424 !important;
  color: #f5f5f5 !important;
}

/* Produktname + Preise in der Bestellübersicht */
.wc-block-components-order-summary-item__name,
.wc-block-components-order-summary-item__quantity,
.wc-block-components-order-summary-item__total,
.wc-block-components-product-metadata,
.wc-block-components-order-summary__button,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item,
.wc-block-components-totals-footer-item * {
  color: #f5f5f5 !important;
}

/* Hintergrund der einzelnen Zeilen leicht abdunkeln */
.wc-block-components-order-summary-item,
.wc-block-components-totals-item {
  background-color: #242424 !important;
}/* End custom CSS */