:root {
    --color-accent: #00BF63;
    --color-body: #575757;
    --color-light-gray: #E7E7E7;
    --color-dark-accent: #135020;
}
html {
    scroll-behavior: smooth;
}
html,body,div,span,header,footer,a,ul,li,b,h1,h2,h3,h4,h5,i,img,table,button,input,form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
button {
    outline: 0;
    box-shadow: none;
    padding: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
html, body {
    height: 100%;
}
html:not([lang="cs-CZ"]) .atrakce-single p span {
    display: none;
}
header {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    margin-bottom: 20px;
}
header .logo img {
    height: auto;
    width: 70px;
}
header nav {
    position: fixed;
    width: 100vw;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    background:var(--color-light-gray);
    transform: translateX(120%);
    transition: transform 400ms ease-in-out;
    z-index: 100;
}
header nav .close-menu {
    position: absolute;
    top: 24px;
    left: auto;
    right: 30px;
}
header nav.state-active {
    transform: translateX(0);
}
header nav ul {
    width: 100%;
    padding: 40px 30px 40px 20px;
    margin-top: 20px;
}
header nav ul li {
    padding: 8px 0;
    text-align: right;
    list-style: none;
}
header nav ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-body);
    text-decoration: none;
}
header .cta-external {
    list-style: none;
    margin: auto 22px auto 10px;
}
header .cta-external a {
    text-decoration: none;
    color: #fff;
    background: var(--color-accent);
    padding: 7px 14px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #737373;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5::after,
h4::after {
    content: "";
    display: block;
    margin: auto;
    width: 50px;
    height: 1px;
    background: var(--color-accent);
    transform: translateY(10px);
}
h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: var(--color-dark-accent);
    margin: 5px auto 30px;
}
h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-dark-accent);
    margin: 5px auto;
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--color-dark-accent);
    margin: 5px auto 30px;
}
h6 {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--color-body);
}
p {
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: var(--color-body);
    padding: 0 16px;
    margin: 20px 0;
    text-align: justify;
}
h1 {
    position: absolute;
    top: 50%;
    transform: translate(12px, -50%);
    color: #fff;
    background: rgba(0,191,99,0.5);
    padding: 24px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    display: none;
}
h1 .wp-block-buttons {
    position: absolute;
    top: 0;
    transform: translateY(200%);
}
h1 .wp-block-buttons img {
   filter: brightness(10);
}
.vybaveni {
    padding: 12px;
}
.vybaveni ul {
    margin: 0 0 40px 20px;
}
.vybaveni ul li {
    font-family: "Fira Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-body);
    padding: 3px 0 0 0;
    font-weight: 400;
}
#desktop-trevlix {
    display: none;
    width: 600px;
    height: 400px;
    border-radius: 16px;
    box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, 0.15);
    background: #fff;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    padding: 16px;
}
.wp-block-buttons {
    margin: 50px 0 30px;
}
.wp-block-button__link {
    background: var(--color-accent);
    color: #fff;
    border-radius: 12px;
    padding: 9px 23px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}
.slick-slider {
    position: relative;
}
.slick-slider + .wp-block-group figure {
    display: none;
}
.wp-block-button__link img {
    height: 19px;
    width: auto !important;
}
/* from wp-admin */
.sekce-atrakce {
    flex-direction: column;
    padding: 35px 0;
    margin-bottom: 45px;
    margin-top: 45px;
}
.sekce-galerie {
    margin-bottom: 45px;
}
.atrakce-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px;
    width: 100%;
    position: relative;
    z-index: 10;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.atrakce-holder::-webkit-scrollbar {
    display: none;
}
.atrakce-single {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 320px;
    width: min(90%, 370px);
    border-radius: 16px;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 9px 0 rgba(0,0,0,0.16);
    text-decoration: none;
    position: relative;
}
.atrakce-single img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
}
.atrakce-single h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-dark-accent);
    font-weight: 600;
    margin: 10px 0 0 5px;
}
.atrakce-single p {
    font-family: "Fira Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: var(--color-body);
    margin: 5px 0;
    padding: 0 5px;
}
.atrakce-single p::before {
    content: "";
    display: inline-flex;
    background: url("img/walk.svg");
    width: 10px;
    height: 11px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.atrakce-single .arrow {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.atrakce-single .arrow img {
    width: 12px;
    height: 12px;
}
.sekce-sluzby {
    margin-bottom: 45px
}
.sekce-sluzby figure img {
    width: 90px;
    height: 90px;
}
.sekce-sluzby .wp-block-columns {
    gap: 20px;
    padding: 20px;
}
.sekce-sluzby .wp-block-column {
    text-align: center;
    flex-basis: 50% !important;
}
.wp-block-group.has-background {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wp-block-gallery {
    padding: 12px;
}
.wp-block-gallery .wp-block-image img {
    border-radius: 24px;
}
.wp-block-gallery + .wp-block-gallery {
    margin-top: -32px;
}
.wp-block-embed.is-type-video {
    padding: 10px 12px 30px;
    text-align: center;
}
.wp-block-embed.is-type-video iframe {
    border-radius: 24px;
    width: 100%;
    max-width: 800px;
}
.wp-block-separator {
    border-top: 1px solid #b7b7b7;
    padding: 20px 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.hidden-gallery {
    display: flex;
}
.hidden-gallery.state-hidden {
    display: none;
}
.reviews {
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 0 20px;
}
.review {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 2px 3px 7px 3px rgba(0,0,0,0.08);
}
.review p {
    position: relative;
}
.review p::before,
.review p::after {
    content: '„';
    font-family: "Fira Sans", sans-serif;
    font-size: 50px;
    color: rgba(0,191,99,0.58);
    position: absolute;
    top: -14px;
    left: -9px;
}
.review p::after {
    content: '“';
    top: auto;
    bottom: -14px;
    left: auto;
    right: -13px;
}
.review-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.review-meta h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.review-meta img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.pre-footer {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}
.pre-footer .wp-block-buttons {
    margin-top: 0;
    margin-bottom: 0;
}
.pre-footer h6 {
    margin-bottom: 25px;
    margin-top: 0;
}
.pre-footer .wp-block-button__link {
    background: #fff;
    color: var(--color-accent);
}
.footer {
    padding: 34px 20px;
}
.footer h4 {
    color: #fff;
}
.footer h4::after {
    background: #D2D2D2;
    margin-left: 0;
}
.footer p {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin: 8px 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.footer p img {
    width: 18px;
    height: auto;
    margin-right: 8px;
}
.footer p a {
    color: #fff;
    text-align: left;
}
.footer .wp-block-gallery {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
}
.footer .wp-block-gallery figure {
    width: auto !important;
    flex-grow: 0 !important;
}
.footer .wp-block-gallery img {
    height: 33px !important;
    width: 48px !important;
    border-radius: 0;
}
footer {
    height: 52px;
    background: #135020;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
dialog {
    border: 0;
    width: 90%;
    max-width: 1000px;
    height: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background 400ms ease;
}
dialog#vybaveni {
    max-width: 800px;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
}
dialog > button {
    display: block;
    margin: 8px 0 8px auto;
    color: #ccc;
    font-size: 30px;
    cursor: pointer;
}
#language-switcher {
    position: relative;
    width: 26px;
    height: 22px;
    margin: 0 10px 0 auto;
}
#language-switcher ul {
    width: 40px;
    background: #e7e7e7;
    border-radius: 6px;
    display: none;
    position: absolute;
    top: 30px;
    z-index: 100;
}
#language-switcher ul.state-visible {
    display: flex;
    flex-direction: column;
}
#language-switcher li {
    list-style: none;
    margin: 10px 0;
}
#language-switcher li.current-lang {
    display: none;
}
body:not(.home) .atrakce-holder,
body:not(.home) .reviews {
    display: none;
}
body:not(.home) main {
    height: auto;
    max-width: 1200px;
    margin: auto;
}
@media screen and (min-width: 768px) {
    .wp-block-embed.is-type-video iframe {
        height: 400px;
    }
    .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1300px;
        margin: auto;
        justify-content: center;
    }
    .review {
        flex: 0 1 calc(33.333% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sekce-galerie .wp-block-gallery {
        max-width: 1200px;
        margin: auto;
    }
    .slick-slider + .wp-block-group {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-slider {
        height: calc(94vh - 180px);
        max-height: 800px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-list,
    .slick-track,
    .slick-slide,
    .slick-slide figure {
        height: 100%;
    }
    .slick-slide img {
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 1200px) {
    header {
        height: 100px;
        box-sizing: content-box;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    header .logo,
    header .logo a{
        display: inline-block;
    }
    header .logo a img {
        width: 100px;
    }
    header nav {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        right: auto;
        height: auto;
        transform: none;
        transition: none;
        background: transparent;
        z-index: initial;
        margin-left: auto;
    }
    header nav ul {
        width: auto;
        padding: 0;
        margin: auto;
    }
    header nav ul li {
        display: inline-block;
        padding: 7px 24px;
    }
    header nav .close-menu,
    header .open-menu {
        display: none;
    }
    header #language-switcher {
        order: 4;
        margin: 0 0 0 16px;
    }
    header .cta-external a {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .pre-footer {
        margin-top: 70px;
    }
    .pre-footer .wp-block-group__inner-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
        margin: auto;
        justify-content: center;
    }
    .pre-footer h6 {
        order: 2;
        margin: 0;
        text-align: left;
    }
    .reviews {
        gap: 40px;
    }
    .review {
        flex: 0 1 calc(33.333% - 40px);
    }
    .footer {
        justify-content: center;
    }
    .footer .wp-block-column {
        max-width: 400px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .footer h4::after {
        margin-left: auto;
    }
    .sekce-sluzby {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    .atrakce-holder {
        max-width: 1300px;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: center;
    }
    .atrakce-single {
        max-width: calc(33.3333% - 16px);
    }
    .sekce-atrakce {
        padding: 80px 0 120px;
        margin-bottom: 70px;
        margin-top: 120px;
    }
    .sekce-galerie {
        margin-bottom: 70px;
        padding-top: 70px !important;
    }
    .slick-slider + .wp-block-group {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        gap: 50px;
        margin: 120px auto 0;
    }
    body[data-show-iframe="false"] .slick-slider + .wp-block-group {
        margin-top: 100px;
    }
    .slick-slider + .wp-block-group .wp-block-group {
        flex: 1;
    }
    .slick-slider + .wp-block-group .wp-block-group p {
        font-size: 15px;
        margin: 40px 0;
    }
    .slick-slider + .wp-block-group figure {
        display: block;
        flex: 1;
    }
    .slick-dots {
        bottom: 20px !important;
        z-index: 100;
        left: auto !important;
        right: 40px !important;
        text-align: right !important;
    }
    body[data-show-iframe="true"] #desktop-trevlix.state-visible {
        display: block;
    }
    h1 {
        display: inline-flex;
    }
}