.elementor-kit-651{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3722e60b:#4054B2;--e-global-color-6bc37ad3:#23A455;--e-global-color-2aacbede:#000;--e-global-color-d0f513c:#FFF;--e-global-color-f6feeb3:#7D00FE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.elementor-kit-651 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ungerade Zeilen (1., 3., 5. …) orange */
.u-bonus-table tbody tr:nth-child(odd){
  background-color: #fff4e5;   /* sanftes Orange */
}

/* Gerade Zeilen (2., 4., 6. …) weiß */
.u-bonus-table tbody tr:nth-child(even){
  background-color: #ffffff;
}

/* Optional: Hover-Effekt */
.u-bonus-table tbody tr:hover{
  background-color: #ffe6c7;
}

/* Sichtbarkeit steuern */
.u-desktop-only{ display:block; }
.u-mobile-only{ display:none; }

@media (max-width: 767px){
  .u-desktop-only{ display:none; }
  .u-mobile-only{ display:block; }
}

/* Mobile Cards Styling */
.u-bonus-cards{
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:18px;
  background:#fff;
}

.u-bonus-cards h3{
  margin:0 0 12px;
}

.u-card{
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:14px;
  background:#fff;
  margin:12px 0;
}

.u-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
   margin-bottom:10px;
}

.u-card-title{
  font-weight:900;
  font-size:16px;
  color:#0f172a;
}

.u-card-value{
  font-weight:800;
  color:#0f172a;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  padding:6px 10px;
  border-radius:999px;
  white-space:nowrap;
}

.u-pill{
  font-weight:900;
  color:#16a34a;
  background:#f0fdf4;
  border:1px solid #bbf7d0;
  padding:6px 10px;
  border-radius:999px;
  white-space:nowrap;
}

.u-card-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-top:1px solid #e2e8f0;
}

.u-card-row span{
  color:#64748b;
  font-size:13px;
  min-width:90px;
}

.u-card-row strong{
  color:#0f172a;
  font-size:14px;
  font-weight:700;
  text-align:right;
}

.u-bonus-small{
  margin-top:10px;
  font-size:13px;
  color:#64748b;
}/* End custom CSS */