/*!
 * Pizza 69 (http://pizza69.sk)
 * Copyright Bejzo PHOTOGRAPHY (http://bejzophotography.esy.es)
 */

/* Default */

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Rajdhani');

@charset "utf-8";
* {
  box-sizing: border-box;
}


body {
	margin: 0;
	padding: 0;
	font-family: 'Rajdhani', sans-serif;
	color: #2f2f2f;
}
img {
	max-width: 100%;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 70px 50px;
	overflow: hidden;
}
 
/*  koniec Default  */

/*  Index  */
header {
	height: auto;
	width: 100%;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	top: 0px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	
}
.nav {
	max-width: 1200px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.logo {
    text-decoration: none;
	color: #ff6363;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin: 0;
    font-family: 'Kaushan Script', cursive;
    font-size: 50px;
}
nav {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav > ul {
	float: right;
	list-style: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0px;
	padding-top: 3px;
}

nav > ul > li {
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

nav ul li:hover {
	cursor: pointer;
	position: relative;
	background-color: #ff6363;
	border-radius: 7px;
}
nav ul li:hover > ul {
  	display: block;
}
nav ul li:hover > a {
	color: #FFF;
}
nav > ul > li > a {
	cursor: pointer;
	display: block;
  	outline: none;
  	width: 100%;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

nav > ul > li {
  	float: left;
}
nav ul li a {
	color: #2f2f2f;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 22px;
	display: block;
}
nav ul li a:hover {
	color: #fff;
}
[type="checkbox"], label {
	display: none;
}

nav img{
	height: auto;
	width: 100%;
}
.slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.objednavka {
	width: 80%;
	margin-top: 250px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.objednavka p {
	font-size: 70px;
    color: #FFF;
    padding: 0px;
    line-height: 70px;
    margin-bottom: 40px;
}
.objednavka h2 {
	color: #FFF;
    font-size: 100px;
    padding: 0px;
    margin-bottom: -50px;
    font-family: 'Kaushan Script', cursive;
}
.btn {
	padding: 20px 50px;
    font-size: 30px;
    border-radius: 20px;
    border: solid 3px #ff6363;
    background-color: #ff6363;
    font-weight: normal;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
}
.btn:hover {
	background-color: #fd2e2e;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
	border-color: #fd2e2e
}
.btn2 {
	padding: 20px 50px;
    font-size: 30px;
    border-radius: 20px;
    border: solid 3px #ff6363;
    background-color: #ff6363;
    font-weight: normal;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
}
.btn2:hover {
	background-color: #fd2e2e;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
	border-color: #fd2e2e
}
/*  koniec Index  */


/*  Pizze  */
#pizze, #napoje {
	padding: 0px;

}
.banner {
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0 auto;

}
.banner2 {
    background-image: url(../img/bg2.jpg);
    background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
	margin: 0 auto;
}
.banner3 {
    background-image: url(../img/bg2.jpg);
    background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
	margin: 0 auto;
}
.nazov {
    font-family: 'Kaushan Script', cursive;
    width: 80%;
    font-size: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
}
.nazov h2 {
	margin: 0;
}
.cesto {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.cesto p {
	margin: 0;
    font-family: 'Kaushan Script', cursive;
    color: #ff6363;
    font-size: 40px;
}
.akcia {
    font-size: 26px;
    width: 90%;
    margin: 3% auto 0% auto;
    text-align: left;
    background-color: #ff6363;
    color: #FFF;
    border-left: 10px solid #ff3737;
    padding: 5px 30px;
}
.font {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
}
.obal {
	width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.obal h3 {
	font-family: 'Kaushan Script', cursive;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    color: #ff6363;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;

}
.stlpec {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.ponuka {
	width: 48%;
    padding: 12px 40px 40px 40px;
	box-shadow: -1px 1px 13px 0px rgb(0 0 0 / 30%);    
	margin: 1% 1%
}
.nazov-popis {
	width: 100%;
    padding-right: 20px;
    border-bottom: 1px solid #CCC

}
.nazov-popis h2 {
	font-family: 'Kaushan Script', cursive;
	font-size: 35px;
	margin-bottom: 5px;
	color: #ff6363;

}
.nazov-popis p {
	margin-top: 0px;
	font-size: 26px;

}
.cena {
    width: 100%;
    padding-top: 10px;

}
.cena b::before {
	padding-left: 120px;
    content: " ";
    border-bottom: 1px dotted #838383;
    position: relative;
    top: -11px;
    margin: 0 2px;
    margin-left: 5px;
}
.cena b {
	font-size: 26px;
    margin: 0px;
    color: #ff6363;
    font-family: 'Kaushan Script', cursive;
}
.cena p {
    margin: 0px;
    font-size: 20px;

}
.nazov-popis1 {
	width: 60%;
    display: inline-block;
    padding-right: 20px;

}
.nazov-popis1 h2 {
	font-family: 'Kaushan Script', cursive;
	font-size: 35px;
	margin-bottom: 5px;
	color: #ff6363;

}
.nazov-popis1 p {
	margin-top: 0px;
	font-size: 24px;

}
.cena1 {
	float: right;
    width: 40%;
    text-align: center;
    padding-top: 30px;

}
.cena1 h2 {
	font-size: 36px;
    margin: 0px;
    color: #ff6363;
    font-family: 'Kaushan Script', cursive;


}
.cena1 p {
    margin: 0px;
    font-size: 20px;

}
.prilohy {
	width: 95%;
    padding: 20px 20px 20px 20px;
    font-size: 26px;
    margin: 0 auto;	
    text-align: center;
    line-height: 34px;
}
.prilohy h3 {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Kaushan Script', cursive;
    color: #ff6363;
}
.alergeny {
	width: 95%;
    padding: 20px 20px 50px 20px;
    font-size: 24px;
    margin: 0 auto;	
}
.cislawrap {
	width: 90%;
	margin: auto;
	overflow: hidden;
}
.cisla {
	width: 46%;
	margin: 0 2%;
	text-align: right;
	float: left;
}
.cisla:last-child {
	width: 48%;
	margin: 0 1%;
	text-align: left;
	float: left;
}
.cisla a {
	display: none;
}
/*  koniec Pizze  */


/*  Kontakt  */
#kontakt {
	padding: 0px;
}
#odoslanedata {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	color: #FFF;
}

.php {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.success {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #67CF89;
	color: #212121;
	list-style: none;
	line-height: 25px;
	font-size: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 8px;
}

.error {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ec9799;
	color: #333;
	list-style: none;
	line-height: 25px;
	font-size: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 8px;
}
.formular {
	width: 80%;
	font-size: 20px;
	margin: 70px auto;
}
.kontaktpopis {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.kontaktpopis p {
	font-size: 18px;
	padding-bottom: 20px;
	text-align: center;

}
.kontaktpopis h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 40px;
	text-align: center;
	margin-bottom: 0px;
	color: #ff6363;
}
.formular #odoslanedata {
	width: 96%;
	margin-right: auto;
	margin-left: 1%;
	font-size: 24px;
	color: #FFF;
}
.formular input[type=text] {
	font-family: 'Rajdhani', sans-serif;
	outline: none;
	color: #1D1D1D;
	font-size: 22px;
	margin-left: 1%;
	width: 48.5%;
	height: 80px;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
	border: 1px solid #B2B2B2;
	border-radius: 8px;
	padding-left: 17px;
	padding-right: 17px;
}
.formular input[type=text]:focus {
	border: 1px solid #1D1D1D;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
}
.formular input[type=submit] {
	width: 98.5%;
	font-family: 'Rajdhani', sans-serif;
	margin-left: 1%;
	font-size: 50px;
	border-radius: 8px;
	padding: 30px;
}
.formular #odoslat {
	background-color: #ff6363;
	font-size: 22px;
	outline: none;
	border: 0px;
	cursor: pointer;
	color: #FFF;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
}
.formular #odoslat:hover {
	background-color: #fd2e2e;
	outline: none;
	border: 0px;
	cursor: pointer;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
}
textarea {
	padding-top: 20px;
	outline: none;
	color: #1D1D1D;
	font-size: 22px;
	font-family: 'Rajdhani', sans-serif;
	line-height: 25px;
	border: 1px solid #B2B2B2;
	width: 98.5%;
	height: 150px;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
	border-radius: 8px;
	margin-left: 1%;
	padding-left: 17px;
	padding-right: 17px;
}
textarea:focus {
	border: 1px solid #1D1D1D;
	-moz-transition: 500ms ease all;
	-ms-transition: 500ms ease all;
	-o-transition: 500ms ease all;
	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
}
.info {
	width: 100%;
    overflow: hidden;
    background-color: #ff6363;
    padding: 10px 20px;
    margin-top: 50px;
    color: #FFF;
}
.infotext {
    width: 25%;
    float: left;
    margin: 2% 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.41);
    padding: 25px;
}
.infotext h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 34px;
    margin-bottom: 5px;
}
.infotext p {
	font-size: 28px;
	margin-top: 15px;

}
footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 18px;
	background-color: #fd2e2e;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}

footer p a {
	color: #FFF;
	text-decoration: none;
}


/*  koniec Kontakt  */

/* Media queries */

@media screen and (max-width: 1100px) {
nav ul {
	display: none;
    padding-top: 10px;
}
label {
  	display: block;
  	background: #fff;
    width: 40px;
  	height: 40px;
  	cursor: pointer;
	position: absolute;
	right: 20px;
    top: 20px;
}
label:after{
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #ff6363;
    margin: 7px 5px;
    box-shadow: 0px 10px 0px #ff6363, 0px 20px 0px #ff6363;
}
[type="checkbox"]:checked ~ ul {
    display: block;
  	z-index: 9999;
  	position: absolute;
	right: 0px;
	left: -40px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
nav ul li a {
    color: FFF;
	padding-top: 30px;
	padding-bottom: 30px;
} 
nav ul li:hover {
	cursor: pointer;
	position: relative;
    background-color: #ff6363;
	border-radius: 0px;
}
nav ul li {
	display: block;
  	float: none;
  	width: 100%;
  	text-align: center;
  	background: #fff;
}
nav > ul > li {
  	margin-left: 0px;
}
.stlpec {
	width: 100%;
	float: none;
}
.welcome {
	width: 85%;
	padding: 0px 0px 20px 0px;
}
.infotext {
    width: 100%;
    float: none;
    border: none;
}
.formular input[type=text] {
	font-size: 22px;
	margin-left: 0%;
	margin-top: 2%;
	width: 100%;
	height: 80px;
}
.formular input[type=submit] {
	width: 100%;
	margin-left: 0%;
}
textarea {
	width: 100%;
	margin-left: 0%;
}
#welcome {
	padding: 0px;
}
}


@media screen and (max-width: 768px) {
.objednavka {
	margin-top: 200px;
}
.objednavka p {
	font-size: 50px;
    margin-bottom: 0px;
}
.objednavka h2 {
    font-size: 80px;
}
.btn {
    font-size: 22px;
}
.ponuka {
	width: 100%;
    padding: 20px 12px 20px 12px;
    position: relative;
}
.nazov-popis {
    width: 100%;
    padding-right: 10px;
    text-align: center;
    position: relative;
    padding-left: 10px;
}
.stlpec {
    padding: 10px;
}
.nazov-popis h2 {
    font-size: 30px;
    text-align: left;
    margin: 0;
}
.nazov-popis p {
    font-size: 19px;
    text-align: left;
}
.cena p, .cena b {
    font-size: 16px;
}
.cena b {
    font-size: 20px;
}
.cena {
    padding: 3px 10px;
}
.cena b::before {
    padding-left: 120px;
    top: -8px;
}
.welcome p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 60px;
}
.welcome h2 {
    font-size: 60px;
}
.cislawrap {
	width: 95%;
	margin-top: 30px;
}
.cisla {
	width: 48%;
	margin: 0 1%;
	float: left;
}
.cisla a {
	display: block;
	text-align: center;
}
.obal h3 {
    display: none;
}
.btn2 {
    padding: 15px;
    font-size: 20px;
}
.nazov-popis1 {
    width: 100%;
    padding-right: 10px;
    text-align: center;
    position: relative;
    padding-left: 10px;
}
.cena1 {
    text-align: center;
    padding-top: 10px;
    position: absolute;
    z-index: 50;
    top: 10px;
    right: 10px;
    width: 35%;
}
.nazov-popis1 h2 {
    font-size: 30px;
    text-align: left;
    margin: 15px 0;
}
.nazov-popis1 p {
    font-size: 19px;
    text-align: left;
}
.cena1 h2 {
    font-size: 24px;
}
.cena1 p {
    font-size: 16px;
}
}


@media screen and (max-width: 450px) {
.cena b::before {
    padding-left: 5px;
    top: -8px;
}
}