.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-957467f:#FFE5EC99;--e-global-color-9b0fd2c:#FFFFFF;--e-global-color-1fb3e7a:#FFE5EC99;--e-global-color-a63e055:#000000;--e-global-color-50ebd40:#E5E5E5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:40px;--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-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-0985e83-font-family:"Roboto";--e-global-typography-0985e83-font-size:18px;--e-global-typography-0985e83-font-weight:500;--e-global-typography-d93701f-font-family:"Roboto";--e-global-typography-d93701f-font-size:22px;--e-global-typography-d93701f-font-weight:700;--e-global-typography-ff1962a-font-family:"Philosopher";--e-global-typography-ff1962a-font-size:45px;--e-global-typography-ff1962a-font-weight:500;--e-global-typography-ff1962a-text-transform:none;--e-global-typography-55347bf-font-family:"Philosopher";--e-global-typography-55347bf-font-size:18px;--e-global-typography-55347bf-font-weight:500;--e-global-typography-f8fa43e-font-family:"Philosopher";--e-global-typography-f8fa43e-font-size:22px;--e-global-typography-f8fa43e-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:18px;font-weight:400;border-radius:0px 0px 0px 0px;padding:14px 40px 14px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-kit-6{--e-global-typography-ff1962a-font-size:35px;--e-global-typography-55347bf-font-size:16px;--e-global-typography-f8fa43e-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//********************************************/
/*  iOS-Style Checkout (Woo + Germanized)   */
/*  ohne Schriftarten/-größen zu überschreiben  */
/********************************************/

/* ========= Basis: Nur im Checkout-Bereich ========= */
#content.site-content .wp-block-woocommerce-checkout {
  /* iOS-ähnlicher Hintergrund */
  background-color: #f9f9f9;
  padding: 2rem 1rem;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

/* Haupt-Spaltenlayout (Form links, Zusammenfassung rechts) */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

/* =========== Linker Inhaltsbereich (Form) =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-checkout__main {
  flex: 1 1 60%;
  min-width: 300px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* =========== Rechter Inhaltsbereich (Sidebar/Bestellübersicht) =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
  flex: 1 1 35%;
  min-width: 280px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Titel innerhalb der Abschnitte */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  /* Behalte Original-Schriftgröße, nur Fettung & Farbe anpassen */
  font-weight: 600 !important;
  color: #1c1c1e !important;
  margin-bottom: 0.5rem;
}

/* Untertitel/Beschreibungen */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__description {
  color: #6e6e73;
  margin-bottom: 1rem;
}

/* =========== Formularfelder =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container input[type="text"],
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container input[type="email"],
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container input[type="tel"],
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container input[type="number"],
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container select,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container textarea {
  background-color: #f2f2f7;
  border: 1px solid #d1d1d6;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

/* Fokus-Effekt */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container input:focus,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container select:focus,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__container textarea:focus {
  border-color: #007aff;
  outline: none;
}

/* Labels (wir überschreiben nicht die Fontgröße) */
#content.site-content .wp-block-woocommerce-checkout label {
  font-weight: 500;
  color: #1c1c1e;
  margin-bottom: 0.3rem;
  display: inline-block;
}

/* Checkboxes im iOS-Stil */
#content.site-content .wp-block-woocommerce-checkout input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d1d6;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
}

#content.site-content .wp-block-woocommerce-checkout input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  font-size: 14px;
  color: #007aff;
  top: -2px;
  left: 3px;
}

/* =========== Buttons =========== */
/* Primärer Checkout-Button („Jetzt kaufen“) */
#content.site-content .wp-block-woocommerce-checkout button.wc-block-components-checkout-place-order-button.contained {
  background-color: #007aff !important;
  color: #ffffff !important;
  border: none;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 122, 255, 0.2);
  transition: background-color 0.2s ease-in-out;
}

/* Hover-Effekt */
#content.site-content .wp-block-woocommerce-checkout button.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #005ecb !important;
}

/* Link-Button „Zurück zum Warenkorb“ */
#content.site-content .wp-block-woocommerce-checkout a.wc-block-components-checkout-return-to-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #007aff !important;
  text-decoration: none;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease-in-out;
  background-color: #f2f2f7;
  border: none;
}

/* Hover-Effekt */
#content.site-content .wp-block-woocommerce-checkout a.wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #e6e6ea;
}

/* =========== Bestellübersicht & Produktliste =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-order-summary {
  background-color: #f2f2f7;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

#content.site-content .wp-block-woocommerce-checkout .wc-block-components-order-summary-item {
  border-bottom: 1px solid #d1d1d6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* Letztes Element ohne Linie */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-order-summary-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Zwischensumme, Gesamtsumme, etc. */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-totals-item,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* =========== Express-Zahlungen =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-express-payment__content ul,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-express-payment__event-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

#content.site-content .wp-block-woocommerce-checkout .wc-block-components-express-payment__content li,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-express-payment__event-buttons li {
  flex: 1 1 calc(50% - 1rem);
}

/* Bezahlsymbole oder -buttons */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-express-payment__content .paypal-buttons {
  border-radius: 8px;
  overflow: hidden;
}

/* =========== Accordion-Stile (Gutscheine, AGB o. Ä.) =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-panel__button {
  background: #f2f2f7;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

#content.site-content .wp-block-woocommerce-checkout .wc-block-components-panel__button:hover {
  background: #e6e6ea;
}

/* =========== Hinweistexte, MwSt. & Co. =========== */
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-totals-item__description,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__description p,
#content.site-content .wp-block-woocommerce-checkout .wc-block-components-checkout-step__content .wc-block-components-notices {
  color: #6e6e73;
  font-style: normal;
}

/* =========== Kleinigkeiten =========== */
/* Wir behalten alle Standard-Schriftgrößen und -familien bei. 
   Falls du etwas anpassen möchtest (z.B. .9rem etc.), nutze
   'font-size: inherit' oder '1em', ohne die Grundgrößen zu überschreiben. *//* End custom CSS */