.elementor-kit-7{--e-global-color-primary:#E52B14;--e-global-color-secondary:#B4B4B4;--e-global-color-text:#000000;--e-global-color-accent:#FF6552;--e-global-color-b660a23:#FFFFFF;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:300;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-font-style:italic;font-family:"Source Sans Pro", Sans-serif;font-weight:300;}.elementor-kit-7 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);}.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 */body.home header {
    margin-bottom: -161px;
    z-index: 2;
    background-color: transparent !important;
}


header.header-sticky.elementor-sticky--effects {
    background-color: #000 !important;
}


.clean-bottom-borders {
    border-collapse: collapse;
    width: 100%;
    border: none;
  }
  
  .clean-bottom-borders tr {
    background: white !important;
    border-bottom: 1px solid #ddd;
  }
  
  .clean-bottom-borders td {
    border: none;
    
    padding: 8px 12px;
    vertical-align: top;
  }
  
  .clean-bottom-borders td:first-child {
    font-weight: bold;
    background: white;
  }
  
 table.clean-bottom-borders tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

table.clean-bottom-borders tbody tr:hover>td, table.clean-bottom-borders tbody tr:hover>th {
    background-color: white;
}



/** Menu Sub Indicator **/


/* Add icon to all sub-menu items - only when header is sticky */
.header-sticky ul.sub-menu li.menu-item a.elementor-sub-item {
    position: relative;
    padding-left: 25px !important; /* Make space for the icon */
}

/* Add the icon using pseudo-element - only when header is sticky */
.header-sticky ul.sub-menu li.menu-item a.elementor-sub-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://chargebloc.captain-wordpress.de/wp-content/uploads/2025/06/angles-right-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  
    transition: filter 0.3s ease;
}

/* Change icon color to white on hover - only when header is sticky */
.header-sticky ul.sub-menu li.menu-item a.elementor-sub-item:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

/* For the first item that already has an img tag, hide it - only when header is sticky */
.header-sticky ul.sub-menu li.menu-item a.elementor-sub-item img {
    display: none;
}



@media (max-width: 767px) {
    body.home header {
    margin-bottom: -107px;
}
}/* End custom CSS */