html { 
     font-family: "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
}

.header { text-align: center; }
.header a { padding: 50px 0; display: block; text-decoration: none; color: #323232; }

body {
  font-size: 17px;
   color: #323232;
   margin: 0;   
   background-color: #fff;
   max-width: 100%;
}

/* Kontajner pre kocky */
.cubes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  align-items: start;
}

/* Každá kocka */
.cube {
  text-align: center;
  padding: 10px 15px;
  box-sizing: border-box;
}

/* Ikony */
.cube img.icon_footer {
  margin-bottom: 10px;
}

/* Nadpisy v kockách (upravené) */
.cube h3 {
  margin: 0 0 16px 0;   /* ZMENŠENÁ medzera medzi nadpisom a textom */
  font-weight: bold;
  color: #fff;
}

/* Texty pod nadpisom (upravené) */
.cube p,
.cube a,
.cube span {
  margin: 3px 0 !important;  /* zjemnené rozostupy */
  line-height: 1.4;
}

.cube p.textwhite {
  color: #fff;
}

/* Sociálne ikony */
.footer_icon {
  margin: 5px;
}


/* Mobilný breakpoint */
@media (max-width: 940px) {
  .cubes { grid-template-columns: 1fr; }

#text2 { 
  padding-left: 20px;
  padding-right: 20px;
}

}

/* Scroll button */
#scroll{
    display:none;
    position:fixed;
    right:16px;
    bottom:16px;
    z-index:9999;
    border:none;
    width:44px; 
    height:44px;
    padding:0;
    display:flex; 
    align-items:center; 
    justify-content:center;
    line-height:1;
    box-shadow:0 6px 20px rgba(0,0,0,.2);
    cursor:pointer;
    background:#323232;
    color:#fff;
    transition: background-color .5s ease;
}
#scroll:hover{ background:#005cac; }
#scroll:focus-visible{ background:#005cac; }
#scroll:focus{ outline:2px solid #7aa7ff; outline-offset:2px; }

:target{ scroll-margin-top: 80px; }

@media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    #scroll{ transition: none; }
}

/* Parallax */
[data-parallax="true"] {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

textarea, input {
   font-family: 'Open Sans', sans-serif;
}

p.vsetkynovinky { float: right; }

.icon_footer  { margin-bottom: 30px; margin-top: 20px; }

div.footer_icon { 
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #ff8826;
  width: 50px; height: 50px;
  border-radius: 50%;
  transition: 0.6s;
}
div.footer_icon:hover { background-color: #323232; }

img.footer_icon { 
  margin: 14px;
  width: 22px;
}

div.icon { display: inline-block; min-width: 190px; margin: 0 auto; }
img.icon { width: 170px; }

img.gallery {
  border:0; 
  padding: 10px; 
  width:100%;
  max-width: 160px;
  min-width: 120px; 
}

/* Links */
a                { color: #f89b52; text-decoration: none; } 
a:hover          { color: #005cac; text-decoration: underline; }

/* Layout */
* { box-sizing: border-box; }

#minilogo {
  vertical-align:middle;
  width: 100%;
  max-width: 60px;
  padding-right: 15px;
  margin-top: -10px;
}

.break { flex-basis: 100%; width: 0; }

#pagewrap { padding: 0; width: 100%; margin: 0 auto; }

.rmenu { height: 76px; }

/* Kontakt */
#telefon, #mail, #kontakt {
  color: #323232;
  margin-top: 4px;
  padding-left: 28px;
  display: block;
  text-align: left;
  cursor: pointer;
  transition:.5s;
}
#telefon:hover, #mail:hover, #kontakt:hover {
  opacity: .50;
}

/* Text modules */
#copyright1 {
  width: 100%;
  background-size: contain;

  text-align: center;
}

#copyright2 {
  width: 1200px;  
  text-align: center;
  margin: 0 auto;
}

/* Text modules */
#text0 {
  width: 100%;
  background: url(../pictures/bg_module.webp) bottom right no-repeat #fff;
  background-size: contain;

  text-align: center;
}

#text1, #text2 {
  max-width: 1200px;  
  text-align: center;
  margin: 0 auto;
}

#textview {   
  width: 100%;
  padding: 20px 0 0px 0;
  text-align: left;
}

/* Slogany */
#imgtext{
  z-index: 999999;
  width: 50%;
  margin-top: -260px;
  padding-left: 20px;
  position: absolute;
  background-color: #005cac;
  transition:.5s;
  cursor: pointer;
}
#imgtext:hover { background-color: #376f0d; opacity:.70; } 

#panel1 { position: absolute; width: 100%; height: 450px; }
#panel2 { height: 450px; text-align: right; }

#slogan { color: #fff; font-weight: normal; line-height: 1.2; }
p.slogan { color: #fff; font-weight: normal; line-height: 1.2; }

/* Footer */
footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #323232;
}

/* NADPISY – jediné miesto kde font-size ZOSTÁVA */
h1 { color: #005cac; font-weight: normal; }
h2 { color: #323232; font-weight: normal; }
h2.nadpiswhite { color: #fff; }
h3 { font-size: 24px; color: #323232; font-weight: bold; }
h4 { font-size: 24px; color: #323232; font-weight: normal; }
h5 { font-size: 24px; color: #005cac; font-weight: normal; }

/* Text */
p { color: #323232; font-weight: 200; }
p.nadpis { color: #323232; font-weight: normal; }

a.novinky2, a.novinky { color: #323232; text-decoration: none; } 

/* Buttons */
input[type=submit] {
  color: #ffffff; border: 1px solid #000000;
  background-color: #323232;
  height:40px;
  min-width: 120px;
  cursor: pointer;
}
input:hover[type=submit] { background-color: #21252a; }

/* Back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: #21252a;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
#myBtn:hover { background-color: #323232; }

/* Tables, misc */
table.dj { cursor: pointer; }
table.djhover { opacity:.80; }

td.tip { background-color:#ffcc33; }
td.gray { background-color:#dddddd; }

a.oznam { color: #21252a; }
a.selected { text-decoration: underline; color: #03325e; }
a.notselected { color: #03325e; }
table.aktivny { cursor: pointer; }

img.hlavna { border-color:#21252a; border-style:dashed; border-width:5px; }

