@font-face {
    font-family: "Inter";
    src: url("/themes/llwebstudio/fonts/Inter.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Playfair";
    src: url("/themes/llwebstudio/fonts/Playfair.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

:root {
    --font-sans : "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --topbar-bg : #2f2f2f;
    --topbar-fg : #ffffff;
    --topbar-muted : rgba(255, 255, 255, .75);
    --topbar-gap : 18px;
    --topbar-height : 48px;
    --topbar-pad-x : 18px;
    --header-bg : #ffffff;
    --nav-color : #BFA05A;
    --nav-hover : #947737;
    --red : #8B1515;
    --radius : 14px;
    --bg-gradient : linear-gradient(90deg, #1b2a3c 0%, #123453 45%, #0b4e7a 100%);
    --shadow-soft : 0 18px 40px rgba(0, 0,0, .25);
    --shadow-soft-hover : 0 22px 50px rgba(0, 0,0, .32);
    --border-h : 30px;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

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

@media (min-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Inter;
        background-color: #fff;
        background-size: cover;
        background-position: center top;
        background-attachment: fixed;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
        padding: 0;
    }
}

@media (max-width: 1100px) {
    body {
        margin:0;
        font-size: 16px;
        font-family: Inter;
        background-color: white;
        opacity: 1;
        width: 100vw;
        overflow-x: hidden;
        box-sizing: border-box;
        color: black;
    }
}

a {
    color: black;
}

td p {
    line-height: 130% !important;
}

tr:nth-of-type(odd) {
    background-color: white;
}

tr:nth-of-type(even) {
    background-color: #eee;
}

th {
    background-color: #12243e;
    line-height: 250%;
    color: white;
}

@media (max-width: 768px) {
    table {
        display:block;
        margin-top: 2em;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: reak-spaces;
    }

    td {
        border: solid 1px #ddd;
        margin: 0;
        min-width: 30%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

#block-llwebstudio-primary-local-tasks {
    width: 100%;
    padding: 2em;
    margin-top: 1em;
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 1em;
}

div[role=contentinfo] {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e0ffb0;
    line-height: 300%;
    border: solid 2px #c6d081;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
    color: #859852;
}

div[role=contentinfo] a {
    color: #859852;
}

#block-llwebstudio-primary-local-tasks h2 {
    display: none;
}

#block-llwebstudio-primary-local-tasks ul {
    overflow: auto;
    overflow-y: none;
    margin: 0;
    padding: 0;
    height: 3.5em;
}

#block-llwebstudio-primary-local-tasks ul li {
    float: left;
    list-style-type: none;
}

#block-llwebstudio-primary-local-tasks ul li a {
    display: block;
    height: 3em;
    line-height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #eee;
    border-bottom: solid 2px #eee;
    text-decoration: none;
    color: #333;
    border: solid 1px #ddd;
}

#block-llwebstudio-primary-local-tasks ul li a:hover {
    border-bottom: solid 2px #12243e;
    background-color: #dfdfdf;
    color: #12243e;
}

@media (min-width: 1000px) {
    h1 {
        font-size:3em;
        font-family: Playfair;
        margin: 0;
    }

    h2 {
        font-size: 2.3em;
        font-family: Playfair;
        margin: 0;
    }

    h3 {
        font-size: 2em;
        font-family: Playfair;
        margin: 0;
    }

    h4 {
        font-size: 1.7em;
        font-family: Playfair;
        margin: 0;
    }

    h5 {
        font-size: 1.4em;
        font-family: Playfair;
        margin: 0;
    }

    h6 {
        font-size: 1.1em;
        font-family: Playfair;
        margin: 0;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size: 2em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }

    h2 {
        font-size: 1.8em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }

    h3 {
        font-size: 1.6em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }

    h4 {
        font-size: 1.4em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }

    h5 {
        font-size: 1.3em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }

    h6 {
        font-size: 1.1em;
        line-height: 120%;
        font-family: Playfair;
        font-weight: bold;
        margin: 0;
    }
}

#block-llwebstudio-site-branding img {
    width: 100%;
    height: auto;
}

@media (min-width: 1100px) {
    #block-llwebstudio-site-branding {
        width:100%;
        flex-basis: 15%;
    } }

@media (max-width: 1100px) {
    #block-llwebstudio-site-branding {
        width:100%;
       grid-row: 1 / 3;
    } }

@media (min-width: 1000px) {
    article {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
        padding-bottom: 1em;
    }
}

@media (max-width: 1000px) {
    article {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1000px) {
    article > div {
        display: flex;
        gap: 1rem;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    article .hlavni-fotka {
        flex-basis: 40%;
    }

    article .hlavni-text {
        flex-basis: 50%;
    }

        article .rezervace-tlacitko {
        flex-basis: 100%;
            text-align: center;
    }

    article .vybaveni-pokoje, article .vybaveni-koupelny {
        flex: 1 1 calc(50% - 0.5rem);
        align-self: stretch;
    }

    article > div > div:only-child {
        flex: 1 1 100%;
    }
}

@media (max-width: 1000px) {
    article > div {
        display: flex;
        gap: 1rem;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    article .hlavni-fotka {
        flex-basis: 100%;
    }

    article .hlavni-text {
        flex-basis: 100%;
    }

    article .vybaveni-pokoje, article .vybaveni-koupelny {
        flex-basis: 100%;
    }

    article > div > div:only-child {
        flex: 1 1 100%;
    }
}

article h2 {
    font-size: 4rem;
    margin-top: 1rem;
    display: block;
    margin-bottom: 2rem;
    line-height: 100%;
}

article h2 span {
    color: var(--nav-color);
}

@media (min-width: 1400px) {
    #block-llwebstudio-content {
        clear: both;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 200%;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #block-llwebstudio-content {
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        line-height: 200%;
    }
}

@media (max-width: 768px) {
    #block-llwebstudio-content {
        padding-top: 1em;
        clear: both;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        line-height: 200%;
    }
}

@media (min-width: 1400px) {
    #block-llwebstudio-page-title {
        width:70%;
        font-family: Poppins;
        font-weight: 900;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        padding-top: 3em;
        text-align: left;
        color: #000000;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #block-llwebstudio-page-title {
        width:90%;
        font-family: Poppins;
        font-weight: 900;
        line-height: 400%;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        padding-top: 3em;
        text-align: left;
        color: #000000;
    }
}

@media (max-width: 1000px) {
    #block-llwebstudio-page-title {
        width: 90%;
        font-family: Inter;
        line-height: 200%;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        padding-top: 2em;
        text-align: center;
        color: #51606F;
    }
}

#block-llwebstudio-content article footer {
    bottom: 0;
    display: block;
    width: 100%;
    background-image: none;
    color: #ccc;
    padding-top: 0;
    padding-bottom: 1em;
    margin-top: 0em;
    bottom: 0;
}

#block-llwebstudio-branding img {
    width: 100%;
    float: left;
}

@media (min-width: 1100px) {
    main[role=main] {
        width: 100%;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1100px) {
    main[role=main] {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    main[role=main] {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1100px) {
    header {
        clear: both;
        overflow: auto;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

@media (max-width: 1100px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 11rem;
    }
}

@media (max-width: 950px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 10rem;
    }
}

@media (max-width: 850px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 9rem;
    }
}

@media (max-width: 700px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 8rem;
    }
}

@media (max-width: 600px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 7rem;
    }
}

@media (max-width: 500px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 7rem;
    }
}

@media (max-width: 400px) {
    header {
        overflow: visible;
        background-image: url("/themes/llwebstudio/images/red-background.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-bottom: solid 3px var(--nav-color);
        padding-top: 1em;
        padding-bottom: 1em;
        height: auto;
        min-height: 6rem;
    }
}

@media (min-width: 1400px) {
header .container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    justify-items: center;
    align-items: center;
}}

@media (min-width: 1100px) and (max-width: 1400px) {
header .container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    justify-items: center;
    align-items: center;
}}


@media (max-width: 1100px) {
header .container > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
    gap: 1em;
}}

/* Paticka */
footer {
    clear: both;
    background-color: #2B2A29;
    padding-bottom: 4em;
    text-align: left;
    color: white;
    font-size: 1em;
    line-height: 2em;
    padding-top: 4em;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
}

@media (min-width: 1100px) {
    footer > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    footer > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    footer > div {
        display: grid;
        grid-template-columns: 1fr;
    }
}

footer a {
    color: white;
}

#prvni-blok:before, #druhy-blok:before, #treti-blok:before, #ctvrty-blok:before {
    content: "";
    background-color: white;
    height: 1px;
    width: 10%;
    display: block;
}

@media (min-width: 768px) {
    .obrazek-text img {
        float:left;
        width: 30%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .obrazek-text img {
        width:100%;
        height: auto;
        margin-right: 2em;
        margin-bottom: 2em;
    }
}

@media (min-width: 1400px) {
    .galerie {
        clear: both;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
        padding-bottom: 3em;
        padding-top: 3em;
    }
}

@media (min-width: 1000px) and (max-width:1400px) {
    .galerie {
        clear: both;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
        padding-bottom: 3em;
        padding-top: 3em;
    }
}

@media (min-width: 768px) and (max-width:1000px) {
    .galerie {
        clear: both;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        padding-bottom: 3em;
        padding-top: 2em;
    }
}

@media (min-width: 500px) and (max-width:768px) {
    .galerie {
        clear: both;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-bottom: 3em;
        padding-top: 1em;
    }
}

@media (max-width: 500px) {
    .galerie {
        clear: both;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 3em;
    }
}

.galerie div img {
    object-fit: cover;
    width: 100%;
    height: 10em;
}

.galerie div img:hover {
    opacity: 0.7;
    transition: opacity 1s;
}

@media (min-width: 1200px) {
    .video {
        width:48% !important;
        float: left;
        margin-right: 1em;
        margin-bottom: 2em;
    }
}

@media (max-width: 1200px) {
    .video {
        width:100% !important;
    }
}

.layout-container {
    position: relative;
}

@media (min-width: 1400px) {
    .menu {
        display:flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        font-family: Inter;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 1em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .menu {
        display:flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        font-family: Inter;
        width: 100%;
        margin: 0;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 1em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

.menu li .menu {
    display: none;
    margin-top: calc(5% - 0px);
}

@media (max-width: 1100px) {
    .menu {
        display:block;
        float: none;
        clear: both;
        position: relative;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        margin-top: 1em;
        padding: 0;
    }

    .menu li .menu {
        display: block;
        position: static;
        margin-top: 0;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: static;
        z-index: 999;
        top: 0em;
        color: white;
        background-color: white;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
}

.menu li:hover .menu a {
    color: #283038;
}

.menu li:hover .menu > li a:hover {
    text-decoration: none;
    background-color: #283038;
    color: white;
}

@media (min-width: 1400px) {
    .menu > li {
        flex: 1;
        text-align: center;
    }

    .menu > li ul li {
        overflow: hidden;
        width: 100%;
        line-height: 3em;
    }

    .menu > li a {
        text-decoration: none;
        color: var(--nav-color);
        display: block;
        text-wrap: wrap;
        font-size: 1.1em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .menu > li ul li a {
        text-decoration: none;
        color: white;
        display: block;
        text-wrap: wrap;
        font-size: 1em;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .menu > li {
        flex: 1;
        text-align: center;
    }

    .menu > li:last-of-type {
        flex: 1.5;
        text-align: center;
    }

    .menu > li ul li {
        overflow: hidden;
        width: 100%;
        line-height: 3em;
    }

    .menu > li a {
        text-decoration: none;
        color: var(--nav-color);
        display: block;
        text-wrap: wrap;
        font-size: 1.1em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .menu > li ul li a {
        text-decoration: none;
        color: white;
        display: block;
        text-wrap: wrap;
        font-size: 1em;
        padding-top: 0em;
        padding-bottom: 0em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width: 1100px) {
    .menu > li {
        overflow: hidden;
    }

    .menu > li a {
        text-decoration: none;
        color: white;
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        height: 3em;
        line-height: 3em;
        border-bottom: solid 10px transparent;
    }

    li .menu > li {
        border-bottom: 1px white;
    }
}

.menu > li a:hover {
    text-decoration: none;
    color: var(--nav-hover);
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: right;
    align-items: end;
}

#menu-toggle {
    display: none;
}

@media (min-width: 1100px) {
#block-llwebstudio-main-menu {
    position: relative;
    flex-basis: 60%;
}}

@media (max-width: 1100px) {
#block-llwebstudio-main-menu {
      grid-row: 1;
  grid-column: 2;
     text-align: right;
    
}}

@media (min-width:1100px) {
#rezervace-menu {
    flex-basis: 15%;
    text-align: right;
}}

@media (max-width:1100px) {
#rezervace-menu {
    grid-row: 2;
  grid-column: 2;
    text-align: right;
}}

#rezervace-menu .fb-widget .widgets--wrapper {
    text-align: right;
    color: white;
}


.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: var(--nav-color);
    position: absolute;
    height: 8px;
    width: 40px;
    transition: transform 400ms cubic-bezier(0.23,1,0.32,1);
    border-radius: 2px;
    
}

li .menu-button,li .menu-button::before,li .menu-button::after {
    display: none;
}

.menu-button::before {
    content: '';
    margin-top: -12px;
}

.menu-button::after {
    content: '';
    margin-top: 12px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255,255,255,0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 1100px) {
    .menu-button-container {
        position: relative;
        display: flex;
        text-align: right;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }

    li .menu-button-container {
        display: none;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 7em;
        right: 0;
        z-index: 9999;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #4a0a0a;
    }

    li .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #4a0a0a;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid none;
    }

    .menu > li a:hover {
        text-decoration: none;
        color: white;
    }
}

@media (max-width: 600px) {
    .menu-button-container {
        margin: 1em;
        position: relative;
        display: flex;
        float: right;
        width: 30%;
        margin-left: auto;
        margin-right: 0;
    }

    li .menu-button-container {
        display: none;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 7em;
        right: 0;
        z-index: 9999;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    #menu-toggle:checked ~ .menu li {
        z-index: 9999;
        height: auto;
        padding: 0em;
        border-bottom: solid 0.5px white;
    }

    .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #4a0a0a;
    }

    li .menu > li {
        display: block;
        justify-content: center;
        margin: 0;
        padding: 0em 0;
        line-height: 100%;
        font-size: 1em;
        width: 100%;
        color: white;
        background-color: #4a0a0a;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid none;
    }

    .menu > li a:hover {
        text-decoration: none;
        color: white;
    }
}

.messages {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    color: black;
    font-weight: bold;
    background-color: #eef7c1;
    border: solid 1px #7cbf35;
}

@media (min-width: 1400px) {
    .layout-sidebar-second {
        background-color: var(--topbar-bg);
        height: 3em;
        text-align: left;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 3em;
        color: #B2B3B3;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
   .layout-sidebar-second {
        background-color: var(--topbar-bg);
        height: 3em;
        text-align: right;
        padding-right: 10em;
        line-height: 3em;
        color: #B2B3B3;
    }
}

@media (min-width: 768px) and (max-width:1100px) {
     .layout-sidebar-second {
        background-color: var(--topbar-bg);
        height: 3em;
        text-align: center;
        line-height: 3em;
        color: #B2B3B3;
         padding-left: 1em;
         padding-right: 1em;
    }
}

@media (max-width: 1000px) {
    #top-lista {
        display: none;
    }

         .layout-sidebar-second {
        background-color: var(--topbar-bg);
        height: 3em;
        text-align: center;
        line-height: 3em;
        color: #B2B3B3;
    }
}

#top-lista p {
    line-height: 3em;
    padding: 0;
    margin: 0;
}

#top-lista a {
    color: #e2e2e2;
}

#top-lista .city {
    background-image: url("/themes/llwebstudio/images/place.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.5em;
    margin-right: 2em;
}

#top-lista .email {
    background-image: url("/themes/llwebstudio/images/mail.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 2.2em;
    margin-right: 2em;
}

#top-lista .phone {
    background-image: url("/themes/llwebstudio/images/phone.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.6em;
}

article li::before {
    background-image: url(/themes/llwebstudio/icons/check.png);
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

article li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.hp-banner {
    min-height: 45em;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}

.hp-banner .views-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 72px) clamp(16px, 3vw, 40px);
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    column-gap: clamp(24px, 4vw, 64px);
    align-items: center;
    grid-template-areas: "title  photo" "sub    photo" "btn    photo";
}

.hp-banner .views-field-field-pozadi {
    display: none;
}

.hp-banner .views-field-field-hlavni-nadpis {
    grid-area: title;
}

.hp-banner .views-field-field-sekundarni-nadpis {
    grid-area: sub;
}

.hp-banner .views-field-field-tlacitko {
    grid-area: btn;
}

.hp-banner .views-field-field-fotka {
    grid-area: photo;
}

.hp-banner .views-field-field-hlavni-nadpis, .hp-banner .views-field-field-sekundarni-nadpis, .hp-banner .views-field-field-tlacitko {
    justify-self: start;
    text-align: left;
}

.hp-banner .views-field-field-hlavni-nadpis h1 {
    margin: 0 0 16px 0;
    line-height: 1.05;
    font-family: Poppins Extra Bold;
    font-weight: 900;
    font-size: 5em;
    line-height: 1.4em;
}

.hp-banner .views-field-field-sekundarni-nadpis h2 {
    margin: 0 0 24px 0;
    line-height: 1.25;
    font-weight: 600;
    max-width: 48ch;
    font-family: Poppins Extra Bold;
    font-weight: 900;
    line-height: 1.4em;
}

.hp-banner .views-field-field-fotka {
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-banner .views-field-field-fotka img {
    display: block;
    width: min(520px, 100%);
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

.hp-banner .views-field-field-tlacitko a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-family: Poppins;
    font-size: 1.5em;
    ; background: var(--nav-color);
    color: #fff;
}

.hp-banner .views-field-field-tlacitko a:hover {
    filter: brightness(1.05);
}

@media (max-width: 999px) {
    .hp-banner {
        min-height: auto;
    }

    .hp-banner .views-row {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "sub" "btn";
    }

    .hp-banner .views-field-field-fotka {
        display: none;
    }
}

.historie {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0em;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

.historie li::before {
    display: none;
}

.historie li {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 2em;
    border-right: solid 2px #ddd;
    padding-top: 1em;
    padding-bottom: 1em;
}

.historie li:last-of-type {
    border-right: 0px;
}

.historie li strong {
    font-size: 2em;
    font-weight: 900;
    font-family: Poppins ExtraBold;
}

.button {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--nav-color);
    text-decoration: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 90px;
}

.button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--nav-color);
}

.button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("/themes/llwebstudio/icons/arrow.png") center / contain no-repeat;
}

.button::before {
    transition: transform 0.3s ease;
}

.button:hover::before {
    transform: translateY(-50%) translateX(8px);
}

#kam-objednat {
    background-color: var(--topbar-bg);
    color: white;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3em;
    padding-bottom: 3em;
}

#kam-objednat .views-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#kam-objednat .views-row .views-field-title {
    grid-column: span 2;
}

#kam-objednat .views-row .views-field-field-fotka {
    text-align: right;
}

#kam-objednat .views-row .views-field-field-fotka img {
    width: 90%;
    height: auto;
    border-radius: 1em;
}

#kam-objednat .kam-objednat li::before {
    background-image: url(/themes/llwebstudio/images/bullet.png);
    content: " ";
    display: block;
    background-repeat: no-repeat;
    height: 1.5em;
    width: 1.5em;
    background-size: 100% auto;
    float: left;
    margin-right: 0.6em;
}

#kam-objednat .kam-objednat li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 1.2em;
}

#cena-menu {
    background-color: var(--topbar-bg);
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: white;
}

#cena-menu h4 {
    margin: 0;
}

#cena-menu .button-secondary {
    display: inline-block;
    background-color: white;
    color: var(--topbar-bg);
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 900;
    font-size: 1em;
    line-height: 250%;
    text-decoration: none;
    border-radius: 5px;
}

#cena-menu .button-secondary:hover {
    background-color: var(--nav-color);
    color: white;
}

@media (min-width: 1400px) {
    #pokoje-prehled {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1000px) and (max-width:1400px) {
    #pokoje-prehled {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) {
    #pokoje-prehled {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

#recenze {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1000px) {
    #recenze h2 {
        font-size: 4rem;
        margin-top: 1rem;
        display: block;
        margin-bottom: 2rem;
        line-height: 100%;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    #recenze h2 {
        font-size: 3rem;
        margin-top: 1rem;
        display: block;
        margin-bottom: 2rem;
        line-height: 100%;
        text-align: center;
    }
}

#galerie {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#galerie .views-field-field-galerie ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
    padding: 0;
}

#galerie .views-field-field-galerie li {
    list-style-type: none;
    padding: 0;
}

#galerie .views-field-field-galerie ul img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    border-radius: 1em;
}

.banner {
    padding-top: 2em;
    padding-bottom: 3em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 3em;
    clear: both;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

@media (min-width: 1400px) {
    .banner .views-row {
        display: flex;
        flex-direction: column;
        margin-left: 10%;
        margin-right: 40%;
        gap: 1rem;
        position: relative;
        z-index: 2;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .banner .views-row {
        display: flex;
        flex-direction: column;
        margin-left: 10%;
        margin-right: 10%;
        gap: 1rem;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 1100px) {
    .banner .views-row {
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
        gap: 1rem;
        position: relative;
        z-index: 2;
    }
}

@media (min-width: 1000px) {
    .banner .views-row .views-field-field-banner-hlavni-nadpis h1 {
        color: white;
        font-size: 6rem;
    }

    .banner .views-row .views-field-field-banner-sekundarni-nadpis h2 {
        color: white;
        font-size: 4rem;
        font-family: Inter;
        font-weight: 300;
    }
}

@media (max-width: 1000px) {
    .banner .views-row .views-field-field-banner-hlavni-nadpis h1 {
        color: white;
        font-size: 4rem;
    }

    .banner .views-row .views-field-field-banner-sekundarni-nadpis h2 {
        color: white;
        font-size: 2rem;
        font-family: Inter;
        font-weight: 300;
    }
}

.banner .views-row .views-field-field-banner-odkaz a {
    text-decoration: none;
    background-color: var(--nav-color);
    color: #ffffff;
    display: inline-block;
    text-wrap: wrap;
    font-size: 1.1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em;
}

@media(min-width: 1000px) {
    .hlavni-fotka {
        --c: var(--nav-color);
        --w: 1px;
        --l: 100px;
        --off: 10px;
        margin-right: 3rem;
        width: 45%;
        float: left;
        position: relative;
        padding: 30px;
        display: inline-block;
    }
}

@media(max-width: 1000px) {
    .hlavni-fotka {
        --c: var(--nav-color);
        --w: 1px;
        --l: 100px;
        --off: 10px;
        width: 100%;
        float: left;
        position: relative;
        padding: 30px;
        display: inline-block;
    }
}

.hlavni-fotka img {
    display: block;
    width: 100%;
    height: auto;
}

.hlavni-fotka::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: /* TOP LEFT */ linear-gradient(var(--c),var(--c)) left var(--off) top var(--off) / var(--w) var(--l) no-repeat, linear-gradient(var(--c),var(--c)) left var(--off) top var(--off) / var(--l) var(--w) no-repeat, /* BOTTOM RIGHT */ linear-gradient(var(--c),var(--c)) right var(--off) bottom var(--off) / var(--w) var(--l) no-repeat, linear-gradient(var(--c),var(--c)) right var(--off) bottom var(--off) / var(--l) var(--w) no-repeat;
}

@media (min-width: 1400px) {
    .snidane {
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #pokoje {
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .konference {
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #ffffff;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #nadpis-pokoje {
        padding-left: 15%;
        padding-right: 15%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
    }
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .snidane {
        padding-left: 7.5%;
        padding-right: 7.5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #pokoje {
        padding-left: 7.5%;
        padding-right: 7.5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .konference {
        padding-left: 7.5%;
        padding-right: 7.5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #ffffff;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #nadpis-pokoje {
        padding-left: 7.5%;
        padding-right: 7.5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
    }
}

@media (max-width: 1100px) {
    .snidane {
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #pokoje {
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .konference {
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #ffffff;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #nadpis-pokoje {
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        background-color: #F7F5F2;
        padding-top: 3rem;
    }
}

.snidane h2 {
    font-size: 4rem;
    margin-top: 1rem;
    display: block;
    margin-bottom: 2rem;
    line-height: 100%;
}

.snidane h2 span {
    color: var(--nav-color);
}

@media (min-width: 1000px) {
    .snidane .views-row {
        display: flex;
        gap: 3rem;
        align-items: center;
        flex-direction: row;
    }

    .konference .views-row {
        display: flex;
        gap: 3rem;
        flex-direction: row;
        align-items: center;
        margin-bottom: 3em;
    }

    #block-llwebstudio-views-block-konferencni-nabidka-block-1 .konference .views-row:nth-of-type(1),  #block-llwebstudio-views-block-konferencni-nabidka-block-1 .konference .views-row:nth-of-type(3) {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1000px) {
    .snidane .views-row {
        display: flex;
        gap: 3rem;
        align-items: center;
        flex-direction: column;
    }

    .konference .views-row {
        display: flex;
        gap: 3rem;
        align-items: center;
        flex-direction: column;
    }
}

.konference .views-row:nth-of-type(4) .views-field-field-hlavni-foro {
    display: none;
}

.konference .views-row:nth-of-type(4) .views-field-body {
    text-align: center;
}

.snidane .views-field-field-hlavni-foro {
    flex: 1;
}

.snidane .views-field-body {
    flex: 1;
    width: 100%;
}

#nadpis-pokoje h2 {
    font-size: 4rem;
    margin-top: 1rem;
    display: block;
    line-height: 100%;
}

#nadpis-pokoje h2 span {
    color: var(--nav-color);
}

@media (min-width: 1000px) {
    .pokoje {
        margin-top: 2em;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3em;
    }

    .pokoje header {
        grid-column: span 3;
        background-color: transparent;
        background-image: none;
        border: 0;
        line-height: 200%;
    }
}

@media (max-width: 1000px) {
    .pokoje {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3em;
    }

    .pokoje header {
        grid-column: 1;
        background-color: transparent;
        background-image: none;
        border: 0;
        line-height: 200%;
    }
}

.konference h2 {
    font-size: 4rem;
    margin-top: 1rem;
    display: block;
    margin-bottom: 2rem;
    line-height: 100%;
}

.konference h2 span {
    color: var(--nav-color);
}

.konference .views-field-field-hlavni-foro {
    flex: 1;
}

.konference .views-field-body {
    flex: 1;
}

@media (min-width: 1000px) {
    .views-field-field-hlavni-foro {
        --c: var(--nav-color);
        --w: 1px;
        --l: 100px;
        --off: 10px;
        margin-right: 3rem;
        width: 40%;
        position: relative;
        padding: 30px;
        display: inline-block;
    }
}

@media (max-width: 1000px) {
    .views-field-field-hlavni-foro {
        --c: var(--nav-color);
        --w: 1px;
        --l: 100px;
        --off: 10px;
        width: 100%;
        position: relative;
        padding: 30px;
        display: inline-block;
    }
}

.views-field-body {
    line-height: 200%;
}

.views-field-field-hlavni-foro img {
    display: block;
    width: 100%;
    height: auto;
}

.views-field-field-hlavni-foro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: /* TOP LEFT */ linear-gradient(var(--c),var(--c)) left var(--off) top var(--off) / var(--w) var(--l) no-repeat, linear-gradient(var(--c),var(--c)) left var(--off) top var(--off) / var(--l) var(--w) no-repeat, /* BOTTOM RIGHT */ linear-gradient(var(--c),var(--c)) right var(--off) bottom var(--off) / var(--w) var(--l) no-repeat, linear-gradient(var(--c),var(--c)) right var(--off) bottom var(--off) / var(--l) var(--w) no-repeat;
}

.vybaveni-pokoje {
    width: 100%;
    background-color: #F7F5F2;
    padding: 2em;
}

.vybaveni-koupelny {
    width: 100%;
    background-color: #F7F5F2;
    padding: 2em;
}

.vybaveni-pokoje div:first-of-type, .vybaveni-koupelny div:first-of-type {
    font-weight: bold;
    font-family: Playfair;
    font-size: 1.5em;
}

.pokoje .views-field-field-hlavni-foro {
    width: 100%;
    padding: 0;
}

.pokoje .views-field-field-hlavni-foro:before {
    display: none;
}

.pokoje .views-field-field-hlavni-foro:hover {
    transform: scale(1.01);
    transition: transform 1s;
}

.pokoje .views-field-title {
    margin-top: 1em;
}

.pokoje .views-field-title a {
    font-weight: 600;
    color: black;
    font-family: Inter;
    text-decoration: none;
    font-size: 1.2em;
}

.pokoje .views-field-title a:hover {
    color: var(--nav-color);
}

.pokoje .button {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: var(--nav-color);
    text-decoration: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 90px;
}

.pokoje .button a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: var(--nav-color);
    text-decoration: none;
}

.pokoje .button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("/themes/llwebstudio/icons/arrow.png") center / contain no-repeat;
}

.pokoje .button::before {
    transition: transform 0.3s ease;
}

.pokoje .button:hover::before {
    transform: translateY(-50%) translateX(8px);
}

.pokoje .button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--nav-color);
}

.more-link a {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--nav-color);
    text-decoration: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 90px;
}

.more-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--nav-color);
}

.more-link a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url("/themes/llwebstudio/icons/arrow.png") center / contain no-repeat;
}

.more-link a::before {
    transition: transform 0.3s ease;
}

.more-link a:hover::before {
    transform: translateY(-50%) translateX(8px);
}

@media (min-width: 1000px) {
    .kontakt {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1000px) {
    .kontakt {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1400px) {
    #kontakt, #konference-form {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 3em;
        padding-bottom: 3em;
        background-color: #eee;
    }
}

@media (max-width: 768px) {
    #kontakt, #konference-form {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3em;
        padding-bottom: 3em;
        background-color: #eee;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    #kontakt, #konference-form {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 3em;
        padding-bottom: 3em;
        background-color: #eee;
    }
}

#kontakt form label {
    display: block;
    margin-bottom: 0.5em;
    font-family: Inter;
}

@media (min-width: 1000px) {
    #kontakt form, #konference-form form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }

    #kontakt form .form-item-vase-zprava, #konference-form form .form-item-poznamka-specialni-pozadavky {
        grid-column: 2 span;
    }

    #kontakt form .form-actions {
        grid-column: 2 span;
    }

    #kontakt form .form-actions input, #konference-form form .form-actions input {
        width: 30%;
        height: 2.3em;
        line-height: 2.3em;
        padding: 0;
        background-color: var(--nav-color);
        color: white;
        cursor: pointer;
        font-weight: bold;
    }
}

@media (max-width: 1000px) {
    #kontakt form, #konference-form form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1em;
    }

    #kontakt form .form-actions input, #konference-form form .form-actions input {
        width: 50%;
        height: 2.3em;
        line-height: 2.3em;
        padding: 0;
        background-color: var(--nav-color);
        color: white;
        cursor: pointer;
        font-weight: bold;
    }
}

#kontakt form .form-actions input:hover {
    width: 30%;
    height: 3em;
    line-height: 3em;
    padding: 0;
    background-color: var(--nav-hover);
    color: white;
    cursor: pointer;
}

input {
    width: 100%;
    height: 4em;
    border: solid 1px #ddd;
    padding-left: 1em;
    padding-right: 1em;
    font-family: Inter;
}

textarea {
    width: 100%;
    height: 10em;
    border: solid 1px #ddd;
    padding-left: 1em;
    font-family: Inter;
    padding-top: 1em;
    padding-right: 1em;
}


@media (min-width: 1000px) {
    #top-lista {
        display: inline-block;
        width: auto;
        float: left;
    }
    #prepinac-jazyka {
         line-height: 3em;
        width: auto;
        display: inline-block;
        float: right;
    }

    #prepinac-jazyka .links {
        list-style-type: none;
        display: flex;
        justify-content: right;
        margin: 0;
    }

    #prepinac-jazyka .links li {
        display: list-item;
    }

    #prepinac-jazyka ul li a[hreflang=en] {
        background-image: url("/themes/llwebstudio/images/en-flag.jpg");
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
    }

    #prepinac-jazyka ul li a[hreflang=cs] {
        background-image: url("/themes/llwebstudio/images/cz-flag.jpg");
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
    }

    #prepinac-jazyka ul li a[hreflang=cs]:hover, #block-residence-prepinacjazyka ul li a[hreflang=en]:hover {
        opacity: 0.5;
    }
}

@media (max-width: 1000px) {
    #prepinac-jazyka {
        margin-right: 0;
        line-height: 3em;
        width: 100%;
        float: none;
        text-align: center;
    }

    #prepinac-jazyka .links {
        list-style-type: none;
        display: flex;
        justify-content: center;
        margin: 0;
        z-index: 999999;
    }

    #prepinac-jazyka .links li {
        display: list-item;
    }

    #prepinac-jazyka ul li a[hreflang=en] {
        background-image: url("/themes/llwebstudio/images/en-flag.jpg");
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
    }

    #prepinac-jazyka ul li a[hreflang=cs] {
        background-image: url("/themes/llwebstudio/images/cz-flag.jpg");
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        color: transparent;
    }

    #prepinac-jazyka ul li a[hreflang=cs]:hover, #block-residence-prepinacjazyka ul li a[hreflang=en]:hover, #block-hamr-prepinacjazyka ul li a[hreflang=de]:hover {
        opacity: 0.5;
    }
}

.fb-widget .widgets--wrapper {
    text-align: left;
    color: white;
}

@media (min-width:768px) {
.fb-widget .widgets--wrapper .show-modal {
    text-align: center;
    color: white !important;
    background-color: #bfa05a !important;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 200%;
}
}

@media (max-width:768px) {
.fb-widget .widgets--wrapper .show-modal {
    text-align: center;
    color: white !important;
    background-color: #bfa05a !important;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 150%;
}
}

.fb-widget {
    font-family: Inter !important;
}

.fb-widget .fbw-calendar--title h1 {
    font-family: Playfair !important;
}

.fb-widget input, .fb-widget select {
    height: 3em;
    width: 100%;
    border: solid 1px #ddd !important;
}

.fb-widget .next--button {
    margin-top: 0 !important;
}

        article .rezervace-tlacitko .fb-widget .widgets--wrapper {
    text-align: center;
    margin-top: 2em;
}