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

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

: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 : #bec960;
    --nav-hover : #859028;
    --nav-accent : #0aa0c8;
    --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;
}

a {
    color: black;
}

table {
    width: 100%;
}

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

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; */
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        white-space: normal;
    }

    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:2.5em;
        margin: 0;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
        font-weight: 800;
        line-height: 1.2;
    }

    h2 {
        font-size: 2.3em;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    }

    h3 {
        font-size: 1.7em;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    }

    h4 {
        font-size: 1.5em;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    }

    h5 {
        font-size: 1.3em;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    }

    h5 {
        font-size: 1.1em;
        font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    }
}

@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;
    display: block;
}

@media (min-width: 1100px) {
    #block-llwebstudio-site-branding {
        float: none;
        flex: 0 0 auto;
        width: clamp(128px, 12vw, 200px);
        max-width: 22%;
        margin: 0;
    }
}

@media (max-width: 1099px) {
    #block-llwebstudio-site-branding {
        float: none;
        width: min(42vw, 200px);
        max-width: 48%;
        margin: 0;
        z-index: 2;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: start;
    }
}

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

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

article .hlavni-fotka img {
    width: 100%;
    height: 40em;
    object-fit: cover;
    border-radius: 1em;
}

article[data-history-node-id="1"] > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@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;
        padding-top: 2em;
        margin-bottom: 0em;
        text-align: center;
        color: #000000;
        margin-bottom: 2em;
    }

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

@media (max-width: 1000px) {
    #block-llwebstudio-page-title {
        width: 100%;
        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: #000000;
    }
}

#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%;
        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%;
        padding: 0em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1300px) {
    header .container > div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: min(100%, 1400px);
        margin-left: auto;
        margin-right: auto;
        padding: clamp(0.65rem, 1.2vw, 1em) clamp(1rem, 3vw, 2rem);
        gap: clamp(0.75rem, 2vw, 1.5rem);
    }
}

@media (min-width: 1100px) and (max-width: 1299px) {
    header .container > div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: min(100%, 1200px);
        margin-left: auto;
        margin-right: auto;
        padding: clamp(0.5rem, 1.1vw, 0.95em) clamp(0.85rem, 2.5vw, 1.5rem);
        gap: clamp(0.5rem, 1.5vw, 1.25rem);
    }
}

@media (max-width: 1099px) {
    header .container > div {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto;
        width: min(100%, 1100px);
        margin-left: auto;
        margin-right: auto;
        padding: clamp(0.5rem, 2vw, 1em) clamp(0.75rem, 4vw, 5%);
        align-items: center;
        justify-items: stretch;
        gap: clamp(0.5rem, 2vw, 1em);
    }
}

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

footer > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}

footer h4 {
    font-size: 1.2em;
}

footer a {
    color: white;
}

@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: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 3em;
    margin-top: 5em;
    margin-bottom: 5em;
}

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

.layout-site-header {
    position: sticky;
    top: 0;
    z-index: 10002;
    background-color: var(--header-bg, #ffffff);
}

@media (min-width: 1400px) {
    .menu {
        display: flex;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        list-style-type: none;
        font-family: Inter;
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 0.15rem 0.5rem;
        font-size: clamp(0.85rem, 0.45vw + 0.55rem, 1.25rem);
    }

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

@media (min-width: 1100px) and (max-width: 1399px) {
    .menu {
        display: flex;
        float: none;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        list-style-type: none;
        font-family: Inter;
        font-size: clamp(0.78rem, 0.55vw + 0.52rem, 1.45rem);
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0.1rem 0.4rem;
    }

    .menu li:hover .menu {
        display: block;
        float: none;
        position: absolute;
        z-index: 999;
        top: 0.72em;
        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: 1099px) {
    .menu:not(.menu--root) {
        position: static;
        margin-top: 0;
        box-shadow: none;
        float: none;
    }
}

.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: 1100px) {
    .menu li:hover > ul.menu--sub,
    .menu li:focus-within > ul.menu--sub {
        width: max-content;
        max-width: min(18rem, 46vw);
        min-width: 11rem;
        font-size: 1em;
        line-height: 1.45;
        padding: 0.45rem 0;
        box-sizing: border-box;
    }

    .menu li:hover > ul.menu--sub > li,
    .menu li:focus-within > ul.menu--sub > li {
        line-height: 1.45 !important;
        min-height: 0;
    }

    .menu li:hover > ul.menu--sub > li > a,
    .menu li:hover > ul.menu--sub > li > .menu-item__row > a,
    .menu li:focus-within > ul.menu--sub > li > a,
    .menu li:focus-within > ul.menu--sub > li > .menu-item__row > a {
        font-size: 1em !important;
        line-height: 1.45 !important;
        padding: 0.55em 0.9em !important;
        text-align: left !important;
    }

    .menu li:hover > ul.menu--sub .menu--sub,
    .menu li:focus-within > ul.menu--sub .menu--sub {
        font-size: 1em;
        max-width: min(16rem, 42vw);
        padding: 0.35rem 0;
    }

    .menu li:hover > ul.menu--sub .menu--sub > li > a,
    .menu li:hover > ul.menu--sub .menu--sub > li > .menu-item__row > a,
    .menu li:focus-within > ul.menu--sub .menu--sub > li > a,
    .menu li:focus-within > ul.menu--sub .menu--sub > li > .menu-item__row > a {
        padding: 0.45em 0.75em !important;
        font-size: 0.95em !important;
    }

    .menu-submenu-toggle {
        display: none !important;
    }

    .menu-item__row {
        display: block;
        width: auto;
    }
}


@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: #000000;
        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;
    }

    .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: 1399px) {
    .menu li {
        flex: 1;
        flex-basis: auto;
        min-width: 0;
        text-wrap: wrap;
    }

    .menu > li a {
        text-decoration: none;
        color: #000000;
        display: block;
        padding-left: clamp(0.35em, 1vw, 0.5em);
        padding-right: clamp(0.35em, 1vw, 0.5em);
        font-size: clamp(0.8em, 0.9vw + 0.35rem, 0.95em);
        text-align: center;
        text-transform: uppercase;
        height: auto;
        line-height: 1.35em;
        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: 1099px) {
    .menu > li {
        overflow: hidden;
    }

    .menu > li a {
        text-decoration: none;
        color: #0a0a0a;
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 1.05em;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        min-height: 3em;
        line-height: 1.25;
        padding-top: 0.85em;
        padding-bottom: 0.85em;
        border-bottom: solid 1px transparent;
    }

    li .menu > li {
        border-bottom: 1px solid rgba(10, 10, 10, 0.08);
    }
}

.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: center;
    align-items: center;
}

.menu-toggle-input {
    display: none;
}

.menu-item__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

.menu-item__row > a {
    flex: 1 1 auto;
    min-width: 0;
}

.menu-submenu-toggle {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    margin: 0;
    padding: 0 0.35rem;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
}

.menu-submenu-toggle:focus-visible {
    outline: 2px solid var(--nav-color);
    outline-offset: 2px;
}

.menu-submenu-toggle__icon {
    display: block;
    line-height: 1;
}

#block-llwebstudio-main-menu {
    position: relative;
}

@media (min-width: 1100px) {
    #block-llwebstudio-main-menu {
        flex-basis: 60%;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 1099px) {
    #block-llwebstudio-main-menu {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        width: auto;
        min-width: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #block-llwebstudio-main-menu nav[role="navigation"] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        column-gap: 0.25rem;
    }
}

.menu-button,.menu-button::before,.menu-button::after {
    display: block;
    background-color: black;
    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;
}

@media (max-width: 1099px) {
    .menu-button-container .menu-button {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-toggle-input:checked + .menu-button-container .menu-button {
        transform: translate(-50%, -50%);
    }
}

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

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

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

@media (max-width: 1099px) {
    header[role="banner"] {
        position: relative;
        z-index: 10002;
    }

    header[role="banner"] .container {
        position: relative;
        z-index: 10003;
    }

    .menu-button-container {
        position: relative;
        display: flex;
        float: none;
        align-items: center;
        justify-content: center;
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
        margin: 0;
        padding: 0;
        align-self: center;
        z-index: 10004;
        flex-shrink: 0;
    }

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

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        height: 5px;
        width: 34px;
        border-radius: 1px;
        background-color: #222;
    }

    .menu-button::before {
        margin-top: -10px;
    }

    .menu-button::after {
        margin-top: 10px;
    }

    .menu.menu--root {
        position: fixed;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        top: var(--mobile-menu-top, 5.75rem);
        max-height: calc(100dvh - var(--mobile-menu-top, 5.75rem));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        z-index: 10000;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        list-style: none;
        background: #ffffff;
        border-top: none;
        box-shadow: none;
    }

    .menu-toggle-input:checked ~ ul.menu.menu--root {
        border-top: 1px solid rgba(10, 10, 10, 0.08);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    }

    .menu-submenu-toggle {
        display: inline-flex;
        background: #1a1a1a;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.35);
        box-shadow: none;
    }

    li.menu-item--has-children > .menu--sub {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #e8ecf1;
        border-top: 1px solid rgba(10, 10, 10, 0.1);
    }

    li.menu-item--has-children.menu-item--is-open > .menu--sub {
        display: block;
    }

    .menu--sub > li > a,
    .menu--sub > li > .menu-item__row > a {
        padding-left: 1.25em;
        font-size: 0.95em;
        color: #0a0a0a;
    }

    .menu--sub .menu--sub > li > a,
    .menu--sub .menu--sub > li > .menu-item__row > a {
        padding-left: 1.75em;
    }

    .menu-toggle-input ~ ul.menu--root > li.menu-item {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }

    .menu-toggle-input:checked ~ ul.menu--root > li.menu-item {
        height: auto;
        overflow: visible;
        padding: 0;
        border-bottom: 1px solid rgba(10, 10, 10, 0.1);
    }

    ul.menu--root > li.menu-item {
        display: block;
        width: 100%;
        color: #0a0a0a;
        background-color: #ffffff;
    }

    ul.menu--root > li.menu-item .menu-item__row {
        background-color: #ffffff;
    }

    ul.menu--root .menu--sub > li.menu-item {
        background-color: #e8ecf1;
    }

    ul.menu--root .menu--sub > li.menu-item .menu-item__row {
        background-color: #e8ecf1;
    }

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

    .menu > li a {
        color: #0a0a0a;
    }

    .menu .menu-item__row > a {
        color: #0a0a0a;
    }

    .menu a:hover,
    .menu a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #0a0a0a;
        outline: none;
    }

    .menu-item__row > a:focus-visible {
        outline: 1px solid rgba(242, 101, 34, 0.85);
        outline-offset: 1px;
    }
}


.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;
        font-size: 0.7em;
        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;
}

.hp-banner {
    position: relative;
    min-height: clamp(15rem, 44vh, 36rem);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.hp-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient( 118deg, rgb(0 0 0) 0%, rgb(0 0 0 / 60%) 42%, rgb(0 0 0 / 37%) 72%, rgba(0, 0, 0, 0.12) 100% );
}

.hp-banner > * {
    position: relative;
    z-index: 2;
}

.hp-banner .views-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(1.25rem, 4.5vw, 4.5rem) clamp(1rem, 3.5vw, 2.5rem);
    min-height: clamp(13rem, 40vh, 32rem);
    display: grid;
    grid-template-columns: 1fr;
    column-gap: clamp(1rem, 3vw, 4rem);
    row-gap: clamp(0.5rem, 2vw, 1.25rem);
    align-items: center;
    box-sizing: border-box;
}

.hp-banner .views-field-field-banner-hlavni-nadpis h1 {
    width: min(100%, 42rem);
    margin: 0 0 clamp(0.5rem, 2vw, 1rem) 0;
    font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    font-weight: 900;
    font-size: clamp(1.875rem, 3.25vw + 0.95rem, 5em);
    line-height: 1.08;
}

.hp-banner .views-field-field-banner-sekundarni-nadpis h2 {
    width: min(100%, 36rem);
    margin: 0 0 clamp(0.65rem, 2.5vw, 1.5rem) 0;
    max-width: 48ch;
    font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    font-weight: 900;
    font-size: clamp(1rem, 1.15vw + 0.7rem, 2.35rem);
    line-height: 1.32;
}

.hp-banner .views-field-field-banner-odkaz {
    width: min(100%, max(11.5rem, 30%));
}

.hp-banner .views-field-field-banner-odkaz a {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.65rem, 1.4vw, 0.875rem) clamp(1rem, 2.2vw, 1.375rem);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-family: Poppins, "Poppins ExtraBold", system-ui, sans-serif;
    font-size: clamp(1rem, 0.9vw + 0.7rem, 1.5em);
    background: var(--nav-color);
    color: #000000;
}

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

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

.blok-sluzby {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.blok-sluzby .sluzby {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5em;
}

.blok-sluzby .sluzby .views-row {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1em;
}

.blok-sluzby .sluzby .views-row .views-field-field-hlavni-fotka {
    width: 100%;
    height: 15em;
    overflow: hidden;
    border-radius: 1em;
}

.blok-sluzby .sluzby .views-row .views-field-field-hlavni-fotka img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.blok-sluzby .sluzby .views-row .views-field-field-hlavni-fotka img:hover {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 2s;
}

.blok-sluzby .sluzby .views-row .views-field-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2em;
}

.blok-sluzby .sluzby .views-row .views-field-title a {
    color: black;
    text-decoration: none;
}

.blok-sluzby .sluzby .views-row .views-field-title a:hover {
    color: var(--nav-hover);
    text-decoration: none;
}

.blok-sluzby .sluzby .views-row .views-field-field-text-na-prehledu p {
    text-align: center;
    margin: 0;
}

.reference {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5em;
    margin-top: 3em;
}

.reference .views-row {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1em;
}

.reference .views-row .views-field-field-hlavni-fotka {
    width: 100%;
    height: 15em;
    overflow: hidden;
    border-radius: 1em;
}

.reference .views-row .views-field-field-hlavni-fotka img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.reference .views-row .views-field-field-hlavni-fotka img:hover {
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 2s;
}

.reference .views-row .views-field-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2em;
}

.reference .views-row .views-field-title a {
    color: black;
    text-decoration: none;
}

.reference .views-row .views-field-title a:hover {
    color: var(--nav-hover);
    text-decoration: none;
}

.reference .views-row .views-field-field-text-na-prehledu p {
    text-align: center;
    margin: 0;
}

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

#instalace-montaz .views-row {
    display: grid;
    grid-template-columns: 1fr 600px;
    grid-template-areas: "title image" "text image" "button image";
    gap: 16px 32px;
    align-items: center;
}

#instalace-montaz .views-field-title {
    grid-area: title;
    font-family: "Poppins", "Poppins ExtraBold", system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    line-height: 1.2;
}

#instalace-montaz .views-field-field-text-na-prehledu {
    grid-area: text;
}

#instalace-montaz .views-field-view-node {
    grid-area: button;
}

#instalace-montaz .views-field-view-node .button {
    background-color: black;
}

#instalace-montaz .views-field-field-hlavni-fotka {
    grid-area: image;
    border-radius: 2em;
}

#instalace-montaz .views-field-field-hlavni-fotka img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2em;
}

@media (max-width: 768px) {
    #instalace-montaz .views-row {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "title" "text" "button";
    }
}

#block-llwebstudio-benefityfirmy {
    padding-top: 3em;
    padding-bottom: 3em;
}

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

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

#formular label {
    display: block;
    margin-bottom: 0.3em;
}

input {
    height: 4em;
    line-height: 4em;
    border: 0;
    border-radius: 1em;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

textarea {
    height: 10em;
    border: 0;
    border-radius: 1em;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}

#formular .form-item-zprava, #formular .form-item-markup, #formular .webform-actions {
    grid-column: 3 span;
}

#formular .webform-actions {
    text-align: left;
}

#formular .webform-actions .button {
    background-color: #000000;
    color: white;
    padding-left: 2em;
    width: 20%;
    padding-right: 2em;
    font-weight: 900;
    font-size: 1em;
    line-height: 250%;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

#formular {
    margin-top: 2em;
}

#formular h2 {
    margin-top: 0;
    text-align: center;
}

@media (max-width: 1299px) {
    article[data-history-node-id="1"] > div {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(1rem, 3vw, 2rem);
    }

    footer {
        padding-left: clamp(1rem, 5vw, 10%);
        padding-right: clamp(1rem, 5vw, 10%);
        padding-top: clamp(2rem, 5vw, 4em);
        padding-bottom: clamp(2rem, 5vw, 4em);
    }

    footer ul {
        list-style-type: none;
        padding: 0;
    }
    .galerie {
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(6px, 1.5vw, 10px);
        margin-top: clamp(2rem, 6vw, 5em);
        margin-bottom: clamp(2rem, 6vw, 5em);
        padding-bottom: clamp(1.5rem, 4vw, 3em);
    }

    .blok-sluzby {
        width: min(92%, 56rem);
        padding-top: clamp(1rem, 3vw, 2em);
        padding-bottom: clamp(1rem, 3vw, 2em);
    }

    .blok-sluzby .sluzby {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(1.5rem, 5vw, 5em);
    }

    .reference {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(1.5rem, 5vw, 5em);
        margin-top: clamp(1.5rem, 4vw, 3em);
    }

    #instalace-montaz,
    #reference,
    #formular {
        padding-left: clamp(1rem, 5vw, 15%);
        padding-right: clamp(1rem, 5vw, 15%);
        padding-top: clamp(2rem, 5vw, 5em);
        padding-bottom: clamp(2rem, 5vw, 5em);
    }

    article .hlavni-fotka img {
        height: clamp(14rem, 42vw, 40em);
        max-height: 75vh;
    }

    div[role="contentinfo"] {
        width: min(94%, 48rem);
        line-height: 1.65;
        padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 3vw, 2%);
    }

    .messages {
        width: min(94%, 42rem);
    }

    #block-llwebstudio-primary-local-tasks {
        padding: clamp(1rem, 3vw, 2em);
        border-left-width: clamp(0.35rem, 1vw, 1em);
        padding-left: clamp(1rem, 4vw, 5%);
        padding-right: clamp(1rem, 4vw, 5%);
    }

    #block-llwebstudio-benefityfirmy {
        padding-top: clamp(1.5rem, 4vw, 3em);
        padding-bottom: clamp(1.5rem, 4vw, 3em);
    }

    .obrazek-text img {
        margin-right: clamp(0.75rem, 3vw, 2em);
        margin-bottom: clamp(0.75rem, 3vw, 2em);
    }

    .button {
        padding-left: clamp(1rem, 4vw, 2em);
        padding-right: clamp(1rem, 4vw, 2em);
        line-height: 1.45;
        padding-top: 0.55em;
        padding-bottom: 0.55em;
    }

    .more-link a {
        width: min(100%, 22rem);
    }

    form {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(0.75rem, 2vw, 1em);
    }

    #formular .form-item-zprava,
    #formular .form-item-markup,
    #formular .webform-actions {
        grid-column: 1 / -1;
    }

    #formular .webform-actions .button {
        width: auto;
        min-width: min(100%, 14rem);
    }
}

@media (max-width: 1299px) and (min-width: 769px) {
    #instalace-montaz .views-row {
        grid-template-columns: 1fr minmax(260px, 46%);
        gap: clamp(12px, 2.5vw, 32px);
    }

    footer > div {
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(1.5rem, 4vw, 2.5rem);
        align-items: start;
    }
}

@media (max-width: 768px) {
    footer > div {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        justify-items: center;
    }
}

@media (max-width: 720px) {
    article[data-history-node-id="1"] > div {
        grid-template-columns: 1fr;
    }

    .blok-sluzby .sluzby,
    .reference {
        grid-template-columns: 1fr;
    }

    .reference {
        padding-left: 5%;
        padding-right: 5%;
    }

    .galerie {
        grid-template-columns: repeat(2, 1fr);
    }

    .galerie div,
    .galerie div img {
        height: clamp(6.5rem, 32vw, 10em);
    }

    form {
        grid-template-columns: 1fr;
    }

    input {
        height: clamp(2.75rem, 11vw, 4em);
        line-height: 1.35;
    }

    textarea {
        height: clamp(7rem, 32vw, 10em);
    }
}

@media (max-width: 480px) {
    .galerie {
        grid-template-columns: 1fr;
    }
}
