body {
  font-size: 12pt !important;
}

.menu a {
  font-size: 12pt !important;
}
footer,
.footer,
#footer {
  font-size: 10pt !important;
}

.hlnadpis {
font-weight: normal;
color: #c40000;
text-shadow: 1px 1px 1px #b1b1b1;
font-size: 26pt;
line-height: auto;
font-family: "Arial Narrow";
text-transform: uppercase;
margin-bottom: 20px;
}

 .hlnadpis2 {
	font-weight: normal;
	color: #c40000;
	text-shadow: 1px 1px 1px #b1b1b1;
	font-size: 24pt;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1pt;
}

.hlnadpis3 {
font-weight: normal;
color: #c40000;
text-shadow: 1px 1px 1px #b1b1b1;
font-size: 20pt;
font-family: "Arial Narrow";
text-transform: uppercase;
margin-bottom: 20px;
}

.hlnadpis4 {
font-weight: normal;
color: #c40000;
text-shadow: 1px 1px 1px #b1b1b1;
font-size: 16pt;
font-family: "Arial Narrow";
text-transform: uppercase;
margin-bottom: 20px;
}

.hlnadpis5 {
font-weight: normal;
color: #c40000;
text-shadow: 1px 1px 1px #b1b1b1;
font-size: 14pt;
font-family: "Arial Narrow";
text-transform: uppercase;
margin-bottom: 20px;
}


.podnadpis {
	font-weight: bold;
	text-shadow: 1px 1px 1px #eeeeee;
	font-size: x-large;
    line-height: normal;
    font-family: "Arial Narrow";
    text-transform: none;
	margin-bottom: 20px;
	color: #333333;
	}

.redborder {
	border: 4px solid #CA0000;
padding: 10px;
}

.redborder2 {
	border: 4px dashed #CA0000;
padding: 10px;
}

.redborder3 {
	border: 4px dotted #CA0000;
padding: 10px;
}


.homepage-box.welcome-wrapper {display: none;}
.welcome-wrapper {margin: 40px 0;}


.flex-sectionzs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.flex-sectionzs .imagezs, .flex-sectionzs .textzs {
  flex: 1 1 300px;
  max-width: 600px;
  box-sizing: border-box;
  padding: 15px;
}
.flex-sectionzs .imagezs img {
  width: 100%;
  height: auto;
}
.reverse-desktopzs {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .flex-sectionzs,
  .flex-sectionzs.reverse-desktopzs {
    flex-direction: column !important;
    align-items: center;
  }
  .flex-sectionzs .imagezs, .flex-sectionzs .textzs {
    flex: auto; 
    max-width: 100%; 
    padding: 5px 10px;
  }
}
.zsblur1{margin-top: -70px; margin-bottom: 25px; padding: 10px;box-shadow: 0px 15px 15px -15px #3F7850;}
.zsblur2{margin-top: -70px; margin-bottom: 25px; padding: 10px;box-shadow: 0px 15px 15px -15px #4E9225;}
.zsblur1p{margin-top: 30px; margin-bottom: 5px; padding: 10px;box-shadow: 0px 15px 15px -15px #3F7850;}
.zsblur2p{margin-top: 30px; margin-bottom: 5px; padding: 10px;box-shadow: 0px 15px 15px -15px #4E9225;}
.zsblur1hr{margin-top: -5px; margin-bottom: 20px; padding: 10px;box-shadow: 0px 15px 15px -15px #3F7850;}
.zsblur2hr{margin-top: -5px; margin-bottom: 20px; padding: 10px;box-shadow: 0px 15px 15px -15px #4E9225;}


ul.zelenebodky {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.zelenebodky li {
    position: relative;
    padding-left: 18px; /* miesto pre bodku */
    margin-bottom: 6px; /* medzera medzi riadkami */
}

ul.zelenebodky li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px; /* vertikálne zarovnanie bodky */
    width: 8px;
    height: 8px;
    background-color: #4CAF50; /* zelená farba bodky */
    border-radius: 50%; /* kruh */
}


/*farebne boxy */

.zoldbox {color:#fff;background-color:#549C4E;padding:1.5rem;line-height:1.25;border-radius: 4px;}
.feketebox {background-color: #000;background-image: url('/user/documents/upload/design/blackbg.jpg');background-size: cover;background-repeat: no-repeat;background-position: center;padding: 20px;border-radius: 4px;}
.feketebox, .feketebox a {color: white;}
.orangebox {background-color:#FFC993;padding:1.5rem;line-height:1.25;border: 2px solid #FF8409;border-radius: 4px;}
.redbox {color:#fff;background-color:#A80000;padding:1.5rem;line-height:1.25;border: 2px solid #7d0000;border-radius: 4px;}
.szurkebox {background-color:#E2E2E2;padding:1.5rem;line-height:1.25;border: 2px solid #9e9e9e;border-radius: 4px;}

.ramecek {
  border: 1px solid #e0e0e0; /* jemný sivý rám */
  border-radius: 4px; /* zaoblené rohy */
  padding: 10px; /* vnútorný okraj */
  text-align: left; /* zarovnanie textu na stred */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* jemný tieň */
  }
  
  .ramecek2 {border: 1px solid #549C4E; border-radius: 4px; padding: 10px; text-align: left; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}


:root{
      --bg:#ffffff;
      --card:#f6f7f8;
      --border:#e6e8eb;
      --accent:#1f6f3b;
      --accent2:#14522a;
      --shadow: 0 8px 24px rgba(0,0,0,.08);
      --radius:16px;
      }

  
.cardin{
 border:1px solid var(--border);
 border-radius:var(--radius);
 background:var(--bg);
 padding:18px;
 box-shadow: 0 10px 30px rgba(0,0,0,.06);
    }
    
  .cardbig{
     padding:22px;
     border:1px solid var(--border);
     border-radius:var(--radius);
     background:var(--bg);
     box-shadow:var(--shadow);
    }    
    
    /* =========================================================
   WONDERHEDGE – PROFIL KLIMATICKÉ ODOLNOSTI
   ========================================================= */

.ZSKO-climate {
    margin: 28px 0;
    font-size: 15px;
    line-height: 1.65;
    color: #333;
}

.ZSKO-climate * {
    box-sizing: border-box;
}


/* HLAVNÁ KARTA
--------------------------------------------------------- */

.ZSKO-climate-card {
    background: #fff;
    border: 1px solid #d9e2d7;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
}

.ZSKO-climate-title {
    margin: 0 !important;
    padding: 12px 18px;
    background: #4ca64c;
    color: #fff !important;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.ZSKO-climate-content {
    padding: 18px 20px 20px;
}


/* HODNOTENIE
--------------------------------------------------------- */

.ZSKO-rating {
    margin: 0 0 22px;
    border-top: 1px solid #e5e5e5;
}

.ZSKO-rating-row {
    display: grid;
    grid-template-columns: minmax(175px, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 9px 2px;
    border-bottom: 1px solid #e5e5e5;
}

.ZSKO-rating-name {
    font-weight: 600;
    color: #333;
}

.ZSKO-stars {
    white-space: nowrap;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
}

.ZSKO-star-on {
    color: #4ca64c;
}

.ZSKO-star-off {
    color: #cfd4cf;
}


/* TEXT
--------------------------------------------------------- */

.ZSKO-climate-text {
    margin: 0 0 14px;
}

.ZSKO-climate-text:last-child {
    margin-bottom: 0;
}


/* CTA – ODKAZ NA DLHÚ VERZIU
--------------------------------------------------------- */

.ZSKO-climate-more {
    margin-top: 20px;
}

.ZSKO-climate-more a {
    display: inline-block;
    padding: 10px 17px;
    background: #f58220;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 3px;
    transition: background .2s ease, transform .2s ease;
}

.ZSKO-climate-more a:hover {
    background: #df7117;
    color: #fff !important;
    text-decoration: none !important;
}


/* DLHÁ VERZIA
--------------------------------------------------------- */

.ZSKO-climate-detail {
    scroll-margin-top: 90px;
}

.ZSKO-section {
    margin: 25px 0 0;
}

.ZSKO-section-title {
    margin: 30px 0 10px !important;
    color: #3e8e41 !important;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}


/* ZVÝRAZNENÝ BLOK – SILNÁ STRÁNKA
--------------------------------------------------------- */

.ZSKO-highlight {
    margin: 22px 0;
    padding: 16px 18px;
    background: #f3f9f1;
    border-left: 4px solid #4ca64c;
}

.ZSKO-highlight-title {
    display: block;
    margin-bottom: 7px;
    color: #3e8e41;
    font-size: 17px;
    font-weight: 700;
}

.ZSKO-highlight-main {
    display: block;
    margin-top: 6px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}


/* UPOZORNENIE
--------------------------------------------------------- */

.ZSKO-warning {
    margin: 22px 0;
    padding: 16px 18px;
    background: #fff7ef;
    border-left: 4px solid #f58220;
}

.ZSKO-warning-title {
    display: block;
    margin-bottom: 7px;
    color: #d86812;
    font-size: 17px;
    font-weight: 700;
}


/* VHODNÉ / NEVHODNÉ
--------------------------------------------------------- */

.ZSKO-suitability {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 24px;
}

.ZSKO-suitability-box {
    padding: 16px 18px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.ZSKO-suitability-box strong {
    display: block;
    margin-bottom: 6px;
    color: #3e8e41;
    font-size: 16px;
}

.ZSKO-suitability-box.ZSKO-not-recommended {
    background: #fff7ef;
    border-color: #efd4bd;
}

.ZSKO-suitability-box.ZSKO-not-recommended strong {
    color: #d86812;
}


/* MOBIL
--------------------------------------------------------- */

@media (max-width: 600px) {

    .ZSKO-climate {
        margin: 22px 0;
    }

    .ZSKO-climate-title {
        padding: 11px 14px;
        font-size: 18px;
    }

    .ZSKO-climate-content {
        padding: 15px;
    }

    .ZSKO-rating-row {
        grid-template-columns: 1fr auto;
        gap: 8px;
        padding: 9px 0;
    }

    .ZSKO-rating-name {
        font-size: 14px;
    }

    .ZSKO-stars {
        font-size: 17px;
        letter-spacing: 0;
    }

    .ZSKO-climate-more a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .ZSKO-suitability {
        grid-template-columns: 1fr;
    }

}
