/*{
    outline: 3px solid black;
}*/


html {
    box-sizing: border-box;
}

/* nezapocitava padding */

*,
*:before,
*:after {
    box-sizing: inherit;
}

/*predvytvorene class kontainer, group, menu*/

.kontainer:before,
.group:before,
.menu:before,
.kontainer:after, 
.group:after,
.menu:after {
    content: " "; 
    display: table; 
}

.kontainer:after,
.group:after,
.menu:after {
    clear: both;
}

.kontainer,
.group,
.menu {
    *zoom: 1;
}

/* ANIMÁCIA V MENU */

.main-menu a {
    background-image: linear-gradient(
      to right,
      #ffffff,
      #ffffff 50%,
      rgba(255, 255, 255, 0.777) 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;

    text-decoration: none;
  }
  
  .main-menu a:before{
    content: '';
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
  }
  
  .main-menu a:hover {
   background-position: 0;
  }
  
  .main-menu a:hover::before{
    width: 100%;
  }

/* ANIMÁCIA LOGA V MENU */

.rotate {
    transform: rotateY(45deg);
	animation: rotateAnimation 0.8s linear infinite;
}

@keyframes rotateAnimation {
	from {transform: rotateY(45deg);}
	to {transform: rotateY(225deg);}
}
  

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    font-family: 'Quicksand', sans-serif;
    background-color: #ffffff;

    -webkit-font-smoothi: antialiased;
    
    font-size: 100%;
    max-width: 100%;

    height: 1150px;

}

.menu {
    text-align: center;
    background: #212226; 
    width: 100%;
    height: 100px;

    position: fixed;
    z-index: 99;
}

.menu img {
    width: 75px;
    height: 75px;
    
    float: left;
    position: relative;
    top: 13px;
    margin-left: 5%;
}

.menu_tel {
    float: left;
    text-decoration: none;
    color: #ffffff;
    
    position: relative;
    top: 29px;
    padding-left: 3%;

    display: none;
}

.main-menu {
    padding: 0;
}

.main-menu li {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;

    font-size: 1.5625em; 

    padding: 0.6em 1em;
}

.main-menu a {
    color: white;
    font-weight: 300;
}

.uvod {
    background-color: black;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; 
    background-size: cover;

    border-bottom: 1px solid black;
}

.uvod p {

    width: auto;
    height: 400px;
}

.uvod h1 {
    margin: 0;
    padding: 0;

    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 350px;

    position: relative;
    bottom: 200px;

    background-image: url(../img/IMG_1631.PNG);
    background-size: 350px 350px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.bistro h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2em;
    margin: 100 0 30 0;
    padding-left: 5%;
}

.bistro p {
    font-weight: 300;
    font-size: 1.2em;

    margin: 0 20% 100 0;
    letter-spacing: 0.2px;
    line-height: 21px;
    padding-left: 5%;
}

.jedlo {
    background-color: black;
    background-image: url(../img/bacground2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; 
    background-size: cover;

    border-top: 1px solid black;

    width: 100%;
    height: auto;
}

.jedlo h1 {
    display: block;
    margin: 0 0 30px 0;

    padding-top: 100px;

    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
}

.jedlo p {

    font-size: 1.2em;
    padding-left: 5%;
    font-weight: 500;
    margin: 0;
}

.jedlo p:first-of-type {
    margin: 0 0 20px 0;
}

.jedlo p:last-of-type {
    padding-bottom: 100px;
    border-bottom: 1px solid black;
    margin: 0;
}

.jedlo .specialita:hover {
    font-weight: 700;
}

.jedlo .prilohy {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1em;
}

small {
    font-weight: 300;
}

span {
    float: right;
    display: block;
    padding-right: 5%;
}

.spanhide {
    display: none;
}


.denne-menu h1 {
    background-color: #ffffff;
    padding: 100px 0 30px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
    text-align: center;
}

.tyzdennaponuka {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    border: 1px solid black;
}

.denne-menu p {
    margin: 10px 0 100px 0;
    text-transform: uppercase;
    text-align: center;
}

.catering {
    background-color: black;
    background-image: url(../img/bacground2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; 
    background-size: cover;

    border-top: 1px solid black;

    padding-bottom: 100px;
    border-bottom: 1px solid black;

    width: 100%;
    height: auto;
}

.cater {
    background-color: #ffffff;
    margin: 0 5% 0 5%;
}

.catering h1 {
    display: block;
    margin: 100px 0 30px 0;
    padding-top: 50px;

    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
}

.catering p {
    font-weight: 300;
    font-size: 1.2em;
    
    margin: 0 20% 0 5%;
    letter-spacing: 0.2px;
    line-height: 21px;
}

.cover,
.fadecovers {
	width: 500px;
	height: 600px;
}

.cover {
	position: absolute;
}

.fadecovers {
	position: relative;
	padding: 0px;
	left: 50%;
	margin-left: -255px;
	margin-top: 5%;
}

.ad1 {
	background-image: url(../img/catering/catering1.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.ad2 {
	background-image: url(../img/catering/catering2.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.ad3 {
	background-image: url(../img/catering/catering3.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.ad4 {
	background-image: url(../img/catering/catering4.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.ad5 {
	background-image: url(../img/catering/catering5.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.ad6 {
	background-image: url(../img/catering/catering6.jpg);
    background-repeat: no-repeat;
    background-size: cover; /*používa sa aj na rsp background celej stránky*/
    /*background-attachment: fixed; pri bck celej stránky */
    background-position-x: center;
    background-position-y: center;
}

.arrow:hover {
	opacity: 1;
}

.arrow {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.356);
	border-radius: 50%;
	padding: 10px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 258px;
	z-index: 2;
	text-indent: -9999em;
	opacity: .5;
}

.prev {
	background-image: url('../img/left.png');
	left: -88px;
}

.next {
	background-image: url('../img/right.png');
	right: -88px;
}

.margin {
    padding-top: 25px;
    text-indent: -9999em;
}

.right {

    width: 45%;
    float: right;
}

.next_right {
    display: none;
}

.kontakt h1 {
    background-color: #ffffff;
    padding: 50px 0 30px 0;
    margin: 50px 0 0 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2em;
    text-align: center;
}

.kontakt h2 {

    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    
    margin: 0;
    padding: 0 0 5px 0;
}

.kontakt h3 {

    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    
    margin: 0;
    padding: 5px 0 10px 0;

}

.kontakt h4 {

    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    
    margin: 0;
    padding: 0 0 5px 0;

}

.tel h2 {
    padding-top: 10px;
    font-weight: 500;
}

.tel a {
    text-decoration: none;
    color: #212226;
}

#map {
    height: 500px;
    width: 45%;

    margin-left: 5%;
}

.last-footer p {
    padding: 5px 0 5px 0;
    margin-top: 100px;

    text-align: center;
    text-transform: uppercase;
    font-size: 0.6em;
    color: #000000;
}

.last-footer a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.toggle_btn {
    color: #ffffff;
    float: right;
    font-size: 2.5em;
    cursor: pointer;

    margin-right: 5%;
    position: relative;
    top: 19px;

    display: none;
}

/* DROPDOWN MENU */

.dropdown_menu {
    display: none;

    position: absolute;
    right: 0rem;
    top: 80px;
    width: 300px;
    height: 0;

    margin: 0%;
    padding: 0%;

    background-color: #212226;
    background-color: #21222694;

    backdrop-filter: inherit;
    overflow: hidden;

    transition: height 0.5CAAs cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu li:hover {
    background-color: #212226;
}

.dropdown_menu li {
    display: flex;
}

.dropdown_menu a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    padding: 1rem;
    text-align: center;
}

.dropdown_menu.open {
    height: 255px;
}

/* RESPONSIV */

@media screen and ( max-width: 1100px ) {

    .menu {
        height: 80px;  
    }

    .menu img {
        width: 50px;
        height: 50px;
        
        top: 13px;
    }

    .main-menu li {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
    
        font-size: 1em; 
    
        padding: 0.6em 1em;
    }

}

@media screen and ( max-width: 884px ) {

    .bisto h1 {
        text-align: left;
    }
    
    .bistro p {
        margin-right:  25px;
    }

    .jedlo p {
        font-size: 1em;
    }

    .jedlo .prilohy {
        font-size: 0.9em;
        text-transform: none;
    }

    iframe {
        height: 300px;
        width: 90%;
    
        margin-left: 5%;
        margin-right: 5%;
    }

    .right {
        display: none;
    }

    .next_right {
        display: block;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        text-align: center;
    }

    .cover,
    .fadecovers {
	   width: 400px;
	   height: 500px;
    }

   .fadecovers {
	   margin-left: -200px;
    }

    .arrow {
        width: 44px;
        height: 44px;
        top: 215px;
    }
    
    .prev {
        left: -45px;
    }
    
    .next {
        right: -45px;
    }

    .cater p {
        text-align: left;
        margin-left:  25px;
        margin-right:  25px;
    }

}

@media screen and ( max-width: 769px ) { 
   
        .main-menu {
            display: none;
        }

        .toggle_btn {
            display: block;
        }

        .dropdown_menu {
            display: block;
        }

        .menu_tel {
            display: block;
        }

        .arrow {
            display: none; /* šipky slideru pri nízkom rozlišení nezobrazujem */
        }
}

@media screen and ( max-width: 560px ) {
    .cover,
    .fadecovers {
	   width: 300px;
	   height: 400px;
    }

   .fadecovers {
	   margin-left: -150px;
    }

    small {
        display: block;
        text-align: left;
      }

    span {
        display: block;
        position: relative;
        top: -33px;
        padding-right: 2%;
    }

    .jedlo .prilohy {
        font-size: 0.9em;
    }

    .catering h1 {
        margin: 100px 5% 30px 5%;
    }
}

@media screen and ( max-width: 350px ) {

    .cater {
        margin: 0;
    }

    .specialita,
    .prilohy {
        text-align: center;
    }

    small {
        text-align: center;
        padding-top: 5px;
    }

    span {
        display: none;
    }

    .spanhide {
        display: block;
        float: none;
        position: static;
        font-weight: 600;

        padding-top: 5px;
    }

    .jedlo p:first-of-type {
        margin: 0;
    }
}

