/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@font-face {
    font-family: "Inter";
    src: url("/themes/llwebstudio/fonts/Inter.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

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

@font-face {
    font-family: "Poppins ExtraBold";
    src: url("/themes/llwebstudio/fonts/Poppins-ExtraBold.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 : #435020;
    --nav-hover : #758844;
    --nav-accent : #435020;
    --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: #EBF4EB;
        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;
    }
}

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;
    border-left: solid 1em #005392;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    overflow: auto;
    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: Poppins ExtraBold;
    }

    h2 {
        font-size: 2.3em;
        font-family: Poppins ExtraBold;
    }

    h3 {
        font-size: 2em;
        font-family: Poppins ExtraBold;
    }

    h4 {
        font-size: 1.7em;
        font-family: Poppins ExtraBold;
    }

    h5 {
        font-size: 1.4em;
        font-family: Poppins ExtraBold;
    }

    h5 {
        font-size: 1.1em;
        font-family: Poppins ExtraBold;
    }
}

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

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

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

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

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

    h5 {
        font-size: 1.1em;
        line-height: 120%;
        font-family: Inter;
        font-weight: bold;
    }
}

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

@media (min-width: 1400px) {
    #block-llwebstudio-site-branding {
        flex: 1;
    }

        nav {
            flex: 6;
            margin-left: auto;
            margin-right: 0;
        }
}

@media (max-width: 1400px) {
    #block-llwebstudio-site-branding {
        width:15%;
        float: left;
        margin-top: 2em;
        margin-left: 10%;
    }
}

@media (max-width: 1100px) {
    #block-llwebstudio-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 10%;
    }
}

@media (max-width: 850px) {
    #block-llwebstudio-site-branding {
        width:10%;
        float: left;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 5%;
    }
}

@media (max-width: 1100px) {
    #block-llwebstudio-site-branding {
        float:left;
        width: 30%;
        z-index: 2;
        margin-top: 1em;
    }
}

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

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

@media (min-width: 768px) {
    article .hlavni-fotka {
        float:right;
        width: 45%;
        margin-left: 3em;
    }

    article .hlavni-text {
        float: left;
        width: 50%;
    }
}

@media (max-width: 768px) {
    article .hlavni-fotka {
        width:100%;
    }
}

article .hlavni-fotka img {
    width: 100%;
    height: 30em;
    object-fit: cover;
}

    #block-llwebstudio-page-title::before {
        content: "";
        background-color: var(--nav-accent);
        height: 2px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 10%;
    }

@media (min-width: 768px) {
    #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: 2em;
        margin-bottom: 0em;
        text-align: center;
        color:  var(--nav-accent);
    }

    #block-llwebstudio-content {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 200%;
        padding-bottom: 1em;
    }
}

@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;
        margin-bottom: 1em;
        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;
    overflow: auto;
    bottom: 0;
}

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

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

@media (max-width: 1100px) {
    main[role=main] {
        width:90%;
        padding: 3em;
        margin-top: -13em;
        margin-left: auto;
        margin-right: auto;
    }
}

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

header {
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: #435020;
    padding-left: 10%;
    padding-right: 10%;
}

header .container > div {
    display: flex;
    align-items: center;
    
}

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

@media (min-width: 768px) {
    .more-link a {
        display:block;
        clear: both;
        margin-top: 1em;
        width: 30%;
        border: dotted 2px #12243e;
        color: #12243e;
        ;text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 3em;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    .more-link a {
        display:block;
        clear: both;
        margin-top: 1em;
        width: 50%;
        border: dotted 2px #12243e;
        color: white;
        ;text-decoration: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 3em;
        font-weight: bold;
    }
}

.more-link {
    width: 100%;
}

.more-link a:hover {
    border: solid 2px white;
    color: white;
    background-color: #12243e;
    ;}

@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;
    }
}

.galerie {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 3em;
}

.galerie div {
    flex: 1 1 auto;
    height: 10em;
    overflow: hidden;
}

.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: 80%;
        margin-left: auto;
    }

    .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;
        float: right;
        position: relative;
        flex-direction: row;
        align-items: center;
        list-style-type: none;
        font-family: Inter;
        font-size: 1.7em;
        width: 60%;
        margin: 0;
        margin-top: 1.5em;
        padding: 0;
        margin-right: 10%;
    }

    .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 1 auto;
  min-width: 0;
        text-align: center;
    }

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

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

    .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;
    }

    .menu > li:last-of-type a {
        text-decoration: none;
        background-color: white;
        border-radius: 0.5em;
        color: var(--nav-accent);
        display: block;
        font-size: 1.1em;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center;
        text-transform: uppercase;
            flex: 0 0 auto;   /* nebude se zmenÃƒâ€¦Ã‚Â¡ovat ani natahovat */
    min-width: max-content; /* vezme si mÃƒÆ’Ã‚Â­sto podle obsahu */
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    .menu > li a {
        text-decoration: none;
        color: white;
        display: block;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 0.9em;
        text-align: center;
        text-transform: uppercase;
        height: auto;
        line-height: 1.4em;
        border-bottom: solid 1px transparent;
    }

    .menu > li ul li a {
        overflow: hidden;
        width: 100%;
        line-height: 3em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@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 > li:last-of-type a:hover {
    background-color: var(--nav-hover);
    color: #ffffff;
}

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

#menu-toggle {
    display: none;
}

@media (max-width: 1100px) {
    .menu-button {
        margin-top:6.5em;
        margin-right: 0em;
    }
}

@media (max-width: 600px) {
    .menu-button {
        margin-top:5em;
        margin-right: 0em;
    }
}

@media (max-width: 500px) {
    .menu-button {
        margin-top:4em;
        margin-right: 0em;
    }
}

.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: white;
    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;
        float: right;
        width: 30%;
        margin-left: auto;
        margin-right: 0;
    }

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

    .menu {
        position: absolute;
        top: 0;
        margin-top: 6em;
        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: #283038;
    }

    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: #51606F;
    }

    .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 {
        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: 4em;
        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: #283038;
    }

    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: #51606F;
    }

    .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) {
    #top-lista {
        background-color:var(--topbar-bg);
        height: 3em;
        text-align: right;
        padding-right: 17em;
        line-height: 3em;
        color: #B2B3B3;
    }
}

@media (min-width: 1100px) and (max-width:1400px) {
    #top-lista {
        background-color:#434242;
        height: 3em;
        text-align: right;
        padding-right: 10em;
        line-height: 3em;
        color: #B2B3B3;
    }
}

@media (min-width: 768px) and (max-width:1100px) {
    #top-lista {
        background-color:#434242;
        height: 3em;
        text-align: center;
        line-height: 3em;
        color: #B2B3B3;
    }
}

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

#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;
}

.button {
    background-color: var(--nav-color);
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 900;
    font-size: 1em;
    line-height: 250%;
}

#recenze {
    background-color: var(--nav-accent);
    padding-top: 1em;
    padding-bottom: 1em;
}

#recenze h2 {
    color: white;
    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: 7em;
    padding-bottom: 7em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    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: 50%;
        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;
    }
}

    .banner .views-row .views-field-field-banner-hlavni-nadpis h1::before {
        content: "";
        background-color: white;
        display: block;
        height: 2px;
        width: 20%;
        margin-bottom: 0.5em;
    }


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

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

@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-accent);
    color: #ffffff;
    display: inline-block;
    text-wrap: wrap;
    font-size: 1.1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em;
    border: solid 1px white;
    border-radius: 10px;
}

.banner .views-row .views-field-field-banner-odkaz a:hover {
    background-color: var(--nav-hover);
}

#pokoje {
    background-color: var(--nav-color);
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 15%;
    padding-right: 15%;
}

#pokoje .pokoje {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

#pokoje .pokoje .views-row {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#pokoje .pokoje .views-field-field-hlavni-fotka img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    margin: 0;
}

#pokoje .pokoje .views-field-field-hlavni-fotka img:hover {
     opacity: 0.9 }

#pokoje .pokoje .views-field-title h4 {
    margin: 5px;
}
#pokoje .pokoje .views-field-title h4 a{
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

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

#pokoje .pokoje .views-field-view-node .button {
    background-color: white;
    color: var(--nav-accent)
}

#restaurace {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 15%;
    padding-right: 15%;
}

#restaurace .views-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

#restaurace .views-row .views-field-field-hlavni-fotka img {
    width: 100%;
    height: 25em;
    object-fit: cover;
    margin: 0;
}
