@font-face {
    font-family: Museo100;
    src: url("/jidelnilistek/Museo/Museo100-Regular.otf") format("opentype");
}
@font-face {
    font-family: Museo300;
    src: url("/jidelnilistek/Museo/Museo300-Regular.otf") format("opentype");
}
@font-face {
    font-family: Museo500;
    src: url("/jidelnilistek/Museo/Museo500-Regular.otf") format("opentype");
}
@font-face {
    font-family: Museo700;
    src: url("/jidelnilistek/Museo/Museo700-Regular.otf") format("opentype");
}
@font-face {
    font-family: Museo900;
    src: url("/jidelnilistek/Museo/Museo900-Regular.otf") format("opentype");
}

body {
    font-family: Museo500,Arial,helvetica,sans-serif;
    font-size: 2.3vw;
    padding: 0;
    margin: 0;
    color: white;
    /*background-color: orange;*/
    background-color: hsl(0, 100%, 8%);
    background-image: url(./images/pozadi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.white {
    background-color: white;
    background-image: none;
}
body.black {
    background-color: black;
    background-image: none;
}

h1 {
    font-size: 4vw;
    color: black;
    padding: 0;
    margin: 0;
}
.logo img {
    width: 18vw;
}

#content {
    width: 100%;
}
.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row.hlavicka {
    background-color: #FFEFC1;
    position: relative;
}
.row.hlavicka .main-title {
    flex-grow: 2;
    text-align: center;
}
.row.hlavicka .logo {
    flex-grow: 1;
}

.row.nadpis {
    width: 92vw;
    text-align: left;
    justify-content: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
}
.row.nadpis .title {
    text-align: left;
    font-size: 220%;
    padding: 2vw 0 2vw 0;
    font-family: Museo700;
    text-decoration: none;
    flex-grow: 100;
}
.row.polozka {
    padding: 1vw 0 2vw 0vw;
    line-height: 125%;
}
.jidlo {
    width: 77vw;
    text-align: left;
    font-size: 150%;
    font-family: Museo700;
    margin-left: 2vw;
}
.popis {
    text-align: left;
    font-size: 50%;
    font-family: Museo500;
}
.cena {
    width: 14vw;
    text-align: right;
    font-size: 150%;
}
.cena .cislo {
    /*font-family: Museo700;*/
}

.row.show-hide-button {
    cursor: pointer;
}
.row .show-hide {
    text-align: right;
    font-size: 200%;
    font-family: Museo500;
    text-decoration: none;
    flex-grow: 1;
    transform: translateX(0) translateY(-1vw) rotate(90deg);
}
.row.button {
    padding: 0 0 2vw 0;
}
.row .close-button {
    padding: .7vw 2.5vw;
    font-size: 100%;
    font-family: Museo500;
    border: white solid 1px;
    border-radius: 2vw;
}

.prazdne {
    /*background-color: black;*/
    flex-grow: 10;
}
.poznamka {
    margin-top: 8vw;
}
.poznamka .popis {
}
.poznamka p {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4vw;
    line-height: 120%;
}
.paticka {
    background-color: black;
}
