body {
margin: 0px;
}
 /* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 60px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
}

/* Style the navbar links */
#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo */
#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

/* Links on mouse-over */
#navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link */
#navbar a.active {
  background-color: dodgerblue;
  color: white;
}

/* Display some links to the right */
#navbar-right {
  float: right;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media (max-width: 780px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
/* 
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
*/
 } 
 
h3 {
color: black;
text-align: center
}
div {
line-height: 1.5;
font-size: 25px;
font-family: 'Montserrat', 'Segoe UI', 'Calibri Light', Arial, sans-serif; /*'Microsoft YaHei Light' = puvodní*/
}
/* Následují další styly pro mobilní telefon */
@media (max-width: 800px) {
    div {
	font-size: 20px;
	font-family: 'Montserrat', 'Segoe UI', 'Calibri Light', Arial, sans-serif;
	}
    
}

        .tabs {
            display: flex;
            cursor: pointer;
            justify-content: center;
            margin: 0;  /* Odstranení mezer kolem záložek */
            padding: 0;  /* Odstranení mezer kolem záložek */
        }
        .tab {
            padding: 10px 20px;
            background: #bdbdbd;
            color: black;
            margin: 0 5px 0 0;  /* Odstranení spodní mezery a úprava mezer mezi záložkami */
            border-radius: 10px 10px 0 0;  /* Zaobluje pouze horní rohy */
        }
        .tab:last-child {
            margin-right: 0;  /* Odstranení pravé mezery u poslední záložky */
        }
        .tab.active {
            background: #dedede;
        }
        .tab-content {
            display: none;
            margin: 0;  /* Odstranení mezer kolem obsahu */
            padding: 20px;
            background: #dedede;  /* Pozadí pro obsah */
            color: black;
            border-radius: 0 0 10px 10px;  /* Zaobluje pouze spodní rohy */
        }
		
        .tab-content.active {
            display: block;
        }



/* Následují další styly pro mobilní telefon */
@media (max-width: 690px) {
	.nepodstatne {
	display: none
	} 
}
p {
padding: 17px;
text-align: center
}
.vizitka {
padding: 17px;
}
/* Následují další styly pro mobilní telefon */
@media (max-width: 780px) {
	.vizitka {
	padding: 0px;
	margin: 0 px !important
	}
}
.covid {
box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
background-color: yellow;
}
.stin {
box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1)
}
.test {
width: 80%;
box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1)
}
.blok-vel {
margin: 60px 5%
}
.foto {
margin: 30px 10px 0px 20px;
float: right;
width: 	327px;
height: 540px
}
.foto-L {
margin: 30px 10px 0px 20px;
float: left;
width: 	350px;
height: 578px
}
.foto2 {
display: none
}
.foto3 {
display: none
}
.foto4 {
display: none
}
.foto5{
display: none
}
.foto6 {
display: none
}
.p-foto4-6{
display: none
}
.odznak {
margin: 10px 10px 0px 10px;
float: left;
}
/* Následují další styly pro mobilní telefon */
@media (min-width: 781px) and (max-width: 1000px) {
	.foto-L {
	display: none !important;
	}
/*Foto Evci zustává nahore dele, tak tady neni potreba zobrazovat
	.foto3 {
	display: inline;
	margin: 0px 10px 0px 20px;
	float: right;
	width: 	327px;
	height: 327px
	}
*/
	.foto5{
	display: inline;
	margin: 0px 10px 0px 20px;
	float: left;
	width: 	327px;
	height: 327px
	}
}
@media (max-width: 780px) {
	.foto {
	display: none !important;
	}
	.foto-L {
	display: none !important;
	}
	.foto2 {
	display: inline;
	margin: 10px 10px 0px 20px;
	float: none;
	width: 	50%;
	}
	.foto3 {
	display: none !important;
	}
	.foto4 {
	display: inline;
	margin: 0px 10px 0px 20px;
	float: none;
	width: 	50%;
	}
	.foto5 {
	display: none !important;
	}
	.foto6 {
	display: inline;
	margin: 0px 10px 0px 10px;
	float: none;
	width: 	50%;
	}
	.p-foto4-6{
	display: inline;
	}
	.odznak {
	margin: 10px 10px 0px 10px;
	float: none;
	}
}


.img-container {
  float: left;
  width: 40%; /* three containers (use 25% for four, and 50% for two, etc) */
  padding: 10px; /* if you want space between the images */
  border: 1px;
  border-color: black
}
.clearfix {
  width: 80%;
  content: "";
  clear: both;
  display: table;
  box-shadow: 0
}
.parallax {
  /* The image used */
  background-image: url("../img/para-1-gauc-A.jpg");

  /* Set a specific height */
  height: 100%;
  margin: 60px 0px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cenik-vel {
  margin: 60px 5%;
  width: 90%;
  clear: both;
  display: table
}
.cenik {
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
	float: left;
	margin: 4% 0% 0% 11%; /* puvodne pri trech blocich s cenovkami to bylo margin: 4% 4% 0%; */
	width: 33%; /* puvodne 25% */
	height: 274px; /* puvodne pri trech blocich: 340px */
	text-align: center
}
/* Následují další styly pro mobilní telefon */
@media (max-width: 690px) {
    .cenik {
	float: none;
	margin: 4% 0% 0%;
	padding: 2% 0% 0% 0%;
	width: 100%
	}
}
.budova{
width: 75%;
float: center;
margin: 4px
}
.bottom {
  background-color: #f1f1f1;
  margin: 0px;
  padding: 30px 5%;
  width: 95%;
  z-index: 99;
  clear: both;
  display: table;
  box-shadow: 0;
  margin: 0
}
.bot-left {
float: left;
margin: 0px;
padding: 0px 0%;
width: 30%
}
/* Následují další styly pro mobilní telefon */
@media (max-width: 780px) {
	.bot-left {
	float: none;
	margin: 0px;
	width: 100%
	}
}
.mapka {
border: none;
width: 100%;
height: 200px
}
.bot-mid {
float: left;
margin: 0px;
width: 25%;
padding: 0% 0% 0% 10%;
font-size: 16px
}
.bot-right {
float: left;
margin: 0px;
width: 25%;
padding: 0% 0% 0% 10%;
text-align: left;
font-size: 16px
}
/* Následují další styly pro mobilní telefon */
@media (min-width: 781px) and (max-width: 1020px) {
	.bot-mid {
	width: 30%;
	padding: 0% 0% 0% 5%
	}
	.bot-right {
	float: left;
	margin: 0px;
	width: 30%;
	padding: 0% 0% 0% 5%;
	text-align: left;
	font-size: 16px
	}
}
/* Následují další styly pro mobilní telefon */
@media (min-width: 601px) and (max-width: 780px) {
	.bot-mid {
	width: 60%;
	padding: 0% 0% 0% 5%;
	text-align: left
	}
	.bot-right {
	float: left;
	margin: 0px;
	width: 30%;
	padding: 0% 0% 0% 5%;
	text-align: left;
	font-size: 16px
	}
}
/* Následují další styly pro mobilní telefon */
@media (max-width: 600px) {
	.bot-mid {
	float: none;
	margin: 0px;
	width: 100%;
	padding: 0% 0% 0% 0%;
	text-align: left;
	font-size: 16px
	}
	.bot-right {
	float: none;
	margin: 0px;
	width: 100%;
	padding: 0% 0% 0% 0%;
	text-align: left;
	font-size: 16px
	}
}
.p-bot {
padding: 0px;
text-align: left;
font-size: 20px;
font-weight: bold;
}