@font-face {
    font-family: 'medium';
    src: url('../font/barlow-medium.ttf'); 
}
@font-face {
    font-family: 'thin';
    src: url('../font/barlow-thin.ttf'); 
}
@font-face {
    font-family: 'bold';
    src: url('../font/barlow-bold.ttf'); 
}
@font-face {
    font-family: 'libre';
    src: url('../font/librebaskerville-regular.ttf'); 
}
@font-face {
    font-family: 'libre-italic';
    src: url('../font/librebaskerville-italic.ttf'); 
}
@font-face {
    font-family: 'libre-bold';
    src: url('../font/librebaskerville-bold.ttf'); 
}


* { 
    box-sizing: border-box;
    --padding: 11vw;
    font-size: clamp(15px, 1.5vw, 17px);
    font-family: 'medium', sans-serif;

    --nadpis: clamp(30px, 3.5vw, 45px);
    --nadpis2: clamp(28px, 2.9vw, 34px);
    --nadpis3: clamp(19px, 2.2vw, 24px);
    color: var(--zakladnitext);
    --modra: #272724;
    --zelena: #CA9E67;
    --oranzova: #9e7b50;

    --zakladnitext: #473E37;
    --inverznitext: #ffffff;

    --vyskamenu: 8rem;
    --textmenu: #FFFFFF;
    --textmenuhover: #FFFFFF;
    --druhaurovenmenumobil: #3d3d3d;

    --hlavnibarva: #272724;
    --druhabarva: #CA9E67;
    --transition: 0.3s all ease-in;

    --iknemhover: #959595;
    --svetlahlavni: #D9EADE;
}
html {
    overflow-x: hidden;
}
body { 
    margin: 0 auto;
    max-width: 2000px; 
    padding: 0; 
    background:#fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
}

.center {
   text-align: center;
}


.inline {
    display: inline-block;
}

h1, .h1 {
    font-size: var(--nadpis);
    line-height: 1.25em;
    color: white;
}

h2, .h2 {
    font-size: var(--nadpis2);
    line-height: 1.35em;
    color: var(--modra);
}

h3, .h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
    font-size: var(--nadpis3);
    color: var(--modra);
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: var(--modra);
}

h5, .h5 { 
    font-size: 1.243em;
    line-height: 1.5em; 
    color: var(--modra);
}

h6, .h6 { 
    font-size: 1.132em;
    line-height: 1.5em; 
    color: var(--modra);
}

  
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: 'libre', sans-serif;
}


p {
    font-size: 1rem;
    line-height: 1.6em;
    font-family: 'thin', sans-serif;
    font-weight: 600;

}

strong {
    font-size: 1rem;
    font-weight: 700;
}

a {
    font-size: 1rem;
    font-family: 'bold', sans-serif;
    transition: var(--transition);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

a:hover {
    text-decoration: none;
}

.cta {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: var(--zelena);
    color: white;
    font-family: 'medium', sans-serif;
    text-decoration: none;
    transition: var(--transition);
    position: relative;
}

.cta.border {
    border: 1px solid var(--zelena);
}


.cta:hover {
    background: var(--oranzova);
}

a.cta.inverzni {
    background: white;
    color: var(--druhabarva);
    border: 1px solid var(--druhabarva);
}

a.cta.inverzni:hover {
    background: var(--oranzova);
    border-color: var(--oranzova);
    color: white;
}




.smalltext, .smalltext a, .smalltext span {
    font-size: 14px;
    font-weight: 300;
}



.smallgrey {
    font-family: 'medium', sans-serif;
    font-size: 14px;
    color: #a4a2a2;
    font-weight: 100;
    padding-top: 2rem;
}

.nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

sup {
    top: -0.5em;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

header {
    display: flex;
    flex-direction: column;
    height: var(--vyskamenu);
    max-width: 2000px;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    transition: .3s ease-in-out; 
    z-index: 100;
    position: fixed;
}


header .obalmenu {
    padding: 0 var(--padding);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.logomobil {
    display: none;
}

a.logo {
    display: block;
    height: var(--vyskamenu);
    width: fit-content;
    padding: 1rem 0.5rem 1rem 0;
}

a.logo img {
    height: 100%;
    width: auto;
    display: block;
}

header.nabidka-fixni {
    position: fixed;
    height: 75px;
    width: 100%;
    background: #1d1d1bb0;
    top: 0;
    z-index: 100;
}


header.nabidka-fixni .infolinka {
    height: 0;
}

header.nabidka-fixni .obalmenu {
    height: 75px;
}
header.nabidka-fixni a.logo {
    height: 75px;
    padding: 0.5rem 0.5rem 0.5rem 0;
}
header.nabidka-fixni .menu ul li a {
    font-family: 'thin', sans-serif;
}



/*

header.nabidka-fixni .menu ul li a::after {
    opacity: 0;
}*/

.menu{ 
    height:auto; 
    display: flex;
}

.menu .social {
    display: flex;
    padding-left: 1rem;
    
}

.menu a.fb {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    min-width: 2.1rem;
}
.menu a.fb img {
    width: 1.5rem;
    transition: 0.3s all ease;
}

.menu a.fb:hover img {
    width: 1.6rem;
}

.menu ul{ 
    height:auto; 
    margin:0; 
    padding:0; 
    display: flex;
    align-items: center;
}

.menu ul li{ 
    list-style: none; 
    height: 100%;
    margin: 0; 
    padding: 0 1.1rem; 
    position: relative;
    text-align: center;
}

.menu > ul > li:last-child {
    padding-right: 0;
}


.menu ul li a { 
    width: 100%;
    height: 100%;
    color: var(--textmenu);
    font-family: 'medium', sans-serif;
    font-size: clamp(13px, 1.5vw, 18px); 
    padding: 0 0 0.7rem 0; 
    text-decoration: none; 
    transition: all .3s ease-in-out; 
    display: flex;
    align-items: center;
    position: relative;
}

.menu ul li a:hover {
    color: var(--textmenuhover);
}

.menu ul li a::after {
    content: '';
    width: 100%;
    height: 2px;    
    position: absolute;
    bottom: 0rem;
    left: 0;
    background: var(--textmenuhover);
    transition: all .3s ease-in-out;
    opacity: 0; 
}


.menu ul li a:hover::after, .menu ul li a.active::after{ 
    opacity: 1;
  
}


header.nabidka-fixni .menu ul li a:hover::after, header.nabidka-fixni .menu ul li a.active::after {
    opacity: 0.5;
}

.menu ul li a.active {
    color: var(--textmenuhover);
}

.menu ul li a span.sipka_dolu {
    border-top: 5px solid var(--textmenu);
}

.menu > ul > li > a:hover span.sipka_dolu, .menu > ul > li > a.active span.sipka_dolu {
    border-top: 5px solid var(--textmenuhover);
}

.menu ul li > ul{ 
    display: block;
    position: absolute; 
    top:95%; 
    left: 0; 
    width: auto; 
    opacity: 0; 
    visibility:hidden; 
    transition:all .3s ease-in-out;
    z-index: 100;
    border-left: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
}
.menu ul li > ul li ul {
    border-top: 1px solid #e1e0e0;
}
.menu ul li > ul li{ 
    width: 100%;
    padding: 0;
}

.menu ul li > ul li a{ 
    width:100%; 
    border-bottom: 1px solid #DCDCDC; 
    white-space: nowrap;
    background: #CA9E67;
    padding: 0.5rem 0.9rem;
    font-family: 'medium', sans-serif;
}

.menu ul li > ul li a:hover {
    background: #e4bb89;
    color: var(--textmenuhover);
}

.menu ul li > ul li a::after {
    display: none;
}

.menu ul li:hover > ul{ 
    display: block;
    opacity: 1; 
    visibility: visible;
}

.menu ul li > ul li ul{ 
    display: block;
    max-width: 200px;
    left: 100%; 
    top: 0;
}

span.sipka_dolu {
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid var(--textmenu);
    margin-top: 5px;
    margin-left: 8px;
}

.menu ul li > ul li span.sipka_dolu {
    border-left: 5px solid var(--textmenu);
    border-top: 5px solid transparent;
    margin-top: 0;
    margin-left: auto;
}


.menu ul li > ul li a:hover span.sipka_dolu, .menu ul li > ul li a.active span.sipka_dolu {
    border-left: 5px solid var(--textmenuhover);
    border-top: 5px solid transparent;
    margin-top: 0;
    margin-left: auto;
}



.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex .box2 {
    flex-basis: 48%;
}

.flex .boxfull {
    flex-basis: 100%;
}

.right {
    justify-content: flex-end;
}

.middle {
    align-items: center;
}
.uprostred {
    justify-content: center;
}

.bottom {
    align-items: flex-end;
}

section.zahlavi {
    padding: 5vh var(--padding) 3rem var(--padding);
    background: url('../img/textura_pozadi.webp') top/cover;
}

/* TITULKA */



/* TITULNI */

img.doplnek {
    display: block;
    position: absolute;
    width: calc(var(--padding) * 0.35);
    height: auto;
}

img.doplnek.a1 {
    top: 0;
    left: var(--padding);
    transform: translateX(calc(var(--padding) / -1.2));
}

img.doplnek.a2 {
    top: 50%;
    left: 0;
}

img.doplnek.a3 {
    bottom: 0;
    left: var(--padding);
    transform: translateX(100%);
}


img.doplnek.a4 {
    top: 20%;
    left: 0;
}

img.doplnek.a5 {
    bottom: 50%;
    right: 0;
  
}



section.titulni {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 2000px;
    min-height: 100vh;
    max-height: 60vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    background: url('../img/titulni_foto_1920.jpg') center/cover no-repeat;
    background-attachment: fixed;
}

section.titulni .levy {
    position: relative;
    z-index: 1;
    padding: 7rem var(--padding) 4rem var(--padding);
} 

section.titulni .levy h1 {
    font-size: var(--nadpis);
    max-width: 680px;
    text-shadow: 0px 5px 10px #0000008C;
    letter-spacing: 1px;
    font-weight: 400;

}

section.titulni .levy p {
    color: white;
    opacity: 0.95;
    font-family: 'medium', sans-serif;
    padding-left: 1.75rem;
}

.cta.ikona {
    padding-left: 3.5rem;}

.cta.ikona::before {
    content: '';
    width: 1.3rem;
    height: 0.86rem;
    left: 1rem;
    background: white;
    transition: var(--transition);
}

.cta.ikona.dennimenu::before {
    -webkit-mask-image: url('../img/ikona-menu.svg');
    mask-image: url('../img/ikona-menu.svg');
}

.cta.ikona.rezervace::before {
    -webkit-mask-image: url('../img/ikona-rezervace.svg');
    mask-image: url('../img/ikona-rezervace.svg');
}


.ikona {
    position: relative;
}

.ikona::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--zelena);
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: var(--transition);
}

section.vitejte {
    padding: 8rem var(--padding);
    max-width: 1600px;
    margin: auto;
    align-items: center;
}

section.vitejte h2.vitejte {
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 2rem;
}
section.vitejte h2.vitejte::before {
    content: '';
    width: 6rem;
    height: 2.4rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -120%);
    background: url('../img/oblouk_nadpis.svg') center/cover no-repeat;
}

section.vitejte .levybox, section.vitejte .pravybox  {
    flex-basis: 45%;
}


section.vitejte .pravybox img {
    width: 100%;
    height: auto;
}

section.aktualne {
    padding: 0 var(--padding) 5rem var(--padding);
}

section.aktualne .blokaktual {
    background-color: #F3E6D6;
    position: relative;
    padding: 5rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

section.aktualne .blokaktual::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/bg_textura_akce.webp') left/cover no-repeat;
    z-index: -1;
}

section.aktualne > * {
    position: relative;
    z-index: 1;
}
section.aktualne .blokaktual .levyprvni {
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    align-items: flex-end;
}
section.aktualne .blokaktual .levydruhy {
    grid-column: 1/2;
    grid-row: 2/3;
}
a.akce {
    grid-column: 2/3;
    grid-row: 1/3;
    background: white;
    padding: 2rem;
    border-radius: 7px;
    box-shadow: 0px 0px 25px #0000001A;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;

}
a.akce:hover {
    box-shadow: 0px 0px 25px #27272740;
}

a.akce span.levyblok {
    flex-basis: 53%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.akce span.pravyblok {
    flex-basis: 39%;
}
a.akce span.pravyblok img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.akce span.levyblok span.datum {
    color: #CA9E67;
    font-size: 14px;
    padding-bottom: 0.75rem;
}
a.akce span.levyblok span.nadpis {
    font-family: 'libre';
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.35em;
    padding-bottom: 0.75rem;
    color: var(--modra);
}

a.akce span.levyblok span.popis {
    font-size: 1rem;
    line-height: 1.6em;
    font-family: 'thin', sans-serif;
    font-weight: 600;
    padding-bottom: 1.25rem;
}

section.galerienatitulce {
    padding: 2rem 0 5rem var(--padding);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.galerienatitulce img {
    width: 100%;
    height: auto;
}

section.galerienatitulce .box1 {
    flex-basis: 30%;
}
section.galerienatitulce .box1 img {
    margin-left: -2rem;
}
section.galerienatitulce .box2 {
    flex-basis: 17%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.galerienatitulce .box3 {
    flex-basis: 40%;
}




/* FOOTER */

footer {
    position: relative;
    
    padding: 6rem var(--padding) 1rem var(--padding);
    z-index: 3;
}

footer::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/bg_pata.webp') top/cover no-repeat;
    opacity: 0.5;
    z-index: -1;
}

footer .box p.tucne, p.tucne {
    font-family: 'libre';
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--modra);
    padding-bottom: 0.75rem;
}

a.cta.navigovat {
    padding: 0.15rem 0.75rem 0.40rem 0.75rem;
    margin-left: 1.3rem;
    margin-top: 0.75rem;
    display: none;
}

footer .box {
    position: relative;
    flex-basis: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .box p, footer .box .radek * {
    font-size: 15px;
    padding: 0.25rem 0;
    line-height: 1.45rem;
    margin: 0;
    font-family: 'thin', sans-serif;
    font-weight: 600;
}
footer .box a.cta.border {
    font-size: 15px;
    white-space: nowrap;
    transform: scale(0.85);
}

footer .box.druhy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .paticka {
    padding-top: 5rem;
    flex-basis: 100%;
}

a.email, a.telefon, p.jmeno {
    display: inline-block;
    font-size: 15px;
    padding: 0.25rem 0 0.25rem 1.3rem;
    line-height: 1.45rem;
    margin: 0;
    position: relative;
}
p.adresa {
    position: relative;
}
a.email::before, a.telefon::before, p.adresa::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #473E37;
    -webkit-mask-size: cover;
    mask-size: cover;
}

a.email::before {
    -webkit-mask-image: url('../img/ikona_email.svg');
    mask-image: url('../img/ikona_email.svg');
}

a.telefon::before {
    -webkit-mask-image: url('../img/ikona_telefon.svg');
    mask-image: url('../img/ikona_telefon.svg');
}

p.adresa::before {
    -webkit-mask-image: url('../img/ikona_adresa.svg');
    mask-image: url('../img/ikona_adresa.svg');
}

footer .box.treti p:not(.tucne) {
    padding-left: 1.3rem;
    position: relative;
}

.radek {
    display: flex;
    width: 100%;
    justify-content: stretch;
    align-items: center;
}
.radek .den {
    white-space: nowrap;
}
.radek .tecky {
    padding: 0 0 0 0;
    width: 100%;
    margin: 0 0.5rem !important;
    border-bottom: 1px dotted black;
}
.radek .hodiny {
    text-align: right;
    white-space: nowrap;
}


/* denní menu */

section.nadpis {
    padding: 17vw var(--padding) 2rem var(--padding);
    background: url('../img/hlavicka_menu.jpg') center/cover no-repeat;
}

section.nadpis.dennimenu {
    background: url('../img/hlavicka_menu.jpg') center/cover no-repeat;
}

section.nadpis.aktuality {
    background: url('../img/hlavicka_akce.jpg') center/cover no-repeat;
}

section.nadpis.catering {
    background: url('../img/catering/zahlavi_catering.jpg') center/cover no-repeat;
}

section.nadpis.kontakty {
    background: url('../img/hlavicka_kontakt.jpg') center/cover no-repeat;
}

.max {
    max-width: 950px;
    margin: auto;
}

section.bila {
    padding: 3rem var(--padding);
    position: relative;
}

.hornipopis {
    padding-bottom: 2rem;
    border-bottom: 10px solid #CA9E6712;
}

p.kurziva {
    font-style: italic;
    margin-top: 0;
}
p.kurziva a.telefon {
    font-size: 1rem;
}

.celyden {
    padding: 4vw;
}

.celyden:nth-child(odd) {
    background: #CA9E6712;
}

.celyden p.datum {
    margin: 0 0 0.5rem 0;
    color: #CA9E67;
}

.celyden .tabulka {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.celyden .tabulka .prvni {
    flex-basis: 15%;
}

.celyden .tabulka .jidlo {
    flex-basis: 70%;
    font-family: 'bold', sans-serif;
}

.celyden .tabulka .cena {
    flex-basis: 15%;
    text-align: right;
}

.celyden .tabulka p {
    margin: 0.3rem 0;
}


/* aktuality */


section.akcni {
    padding: 5rem var(--padding);
    position: relative;
}
section.detailakce {
    padding: 0 var(--padding) 5rem var(--padding);
    position: relative;
}

.flexakce.akce1 {
    max-width: 950px;
    margin: auto;
}
.flexakce.akce2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexakce.akce2 a.akce {
    flex-basis: 48%;
    margin-bottom: 3rem;
}

.detailnovinky {
    max-width: 950px;
    margin: -5rem auto 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px #0000001A;
    border-radius: 7px;
    padding: 4vw;
}

.detailnovinky h1 {
    color: var(--modra);
}

.detailnovinky p.datum {
    color: #CA9E67;
    padding-bottom: 1rem;
}

.detailnovinky a.obrazek {
    display: block;
    width: 100%;
    padding-top: 52%;
    overflow: hidden;
    position: relative;
}

.detailnovinky a.obrazek img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.obsahwsw {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* CATERING */

div.catering div {
    border-width: 0;
    border-color: #CA9E6712;
    border-style: solid;
    border-bottom-width: 10px;
    padding-bottom: 70px;
    margin-bottom: 50px;


}

div.catering div b {
    font-size: 1.3rem;

}

div.catering p {
    font-size: 1rem;
    font-family: 'medium',sans-serif;
    font-weight: normal;
}

div.catering a {
    font-weight: bold;
}

section.galerie{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    /*
    flex-wrap: wrap;
    justify-content: center;
    */
    gap:.4vw;
}

section.galerie img{
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    /*
    width: 19.6%;
    height: 19.6vw;
    */
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;

}


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

    section.galerie{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr auto;
        overflow: hidden;
        height: fit-content;
    }

    section.galerie a:nth-last-child(1), section.galerie a:nth-last-child(2){
        grid-column: span 2;
        overflow: hidden;
    }
    section.galerie a:nth-last-child(1) img, section.galerie a:nth-last-child(2) img{
        aspect-ratio: 2 / 1;
    }
}

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

    section.galerie{
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.galerie a:nth-last-child(2){
        grid-column: span 1;
    }
    section.galerie a:nth-last-child(2) img{
        aspect-ratio: 1 / 1;
    }
    section.galerie a:nth-last-child(1){
        grid-column: span 3;
    }
    section.galerie a:nth-last-child(1) img{
        aspect-ratio: 3 / 1;
        object-position: center 30%;
    }
}

@media screen and (max-width:700px) {
    section.galerie{
        grid-template-columns: 1fr 1fr;
    }
    section.galerie a:nth-last-child(2){
        grid-column: span 1;
    }
    section.galerie a:nth-last-child(1){
        grid-column: span 1;
    }
    section.galerie a:nth-last-child(1) img{
        aspect-ratio: 1 / 1;
        object-position: center;
    }
}

@media screen and (max-width:500px) {
    section.galerie{
        grid-template-columns: 1fr;
    }
}


/*
@media screen and (max-width:1400px) {

    section.galerie img{
        width: 24.5%;
        height: 24.5vw;
    
    }
}

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

    section.galerie img{
        width: 32.8%;
        height: 32.8vw;
    
    }
}

@media screen and (max-width:700px) {
    section.galerie img{
        width: 49.7%;
        height: 49.7vw;
    
    }
}

@media screen and (max-width:500px) {
    section.galerie img{
        width: 100%;
        height: 100vw;
    
    }
}
*/
/* jidelni listek */

section.listek {
    padding: 10rem var(--padding);
    width: 100%;
    min-height: 100vh;
    background: url('../img/foto_bg_listek_paralax.jpg') center/cover no-repeat;
}
.flexlistek {
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexlistek a {
    flex-basis: 28%;
    min-width: 260px;
    margin: 1rem;
    background: white;
    border-radius: 7px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0px 0px 25px #0000001A;
}

.flexlistek a:hover {
    transform: scale(1.02);
}

.flexlistek a img {
    width: 100%;
    height: auto;
}

.flexlistek a span {
    font-family: 'libre', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: underline;
    display: block;
    position: relative;
    padding: 3rem 1rem 1.5rem 1rem;
}

.flexlistek a span::before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url('../img/jidelni-listek/ikona_univerzal-listek.svg') center/cover no-repeat;
}

.flexlistek a.jidelni span::before {
    background: url('../img/jidelni-listek/ikona_jidelni-listek.svg') center/cover no-repeat;
}

.flexlistek a.napojovy span::before {
    background: url('../img/jidelni-listek/ikona_napojove-listek.svg') center/cover no-repeat;
}

.flexlistek a.vinny span::before {
    background: url('../img/jidelni-listek/ikona_vinny-listek.svg') center/cover no-repeat;
}




/* fotogalerie */

.hornizahlavi {
    height: var(--vyskamenu);
    background: #1D1D1B;
}

section.fotogalerie {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-auto-rows: 18vw;
}

section.fotogalerie:not(:nth-of-type(1)) {
    margin-top: 0.5rem;
}

section.fotogalerie a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}
section.fotogalerie a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1D1D1B;
    opacity: 0;
    z-index: 2;
    transition: var(--transition);
}
section.fotogalerie a::after {
    content: '';
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background:url('../img/ikona_lupa.svg') center/cover no-repeat;
    opacity: 0;
    z-index: 3;
    transition: var(--transition);
}

section.fotogalerie a:hover::before {
    opacity: 0.6;
}

section.fotogalerie a:hover::after {
    opacity: 1;
}

section.fotogalerie a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}


section.fotogalerie a:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
section.fotogalerie a:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
}
section.fotogalerie a:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/3;
}
section.fotogalerie a:nth-child(4) {
    grid-column: 5/6;
    grid-row: 1/2;
}
section.fotogalerie a:nth-child(5) {
    grid-column: 1/3;
    grid-row: 2/4;
}
section.fotogalerie a:nth-child(6) {
    grid-column: 3/4;
    grid-row: 2/3;
}
section.fotogalerie a:nth-child(7) {
    grid-column: 5/6;
    grid-row: 2/4;
}
section.fotogalerie a:nth-child(8) {
    grid-column: 3/4;
    grid-row: 3/4;
}
section.fotogalerie a:nth-child(9) {
    grid-column: 4/5;
    grid-row: 3/4;
}

/* kontakty */

.kontaktbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 950px;
    margin: auto;
}
.kontaktbox .vlevo, .kontaktbox .vpravo {
    flex-basis: 45%;
}
.kontaktbox .vlevo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.kontaktbox .vlevo p.adresa, .kontaktbox .vlevo p.adresa2 {
    padding-left: 1.3rem;
    margin-top: 0;
    margin-bottom: 0.3rem;
}
.kontaktbox .vlevo p.adresa2 {
    margin-bottom: 2rem;
}

p.adresa3 {
    margin-top: 2rem;
    margin-bottom: 0;
    color: #ff2929;
    font-family: 'medium', sans-serif;
}
p.adresa4 {
    margin: 0;
}

.oteviracka {
    margin-top: 2rem;
    width: 100%;
    max-width: 320px;
    padding: 1.3rem;
    box-shadow: 0px 0px 25px #0000001A;
}
.oteviracka p.tucne {
    margin-top: 0;
    padding-bottom: 0;
}
.oteviracka .radek {
    margin-bottom: 0.5rem;
}

/* popup */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    height: 100vh;
    z-index: 10000;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#popup .popupcontent {
    position: relative;
}
#popup .popupcontent img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 1rem;
    border: 4px solid var(--druhabarva);
}


#popup .popupcontent span#popupclose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--druhabarva);
    color: white;
    cursor: pointer;
    transition: var(--transition);
}

#popup .popupcontent span#popupclose:hover {
    background-color: var(--oranzova);
}
/* popup konec*/











@media (max-width: 1500px) {

    * { 
        --padding: 9vw;
    }
    
}

@media (max-width: 1300px) {

    .flexakce.akce2 a.akce {
        flex-basis: 100%;

        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu ul li {
        padding: 0 0.5rem;
    }
       
}

@media (min-height: 768px) and (max-width: 1180px) {

    section.titulni {
        min-height: 700px;
        max-height: unset;
        background-attachment: unset;
    }

    section.titulni .levy {
        padding: 15vh var(--padding) 10vh var(--padding);
    }
}

@media (min-height: 1024px) and (max-width: 1400px) {

    section.titulni {
        min-height: 700px;
        max-height: unset;
        background-attachment: unset;
    }

    section.titulni .levy {
        padding: 15vh var(--padding) 10vh var(--padding);
    }
}

@media (max-width: 1000px) {

    header.nabidka-fixni, header.nabidka-fixni a.logo{
        height: 55px;
    }

    * {
        --vyskamenu: 6rem;
    }

    section.titulni .levy h1 {
        max-width: 580px;
    }

    section.aktualne .blokaktual {
        grid-template-columns: 1fr;
    }

    section.aktualne .blokaktual .levyprvni {
        grid-column: 1/2;
        grid-row: 1/2;
        justify-content: center;
        padding-bottom: 2rem;
    }
    
    section.aktualne .blokaktual a.akce {
        grid-column: 1/2;
        grid-row: 2/3;
        max-width: 700px;
        margin: auto;
    }


    section.aktualne .blokaktual .levydruhy {
        padding-top: 3.5rem;
        grid-column: 1/2;
        grid-row: 3/4;
        display: flex;
        justify-content: center;
    }
    section.aktualne {
        padding: 0 0 5rem 0;
    }
    section.aktualne .blokaktual {
        padding: 5rem var(--padding);
    }

}


@media (max-width: 1100px) {

    footer.flex {
        justify-content: space-around;
    }
    footer .box {
        flex-basis: 36%;
    }

    footer .box.prvni {
     
        padding-bottom: 3rem;
    }
    footer .box.prvni img.spodnilogo {
        width: 70px;
        height: auto;
    }
    footer .box.druhy {
        align-items: flex-end;
    }
    footer .box.druhy a.email, footer .box.druhy a.telefon {
        padding: 0.25rem 1.3rem 0.25rem 0;
    }
    footer .box.druhy a.email::before, footer .box.druhy a.telefon::before {
        left: unset;
        right: 0;
    }
    footer .box a.cta.border {
        transform: unset;
    }
    footer .box.ctvrty {
        align-items: flex-end;
    }


}


@media (max-width: 850px) {
    * {
        font-size: 15px;
    }

    p, strong, a {
        font-size: 1rem;
    }

    h1, .h1 {
        font-size: 1.8rem;
    }
    
    h2, .h2 {
        font-size: 1.6rem;
    }
    
    h3, .h3 {
        font-size: 1.371rem;
    }
    
    h4, .h4 {
        font-size: 1.2rem;
    }
    section.nadpis {
        padding: 10rem var(--padding) 2rem var(--padding);
    }
}




@media (max-width: 767px) {

    * { 
        --padding: 11vw;
    }

    header .obalmenu {
        height: 100%;
    }

    span.sipka_dolu,
    header a.logo {
        display: none;
    }

    header, header.nabidka-fixni {
        position: fixed;
        top: 0;
        z-index: 50;
        width: 50%;
        left: 0;
        transform: unset;
        height: 60px;
        background: none;
    }

    header.nabidka-fixni {
        border-bottom: none;
    }

    header.nabidka-fixni::after {
        content: '';
        display: block;
        width: 100vw;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        background: #1D1D1B;
        z-index: -10;
    }

    header::after {
        display: none;
    }

    nav.mean-nav .social {
        position: absolute;
        top: 17px;
        right: 25vw;
    }

    nav.mean-nav .social a img {
        width: 30px;
        height: auto;
    }

    a.logomobil {
        display: block;
        width: 60px;
        height: 60px;
        position: fixed;
        left: var(--padding);
        top: 10px;
        z-index: 100000;
    }

    a.logomobil img {
        width: 100%;
        height: auto;
        display: block;
    }

    section.vitejte .levybox, section.vitejte .pravybox {
        flex-basis: 100%;
    }

    section.vitejte .pravybox {
    padding-top: 2rem;
    max-width: 400px;
    margin: auto;}

    a.cta.navigovat {
        display: inline-block;
    }
     
    .hornizahlavi {
        height: 60px;
    }

/* galerie */

section.fotogalerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 30vw;
}


section.fotogalerie a:nth-child(3) {
    grid-column: 1/2;
    grid-row: 4/6;
}
section.fotogalerie a:nth-child(4) {
    grid-column: 2/4;
    grid-row: 4/5;
}



section.fotogalerie a:nth-child(7) {
    grid-column: 2/4;
    grid-row: 5/7;
}
section.fotogalerie a:nth-child(9) {
    grid-column: 1/2;
    grid-row: 6/7;
}

/* galerie */



}

@media (max-width: 700px) {

footer .box {
    flex-basis: 44%;
}

section.aktualne .blokaktual a.akce,
.flexakce a.akce {
    max-width: 450px;
    margin: auto;
}
section.aktualne .blokaktual a.akce span.levyblok,
section.aktualne .blokaktual a.akce span.pravyblok,
.flexakce a.akce span.levyblok,
.flexakce a.akce span.pravyblok,
.kontaktbox .vlevo, .kontaktbox .vpravo {
    flex-basis: 100%;
}
.kontaktbox .vlevo {
    margin-bottom: 3rem;
}
.kontaktbox .vpravo iframe {
    height: 350px;
}
section.aktualne .blokaktual a.akce span.pravyblok,
.flexakce a.akce span.pravyblok {
   margin-top: 2rem;
}

section.aktualne .blokaktual a.akce span.pravyblok img,
.flexakce a.akce span.pravyblok img {
    max-height: 250px;
}
section.aktualne .blokaktual a.akce span.levyblok span.nadpis,
.flexakce a.akce span.levyblok span.nadpis {
    font-size: 1.35rem;
}
   
section.galerienatitulce {
    padding: 2rem 0 5rem 0;
}

section.galerienatitulce .box1 {
    flex-basis: 48%;
    order: 2;
}
section.galerienatitulce .box1 img {
    margin-left: 0;
}

section.galerienatitulce .box2 {
    flex-basis: 100%;
    order: 1;
}

section.galerienatitulce .box3 {
    flex-basis: 48%;
    order: 3;
    display: flex;
    align-items: center;
}

.kontaktbox a.email, .kontaktbox a.telefon {
    padding: 0.75rem 0 0.75rem 1.3rem;
}



}

@media (max-width: 600px) {
    img.doplnek.a2, img.doplnek.a1, img.doplnek.a4, img.doplnek.a5 {
        display: none;
    }

    img.doplnek.a3 {
        width: 3rem;
    }

    input, select {
        font-size: 16px;
    }

    footer .box {
        flex-basis: 100%;
    }

    footer .box.prvni {
        order: 4;
        align-items: center;
        padding-left: 0;
    }

    footer .box.druhy {
        order: 1;
        align-items: center;
    }

    footer .box.treti {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .box.ctvrty {
        order: 2;
        justify-content: center;
        padding: 3rem 0;
        align-items: center;
        max-width: 270px;
    }

    footer .paticka {
        order: 5;
    }

    footer .box.druhy a.email, footer .box.druhy a.telefon {
        padding-right: 0;
        padding-left: 1.3rem;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    footer .box.treti p:not(.adresa) {
        text-align: center;
        padding-left: 0;
    }
    a.cta.navigovat {
        margin-left: 0;
        margin-bottom: 2.5rem;
    }
    footer .box.druhy a.email::before, footer .box.druhy a.telefon::before {
        left: 0;
        right: unset;
    }

    footer .paticka {
        padding-top: 0;
        justify-content: center;
    }

    footer .paticka p {
        flex-basis: 100%;
        text-align: center;
    }
    section.bila {
        padding-left: 0;
        padding-right: 0;
    }

    .hornipopis, .celyden {
        padding-left: var(--padding);
        padding-right: var(--padding);
    }

}

@media (max-width: 500px) {

    * { 
        --padding: 6vw;
    }

    section.titulni {
        background: url('../img/titulni_foto_800.jpg') center/cover no-repeat;
    }

    section.titulni .levy {
        padding: 3rem var(--padding) 6rem var(--padding);
    }

    section.titulni .levy a.cta {
        min-width: 160px;
        margin-bottom: 1rem;
    }

    img.doplnek.a3 {
        display: none;
    }
    section.aktualne .blokaktual a.akce {
        padding: 1.3rem;
    }

    .celyden .tabulka .prvni {
        flex-basis: 100%;
        margin-bottom: 0;
        border-top: 1px solid #ededed;
        padding-top: 0.5rem;
    }

    .celyden .tabulka .prvni:nth-child(4n + 1) {
        border-top: none;
    }

    
    .celyden .tabulka .jidlo {
        flex-basis: 75%;
        margin-top: 0;
    }
    .celyden .tabulka .cena {
        flex-basis: 25%;
        padding-left: 0.75rem;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    a.akce {
        padding: 1.5rem;
    }


section.fotogalerie {
    display: block;
}
section.fotogalerie a {
    pointer-events: none !important;
    cursor: not-allowed !important;
    margin-bottom: 0.25rem;
}

section.fotogalerie a img {
    position: static;
    height: auto;
    object-fit: unset;
    left: unset;
    top: unset;
}

section.fotogalerie:not(:nth-of-type(1)) {
    margin-top: unset;
}

section.bila {
    padding-top: 1.5rem;
}
.hornipopis {
    padding-bottom: 0.5rem;
}

section.nadpis {
    padding-top: 7rem;
}

}


@media (min-width: 600px) {
    a.telefon {
        text-decoration: none;
        cursor: default;
        pointer-events: none;
    }
     
}





.mt1 {
    margin-top: 1rem;
}
.mt1-5 {
    margin-top: 1.5rem;
}
.mt2 {
    margin-top: 2rem;
}
.mt3 {
    margin-top: 3rem;
}
.mb2 {
    margin-bottom: 2rem;
}

.mr1 {
    margin-right: 1rem;
}
.mr2 {
    margin-right: 2rem;
}












/* cookies */

.termsfeed-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked+label:before {
    background: var(--zelena);
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 1.2rem !important;
    font-family: var(--font2);
}

.termsfeed-com---nb-simple {
    width: 100%;
    max-width: 750px !important;
    box-shadow: 0px -2px 11px -2px rgba(0,0,0,0.64) !important;
}

.termsfeed-com---palette-light .cc-nb-text {
    font-weight: 100;
    font-size: 15px;
}

.termsfeed-com---palette-light .cc-nb-title {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.termsfeed-com---palette-light .cc-nb-okagree {
    background-color: var(--zelena) !important;
    color: black !important;
    min-width: 90px !important;
    border: 1px solid var(--zelena);
}

.termsfeed-com---palette-light .cc-nb-okagree:hover,
.termsfeed-com---palette-light .cc-cp-foot-save:hover {
    background-color: var(--oranzova) !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
    background-color: var(--zelena) !important;
    color: #000 !important;
    border: 1px solid var(--zelena);
}
.termsfeed-com---palette-light .cc-pc-head-title-headline {
   display: none;
}
.termsfeed-com---palette-light .cc-pc-head-close:active, .termsfeed-com---palette-light .cc-pc-head-close:focus {
    border: none !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 15px;
    line-height: 1.4;
}
.termsfeed-com---pc-overlay {
    overflow-y: scroll;
}

.cc-custom-checkbox input {
    width: inherit;
}

.termsfeed-com---palette-light .cc-pc-head-lang select {
    font-size: 16px;
    padding-left: 2rem;
}
.termsfeed-com---palette-light .cc-pc-head-lang select option {
    font-size: 15px;
}
.termsfeed-com---palette-light .cc-pc-head-close {
    font-size: 1.2rem;
}


@media (max-width: 320px), (max-height: 480px) {
.termsfeed-com---nb-simple {
    height: 270px;
}

.termsfeed-com---palette-light .cc-nb-text {
    font-weight: 100;
    font-size: 13px;
    line-height: 15px;
}

}

@media (max-width: 768px){
    .termsfeed-com---nb-simple {
        width: 100%;
        max-width: unset !important;
    }
    .termsfeed-com---nb .cc-nb-main-container {
        padding: 1.5rem;
    }

}

@media (max-width: 480px) {

    .termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
        display: block;
        width: 100%;
        max-width: 240px;
    }
    
    .termsfeed-com---nb .cc-nb-buttons-container .cc-nb-okagree {
        margin-bottom: 1rem !important;
    }
}


@media (max-width: 320px) {

.termsfeed-com---nb-simple {
    overflow: auto;
    max-width: 100%;
}

}


/*cookies*/
