.elementor-kit-25665{--e-global-color-primary:#30BACF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#263C58;--e-global-color-609f302:#00BBD7;--e-global-color-cac6d0f:#F4F4F4;--e-global-color-b1d4969:#008DC2;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-25665 e-page-transition{background-color:#FFBC7D;}.elementor-kit-25665 a{font-size:42px;}.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{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 *//* === GLOBALNI NASLOVI H1–H5 === */
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.4rem);  /* ~28–38px */
  font-weight: 700;
  color: #00bbd7;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);  /* ~25–32px */
  font-weight: 700;
  color: #009fbc;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 1.8vw + 0.8rem, 1.8rem);  /* ~22–29px */
  font-weight: 700;
  color: #007e8f;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.2rem, 1.6vw + 0.6rem, 1.5rem);  /* ~19–24px */
  font-weight: 700;
  font-style: italic;
  color: #007e8f;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.3rem);  /* ~16–21px */
  font-weight: 400;
  font-style: italic;
  color: #007e8f;
  line-height: 1.45;
  margin-bottom: 0.6rem;
}

/* === BESEDILO (BODY) === */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.95rem, 1vw + 0.5rem, 1rem);  /* ~15–16px */
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

/* === POVEZAVE === */
a {
  color: #0073aa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* === MENU TITLE – uporabno v footerju ali stranskem meniju === */
.menu-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #fff;
  margin-bottom: 0.5rem;
  display: block;
  cursor: default;
  user-select: none;
}

/* === FOOTER – headingi in navadno besedilo === */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.1rem) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.3 !important;
  color: #fff;
  margin-bottom: 0.5rem;
}

footer p,
footer a,
footer li {
  font-size: clamp(0.9rem, 1vw + 0.4rem, 1rem) !important;
  line-height: 1.4;
  color: #fff;
}

/* === DODATNO – responsive izenačitev navadnega texta === */
@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }

  footer p,
  footer a,
  footer li {
    font-size: 0.9rem !important;
  }
}/* End custom CSS */