@charset "utf-8";
/* CSS Document */



.pruh-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1b3165;
  //margin-bottom: 3em;
  text-align: center;
}

.pruh-menu li  {
  display: inline-table;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

li a:hover, .vyjeti:hover .dropbtn {
    background-color: #071943;
    color: #0097EB;
	text-decoration: none;
	
}

li.vyjeti {
  display: inline-block;
}

.vyjeti-obsah {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-transform: none;
}

.vyjeti-obsah a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.vyjeti-obsah a:hover {background-color: #f1f1f1;}

.vyjeti:hover .vyjeti-obsah {
  display: block;
}


.pruh-menu .icon {
  display: none;
}

@media screen and (min-width: 1650px){
    .stranka{
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
}


@media screen and (min-width: 765px) and (max-width: 1650px) {
    .stranka{
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) 
@media screen and (max-width: 765px) {
	
	.pruh-menu a:not(:first-child) {
		display: none;
	}
	
	.sponzori{
		display:none;
	}
	
	.pruh-menu a:first-child {
		float: left;
	}
	
	.pruh-menu a.icon {
		text-align: center;
		display: block;
		margin-top: -1em;
	 }
	
	 .vyjeti{
	 	float: right;
	 	display: block;
	 }
	
	 .pruh-menu li a {
	 	display:none;
	 }
	.levy_blok{
		display: none;
	}
    
    .pravy_blok{
        margin-top: -15em;
    }
    
    #ctverec-vse{
        display:none;
    }
	
	.box_clanky{
		padding: 7%;
		background-color: #FFFFFF;
	}
	
	.ohraniceni{
		background-color: #ECECEC;
		padding: none;
		border: none;
	}
	
	.claneknadpis{
		font-size: 1.6em;
	}
	
	
}


	
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) 
@media screen and (max-width: 765px) {
  .pruh-menu.responsive {position: relative;}
  .pruh-menu.responsive a.icon {
	display: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .pruh-menu.responsive  li {
    float: none;
    display: block;
    text-align: center;
	padding:1%;
  }
}





@media screen and (max-width: 765px) {
  .pruh-menu a:not(:first-child), .vyjeti .dropbtn {
    display: none;
  }
  .pruh-menu a.icon {
    text-align: center;
    display: block;
  }

}

@media screen and (max-width: 765px) {
  .pruh-menu.responsive {position: relative;}
  .pruh-menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pruh-menu.responsive li a {
    float: none;
    display: block;
    text-align: center;
	padding:1%;
	font-size: .8em;
  }
  .pruh-menu.responsive .vyjeti {float: none;}
  .pruh-menu.responsive .vyjeti-obsah {position: relative;}
  .pruh-menu.responsive .vyjeti .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
	padding:1%;
  }
}

*/