@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-VariableFont_wght.ttf');
}




@media (max-width: 1980px) and (min-width: 1024px){
    
    .topnav {
        display: none;
    }
    
    html {
         scroll-behavior: smooth;
    }
    
     body{
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        line-height: normal;
        font-family: Montserrat;
        color: #515151;
     }
    
     .titulnifoto {
         position: absolute;
         background-color: #007e31;
         width: 100%;
         height: 100%;
         background-position-x: center;
         background-repeat: no-repeat;
         background-size: cover;
         z-index: -3;
     }


.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 3s ease;
}



.slide.active{
opacity:1;
}

/* tlačítka */

.prev,.next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.5);
color:white;
border:none;
padding:12px 18px;
font-size:20px;
cursor:pointer;
border-radius: 5px;
}

.prev{left:10px;}
.next{right:10px;}

.slider {
  position: relative;
  width: 100%;
  height: 30vw;
  margin-bottom: 1vw;
  text-align: left;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }
    
     
     .menu {
         position: fixed;
         top: 0;
         height: 100px;
         width: 100%;
         color: #fff;
         border-bottom: 1px solid #fff;
         background-image: url("img/bg-menu.png");
         z-index: 100;
     }
     
     .menu a {
        text-decoration: none;
         color: #fff; 
     }
     
     .logo {
         float: left;
         width: 17%;
         height: 55px;
         margin-top: 22px;
         margin-left: 5%;
         margin-right: 2%;
     }
     
     .logo img {
         width: auto;
         height: 100%;
     }
     
     .celemenu {
         float: left;
         width: 52%;
         margin-top: 20px;
         letter-spacing: 0.45px;
         text-align: center;
         line-height: 30px;
         font-size: 15px;
         
     }
     
     
     
     #polozka {
         font-weight: normal;
         transition: font-weight 0.2s;
         transition-timing-function: ease-in
     }
     
     #polozka:hover {
         font-weight: bold;
     }
     
     
     
     #lomitko {
         margin: 0 1%;
         color: #fff;
     }
     
     .rezervace {
         float: left;
         border-bottom: 1px solid #fff;
         width: 13%;
         margin: 20px 1% 0 1%;
         transition: background-color 0.2s, border-bootom 0.2s;
         transition-timing-function: ease-in;
         text-align: center;
         padding: 10px;
         font-weight: bold;
         font-size: 20px;
     }
     
     .rezervace:hover {
         background-color: #cdaf85;
         border-bottom: 1px solid #cdaf85;
     }
     
     .lang {
         float: left;
         width: 2.5%;
         height: 100%;
         margin-top: 20px;
     }
     
     .lang img {
         width: auto;
         height: 35px;
     }
     
     .hlavni {
         position: absolute;
         top: 100%;
     }
     
     .onas {
         float: left;
         width: 72%;
         padding: 2vw 14%;
         text-align: center;
     }
     
     .onas .tabule-img {
         height: 7vw;
     }
     
     .onas img {
         width: auto;
         height: 70%;
         padding: 10% 0;
         fill: rgb(51, 51, 51);
     }
     
     
     .onas .tabule-text {
         margin-top: 1vw;
         font-size: 14px; 
     }
     
     .onas .tabule {
         width: 90%;
         padding: 3vw 5%;
     }
     
     .onas .tabule1 {
         float: left;
         width: 33%;
         height: 12vw;
         border-bottom: solid;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule2 {
         float: left;
         width: 33%;
         height: 12vw;
         border-bottom: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule3 {
         float: left;
         width: 33%;
         height: 12vw;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule4 {
         float: left;
         width: 33%;
         height: 12vw;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .pokoje {
         float: left;
         width: 100%;
         text-align: center;
         
     }
     
     .pokoj1 {
         width: 31%;
         padding: 0 1%;
         float: left;
     }
     
      .pokoj2 {
         width: 45%;
         padding: 1% 1%;
         margin: 15px 1%;
         float: left;
         border: 1px #ddd solid;
          box-shadow: 2px 2px 8px 8px #eee;
          text-align: center;
        
     }
     
     .pokoj-image {
         width: 100%;
         height: 30vw;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .pokoj-image:hover {
          opacity: 0.7;
     }
     
     .pokoj-ikona img {
         height: 2vw;
         width: auto;
     }
     
     .pokoj-text {
         width: 100%;
         height: 3.5vw
     }
     
     .pokoj-ikona {
         float: left;
         height: 100%;
     }
     
     .pokoj-linka {
         float: left;
         height: 100%;
         width: 3px;
         margin: 0 3px 0 3px;
         background-color: #cdaf85;
     }
     
     .pokoj-nazev {
         text-align: left;
         float: left;
         width: 65%;
         font-weight: 600;
     }
     
     .pokoj-vice {
         float: left;
         width: 100%;
         margin-top: 0.5vw;
     }
     
     .pokoj-vice-text{
         float: left;
         height: 2vw;
         color: #515151;
         border-bottom: solid;
         border-width: 1px;
         transition: color 0.4s;
         transition-timing-function: ease-in;
         margin-top: 0.5vw;
     }
     
     .pokoj-vice-text:hover {
         color: #cdaf85;
     }
     
     .pokoj-vice-ikona {
         float: left;
         width: 3vw;
         height: 3vw;
         background-color: #cdaf85;
         margin-left: 0.5vw;
         color: #fff;
         font-weight: bold;
         padding-left: 0;
         transition: padding-left 0.1s;
         transition-timing-function: ease-in;
         text-align: center;
     }
     
     .pokoj-vice-ikona:hover {
          padding-left: 1.25vw;
      }
     
     .pokoj-vice-ikona img {
         width: auto;
         height: 60%;
         margin-top: 15%;
         
     }
     
     .dalsipokoje {
         float: left;
         margin-left: 85%
         
     }
     
     .pokoj-popis {
         float: left;
         width: 85%;
         margin: 0 5%;
     }
     
     .pokoj-popis p {
         font-weight: normal;
         font-size:  14px;
         text-align: left;
     }
     
     .informace {
         width: 100%;
         float: left;
         margin-top: 2vw;
     }
     
     
     .konference {
         width: 100%;
         float: left;
     }
     
     .konference-image {
         float: left;
         height: 35vw;
         width: 50%;
         background-image: url("img/konference.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .konference-text {
         float: left;
         width: 40%;
         margin-left: 7%;
     }
     
      .konference2 {
         width: 100%;
         float: left;
         margin-top: 30px;
     }
     
     .konference2-image {
         float: right;
         height: 50vh;
         width: 50%;
         background-image: url("img/kongres1-1920w.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
        
     }
     
     .konference2-text {
         float: right;
         width: 40%;
         margin-right: 7%;
     }
     
     .vecere {
         width: 100%;
         float: left;
     }
     
     .vecere-image {
         float: left;
         height: 40vw;
         width: 45%;
         background-image: url("img/vecere.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .vecere-text {
         float: left;
         width: 45%;
         margin-left: 7%;
     }
     
     .vecere-text a {
         color: #515151;
     }
     
     
     .wellness {
         width: 100%;
         float: left;
         margin: 3vw 0;
     }
     
     .wellness-image {
         float: left;
         height: 30vw;
         width: 24%;
         background-image: url("img/wellness-1.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .wellness-image2 {
         float: left;
         height: 30vw;
         width: 42%;
         background-image: url("img/wellness.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .wellness-text {
         float: left;
         width: 26%;
         margin: 0 4%;
     }
     
   
     .pobytovebalicky {
         float: left;
         width: 98%;
         margin-left: 1%;
         text-align: center;
     }
     
     .balicky1 {
         width: 24%;
         padding: 0 0.5%;
         float: left;
     }
     
     .balicky-image {
         width: 100%;
         height: 30vw;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .balicky-text {
         width: 100%;
         height: 3.5vw
     }
     
     .balicky-nazev {
         text-align: left;
         float: left;
         width: 100%;
         font-weight: 600;
     }
     
      .balicky-vice {
         float: left;
         width: 100%;
         margin-top: 0.5vw;
     }
     
      .parkovani {
         width: 100%;
         float: left;
         margin: 5vw 0; 
     }
     
     .parkovani-image {
         float: left;
         height: 40vw;
         width: 40%;
         background-image: url("img/parking.jpeg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .parking-text {
         float: left;
         width: 50%;
         margin-left: 5%;
         margin-right: 5%;
     }
     
     .parking-text {
         font-size: 15px;
     }
     
    .foto {
         width: 100%;
         float: left;
         height: 40vw;
         background-image: url("img/ceska-lipa.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;    
         
     }
     
     .foto-text {
        width: 100%;
         float: left;
         height: 40vw;
         background-color: #000;
         opacity: 0;
         transition: opacity 0.5s,  background-color 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
         text-align: center;
     }
     
     .foto-text:hover {
          opacity: 0.7;
          background-color: #000;
          display: block;
     }
     
     .container-text {
         opacity: 5;
         color: #fff;
         margin-top: 10vw;
     }
     
     button {
         padding: 5px;
         border: solid;
         border-color: #fff;
         color: #fff;
         border-width: 1px;
         width: 8%;
         background-color: #000;
         font-size: 18px;
         transition:  background-color 0.35s,  border-color 0.45s, color 0.45s;
         transition-timing-function: ease-in;
         opacity: 1;
         
     }
     
     button:hover {
         background-color: #cdaf85;
         border-color: #cdaf85;
         color: #000
     }
     
     .spodnimenu {
         width: 100%;
         float: left;
         border-bottom: solid #ddd 1px;
         border-top: solid #ddd 1px; 
         margin: 1vw 0;
         padding: 1vw 0;
         text-align: center;
     }
   
     .spodnimenu a {
         text-decoration: none;
         color: #515151;
     }
     
     .spodnimenu #polozka {
         margin: 0 1%;
         color: #515151;
         text-decoration: none;
     }
  
     
     
     .paticka {
         float: left;
         width: 100%;
         font-size: 16px;
         text-align: center;
         margin-bottom: 2vw;
     }
     
     .levastrana {
         float: left;
         width: 30%;
         margin-left: 3%;
        
     }
     
     .levastrana strong{
         font-size: 18px
     }
     
     .levastrana a{
         font-weight: bold;
         text-decoration: underline;
         color: #515151;
     }
     
     .levastrana p {
         line-height: 24px;
     }
     
     .stred {
         width: 35%;
         float: left;
     }
     
     .stred img {
         width: 45%;
         height: auto;
         padding: 3vw 2%;
     }
     
     .pravastrana {
         float: left;
         width: 30%;
     }
     
     .pravastrana p a {
         color: #515151;
         text-decoration: none;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 3vw 35%;
     }
     
     .socialnisite img {
         width: 40%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
     
     
     input {
         width: 96%;
         height: 50px;
         margin-bottom: 10px;
         margin-top: 2px;
         border: 1px #ddd solid;
         padding: 0 2%;
     }
     
     textArea {
         width: 96%;
         height: 100px;
         margin-bottom: 10px;
         margin-top: 2px;
         border: 1px #ddd solid;
         padding: 2% 2%;
         font-family: Montserrat;
         color: #515151;
         font-size: 14px;
     }
     
     input[type=submit]{
         width: 100%;
         padding: 0;
         font-size: 18px;
         font-weight: 600;
         background-color: #515151;
         color: #fff;
         transition:  background-color 0.15s, color 0.15s;
         transition-timing-function: ease-in;
     }
     
      input:hover[type=submit]  {
         background-color: #ddd;
         color: #515151;
         border: #515151 1px solid;
     }
     
     h1 {
         font-size: 36px;
     }
     
     h2 {
        font-size: 36px;
        font-weight: normal;
     }
     
      h3 {
        font-size: 30px;
        font-weight: normal;
     }
     
     p {
         line-height: 20px;
     }
     
     a {
         text-decoration: none;
         
         
     }
     
     p a {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
     }
     
     p u {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
         font-size: 20px;
     }
     
      .konference-text iframe {
         width: 100%;
         height: 25vh;
         border-radius: 20px;
     }
     
     .podstranka {
       float: left;
         width: 90%;
         margin-left: 5%;
         text-align: center;
         margin-top: 130px;
    }
    
    .podstranka #nadpis {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }
    
    .podstranka .text {
        width: 40%;
        float: left;
        text-align: left;
    }
    
    .podstranka .shrnuti {
        width: 40%;
        float: right;
        background-color: #cdaf85;
        color: #fff;
        text-align: left;
        padding-left: 5%;
        box-shadow: 2px 2px 8px 8px #eee;
        margin-bottom: 50px;
    }
    
    
     
      .podstranka-image {
         width: 30%;
         height: 20vh;
         margin-right: 3%;
         float: left;
         margin-bottom: 3vh;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .podstranka-image:hover {
          opacity: 0.7;
     }
     
    
}  


@media (max-width: 5000px) and (min-width: 1980px){
  html {
         scroll-behavior: smooth;
    }
    
     body{
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        line-height: normal;
        font-family: Montserrat;
        color: #515151;
     }
    
     .titulnifoto {
         position: absolute;
         background-color: #007e31;
         width: 100%;
         min-height: 100vh; 
         background-position-x: center;
         background-repeat: no-repeat;
         background-size: cover;
         z-index: -3;
         overflow: auto;
     }

     
     .topnav {
         display: none;
     }

.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 3s ease;
}



.slide.active{
opacity:1;
}

/* tlačítka */

.prev,.next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.5);
color:white;
border:none;
padding:12px 18px;
font-size:20px;
cursor:pointer;
border-radius: 5px;
width: 3%;
}

.prev{left:10px;}
.next{right:10px;}
  

.slider {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom: 2vh;
  text-align: left;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }
    
     
     .menu {
         position: fixed;
         top: 0;
         height: 100px;
         width: 100%;
         color: #fff;
         border-bottom: 1px solid #fff;
         background-image: url("img/bg-menu.png");
         z-index: 100;
     }
     
     .menu a {
        text-decoration: none;
         color: #fff; 
     }
     
     .logo {
         float: left;
         width: 10%;
         height: 55px;
         margin-top: 22px;
         margin-left: 15%;
         margin-right: 2%;
     }
     
     .logo img {
         width: auto;
         height: 100%;
     }
     
     .celemenu {
         float: left;
         width: 45%;
         margin-top: 40px;
         letter-spacing: 0.45px;
         text-align: center;
         line-height: 30px;
         font-size: 18px;
         
     }
     
     
     
     #polozka {
         font-weight: normal;
         transition: font-weight 0.2s;
         transition-timing-function: ease-in
     }
     
     #polozka:hover {
         font-weight: bold;
     }
     
     
     
     #lomitko {
         margin: 0 1%;
         color: #fff;
     }
     
     .rezervace {
         float: left;
         border-bottom: 1px solid #fff;
         width: 8%;
         margin: 35px 1% 0 1%;
         transition: background-color 0.2s, border-bootom 0.2s;
         transition-timing-function: ease-in;
         text-align: center;
         padding: 10px;
         font-weight: bold;
         font-size: 20px;
     }
     
     .rezervace:hover {
         background-color: #cdaf85;
         border-bottom: 1px solid #cdaf85;
     }
     
     .lang {
         float: left;
         width: 5%;
         height: 100%;
         margin-top: 33px;
     }
     
     .lang img {
         width: 35%;
         height: auto;
         margin-left: 5%;
     }
     
     .hlavni {
         position: absolute;
         top: 100%;
     }
     
     .onas {
         float: left;
         width: 60%;
         padding: 2vw 20%;
         text-align: center;
     }
     
     .onas .tabule-img {
         height: 5vw;
     }
     
     .onas img {
         width: auto;
         height: 70%;
         padding: 10% 0;
         fill: rgb(51, 51, 51);
     }
     
     
     .onas .tabule-text {
         margin-top: 1vw;
         font-size: 14px; 
     }
     
     .onas .tabule {
         width: 70%;
         padding: 3vw 15%;
     }
     
     .onas .tabule1 {
         float: left;
         width: 33%;
         height: 23vh;
         border-bottom: solid;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule2 {
         float: left;
         width: 33%;
         height: 23vh;
         border-bottom: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule3 {
         float: left;
         width: 33%;
         height: 23vh;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule4 {
         float: left;
         width: 33%;
         height: 23vh;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .pokoje {
         float: left;
         width: 70%;
         margin-left: 15%;
         text-align: center;
         
     }
     
     .pokoj1 {
         width: 31%;
         padding: 0 1%;
         float: left;
     }
     
     
     .pokoj2 {
         width: 45%;
         padding: 1% 1%;
         margin: 15px 1%;
         float: left;
         border: 1px #ddd solid;
          box-shadow: 2px 2px 8px 8px #eee;
          text-align: center;
        
     }
     
     .pokoj-image {
         width: 100%;
         height: 50vh;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .pokoj-image:hover {
          opacity: 0.7;
     }
     
     .pokoj-ikona img {
         height: 4vh;
         width: auto;
     }
     
     .pokoj-text {
         width: 100%;
         height: 4vh;
     }
     
     .pokoj-ikona {
         float: left;
         height: 100%;
     }
     
     .pokoj-linka {
         float: left;
         height: 100%;
         width: 3px;
         margin: 0 3px 0 3px;
         background-color: #cdaf85;
     }
     
     .pokoj-nazev {
         text-align: left;
         float: left;
         width: 63%;
         font-weight: 600;
         margin-left: 2%;
     }
     
     .pokoj-vice {
         float: left;
         width: 100%;
         margin-top: 0.5vw;
     }
     
     .pokoj-vice-text{
         float: left;
         height: 20px;
         color: #515151;
         border-bottom: solid;
         border-width: 1px;
         transition: color 0.4s;
         transition-timing-function: ease-in;
         margin-top: 0.5vw;
     }
     
     .pokoj-vice-text:hover {
         color: #cdaf85;
     }
     
     .pokoj-vice-ikona {
         float: left;
         width: 2vw;
         height: 40px;
         background-color: #cdaf85;
         margin-left: 0.5vw;
         color: #fff;
         font-weight: bold;
         padding-left: 0;
         transition: padding-left 0.1s;
         transition-timing-function: ease-in;
         text-align: center;
     }
     
     .pokoj-vice-ikona:hover {
          padding-left: 1.25vw;
      }
     
     .pokoj-vice-ikona img {
         width: auto;
         height: 60%;
         margin-top: 15%;
         
     }
     
     .dalsipokoje {
         float: left;
         margin-left: 85%
         
     }
     
       .pokoj-popis {
         float: left;
         width: 85%;
         margin: 0 5%;
     }
     
     .pokoj-popis p {
         font-weight: normal;
         font-size:  14px;
         text-align: left;
     }
     
     .informace {
         width: 100%;
         float: left;
         margin-top: 2vw;
     }
     
     
     .konference {
         width: 100%;
         float: left;
     }
     
     .konference-image {
         float: left;
         height: 45vh;
         width: 50%;
         background-image: url("img/konference.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .konference-text {
         float: left;
         width: 30%;
         margin-left: 7%;
     }
     
     .konference2 {
         width: 100%;
         float: left;
         margin-top: 30px;
     }
     
     .konference2-image {
         float: right;
         height: 50vh;
         width: 50%;
         background-image: url("img/kongres1-1920w.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
        
     }
     
     .konference2-text {
         float: right;
         width: 40%;
         margin-right: 7%;
     }
     
     .vecere {
         width: 100%;
         float: left;
     }
     
     .vecere-image {
         float: left;
         height: 70vh;
         width: 45%;
         background-image: url("img/vecere.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .vecere-text {
         float: left;
         width: 35%;
         margin-left: 7%;
     }
     
     .vecere-text a {
         color: #515151;
     }
     
     
     .wellness {
         width: 100%;
         float: left;
         margin: 3vw 0;
     }
     
     .wellness-image {
         float: left;
         height: 45vh;
         width: 24%;
         background-image: url("img/wellness-1.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .wellness-image2 {
         float: left;
         height: 45vh;
         width: 42%;
         background-image: url("img/wellness.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .wellness-text {
         float: left;
         width: 26%;
         margin: 0 4%;
     }
     
   
     .pobytovebalicky {
         float: left;
         width: 98%;
         margin-left: 1%;
         margin-top: 5vh;
         text-align: center;
     }
     
     .balicky1 {
         width: 24%;
         padding: 0 0.5%;
         float: left;
     }
     
     .balicky-image {
         width: 100%;
         height: 45vh;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .balicky-text {
         width: 100%;
         height: 3.5vw
     }
     
     .balicky-nazev {
         text-align: left;
         float: left;
         width: 100%;
         font-weight: 600;
     }
     
      .balicky-vice {
         float: left;
         width: 100%;
         margin-top: 0.5vw;
     }
     
      .parkovani {
         width: 100%;
         float: left;
         margin: 5vw 0; 
     }
     
     .parkovani-image {
         float: left;
         height: 60vh;
         width: 40%;
         background-image: url("img/parking.jpeg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .parking-text {
         float: left;
         width: 50%;
         margin-left: 5%;
         margin-right: 5%;
     }
     
    
     
    .foto {
         width: 100%;
         float: left;
         height: 80vh;
         background-image: url("img/ceska-lipa.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;    
         
     }
     
     .foto-text {
        width: 100%;
         float: left;
         height: 80vh;
         background-color: #000;
         opacity: 0;
         transition: opacity 0.5s,  background-color 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
         text-align: center;
     }
     
     .foto-text:hover {
          opacity: 0.7;
          background-color: #000;
          display: block;
     }
     
     .container-text {
         opacity: 5;
         color: #fff;
         margin-top: 10vw;
     }
     
     button {
         padding: 5px;
         border: solid;
         border-color: #fff;
         color: #fff;
         border-width: 1px;
         width: 8%;
         background-color: #000;
         font-size: 18px;
         transition:  background-color 0.35s,  border-color 0.45s, color 0.45s;
         transition-timing-function: ease-in;
         opacity: 1;
         
     }
     
     button:hover {
         background-color: #cdaf85;
         border-color: #cdaf85;
         color: #000
     }
     
     .spodnimenu {
         width: 100%;
         float: left;
         border-bottom: solid #ddd 1px;
         border-top: solid #ddd 1px; 
         margin: 1vw 0;
         padding: 1vw 0;
         text-align: center;
     }
   
     .spodnimenu a {
         text-decoration: none;
         color: #515151;
     }
     
     .spodnimenu #polozka {
         margin: 0 1%;
         color: #515151;
         text-decoration: none;
     }
  
     
     
     .paticka {
         float: left;
         width: 80%;
         margin-left: 10%;
         font-size: 16px;
         text-align: center;
         margin-bottom: 2vw;
     }
     
     .levastrana {
         float: left;
         width: 30%;
         margin-left: 3%;
        
     }
     
     .levastrana strong{
         font-size: 18px
     }
     
     .levastrana a{
         font-weight: bold;
         text-decoration: underline;
         color: #515151;
     }
     
     .levastrana p {
         line-height: 24px;
     }
     
     .stred {
         width: 25%;
         float: left;
     }
     
  
     
     .stred img {
         width: 35%;
         height: auto;
         padding: 3vh 2%;
     }
     
     .pravastrana {
         float: left;
         width: 30%;
     }
     
     .pravastrana a {
         color: #515151;
     }
     
     .pravastrana p a {
         color: #515151;
         text-decoration: none;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 3vh 35%;
     }
     
     .socialnisite img {
         width: 40%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
      .podstranka {
       float: left;
         width: 60%;
         margin-left: 20%;
         text-align: center;
         margin-top: 130px;
    }
    
    .podstranka #nadpis {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }
    
    .podstranka .text {
        width: 40%;
        float: left;
        text-align: left;
    }
    
    .podstranka .shrnuti {
        width: 40%;
        float: right;
        background-color: #cdaf85;
        color: #fff;
        text-align: left;
        padding-left: 5%;
        box-shadow: 2px 2px 8px 8px #eee;
        margin-bottom: 50px;
    }
    
    
     
      .podstranka-image {
         width: 30%;
         height: 30vh;
         margin-right: 3%;
         float: left;
         margin-bottom: 3vh;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .podstranka-image:hover {
          opacity: 0.7;
     }
     
     p a {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
     }
     
     p u {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
         font-size: 28px;
     }
     
     .konference-text iframe {
         width: 100%;
         height: 35vh;
         border-radius: 20px;
     }
     
     

 input {
         width: 96%;
         height: 60px;
         margin-bottom: 14px;
         margin-top: 6px;
         border: 1px #ddd solid;
         padding: 0 2%;
         font-size: 16px;
     }
     
     textArea {
         width: 96%;
         height: 100px;
         margin-bottom: 10px;
         margin-top: 2px;
         border: 1px #ddd solid;
         padding: 2% 2%;
         font-family: Montserrat;
         color: #515151;
         font-size: 16px;
     }
     
     input[type=submit]{
         width: 100%;
         padding: 0;
         font-size: 18px;
         font-weight: 600;
         background-color: #515151;
         color: #fff;
         transition:  background-color 0.15s, color 0.15s;
         transition-timing-function: ease-in;
     }
     
      input:hover[type=submit]  {
         background-color: #ddd;
         color: #515151;
         border: #515151 1px solid;
     }
     
     h1 {
         font-size: 36px;
     }
     
     h2 {
        font-size: 36px;
        font-weight: normal;
     }
     
      h3 {
        font-size: 30px;
        font-weight: normal;
     }
     
     p {
         line-height: 26px;
     }
     
     a {
         text-decoration: none;
         
         
     }
}  



@media(max-width: 1023px) and (min-width: 320px){
           /* Style the navigation menu */
.topnav {
    float: right;
    background-color: #cdaf85;
   color: white;
  position: absolute;
  z-index: 8;
  top: 1vh;
  right: 5%;
  
}
.topnav #myLinks {
  display: none;
  margin-top: 110px;
  color: white;
}

.topnav #myLinks a {
   font-size: 32px;
   line-height: 40px;
   color: white;
   
}
  
.topnav .jazyk {
    float: left;
    width: 30%;
}

/* Style navigation menu links */
.topnav a {
  color: #007e31;
  padding: 1vh 1vw;
  text-decoration: none;
  font-size: 90px;
  display: block;
  
}

/* Style the hamburger menu */
.topnav a.icon {
  background-color: transparent;
  color: #fff;
  display: block;
  position: absolute;
  float: right;
   right: 0vw;
   
  top: 0vw;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}

/* Style the active link (or home/logo) */
.topnav .active {
  color: #fff;
  width: 21%;
} 
        

html {
         scroll-behavior: smooth;
    }
    
     body{
        margin: 0px;
        padding: 0px;
        font-size: 26px;
        font-family: Montserrat;
        color: #515151;
     }
    
     .titulnifoto {
         position: absolute;
         background-color: #007e31;
         width: 100%;
         min-height: 70vh; 
         background-position-x: center;
         background-repeat: no-repeat;
         background-size: cover;
         z-index: -3;
         overflow: auto;
     }


.slide{
position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 3s ease;
}



.slide.active{
opacity:1;
}

/* tlačítka */

.prev,.next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,0.5);
color:white;
border:none;
padding:12px 18px;
font-size:20px;
cursor:pointer;
border-radius: 5px;
width: 6%;
}

.prev{left:10px;}
.next{right:10px;}
     
    
.slider {
  position: relative;
  width: 100%;
  height: 35vh;
  margin-bottom: 1vw;
  text-align: left;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }
     
     .menu {
         position: fixed;
         top: 0;
         height: 200px;
         width: 100%;
         color: #fff;
         border-bottom: 1px solid #fff;
         background-image: url("img/bg-menu.png");
         z-index: 100;
     }
     
     .menu a {
        text-decoration: none;
         color: #fff; 
     }
     
     .logo {
         float: left;
         width: 40%;
         height: 110px;
         margin-top: 40px;
         margin-left: 5%;
         margin-right: 2%;
     }
     
     .logo img {
         width: auto;
         height: 100%;
     }
     
     .celemenu {
         display: none;
         
     }
     
     
     
     #polozka {
         font-weight: normal;
         transition: font-weight 0.2s;
         transition-timing-function: ease-in
     }
     
     #polozka:hover {
         font-weight: bold;
     }
     
     
     
     #lomitko {
         margin: 0 1%;
         color: #fff;
     }
     
     .rezervace {
         float: left;
         border-bottom: 1px solid #fff;
         width: 30%;
         margin: 55px 1% 0 1%;
         transition: background-color 0.2s, border-bootom 0.2s;
         transition-timing-function: ease-in;
         text-align: center;
         padding: 10px;
         font-weight: bold;
         font-size: 45px;
     }
     
     .rezervace:hover {
         background-color: #cdaf85;
         border-bottom: 1px solid #cdaf85;
     }
     
     .lang {
        display: none;
     }
     
     .lang img {
         width: 35%;
         height: auto;
         margin-left: 5%;
     }
     
     .hlavni {
         position: absolute;
         top: 72vh;
     }
     
     .onas {
         float: left;
         width: 80%;
         padding: 2vw 10%;
         text-align: center;
     }
     
     .onas .tabule-img {
         height: 50px;
     }
     
     .onas img {
         width: auto;
         height: 100%;
         padding: 10% 0;
         fill: rgb(51, 51, 51);
     }
     
     
     .onas .tabule-text {
         margin-top: 50px;
         font-size: 24px; 
     }
     
     .onas .tabule {
         width: 100%;
         padding: 3vw 0%;
     }
     
     .onas .tabule1 {
         float: left;
         width: 33%;
         height: 150px;
         border-bottom: solid;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule2 {
         float: left;
         width: 33%;
         height: 150px;
         border-bottom: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule3 {
         float: left;
         width: 33%;
         height: 150px;
         border-right: solid;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .onas .tabule4 {
         float: left;
         width: 33%;
         height: 150px;
         border-color: #ddd;
         border-width: 1px;
     }
     
     .pokoje {
         float: left;
         width: 80%;
         margin-left: 10%;
         text-align: center;
         
     }
     
     .pokoj1 {
         width: 90%;
         padding: 0 5%;
         float: left;
     }
     
     .pokoj2 {
         width: 100%;
         padding: 1% 1%;
         margin: 15px 1%;
         float: left;
         border: 1px #ddd solid;
          box-shadow: 2px 2px 8px 8px #eee;
          text-align: center;
        
     }
     
     .pokoj-image {
         width: 100%;
         height: 35vh;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .pokoj-image:hover {
          opacity: 0.7;
     }
     
     .pokoj-ikona img {
         height: 3vh;
         width: auto;
     }
     
     .pokoj-text {
         width: 100%;
         height: 4vh;
     }
     
     .pokoj-ikona {
         float: left;
         height: 100%;
     }
     
     .pokoj-linka {
         float: left;
         height: 100%;
         width: 3px;
         margin: 0 3px 0 3px;
         background-color: #cdaf85;
     }
     
     .pokoj-nazev {
         text-align: left;
         float: left;
         width: 63%;
         font-weight: 600;
         margin-left: 2%;
         font-size: 30px;
     }
     
       .pokoj-popis {
         width: 100%;
         float: left;
     }
     
      .pokoj-popis p {
         font-weight: normal;
         text-align: left;
         line-height: 40px;
     }
     
     .pokoj-vice {
        float: left;
         width: 100%;
         margin-top: 0.5vw;
         margin-bottom: 5vh;
     }
     
     .pokoj-vice-text{
         float: left;
         height: 32px;
         color: #515151;
         border-bottom: solid;
         border-width: 1px;
         transition: color 0.4s;
         transition-timing-function: ease-in;
         margin-top: 0.5vw;
     }
     
     .pokoj-vice-text:hover {
         color: #cdaf85;
     }
     
     .pokoj-vice-ikona {
         float: left;
         width: 5vw;
         height: 40px;
         background-color: #cdaf85;
         margin-left: 0.5vw;
         color: #fff;
         font-weight: bold;
         padding-left: 0;
         transition: padding-left 0.1s;
         transition-timing-function: ease-in;
         text-align: center;
     }
     
     .pokoj-vice-ikona:hover {
          padding-left: 2vw;
      }
     
     .pokoj-vice-ikona img {
         width: auto;
         height: 60%;
         margin-top: 15%;
         
     }
     
     .dalsipokoje {
         float: left;
         margin-left: 65%
         
     }
     
     .informace {
         width: 100%;
         float: left;
         margin-top: 2vw;
     }
     
     
     .konference {
         width: 100%;
         float: left;
     }
     
     .konference-image {
         float: left;
         height: 45vh;
         width: 90%;
         margin-left: 5%;
         background-image: url("img/konference.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .konference-text {
         float: left;
         width: 90%;
         margin-left: 5%;
     }
     
     .konference2 {
         width: 100%;
         float: left;
         margin-top: 30px;
     }
     
     .konference2-image {
         float: right;
         height: 50vh;
         width: 90%;
         margin-right: 5%;
         background-image: url("img/kongres1-1920w.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
        
     }
     
     .konference2-text {
         float: right;
         width: 90%;
         margin-right: 5%;
     }
     
     
     .konference-text iframe {
         width: 100%;
         height: 25vh;
         border-radius: 20px;
     }
     .vecere {
         width: 100%;
         float: left;
     }
     
     .vecere-image {
         float: left;
         height: 50vh;
         width: 90%;
         margin-left: 5%;
         background-image: url("img/vecere.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .vecere-text {
         float: left;
         width: 90%;
         margin-left: 5%;
     }
     
     .vecere-text a {
         color: #515151;
     }
     
     
     .wellness {
         width: 100%;
         float: left;
         margin: 3vw 0;
     }
     
     .wellness-image {
         float: left;
         height: 45vh;
         width: 90%;
         margin-left: 5%;
         background-image: url("img/wellness-1.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .wellness-image2 {
         display: none;
     }
     
     .wellness-text {
         float: left;
         width: 90%;
         margin: 0 5%;
     }
     
   
     .pobytovebalicky {
         float: left;
         width: 98%;
         margin-left: 1%;
         margin-top: 5vh;
         text-align: center;
     }
     
     .balicky1 {
         width: 90%;
         padding: 0 5%;
         float: left;
     }
     
     .balicky-image {
         width: 100%;
         height: 35vh;
         float: left;
         margin-bottom: 1vw;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .balicky-text {
         width: 100%;
         height: 3.5vw
     }
     
     .balicky-nazev {
         text-align: left;
         float: left;
         width: 100%;
         font-weight: 600;
     }
     
      .balicky-vice {
         float: left;
         width: 100%;
         margin-top: 0.5vw;
     }
     
      .parkovani {
         width: 100%;
         float: left;
         margin: 5vw 0; 
     }
     
     .parkovani-image {
         float: left;
         height: 75vh;
         width: 40%;
         background-image: url("img/parking.jpeg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
     }
     
     .parking-text {
         float: left;
         width: 50%;
         margin-left: 5%;
         margin-right: 5%;
     }
     
    
     
    .foto {
         width: 100%;
         float: left;
         height: 80vh;
         background-image: url("img/ceska-lipa.jpg");
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;    
         
     }
     
     .foto-text {
        width: 100%;
         float: left;
         height: 80vh;
         background-color: #000;
         opacity: 0;
         transition: opacity 0.5s,  background-color 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
         text-align: center;
     }
     
     .foto-text:hover {
          opacity: 0.7;
          background-color: #000;
          display: block;
     }
     
     .container-text {
         opacity: 5;
         color: #fff;
         margin-top: 10vw;
     }
     
     button {
         padding: 5px;
         border: solid;
         border-color: #fff;
         color: #fff;
         border-width: 1px;
         width: 8%;
         background-color: #000;
         font-size: 18px;
         transition:  background-color 0.35s,  border-color 0.45s, color 0.45s;
         transition-timing-function: ease-in;
         opacity: 1;
         
     }
     
     button:hover {
         background-color: #cdaf85;
         border-color: #cdaf85;
         color: #000
     }
     
     .spodnimenu {
         width: 100%;
         float: left;
         border-bottom: solid #ddd 1px;
         border-top: solid #ddd 1px; 
         margin: 1vw 0;
         padding: 1vw 0;
         text-align: center;
     }
   
     .spodnimenu a {
         text-decoration: none;
         color: #515151;
     }
     
     .spodnimenu #polozka {
         margin: 0 1%;
         color: #515151;
         text-decoration: none;
         line-height: 70px;
         font-size: 40px;
     }
  
     
     
     .paticka {
      float: left;
         width: 80%;
         margin-left: 10%;
         text-align: center;
         margin-bottom: 2vw;
     }
     
     .levastrana {
         float: left;
         width: 96%;
         margin-left: 3%;
        
     }
     
      .levastrana strong{
         font-size: 34px
     }
     
     .levastrana a{
         font-weight: bold;
         text-decoration: underline;
         color: #515151;
     }
     
     .levastrana p {
         line-height: 40px;
     }
     
     .stred {
         width: 96%;
         float: left;
     }
  
     .stred img {
         width: 35%;
         height: auto;
         padding: 3vh 2%;
     }
     
     .pravastrana {
         float: left;
         width: 100%;
     }
     
     .pravastrana a {
         color: #515151;
     }
     
     .pravastrana p a {
         color: #515151;
         text-decoration: none;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 3vh 35%;
     }
     
     .socialnisite img {
         width: 40%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
     input {
         width: 95%;
         height: 70px;
         margin-bottom: 10px;
         margin-top: 2px;
         border: 1px #ddd solid;
         padding: 0 2%;
         font-size: 26px;
     }
     
     textArea {
         width: 95%;
         height: 250px;
         margin-bottom: 10px;
         margin-top: 2px;
         border: 1px #ddd solid;
         padding: 2% 2%;
         font-family: Montserrat;
         color: #515151;
         font-size: 26px;
     }
     
     input[type=submit]{
         width: 95%;
         padding: 0;
         font-size: 30px;
         font-weight: 600;
         background-color: #515151;
         color: #fff;
         transition:  background-color 0.15s, color 0.15s;
         transition-timing-function: ease-in;
     }
     
      input:hover[type=submit]  {
         background-color: #ddd;
         color: #515151;
         border: #515151 1px solid;
     }
     
     
     
     h1 {
         font-size: 46px;
     }
     
     h2 {
        font-size: 44px;
        font-weight: normal;
     }
     
      h3 {
        font-size: 36px;
        font-weight: normal;
     }
     
     p {
         line-height: 36px;
     }
     
     a {
         text-decoration: none;
         
         
     }

.podstranka {
       float: left;
         width: 90%;
         margin-left: 5%;
         text-align: center;
         margin-top: 230px;
    }
    
    .podstranka #nadpis {
        font-weight: 600;
        font-size: 18px;
        text-align: left;
    }
    
    .podstranka .text {
        width: 40%;
        float: left;
        text-align: left;
    }
    
    .podstranka .shrnuti {
        width: 40%;
        float: right;
        background-color: #cdaf85;
        color: #fff;
        text-align: left;
        padding-left: 5%;
        box-shadow: 2px 2px 8px 8px #eee;
        margin-bottom: 50px;
    }
    
    
     
      .podstranka-image {
         width: 30%;
         height: 20vh;
         margin-right: 3%;
         float: left;
         margin-bottom: 3vh;
         background-position: center center;    
         background-repeat: no-repeat;
         background-size: cover;
         opacity: 1;
         transition: opacity 0.5s;
         transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
     }
     
     .podstranka-image:hover {
          opacity: 0.7;
     }
    
    p a {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
     }
     
     p u {
         color: #515151;
         text-decoration: underline;
         font-weight: 600;
         font-size: 28px;
     }
     
}


#red {
    color: red;
}

.clear {
    clear: both;
}