/* 
1) Písmo a body
2) Hlavička stránky
3) Obsah stránky
4) Patička stránky
5) Odkazy stránky
6) Nadpisy stránky
7) Horní menu
8) Cookies blok
9) Přizpůsobení rozlišení
*/


/* --------   1) písmo a body   --------   */
html {
    scroll-behavior: smooth !important;
}
body {
font-family: Helvetica Neue, Arial, sans-serif;
width: 100%;
margin: -8px 0px 0px 0px;
/*background: #effbf4; fafafa  */
 background: #f3f3f3;
}
  .gdpr-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
  }

  .gdpr-banner a {
    color: #4da6ff;
    text-decoration: underline;
  }

  .gdpr-buttons {
    width: 300px;

  }

  .gdpr-buttons button {
    margin-left: 30px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
  }

  #accept-cookies {
    background-color: #28a745;
    color: white;
  }

  #reject-cookies {
    background-color: #dc3545;
    color: white;
  }
/* --------   2) hlavička stránky   --------   */

header{
width: 100%;
height: 130px;
float: left;
}
#headbox{
display: block;
transition: top 0.3s;
position: fixed;
top: 0;
width: 100%;
height: 70px;
transition: top 0.3s; 
z-index: 999;
}
.headup{
width: 100%;
height: 20px;
float: left;
background: #ddf7ff/* #009049 */;
}
.headup p{
line-height: 0;
font-size: 13px;
color: #000/* #fff */;
text-align: center;
margin-top: 10px;
}
.menubox{
width: 100%;
height: 70px;
float: left;
background-color: rgba(255,255,255,1);
}
.logo{
width: 150px;
float: left;
}
.logo-img{
width: 120px;
float: left;
}
.logo-img img{
width: 100%;
height: 100%;
padding-top: 0px;
padding-left: 0px;
}
.layout{
width: 100%;
height: 100%;
margin-top: -100px;
float: left;
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
position: relative;
z-index: 3;
}
#slider{
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
.layout-image{
width: 100%;
height: 100%;
float: left;
position: relative;
z-index: 1;
}
.worktimebox{
margin-top: 130px;
margin-left: 70px;
width: 350px;
height: 350px;
float: left;
position: absolute;
z-index: 5;
background: rgba(255,255,255,0.2);
}
.worktimebox h3{
font-size: 20px;
line-height: 1.5;
padding-left: 20px;
}
.worktimebox p{
font-size: 20px;
line-height: 1.8;
padding-left: 20px;
text-shadow: 1px 1px 1px grey;
}
/* --------   3) Obsah stránky   --------   */
.content{
width: 100%;
height: 100%;
float: left;
position: relative;
}
.contentbox{
width: 100%;
min-height: 400px;
padding-top: -20px;
margin: auto;
}
.contpom{
width: 90%;
height: 100%;
margin: auto;
padding-top: 100px;
}
.contentbox p{
font-size: 15px;
line-height: 1.5;
text-align: justify;
}
.contentbox ul{
list-style-type: square;
line-height: 1.8;
font-size: 15px;
text-align: left;
}
.contentbox ol{
line-height: 1.8;
font-size: 15px;
text-align: left;
}
.karty{
width: 1120px;
height: 100%;
float: none;
padding-top: -100px;
margin: auto;
}
.karta{
width: 250px;
height: 300px;
float: left;
margin-left: 30px;
background: #fff;
box-shadow: #dedede 0px 10px 10px;
}
.karta-img{
width: 100px;
height: 50px;
margin: auto;
padding-top: 20px;
}
.karta-img img{
width: 100%;
}
.karta-nadpis{
width: 250px;
height: 100px;
float: left;
text-align: center;
}
.karta-text{
width: 250px;
height: 50px;
float: left;
}
.karta-text p{
text-align: center;
}
.karta-btn{
width: 180px;
height: 75px;
margin: auto;
}
.karta-popis{
width: 90%;
height: 100%;
margin: auto;
padding-top: 30px;
}
.karta-popis-left{
width: 48%;
height: 100%;
float: left;
margin-right: 30px;
}
.karta-popis-right{
width: 48%;
height: 100%;
float: left;
}
.center{
width: 100%;
min-height: 250px;
float: left;
background: #fff;
text-align: center;
}
.center p{
text-align: center;
}
.center-box{
width: 250px;
height: 100%;
margin: auto;
}
.frame{
width: 100%;
height: 100%;
float: right;
margin-top: -116px;
}
.contpom table{
width: 100%;
margin: auto;
border-collapse: collapse; 
text-align: center;
font-size: 14px;
table-layout: fixed;
margin-bottom: 40px;
line-height: 2;
}
.contpom table td{
height: 40px;
padding-left: 0px;
}
.contpom table th{
padding-left: 20px;
}
tr.r1{
background: green;
height: 40px; 
font-weight: bold; 
color: #fff;
}
tr.r2{
background: #fff; 
border-bottom: 1px solid #fff; 
color: #000;
}
OBJECT {
min-height: 350px;
}

/* --------   4) Patička stránky   --------   */
footer{
width: 100%;
height: 100%;
float: left;
background: #ededed;
min-height: 203px;
}
.fbox{
width: 90%;
height:150px;
margin: auto;
text-align: center;
line-height: 0.5;
}
.fsubbox2{
width: 100%;
height: 80px;
float: left;
}
.fsubbox2 p{
line-height: 0.4;
font-size: 11px;
}
.fsubbox3{
width: 900px;
height: 30px;
margin: auto;
}
.fsubbox3 p{
text-align: left;
margin-left: 100px;
}
.fcontact{
width: 100%;
height: 100%;
float: left;
text-align: center;
font-size: 13px;
line-height: 1;
}
.copyright{
width: 98%;
height: 40px;
margin: auto;
border-top: 1px solid #e2e2e2;
text-align: center;
color: grey;
font-size: 11px;
}
.copyright-text{
width: 100%;
height: 100%;
padding-top: 20px;
}

/* --------   5) Odkazy stránky   --------   */
.head-title-link a:link {text-decoration: none; font-size: 14px; color: #333;}
.head-title-link a:hover { font-size: 14px; color: red;}
.head-title-link a:visited {text-decoration: none; font-size: 14px; color: #333;}
.head-title-link a:visited:hover{font-size: 14px; color: red;}

.fbox a{margin-right: 40px;}
.fbox a:link {text-decoration: none; font-size: 12px; color: #525252; }
.fbox a:hover { text-decoration: underline; font-size: 12px; color: #525252;}
.fbox a:visited {text-decoration: none; font-size: 12px; color: #525252;}
.fbox a:visited:hover{text-decoration: underline; font-size: 12px; color: #525252;}

.btn{color: #fff;background: #772997;  font-size: 13px;}
.btn {
  display: inline-block;
  padding: 13px 0px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: rgba(108,193,83,0.9);
  border: 1px solid grey;
  letter-spacing: 0.0em;
  text-align: center;
  text-indent: 2px;
  text-transform: lowercase;
  margin: auto;
  width: 180px;
}
.btn::before {content: ""; 
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  opacity: 0;
}
.btn::after {transition: border 0.1s linear 0.05s;}
.btn .btn-inner {position: relative; z-index: 2;}
.btn:hover {color: #373737; transition: color 0.1s linear 0s;}
.btn:hover::before {top: 0;cheight: 100%; opacity: 1;}
.btn:hover::after { border-color: #373737;}

/* --------   6) Nadpisy stránky   --------   */
h1{
color: #000; font-size: 36px; text-decoration: none; font-weight: normal;
line-height: 1.5;
text-align: center;
}
h2{
font-size: 23px;
text-align: center;
line-height: 2;
color: #000
}
.karta h2{
font-size: 23px;
text-align: center;
line-height: 2;
color: #000;
}
.karta-popis h2{
font-size: 23px;
text-align: center;
line-height: 2;
color: #000;
}
h3{
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #000;
}
.fbox h3{
font-size: 12px;
text-align: center;
line-height: 1.2;
color: #000;
}
h4{
font-size: 15px;
line-height: 1.2;
color: #000;
}

/* --------   7) Horní menu   --------   */

.nav-bar {
height: 70px;
width: 100%;
position: relative;
z-index: 4;
}
.nav-container {
max-width: 100%;
margin: 0 auto;
height: 70px;
} 
nav {
margin: auto;
width: 850px;
height: 100px;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
}
nav ul li {
float: left;
position: relative;
}
nav ul li a,
nav ul li a:visited {
display: block;
padding: 0 5px 0px 5px;
line-height: 60px;
color: #009049;
text-decoration: none;
margin-top: 5px;
margin-right: 1px;
font-weight: bold;
}

nav ul li a:hover,
nav ul li a:visited:hover {
background: #009049;
color: #fff;
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.37);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.37);
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: '▾';
}
nav ul li p{
display: block;
padding: 0 8px;
line-height: 70px;
background: #fff;
color: #fff;
text-decoration: none;
}
nav ul li ul li {
min-width: 250px;
background: #fff;
color: #000;
font-size: 13px;
}
nav ul li ul li a {
padding: 15px;
line-height: 10px;
background: #fff;
color: #359e18;
text-shadow: none;
}
nav ul li ul li a:hover,
nav ul li ul li a:hover {
background-color: rgba(108,193,83,0.5);
color: #000;
border-bottom: 0px solid red;
text-shadow: none;
}
nav ul li ul li a:visited{
background: #fff;
color: #359e18;
}
nav ul li ul li a:visited:hover{
background-color: rgba(108,193,83,0.5);
color: #000;
}
.nav-dropdown {
position: absolute;
display: none;
z-index: 1;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.droppom{
margin-left: -100px;
}

/* --------   7) HM - mobilni verze   --------   */
.nav-mobile {
display: none;
position: absolute;
top: 0;
right: 0;
background: #009900;
height: 70px;
width: 70px;
}
.nav-list li:hover .nav-dropdown{
display: block;
z-index: 1;
}

@media only screen and (max-width: 1200px) {
.brand{width: 50px; height: 70px;}
.brand img{height: 60px; margin-top: 5px;}
nav {
float: left;
}
}
@media only screen and (max-width: 1200px) {
.nav-mobile {
display: block;
}
.headup{
display: none;
}
nav {
width: 100%;
padding: 0px 0 15px;
height: 0px;
}
.nav-bar{
background: rgba(255,255,255,0.8);
}
.jump-nav-list{
padding-top: 5px;
}
nav ul {
display: none;
background: #fff;
margin-top: -10px;
}
nav ul li {
float: none;
background: #fff;
color: green;
}
nav ul li a {
padding: 15px;
padding-left: 30px;
font-size: 14px; 
color: green;
line-height: 10px;
text-shadow: 0px 0px 0px black;
}
nav ul li a:visited { 
color: green;
}

nav ul li ul li {
height: 30px;
}
nav ul li ul li a {
padding-left: 10%;
font-weight: normal;
}
.nav-dropdown {
position: static;
}
.logo{
margin-left: 0px;
}
}

@media screen and (min-width: 1200px) {
.nav-list {
display: block !important;
}
}

/* --------   7) HM - hamburger   --------   */
#nav-toggle {
position: absolute;
left: 18px;
top: 22px;
cursor: pointer;
padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 5px;
width: 35px;
background: #ffffff;
position: absolute;
display: block;
content: '';
transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
top: -10px;
}
#nav-toggle span:after {
bottom: -10px;
}
#nav-toggle.active span {
background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
top: 0;
}
#nav-toggle.active span:before {
transform: rotate(45deg);
}
#nav-toggle.active span:after {
transform: rotate(-45deg);
}



/* --------   8) Cookies blok   --------   */
.cookieConsentContainer {
z-index: 3;
width: 350px;
min-height: 20px;
box-sizing: border-box;
padding: 30px 30px 30px 30px;
background: #f3d900;
overflow: hidden;
position: fixed;
bottom: 30px;
right: 30px;
display: none;
}
.cookieConsentContainer .cookieTitle a {
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
font-size: 22px;
line-height: 20px;
display: block;
}
.cookieConsentContainer .cookieDesc p {
margin: 0;
padding: 0;
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
font-size: 13px;
line-height: 20px;
display: block;
margin-top: 10px;
} 
.cookieConsentContainer .cookieDesc a {
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
display: inline-block;
font-family: OpenSans, arial, "sans-serif";
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin-top: 14px;
background: #000000;
box-sizing: border-box; 
padding: 15px 24px;
text-align: center;
transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
cursor: pointer;
background: #bda900;
}

/* --------   8b) CB - mobilní verze  --------   */
@media (max-width: 1200px) {
.cookieConsentContainer {
bottom: 0px !important;
left: 0px !important;
width: 100%  !important;
}
}


/* --------   9a) přizpůsobení rozlišení (mobil) --------   */
@media (min-width: 100px) and (max-width: 1200px)  {
header{
height: 70px;
}
.headup{
display: none;
}
#headbox{
height: 70px;
}
.nav-bar {
background-color: rgba(108,193,83,0.9);
height: 70px;
}
.logo{
height: 70px;
float: left;
}
.logo-img{
height: 70px;
float: left;
background: #fff;
border: 0px solid #fff;
}
.logo-title{
width: 280px;
float: left;
font-size: 11px;
color: #fff;
margin-left: 5px;
line-height: 1.4;
padding-top: 7px;
text-shadow: 1px 1px 1px #000000;
}
div#slider { overflow: hidden;}
div#slider figure img {min-height: 400px; width: auto; object-fit: cover; }
.karty{
width: 100%;
float: left;
margin-top: 0px;
}
.worktimebox{
margin: auto;
float: none;
position: relative;
text-align: center;
padding-top: 100px;
height: 250px;
background: none;
}
.worktimebox h3{
position: relative;
text-align: center;
font-size: 16px;
}
.worktimebox p{
font-size: 16px;
}
.frame{
margin-top: -76px;
z-index: 10;
}
.karta{
width: 100%;
float: left;
margin-bottom: 30px;
margin-left: 0px;
}
.karta-img{
margin: auto;
}
.karta-nadpis{
width: 100%;
margin: auto;
}
.karta-text{
margin: auto;
width: 100%;
}
.karta-btn{
width: 180px;
height: 75px;
margin: auto;
}
.karta-popis-left{
width: 100%;
float: left;
margin-right: 0px;
}
.karta-popis-right{
width: 100%;
float: left;
}
.contpom table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}  
.contpom table tr {
border-bottom: 1px solid #312783;
display: block;
margin-bottom: .625em;
margin-bottom: 10px;
}  
.contpom table td {
border-bottom: 1px solid #ddd;
display: block;
text-align: right;
height: 100%;
}  
.contpom table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
}
.contpom table td:last-child {
border-bottom: 0;
}
.contpom table th{
display: none;
}
.fsubbox3{
display: none;
}
.fsubbox2{
width: 100px;
height: 100%;
float: none;
margin: auto;
}
.fsubbox2 p{
line-height: 2;
}
}


@media (min-width: 1900px) and (max-width: 5000px)  {
.logo{
height: 50px;
width: 110px;
float: left;
}
.logo-img{
width: 100%;
float: left;
background: #fff;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 15px;
}
nav{
width: 900px;
}
}

/* 10. ------------------- Slider --------------------- */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden;}
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}


/* Stylesheet: primaauta Modified On 2026-03-27 08:01:31 */
