.elementor-kit-6{--e-global-color-primary:#CB0000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#CB0000;--e-global-color-42a44d8:#FFFFFF;--e-global-color-e505293:#00000088;--e-global-color-564ad15:#CB000088;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Courier Prime";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat Alternates";--e-global-typography-accent-font-weight:800;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Roboto", Sans-serif;font-weight:600;text-transform:none;color:var( --e-global-color-42a44d8 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-42a44d8 );border-radius:3px 3px 3px 3px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-564ad15 );color:var( --e-global-color-42a44d8 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-size:36px;line-height:1.4em;}.elementor-kit-6 h2{font-size:30px;line-height:1.2em;}.elementor-kit-6 h3{font-size:24px;}.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 .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-kit-6 h1{font-size:24px;}.elementor-kit-6 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.elementor-location-single {
  flex: 1 0 auto;
}

footer.elementor-location-footer {
  flex-shrink: 0;
}

/* kompenzace výšky WP admin lišty, když je uživatel přihlášený */
body.admin-bar {
  min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 46px); /* na mobilu má adminbar jinou výšku */
  }
}
body.home .elementor-location-single {
  align-content: normal;   /* zrušit flex-end */
  display: flex;
  flex-direction: column;
}

body.home .elementor-location-single > .e-con,
body.home .elementor-location-single > .e-con > .elementor-widget,
body.home .elementor-location-single > .e-con > .elementor-widget > .elementor {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body.home .elementor-location-single > .e-con > .elementor-widget > .elementor > .e-con {
  flex: 1 0 auto;
}

/* poslední (černá) sekce dorovná zbytek, tlačítko zůstane na svém místě */
body.home .elementor-element-3f36856 {
  flex-grow: 1;
  align-items: flex-start;
}/* End custom CSS */