html body {
  background: #F2F6F9 !important;  /* Jemná belaso sivá f4f8fC*/
}

/* ======================================================
   FATIMA – HEADER (Maximenu CK)
   Logo + menu vľavo, telefón vpravo
====================================================== */

.header.container-header {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  background: #ffffff;              /* biela */
  border-bottom: 1px solid #dbe7f2; /* čistá línia */
  padding: 12px 0;
}

/* =========================
   LOGO
========================= */
.header.container-header > .grid-child:first-child {
  grid-column: 1;
}

/* =========================
   MENU (Maximenu CK)
========================= */
.header.container-header > .grid-child.container-nav {
  grid-column: 2;
  justify-self: start;
}

/* vypnutie centrovania Maximenu */
#maximenuck112 {
  float: none !important;
  margin-left: 0 !important;
}

#maximenuck112 ul.maximenuck {
  justify-content: flex-start !important;
}

/* =========================
   PRAVÝ MODUL – TELEFÓN
========================= */
.header.container-header > .grid-child:last-child {
  grid-column: 3;
  justify-self: end;
  padding-right: 50px; /* odsadenie od pravého okraja */
}

/* posunutie iba obsahu telefónu nižšie */
.header.container-header > .grid-child:last-child > * {
  margin-top: 20px;
}

/* MAXIMENU CK – hover na skutočný text */
#maximenuck112 li.level1:hover .titreck-title,
#maximenuck112 li.level1 > a:hover .titreck-title {
  color: #1F5B8E !important;   /* #1f4f7a */
}

/* jemné pozadie ako Fatima štýl */
#maximenuck112 li.level1:hover > a,
#maximenuck112 li.level1 > a:hover {
  background: #e9f3fb !important;
  border-radius: 6px;
}

/* stylovanie pre ordinačné hodiny */
.ordinacne-hodiny-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ordinacne-title {
  padding-top: 50px;
  font-size: 1.6em;
  margin-bottom: 20px;
  text-align: center;
}

.ordinacne-hodiny {
  width: 300px; /* pokojne uprav */
  border: 1px solid #ccc;
  background: #fff;
}

.riadok {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.riadok:last-child {
  border-bottom: none;
}

.den {
  width: 50%;
  padding: 8px 10px;
  border-right: 1px solid #ddd;
  font-weight: 500;
}

.cas {
  width: 50%;
  padding: 8px 10px;
  text-align: center;
}
/* ---------------------------------------------- */

/* Cennik --------------------------------------- */
.cennik{
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.cennik-riadok{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

.cennik-riadok:last-child{
  border-bottom: none;
}

.cennik-sluzba,
.cennik-cena{
  margin: 0;
  line-height: 1.35;
}

.cennik-sluzba{
  flex: 1 1 auto;
  font-size: 16px;
}

.cennik-cena{
  flex: 0 0 110px;     /* šírka stĺpca s cenou */
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}

/* mobil */
@media (max-width: 520px){
  .cennik-riadok{
    flex-direction: column;
    align-items: stretch;
  }
  .cennik-cena{
    flex-basis: auto;
    text-align: left;
  }
}
/* ---------------------------------------------- */
/* ============================================
   MAXIMENU CK – AKTÍVNA POLOŽKA (Link active)
============================================ */

#maximenuck112 li.level1.active > a .titreck-title,
#maximenuck112 li.level1.current > a .titreck-title {
  color: #f28c00 !important;   /* oranžová */
  font-weight: 700 !important; /* tučné písmo */
}

#maximenuck112 li.level1.active > a,
#maximenuck112 li.level1.current > a {
  background: #ffffff !important; /* biele pozadie */
}

/* --- pretrcanie google mapy doprava ----- */
.map-wrap {
  width: 100%;
  max-width: 100%;
  height: 400px;   /* tu si nastav výšku */
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
