.navbar-desktop ul li:nth-child(9)::before {
    height: 1.4rem;
}





/* ==== INFO ======== INFO ======== INFO ==== */


.info-gbox h2 {
    font-size: 1.9rem;
    font-weight: 500;
    color: #2e6d3c;
    font-family: "atyp-kido-variable", sans-serif;
    text-transform: uppercase;
}

.info-gbox h3 {
    font-size: 1.2rem;
    font-weight: 550;
    color: #2e6d3c;
    font-family: "atyp-kido-variable", sans-serif;
}

.info-gbox p {
    color: #2e6d3c;
    font-weight: 450;
}

.od-box-p {
    margin-top: 2rem;
}

.od-box-p p {
    margin-top: 1rem;
}

.kontakty h3 {
    margin-top: 1.2rem;
}

.p-pod {
    margin-top: 0.7rem;
}

.kontakty p {
    margin-top: 0.2rem;
}

.kontakty .akce .Josef {
    font-weight: 550;
}

.kontakty .mail {
    text-decoration: underline;
}

.reserve-info {
    position: relative;
    height: 100px;
}

.reserve-info .reserve-info-button {
    font-size: 1.3rem;
    background-color: #2e6d3c;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    border: solid 2px #b5dca0;
    transition: border 0.1s;
    color: #c3d9ab;
    font-weight: 500;
    transition: color 0.1s;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 45%
   }

.reserve-info-button:hover {
    border: white solid 2px;
    color:white;
}

.reserve-info-button span:hover {
    color:white;
}

.soc-site {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    position: relative;
    top: 1rem;
    padding-bottom: 2rem;
}

.soc-site a {
    text-decoration: none;
    color: #2e6d3c;
}

.soc-site i {
    font-size: 2.5rem;
    transition: opacity 0.3s ease;
}

.socials i:hover {
    opacity:0.50;
}

@media (min-width: 887.2px) {
    .info-box {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: visible;
    padding: 0;
    margin: 1rem 0 0 0;
}

.mapa-col {
    position: relative;
    left: -5rem;
    width: 70%;
    margin: 1rem 0 1rem 0;
}


.mapa-sticky {
    position: sticky;
    top: 10rem;
    width: 100%;
    height: 500px;
}


.mapa {
    width: 100%;
    height: 100%;
    border: #2e6d3c solid 3px;
    border-radius: 35px;
}


.info-gbox {
    margin: 3rem 0 3rem 7%;
    position: relative;
    background-color: #c3d9ab;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    border-radius: 35px;
    padding: 2rem 1rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 999;
    align-self: stretch;
}

.od-box-p .od-cas {
    position: absolute;
    left: 50%;
}
}

@media (max-width: 887.2px) {
    .info-box {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.mapa-col {
    position: relative;
    padding: 2rem;
}


.mapa-sticky {
    position: sticky;
    top: 10rem;
    width: 100%;
    height: 300px;
}


.mapa {
    width: 100%;
    height: 100%;
    border: #2e6d3c solid 3px;
    border-radius: 35px;
}


.info-gbox {
    margin: 1rem 2rem 3rem 2rem;
    position: relative;
    background-color: #c3d9ab;
    width: auto;
    border-radius: 35px;
    padding: 2rem 1rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 999;
    align-self: stretch;
}

.od-box-p .od-cas {
    position: absolute;
    left: 60%;
}
}
