.elementor-69 .elementor-element.elementor-element-6964bd8{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.65;--border-radius:0px 0px 50px 50px;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-69 .elementor-element.elementor-element-6964bd8:not(.elementor-motion-effects-element-type-background), .elementor-69 .elementor-element.elementor-element-6964bd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://2026.primakids.sk/wp-content/uploads/2026/04/harmonogram-primakids-uvod.webp");background-position:center center;background-size:cover;}.elementor-69 .elementor-element.elementor-element-6964bd8::before, .elementor-69 .elementor-element.elementor-element-6964bd8 > .elementor-background-video-container::before, .elementor-69 .elementor-element.elementor-element-6964bd8 > .e-con-inner > .elementor-background-video-container::before, .elementor-69 .elementor-element.elementor-element-6964bd8 > .elementor-background-slideshow::before, .elementor-69 .elementor-element.elementor-element-6964bd8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-69 .elementor-element.elementor-element-6964bd8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-blocksy_palette_13 );--background-overlay:'';}.elementor-69 .elementor-element.elementor-element-6964bd8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-69 .elementor-element.elementor-element-d8de24c{--display:flex;}.elementor-69 .elementor-element.elementor-element-3dd2c97{text-align:center;}.elementor-69 .elementor-element.elementor-element-3dd2c97 .elementor-heading-title{color:var( --e-global-color-blocksy_palette_11 );}.elementor-69 .elementor-element.elementor-element-7c4dffa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-69 .elementor-element.elementor-element-a1c0978{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-69 .elementor-element.elementor-element-5a6c9d4 .elementor-heading-title{font-size:25px;font-weight:600;color:var( --e-global-color-blocksy_palette_12 );}.elementor-69 .elementor-element.elementor-element-4a6674a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-69 .elementor-element.elementor-element-4a6674a:not(.elementor-motion-effects-element-type-background), .elementor-69 .elementor-element.elementor-element-4a6674a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_4 );}.elementor-69 .elementor-element.elementor-element-4a6674a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-69 .elementor-element.elementor-element-1e4eaf8{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-69 .elementor-element.elementor-element-3fbf125 .elementor-heading-title{font-size:25px;font-weight:600;color:var( --e-global-color-blocksy_palette_11 );}.elementor-69 .elementor-element.elementor-element-1053464{color:var( --e-global-color-blocksy_palette_5 );}@media(max-width:767px){.elementor-69 .elementor-element.elementor-element-a1c0978{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-69 .elementor-element.elementor-element-1e4eaf8{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-69 .elementor-element.elementor-element-6964bd8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-22fd363 */.harmonogram-wrap {
  width: 100%;
  margin: 40px 0;
  padding: 0;
  box-sizing: border-box;
}

.harmonogram-table,
.harmonogram-table * {
  box-sizing: border-box;
}

.harmonogram-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  font-size: 17px;
  line-height: 1.6;
}

.harmonogram-table thead th {
  background: #005E8F;
  color: #ffffff;
  text-align: left;
  padding: 16px 18px;
  font-size: 17px;
  font-weight: 700;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

.harmonogram-table thead th:first-child,
.harmonogram-table tbody td:first-child {
  width: 20%;
}

.harmonogram-table thead th:last-child,
.harmonogram-table tbody td:last-child {
  width: 80%;
}

.harmonogram-table thead th:last-child {
  border-right: none;
}

.harmonogram-table tbody td {
  padding: 15px 18px;
  color: #111111;
  vertical-align: top;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  transition: background 0.2s ease;
  overflow-wrap: break-word;
  word-break: normal;
}

.harmonogram-table tbody td:last-child {
  border-right: none;
}

.harmonogram-table tbody tr:last-child td {
  border-bottom: none;
}

.harmonogram-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}

.harmonogram-table tbody tr:nth-child(even) td {
  background: #f3f8f3;
}

.harmonogram-table tbody tr:hover td {
  background: #e7f2f9;
}

.harmonogram-table tbody td:first-child {
  font-weight: 700;
  white-space: nowrap;
  color: #111111;
}

.harmonogram-table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.harmonogram-table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.harmonogram-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.harmonogram-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

@media (max-width: 991px) {
  .harmonogram-table {
    font-size: 15px;
  }

  .harmonogram-table thead th,
  .harmonogram-table tbody td {
    padding: 13px 14px;
  }
}

@media (max-width: 767px) {
  .harmonogram-table,
  .harmonogram-table thead,
  .harmonogram-table tbody,
  .harmonogram-table th,
  .harmonogram-table td,
  .harmonogram-table tr {
    display: block;
    width: 100%;
  }

  .harmonogram-table {
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .harmonogram-table thead {
    display: none;
  }

  .harmonogram-table tbody tr {
    margin-bottom: 16px;
    border: 1px solid #777777;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    background: #ffffff;
  }

  .harmonogram-table tbody tr:nth-child(odd) td {
    background: #ffffff;
  }

  .harmonogram-table tbody tr:nth-child(even) td {
    background: #f3f8f3;
  }

  .harmonogram-table tbody tr:hover td {
    background: #e7f2f9;
  }

  .harmonogram-table tbody td,
  .harmonogram-table tbody td:first-child,
  .harmonogram-table tbody td:last-child {
    width: 100%;
    border-right: none;
    padding: 14px 16px;
    min-height: unset;
    white-space: normal;
    color: #111111;
  }

  .harmonogram-table tbody td {
    border-bottom: 1px solid #777777;
  }

  .harmonogram-table tbody td:last-child {
    border-bottom: none;
  }

  .harmonogram-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
  }

  .harmonogram-table tbody td:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 700;
  }

  .harmonogram-table tbody td:first-child::before {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .harmonogram-table tbody td:not(:first-child) {
    display: block;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de40512 */.pk-seasons {
  width: 100%;
  margin: 40px 0;
}

.pk-seasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pk-season-card {
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.pk-autumn {
  --accent: #F8AF03;
  --soft: #FFF8E8;
}

.pk-winter {
  --accent: #0087CD;
  --soft: #F2F8FC;
}

.pk-spring {
  --accent: #28A83E;
  --soft: #F2FBF4;
}

.pk-summer {
  --accent: #F8AF03;
  --soft: #FFFBEA;
}

.pk-other {
  --accent: #952A83;
  --soft: #F8F1FA;
}

.pk-season-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}

.pk-season-icon {
  width: 78px;
  height: 78px;
  min-width: 78px;
  flex: 0 0 78px;
  border-radius: 16px;
  background: var(--soft);
  border: 1px solid rgba(119, 119, 119, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.pk-season-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pk-other .pk-season-icon img {
  transform: scale(1.3);
  transform-origin: center;
}

.pk-season-text h3 {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 1.1;
  color: var(--accent);
}

.pk-season-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #444444;
}

.pk-season-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pk-season-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #111111;
  line-height: 1.6;
}

.pk-season-list li:last-child {
  margin-bottom: 0;
}

.pk-season-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

@media (max-width: 991px) {
  .pk-seasons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pk-season-card {
    padding: 20px;
  }

  .pk-season-text h3 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .pk-seasons-grid {
    gap: 16px;
  }

  .pk-season-card {
    padding: 16px;
    border-radius: 14px;
  }

  .pk-season-head {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .pk-season-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    flex: 0 0 58px;
    border-radius: 12px;
    padding: 9px;
  }

  .pk-season-text h3 {
    font-size: 24px;
  }

  .pk-season-text p {
    font-size: 13px;
  }

  .pk-season-list li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.55;
  }
}/* End custom CSS */