.elementor-kit-4{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#54595F;--e-global-color-text:#1D1D1B;--e-global-color-accent:#0041C3;--e-global-color-430c637:#FFFFFF;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:normal;background-color:#F4F4F4;font-family:"Barlow", Sans-serif;font-size:20px;line-height:30px;letter-spacing:0.16px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 p{margin-block-end:20px;}.elementor-kit-4 h1{font-family:"Barlow", Sans-serif;font-weight:normal;}.elementor-kit-4 h2{font-family:"Barlow", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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;}@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 */html {
  font-size: 16px; /* výchozí: 1rem = 16px */
}

body {
  font-size: 1.25rem; /* 20px */
  line-height: 1.6;
}

h1,
.elementor-widget-heading h1 {
  font-size: 2.5rem; /* 52px */
  line-height: 1.2;
  font-weight: bold;
}

h2,
.elementor-widget-heading h2 {
  font-size: 2.5rem; /* 40px */
  line-height: 1.3;
  font-weight: bold;
}

.small,
.small-text,
.elementor-widget-text-editor .small {
  font-size: 1rem; /* 16px */
}

/* Responzivní úpravy */
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
  body {
    font-size: 1.2rem; /* 18px */
  }
  h1,
  .elementor-widget-heading h1 {
    font-size: 2.8rem; /* 42px */
  }
  h2,
  .elementor-widget-heading h2 {
    font-size: 2.2rem; /* 33px */
  }
  .small,
  .small-text,
  .elementor-widget-text-editor .small {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 1.15rem; /* 16.1px */
  }
  h1,
  .elementor-widget-heading h1 {
    font-size: 2.4rem; /* 33.6px */
  }
  h2,
  .elementor-widget-heading h2 {
    font-size: 2rem; /* 28px */
  }
  .small,
  .small-text,
  .elementor-widget-text-editor .small {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13.5px;
  }
  body {
    font-size: 1.1rem; /* 14.8px */
  }
  h1,
  .elementor-widget-heading h1 {
    font-size: 2.1rem; /* ~28px */
  }
  h2,
  .elementor-widget-heading h2 {
    font-size: 1.8rem; /* ~24px */
  }
  .small,
  .small-text,
  .elementor-widget-text-editor .small {
    font-size: 0.85rem;
  }
}/* End custom CSS */