@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Solitreo&display=swap');

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
   background: #fff;
}


.header-background {
  position: relative;
  margin-top: 80px;

}

.left {
  width: 49%;  
  padding-right: 15px;
  
}

.right {
   width: 49%;  
}
.right img{
   width: 100%;
   height: auto;
}

.box-flex {
    display: flex;
    margin-bottom: 20px;
    
}

.box-flex-1 {
    width: 8%;
}

.box-flex-2 {
   width: 92%; 
}


.img-tac {
    width: 60%;
    display: block;
    margin : 40px auto;
}

.img-tac img{
    width: 100%;
   height: auto;
}

span.green {
    background: #4db856;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    
}





.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
  background: #ddefef;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Např. jemný stín pro odlišení */
}

/* Po scrollu */
.header-fixed.shrink {
  background: #ddefef; /* Bílé pozadí přes celou šířku */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Např. jemný stín pro odlišení */
  padding: 1px 0; /* Nějaký padding, aby nebyla výška 1px */
}

.region-header-logo-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Pro zmenšené logo můžete upravit výšku obrázku, pokud potřebujete */
.header-fixed.shrink .logo img {
  max-height: 150px; /* Pokud chcete zmenšit logo při scrollu */
}


/* Pokud potřebujete, aby horní část (logo+menu) měla bílé nebo jiné pozadí, můžete tady dát background-color */
.region-header-logo-menu.container {
  /* Např. pokud chcete poloprůhledné pozadí: */

  padding: 10px 0;
}

.header-hero {
  /* Nyní musíte zajistit, aby obsah hero nebyl schován pod fixním menu.
     Například, pokud je výška fixního menu 100px, dejte margin-top: 100px */
  
}


p {
    font-size: 18px;
}

.tac {
    text-align: center;
}

.fs40 {
    font-size: 40px;
    font-weight: 900;
}

.fs50 {
    font-size: 50px;
    font-weight: 900;
}

.fs20 {
    font-size: 20px;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #505050;
}

/* Full-Width Sections */
header, main, footer {
  width: 100%;
  position: relative;
}

/* Container Styling */
.container {
  width: 70%;
  margin: 0 auto;
  padding: 0 20px;

}

a, a:link {
    color:#1F8A8C;
    text-decoration: none;
}

a, a:link hover {
    color:#1F8A8C;
    font-weight: 700;
}


/* Header Specific */
header {
  background-color: #f8f9fa;
  padding: 20px 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Logo Region */
.header__logo {
  flex: 1;
}

.header__logo img {
  max-height: 80px;
  transition: max-height 0.3s ease;
}

header.shrink .header__logo img {
  max-height: 50px;
}

/* Slogan Region */
.header__slogan {
  flex: 2;
  font-size: 16px;
  font-style: italic;
  color: #666;
  text-align: center;
}

/* Primary Menu Region */
.header__menu {
  flex: 3;
  display: flex;
  justify-content: flex-end;
}

/* Shrinking Header on Scroll */
header.shrink {
  padding: 10px 0;
}



  .header__logo,
  .header__slogan,
  .header__menu {
    margin-bottom: 10px;
  }

  .header__menu {
    justify-content: center;
  }


 h1, h2, h3, h4, h5 {
   color:#1F8A8C; 
   font-family: "Quicksand", sans-serif;
}

 h2 {
   font-size: 35px;
   font-family: "Quicksand", sans-serif;
 }
 
 h3 {
   font-size: 25px;
   font-family: "Quicksand", sans-serif;
 }


 .font-sm {
    font-size: 24px;
    font-weight: 400;
 }
 
 table.otevreno {
     width: 100%;
 }






span.bold {
    font-weight: 900;
}





.nabidka-main {
    background: #F1EADB;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 80px;
    margin-top: 0px;
}

.nabidka-main h2 {
    color:#B69E86;
    
   
}

.telefon {
    color:#1f8a8c;
    font-size: 20px;
    line-height: 85px;
    font-weight: 900;
}

.nabidka-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px;
}

.nabidka-1 {
    width:49%;
    
}
.nabidka-1-in {
   display: flex;
   flex-wrap: wrap;
   padding: 10px 0px;
   
}

.nabidka-1-ico {
    
    width: 38px;
    margin-right: 10px;
}
.nabidka-1-text {
   width: 85%; 
   font-size: 16px;
}

.content-left h4 {
    font-size: 20px;
    color:#505050;
    margin-bottom: 15px;
    font-weight: 400;  
}



/* rezervační formulář 
---------------------------------------- */
        .rezervace-main {
            margin: 50px auto 50px auto;
            padding-top: 30px;
            width: 30%;
        } 
        

        .reservation-form h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }      
        .form-textarea {
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 15px 15px 30px 15px;
            
            
        }                  
        .form-grid label {
            display: block;
            margin-bottom: 5px;
            color: #555;
            font-weight: bold;
            margin-top: 10px;
        }
        
        .rezervace-main p {
          width: 200px;
          margin: 0px auto;  
        }
        
        

        .form-grid input {
            width: 100%;
            padding: 18px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 14px;
        }            
         #edit-submit, #edit-submit--2 {
            width: 200px;
            margin: 20px auto;
            padding: 20px;
            background-color: #4db856;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 18px;
            cursor: pointer;
            font-family: 'Outfit', sans-serif;
            
        }

        #edit-submit:hover, #edit-submit--2:hover {
            background-color: #000;
            color: #fff;
        }
        
        

        
        

span.blue-span {
    color:#4db856;
    
    margin: 20px 0px;
    display: block;
}

.page-servis-in {
 margin-bottom: 100px;
}


  .footer-main {
    position: relative;
    
    margin-top: 40px;
    
 }
   

.footer-background {
    background: url("/images/footer-img-2.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: top;
    position: relative;
    padding-top: 40px;
       
}


#user-login-form {
    width:60%;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    
    
}

#user-login-form input {
    padding: 15px;
    margin-top: 10px;

}

.footer-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#1F8A8C;
    padding-bottom: 50px;
    padding-top: 30px;
    border-top: 2px dashed #1F8A8C;
}

.footer-in h2 {
    margin-bottom: 10px;
    color:#1F8A8C;
    font-size: 20px;
}



.contact-01 img{
   margin-right: 10px; 
   width: 30px;
}

.contact-d a{
  line-height: 30px;
}

.footer-row {
 
  padding: 10px 0px;
  border-bottom: 1px dashed #1F8A8C;
  margin-bottom: 20px;
}

.social {
  
  width: 200px;
  position: absolute;
  right: 0px;
  top: -230px;
}


.footer-content-01 li {
  
  margin-top: 10px;
  font-weight: 200;  
  list-style: none;
  color:#fff;
  
}

.main-man {
  position: relative;
  
   
  
}


.footer-rowin-01 {
   width: 79%;
}

.footer-rowin-02 {
   width: 20%;
   position:relative;
}




.footer-content-01 a {
  color: #1F8A8C;
  text-decoration: none;  
}

.footer-content-01 a:hover {
  color: #B69E86;
  
}

.flex {
   display: flex; 
}

.ft-con {
  margin-right: 20px;
}

.ft-con img{
  margin-right: 10px;

}

.footer-content-logo {
  width: 200px;
  text-align: center;
  padding-top: 10px;
}

.footer-content-logo img, .social img{
  width: 100%;
}

.ft-con a:link{
  color:#1F8A8C;
  font-weight: 400;

}

.mt10 {
    margin-top: 10px;
}


.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.db {
    display: block;
}


 /* Kontakt 
---------------------------------------- */  
 .contact-in {
     flex-wrap: wrap;
    
     justify-content: space-between;
 }
 
 .contact-01 {
     width: 100%;
     margin-top: 20px;
 }
 
 .contact-01 h3, .contact-01 p { 
    text-align:center;
 }
 
 .contact-01 h3{
     margin-bottom: 20px;
     font-size: 35px;
     font-weing: 700;
     color:#4db856;
 }
 
 .width {
   width: 35%;
   margin: 0 auto;
   justify-content: space-between;
 }
 
  /* Page - služby 
---------------------------------------- */ 
  
  
  
  
  .mb300 {
      margin-bottom: 300px;
  }
  
  

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


span.color {
   font-size: 24px;
}

span.color-box {
   color:#d4061e;
}

h2.color-box {
   color:#d4061e;
   text-align: center;
   font-size: 60px;
   font-weight: 900;
   text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
}

.ico h4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-shadow: -1px 1px 5px rgba(0,0,0,0.6);
}


.content-left {
  width: 64%;
  padding: 0px 20px 20px 20px;
  margin-top: 50px;
  
}

.content-left h3{
  font-weight: 700;
  font-size: 25px;
  padding: 20px 0px 20px 0px;
}

.content-left h2{
  
  font-size: 20px;
  color:#4db856;
  font-weight: 400;
}

.hp-flex img {
   width: 5%;
   margin-right: 15px;
   margin-bottom: 5px;
}

.hp-flex h2 {
   width: 87%;
   
   line-height: 35px;
}

.content-left p {
  padding-bottom: 20px;
}

span.bold {
  font-weight: 900;
}

.hp-top-img {
  width: 40%;
}

.hp-top-content {
  width: 58%;

}

.content-right {
  width: 35%;
  margin-top: -150px;
}

.content-right img, .content-left img{
max-width: 100%;
  height: auto;
}


.button1 {
  
  margin: 20px 20px 20px 0px;
  background: #CDB582;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 15px 30px;
  webkit-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -moz-box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  box-shadow: -2px 0 29px -10px rgba(0,0,0,.65);
  -webkit-transition: -moz-transform .5s ease-out;
  -moz-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  
  position: relative;
  
}
.button1:hover, .button2:hover {
  background: #B69E86;
  cursor: pointer;
  transition-duration: .2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}



.table-cenik {
  width: 100%;
  overflow: scroll;
}
table {
  border: 0;
  margin: 0 0 10px;
}
table td {
  background-color: #fff;
  padding: 15px 8px;
  line-height: 1.3em;
  border-radius: 0;
  background-image: none;
  border-spacing: 0;
  border-bottom: 1px solid #999;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
tr {
  border-spacing: 0;
  border: 0;
}

li {
margin-right: 20px;
}





.hp-main-top h1 img{
  width: 160px;
  height: auto;
  
}


.section11text p{
 padding: 5px 10px;
 margin-bottom: 3px;
 border-left: 7px solid #d2d2d2;
}

.head-right {
   position: absolute;
   right: -80px;
   margin-top: 50px;
   
}

.head-right p {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.point {
   width: 50px;
   margin: 0 auto;
}


.point img {
   width: 100%;
}


.kon-left {
   width: 60%;
   margin-top: 50px;
   padding-right: 40px;
}

.kon-right {
    width: 39%;
    border-radius: 20px;
    
    margin-top: 50px;
}

.kon-right img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    height: 300px;
    object-fit: cover;
    display: block;
    
    
}

.kon-right iframe{
    
    border-radius: 20px;
}

.kontakt-hp-01 {
   width: 49%; 
   margin-top: 30px;
   padding-right: 20px;
}

.kontakt-hp-01 img {
   
    width: 30px;
}

.kurzy p {
    font-size: 15px;
    padding: 5px 0px;
}

.elert-box {
   font-weight: 900;
   border-radius: 20px;
   padding: 15px;
   border: 2px dashed #b69e86;
   margin-top: 0px;
  
   color:#B69E86;
   width: 100%;
   margin-top: 15px;
   font-size: 14px;
   
}

#kontakt, #fyzio, #kranio {
   scroll-margin-top: 130px; /* Výška vašeho menu + rezerva */ 
}




.cenik-sluzby table {
    width: 100%;
}

thead {
    background: #b69e86;
    color:#fff;
    
}

thead th {
    padding: 10px 10px; 
    font-size: 20px;
}

#cookies-docs {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}
.disclaimer {
    font-size: 20px;
    text-align: center;
}

.cookiesjsr-banner {
   background-color: #1f8a8c !important;
}
.cookiesjsr-btn {
   background-color: #ddefef !important; 
   color:#1f8a8c !important;
}

.cookiesjsr-btn:hover {
   background-color: #f0f0f0 !important; 
   color:#1f8a8c !important;
   
}


.cookiesjsr-btn.important {
    color:#1f8a8c!important;
}

.cookiesjsr-btn.important:hover {
   background-color: #f0f0f0 !important; 
   color:#1f8a8c !important;
}
.cookiesjsr-links.links--row li a {
  color:#fff !important;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab, .cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #1f8a8c !important;
  
}
.cookiesjsr-btn.invert {
  
  border-color: #1f8a8c !important;
  
}


.boxalert {
    width: 50%;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    color:#4db856;
    border: 2px solid #4db856;
    padding: 20px;
}

.box50{
    width: 49%;
    margin-bottom: 20px;
}

.box50 img{
    width: 100%;
    height: auto;
}

.alert {
    color:red;
}

.forest-main {
   background: url("/images/footer-img-1.jpg") no-repeat; 
   width: 100%;
   height: 600px;
   background-size: 100%;
   background-position: bottom;
}

.contact-in-left {
    width: 70%;
}
.contact-in-right {
    width: 29%;
    padding-top: 60px;
}

.contact-in-right img { width: 100%; height: auto;}

.footer-link p {
    color:#1F8A8C;
    padding-top: 260px;
    padding-bottom: 20px;
    color:#fff;
    font-weight: 900;
    text-shadow: 0px 1px 14px rgba(0,0,0,0.6);
}

.icon {
    background: #DDEFEF;
    border-radius: 100px;
    padding: 15px;
    width: 60px;
    margin-right: 15px;
    
}

.adr{
    padding-top: 15px;
    display: block;
}



/* Média - min
---------------------------------------- */

@media (min-width: 1921px) {
    
    
    .container, #cookies-docs, .hp-main-top {width: 65%;}
    .nabidka-main { margin-top: -100px;}

   
    .hp-contact-main {     
        background-size: 100%;        
    }
    
  

    
    
    
    
}


/* Média - max
---------------------------------------- */

@media (max-width: 1921px) {
    #user-login-form {
    width:80%;
    }

} 

@media (max-width: 1700px) {
    .container, #cookies-docs {width: 90%;}
    .rezervace-main { width: 50%;  } 
    .man { width: 400px;}
   
}

@media (max-width: 1400px) {
    .width {width: 45%;  }
    .content-left h4 {font-size: 20px;}
    .content-left {width:63%;}
    .content-right {width:35%;}
}


@media (max-width: 1200px) {
  .width {width: 60%;}
  .container, #cookies-docs {width: 95%;}
  #user-login-form {width:95%; }
    .hp-servis, .agrument-content-left,.agrument-content-right, .contact-01, .page-servis {
    width: 100%; 
   } 
   
   .footer-content-01 {
    margin-top: 25px;
   } 
   .fs50 {
       font-size: 30px;
   }
   .fs20 {
       font-size: 16px;
   }
   
     .width {width: 45%;  }
    

     
     .content-left {width: 50%; padding: 50px 20px 20px 20px;}
     .content-right  {width: 50%;}
   
    .hp-contact-main {
        padding: 20px 20px 120px 20px;
    }
   
    .hp-servis-main h2 {
        padding-top: 250px;
    }
    
 
    
    #user-login-form {
        width:90%;
        margin: 0 auto;
        padding: 50px 20px 50px 20px;
    }
     
    .content-left { margin-bottom: 30px;}
    
    .box-button {padding: 10px; margin: 0 auto;}

    
    .content-left h2 {font-size: 20px;}
    .program { width: 30%;}
    .left, .right {width: 100%;}
    .hp-flex h2 {line-height: 20px;}
    .boxalert {width: 100%;}
    .kon-left, .kon-right {width: 100%;}
    .forest-main {background-size: cover;}
    .footer-content-logo {width: 200px;}
    .footer-background {height: auto;background-position: bottom;position: relative; padding-top: 40px;}
}

@media (max-width: 900px) {
   .contact-in-left ,.contact-in-right {width: 100%;} 
   .content-left {width: 100%; padding: 50px 20px 20px 20px;}
   .content-right  {width: 400px; margin: 0 auto;}
   .revers { flex-direction: column-reverse;} 
   .footer-content-logo {width: 100%; padding-top: 0px;}
   .footer-background {height: auto;background-position: bottom;position: relative; padding-top: 40px;}
   
}


@media (max-width: 800px) {
    .width, .nabidka-1 {width: 100%;}
    .hp-top-img, .hp-top-content {width: 100%;}
    .img-tac { width: 100%;margin: 20px auto;}
    .hp-flex img { width: 8%; }
    .hp-flex h2 {line-height: 20px;}
    .pb25 img {padding-bottom: 25px;}
    .nabidka-ico, .nabidka-ico img {width: 50px;}
    .social {top: -250px;}
    .footer-row {padding: 20px 20px;}
    
} 


@media (max-width: 700px) {
    .container, #cookies-docs, .kontakt-hp-01 { width: 100%; }
    .nabidka-main h2 {line-height: 40px; font-size: 30px; text-align:center;}
    h2 {font-size: 35px;}     
    .nabidka-ico, .nabidka-ico img {width: 120px; margin: 0 auto;}
   .nabidka-text {width: 100%;} 
   thead th {font-size: 16px;}
   .nabidka-main {margin-bottom: 40px;margin-top: 40px; padding: 20px;}
   .nabidka-1-ico {width: 25px; margin-right: 5px;}
   .nabidka-1-ico img {width: 100%;}
   .nabidka-1-text {width: 90%;}
   .content-right  {width: 350px; margin: 0 auto;}
   .kontakt-hp-01 {padding-right: 0px;}
   .kon-left {padding-right: 0px;}
}

@media (max-width: 500px) {
    .footer-content-01 {width: 100%; text-align:center;}
}

@media (max-width: 380px) {
    .content-left {padding: 70px 10px 10px 10px;}
    .content-left h2 { font-size: 18px; }
    .social {width: 300px; top: -250px;}
    
} 

