/* styl pro html stránky a hlavní stranu */
body{
	margin: 0;
	padding: 0;
	min-width: 1100px;
	max-width: 1920px;
}
/* navigace */
.navigation ul {
	list-style: none;
	width: 1100px;
	margin:0 auto;
	padding: 1.2em 0 0 0 ;
	font-size: 20px;
 }


.navigation li {
	float: left; 
}
.navigation li a {
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069; 
}

.navigation{
	position: fixed;
	width: 100%;
	float: left;
	margin: 0em 0 0.5em 0;
	padding: 0.5em 0 0 0;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	text-align: center;
	padding-left: 1%;
	padding-top: 1%;
}
.navigation a:hover{
	color: red;
}
.logo{
	position: fixed;
	left: 50%;
	margin-left: -100px;
	z-index: 2;
	padding-top: 0.2%;
}
.logo:hover{
	
}
.headerr{
	z-index: 2;
	
	left: 50%;
	margin-left: -100px;

}
.navigation-centered a{
	float: none;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
/* Konec navigace */
article{
	padding: 100px;
	margin:0;
	padding: 0;
}
.img1 img{
	max-width: 100%;
    height: auto;
    margin-top: 3%;

}
.about{

	background-image: url("../img/printer.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 80vh;
	color: white;
	font-family: 28px arial;
	text-decoration: bold;
	/* text-align: justify; */
	
}

.small{
	font-size: 27px;
}
.smaller{
    font-size: 12px;
}
.about p{

}
.text{
	padding-top: 3%;
	margin-left: 64%;
	width: 450px;
	font-size: 26px;
	

}
.n{
	color: white;
	font-size: 40px;

}
.center{
	text-align: center;
	font-size: 35px;
	color: #069;
}
/* footeri- footer pro main stranu 
footer je pro ostatní stránky */
.footeri{
	background-color: black;
	width: 100%;
	height: 50px;
	color: white;
	text-align: center;
}
footer{
	background-color: black;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: white;
	text-align: center;
}
.normalA{
	color: white;
	font-size: 20px;

}
.normalA:hover{
color: aqua;
}
.blackA{
	color: black;
	text-decoration: none;
	margin-left: 45%;
}
.blackA:hover{
	color:#069; 
}
/* Obchodní podmíny / GBDR */
.terms{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
}
.terms h2{
	text-align: center;
	font-size: 27px;
}
.terms p{
	margin-left: 2%;
	margin-right: 2%;
}
.gbdr{
	margin-left: 5%;
	margin-right: 5%;
}
.rozcestnik a{
	color: blue;
}
.rozcestnik a:hover{
	color: red;
}
.spanko{
	font-weight: bold;
}
.gbdr p{
	margin-left: 2%;
	margin-right: 2%;
}
.gbdr.c{
	margin-left: 30%;
}
/* login a register */
.cent{
	margin-top: 5%;

}
.wrap{
	width: 400px;
	min-width: 300px;
	text-align: center;
	padding: 20px;
	width: 50%;
	margin:auto;

}
.first{
	text-align: center;
}
.larger{
	text-align: center;
	font-size: 18px;
}

.right{
	float: right;
}
#btn{
	margin-left: 20%; 
}
/* Kontakt */

.contact{
 margin-top: 5%;
}
.bio{
 margin-left: 5%;
 float: left;

}
.bio p{
	font-size: 20px;
	text-align: center;
}
.bio span{
	font-size: 15px;
	text-align: center;
}
.map{
	float: right;
	margin-right: 10%;
}
.map h1{
	font-weight: bold;
}
.mid{
	text-align: center;
	font-size: 15px;
}
.marg{
	margin-left: 20%;
}
.bio h1{
	text-align: center;
	font-size: 35px;
	color: black;
}
.bio h2{
	text-align: center;
	font-size: 28px;
}
.map h1{
	font-size: 35px;
	color: black;
}
/* Náhradní plnění */
.fulfillment{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
}
.fulfillment h1{
	font-size: 40px;
	color: black;
	text-align: center;
}
.fulfillment h2 {
	text-align: center;
	font-size: 33px;
}
.fulfillment h3{
  	text-align: center;
}
.fulfillment p{
	font-size: 18px;
}
.fulfillment .tuc{
	font-size: 25px;
	text-align: center;
}
/* ceník */
.prices{
 	width: 100%;
 	margin-top: 5%;
}
.prices h1{
	text-align: center;
	font-size: 35px;
	text-shadow: 1px 1px gray;
}
.content{
	float: left;
	width: 600px;
	margin-left: 5%;
}
.pricesList{
	float: right;
	margin-right: 2%;
	padding: 5px;
}
.pricesList h2{
}
.pricesList ul{
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	width: 500px;
  	background-color: #CCE7FF;
  	border: 1px solid #CCE7FF;
  	border-radius: 10px;
  	box-shadow: 3px 3px gray;
}
.pricesList li a{
	display: block;
  	color: #000;
 	padding: 8px 16px;
 	text-decoration: none;
 	font-size: 20px;

}
.pricesList li a:hover{
  	background-color: #555;
  	color: white;
  	border: 1px solid #555;
  	border-radius: 5px;
  	padding-left: 1%;
  	box-shadow: 2px 2px black;

}
.pricesList span{
	font-size: 17px;
}
.prices .content p{
	font-size: 30px;
	color:#006699;
	text-shadow: 1px 1px gray;
}
.big{
	padding: 15px;
}
.prices .content i{

}
.prices img{
	width: 100%;
	height: auto;
	margin-top: 6%;
}
.pricesbackground{
	background-image: url("../img/background.jpg");
	background-position: center;
  	background-repeat: no-repeat; 
  	background-size: cover; 
}

/* admin prop */
.admin{
margin-top: 5%;

}
.admin h1{
	text-align: center;
}
.admin input{
	border: 1px solid black;
	border-radius: 5px;
	font-size: 20px;
}
.alwayscent{
}
/* cookies */
.cookies{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	color: gray;
}
.cookies h1{
	text-align: center;
}
.cookies p{
	text-align: justify;
}
/* ceníky */
.pricesp{
 	width: 100%;
 	margin-top: 5%;
}
.pricesp h1{
	text-align: center;
	font-size: 35px;
}
.contentp{
	float: left;
	width: 600px;
	margin-left: 5%;
	padding-bottom: 5%;
}
.contentp p{
	color: black;
	font-size: 16px;

}
.contentp h4{
	font-size: 22px;s
}
.contentp a{
	color: blue;
	text-decoration: none;
}
.contentp a:hover{
	color:red;
}
.contentp table{
	width: 100%;
	border-collapse: collapse;

}
.contentp td,th{
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}
.contentp tr:nth-child(1){
	background-color: #CCE7FF
}
.contentp .platnost{
	font-size: 15px;
	font-weight: bold;
}
.contentp p{
	font-size: 15px;
}
.contentp h5{
	font-size: 17px;
}
.gdpr{
	margin-top:5%;
}
.errorfix{
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;

}
.errorfix h1{
	font-size: 28px;
	color: blue;
}
.errorfix p{
	font-size: 18px;

}
.errorfix img{
	margin-left: 20%;
	margin-right: 2%;
	width: 45%;
}
.LostPassword{
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.LostPassword h1{
	color: blue;
	font-size: 28px;
}
.LostPassword p{
 font-size: 18px;
}