.elementor-kit-6{--e-global-color-primary:#59A5DC;--e-global-color-secondary:#021A34;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D93E36;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{color:#FFFFFF;font-size:32px;text-transform:uppercase;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-size:28px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-size:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:20px;}.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 */.elementor-16 a:hover
 {
    color: #59A5DC !important;
}

/* Offset przewijania dla kotwic */

html {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

/* Ustawienia dla większych ekranów (np. tablety i desktop) */
@media (min-width: 768px) {
  html {
    scroll-padding-top: 150px;
  }
}

/* Style dla breadcrumbs z functions.php */

/* Kontener */
.my-breadcrumbs {
    color: var(--e-global-color-primary);;
    margin-bottom: 10px;
    font-weight: 600;
}

.my-breadcrumbs a {
    text-decoration: none;
    color: #fff; /* Ciemniejszy kolor dla linków */
    transition: color 0.3s;
}

.my-breadcrumbs a:hover {
    color: var(--e-global-color-primary); /* Kolor po najechaniu */
}

/* Ostatni element (bieżąca strona) - nieaktywny */
.my-breadcrumbs span {
    color: var(--e-global-color-primary);; /* Jaśniejszy kolor, żeby odróżnić od linków */
}/* End custom CSS */