﻿html body {height:100%;}
.td {
    background-image: url("loading.gif");
    background-position:center;
    background-repeat: no-repeat;
    position:relative;
    top:0px;
    left:0px;
}

.img-shadow img:hover {
  box-shadow: 10px 10px 5px #0047AB;
}

.img-shadow img{
  margin:5px 5px 5px 5px;
  border-radius:20px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 90%;
  padding: 20px 16px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.ulli li::marker {
  color:#ffffff;
}

.buttonrezervovat {
  background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.buttonrezervovat:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

.background {
    background-image: url("background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: white;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;

  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border:0px solid black;
  border-radius:25px;
}

.activebtn {
  background-color: white;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;

  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border:0px solid black;
  border-radius:25px;
}

.mobmenu {
    display:none;
}

.pcmenu {
    display:block;
}

@media only screen and (max-width: 1024px) {
  .pcmenu {
    display:none;
  }
  
  .mobmenu {
    display:block;
  }
  
  .vyb_vozu {
    display:block;
  }
  
  .sirka {
    width:95%;
  }
  
  .cenik {
    display:block;
  }  
  
  .kontakt {
    display:block;
  }             
}
   
@media only screen and (min-width: 1024px) {
  .pcmenu {
    display:block;
  }
  
  .mobmenu {
    display:none;
  }
  
  .vyb_vozu {
    display:flex;
  }
  
  .sirka {
    width:75%;
  }
  
  .cenik {
    display:flex;
  }
  
  .kontakt {
    display:flex;
  }              
}  
