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




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

     
     .rekonstrukce {
         width: 100%;
         min-height: 100vh;  
        text-align: center;
         background-image: url("img/bg-menu.png");
         padding-bottom: 10vw;
     
     }
     
     .rekonstrukce-logo {
         width: 36%;
         margin-left: 32%;
         padding-top: 10vh;
     }
     
     .rekonstrukce-logo img {
         width: 100%;
         height: auto;
     }
     
     .rekonstrukce-text {
         font-size: 18px;
         padding-top: 10vh;
         width: 60%;
         margin-left: 20%;
         color: #fff;
     }
     
     .rekonstrukce-text p {
         line-height: 30px;
     }
     
     .rekonstrukce-text strong {
         font-size: 24px;
         font-weight: bold;
     }
     
     .rekonstrukce button {
         background-color: #cdaf85;
         padding: 15px 15px;
         margin-left: auto;
         font-size: 16px;
         color: #000;
         margin-bottom: 20px;
         width: auto;
         border: none;
         font-family: Montserrat;
     }
     
     .rekonstrukce a {
         text-decoration: none;
         color: #000;
     }
     
     .rekonstrukce-jazyky img {
         margin: 0 1%;
     }
     
     

.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;}
     
    
     
     .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: 100%;
         height: auto;
     }
     
     .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;
     }
     
     .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%
         
     }
     
     .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%;
     }
     
     .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%;
         margin-top: 30px;
        
     }
     
     .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 a {
         color: #515151;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 3vw 35%;
     }
     
     .socialnisite img {
         width: 40%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
     
     
     
     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;
         
         
     }
    
}  

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

     
     .rekonstrukce {
         width: 100%;
         min-height: 100vh;  
        text-align: center;
         background-image: url("img/bg-menu.png");
         padding-bottom: 10vw;
     
     }
     
     .rekonstrukce-logo {
         width: 10%;
         margin: auto;
         padding-top: 15vh;
     }
     
     .rekonstrukce-logo img {
         width: 100%;
         height: auto;
     }
     
     .rekonstrukce-text {
         font-size: 18px;
         padding-top: 10vh;
         width: 40%;
         margin: auto;
         color: #fff;
     }
     
     .rekonstrukce-text p {
         line-height: 36px;
     }
     
     .rekonstrukce-text strong {
         font-size: 24px;
         font-weight: bold;
     }
     
     .rekonstrukce button {
         background-color: #cdaf85;
         padding: 15px 15px;
         margin-left: auto;
         font-size: 16px;
         color: #000;
         margin-bottom: 20px;
         width: auto;
         border: none;
         font-family: Montserrat;
     }
     
     .rekonstrukce a {
         text-decoration: none;
         color: #000;
     }
     
     .rekonstrukce-jazyky img {
         margin: 0 1%;
     }
     
     

.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;}
     
    
     
     .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: 100%;
         height: auto;
     }
     
     .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;
     }
     
     .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%
         
     }
     
     .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%;
     }
     
     .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: 80%;
         margin: 0 0 2vw 10%; 
         font-size: 16px;
         text-align: center;
     }
     
     .levastrana {
         float: left;
         width: 37%;
         margin-left: 3%;
         margin-top: 30px;
        
     }
     
     .levastrana strong{
         font-size: 18px
     }
     
     .levastrana a{
         font-weight: bold;
         text-decoration: underline;
         color: #515151;
     }
     
     .levastrana p {
         line-height: 24px;
     }
     
     .stred {
         width: 20%;
         float: left;
     }
     
     .stred img {
         width: 45%;
         height: auto;
         padding: 1.5vw 2%;
     }
     
     .pravastrana {
         float: left;
         width: 40%;
     }
     
     .pravastrana a {
         color: #515151;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 1vw 35%;
     }
     
     .socialnisite img {
         width: 20%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
     
     
     
     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;
         
         
     }
    
}  



@media (max-width: 1023px) and (min-width: 320px){
    html {
         scroll-behavior: smooth;
    }
    
     body{
        margin: 0px;
        padding: 0px;
        font-size: 30px;
        line-height: normal;
        font-family: Montserrat;
        color: #515151;
     }
    
     .titulnifoto {
         background-color: #007e31;
         width: 100%;
         min-height: 100vh; 
         background-position-x: center;
         background-repeat: no-repeat;
         background-size: cover;
         z-index: -3; 
         background-image: url("img/parkhotel.jpg");
         overflow: auto;
             
       
     }

     
     .rekonstrukce {
         width: 100%;
         min-height: 100vh;  
        text-align: center;
         background-image: url("img/bg-menu.png");
         padding-bottom: 10vw;
     
     }
     
     .rekonstrukce-logo {
         width: 50%;
         margin-left: 25%;
         padding-top: 10vh;
     }
     
     .rekonstrukce-logo img {
         width: 100%;
         height: auto;
     }
     
     .rekonstrukce-text {
         font-size: 36px;
         padding-top: 10vh;
         width: 80%;
         margin-left: 10%;
         color: #fff;
     }
     
     .rekonstrukce-text p {
         line-height: 56px;
     }
     
     .rekonstrukce-text strong {
         font-size: 46px;
         font-weight: bold;
     }
     
     .rekonstrukce button {
         background-color: #cdaf85;
         padding: 30px 30px;
         margin-left: auto;
         font-size: 30px;
         color: #000;
         margin-bottom: 20px;
         width: auto;
         border: none;
         font-family: Montserrat;
     }
     
     .rekonstrukce a {
         text-decoration: none;
         color: #000;
     }
     
     .rekonstrukce-jazyky img {
         width: 12%;
         height: auto;
         margin: 0 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;}
     
    
     
     .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: 100%;
         height: auto;
     }
     
     .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;
     }
     
     .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%
         
     }
     
     .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%;
     }
     
     .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%;
         text-align: center;
         margin-bottom: 2vw;
     }
     
     .levastrana {
         float: left;
         width: 94%;
         margin-left: 3%;
         margin-top: 2vh;
        
     }
     
     .levastrana strong{
         font-size: 30px
     }
     
     .levastrana a{
         font-weight: bold;
         text-decoration: underline;
         color: #515151;
     }
     
     .levastrana p {
         line-height: 34px;
     }
     
     .stred {
         width: 100%;
         float: left;
     }
     
     .stred img {
         width: 39%;
         height: auto;
         padding: 3vw 5%;
     }
     
     .pravastrana {
         float: left;
         width: 100%;
     }
     
     .pravastrana a {
         color: #515151;
     }
     
     .socialnisite {
         float: left;
         width: 30%;
         margin: 3vw 35%;
     }
     
     .socialnisite img {
         width: 40%;
         height: auto;
     }
     
     .strankabezslideshow {
         width: 80%;
         margin: 130px auto;
         
     }
     
     
     
     
     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;
         
         
     }
    
}  


#red {
    color: red;
}

.clear {
    clear: both;
}