/* ==== H1 ======== H1 ======== H1 ======== H1 ==== */
.h1 {
    font-family: "atyp-kido-variable", sans-serif;
    background-color: #2e6d3c;
    font-size: 3.5rem;
    font-weight: 450;
    width: 100%;
    height: 9rem;
    color: #b5dca0;
    position: relative;
    left: 0;
    top: 0;
}

.h1 p {
    position: absolute;
    left: 10%;
    top: 20%;
}

@media (max-width:600px) {
    .h1 {
        font-size: 3rem;
        height: 7rem;
    }
}

/* ==== reserve-line ======== reserve-line ==== */
.reserve-line {
    display: flex;
    flex-direction: row;
    background-color: #c3d9ab;
    position: sticky;
    top: 4rem;
    width: 100%;
    height: 4rem;
    z-index: 1000;
}

.reserve-line p {
    color: #2e6d3c;
    font-size: 1.5rem;
    font-weight: 450;
    font-family: "atyp-bl-variable", sans-serif;
    position: absolute;
    left: 10%;
    top: 30%;
}

.reserve-line i {
    font-size: 1.2rem;
    margin-right: 10px;
}

.reserve-line .reserve-line-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;
    right: 15%;
    top: 15%;
   }


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


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

@media (max-width:480px) {
    .reserve-line p {
        left: 1rem;
    }

    .reserve-line .reserve-line-button {
        right: 1rem;
    }
}


/* ==== ARTICLES ======== ARTICLES ======== ARTICLES ==== */
.articles {
    margin-left: 7%;
    border-left: solid 2px #2e6d3c;
    padding: 1rem;
    margin-top: 3rem;
    line-height: 150%;
    max-width: 700px;
}

.articles h3 {
    font-size: 1.9rem;
    font-weight: 600;
    color: #2e6d3c;
    font-family: "atyp-kido-variable", sans-serif;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 2rem;
}

.articles p {
    font-size: 1rem;
    color: black;
}

.u-list li {
  position: relative;
  padding: 0.3rem 0 0 1.5rem;
  list-style: none;
}

.u-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 29px;
  background-image: url(/Obrazky/bullet-point.png);
  background-size: cover;
  overflow: hidden;
}

.articles h4 {
    font-size: 1rem;
    font-weight: 500;
}

.o-list {
    list-style: decimal;
    list-style-position: inside;
    margin-top: 1rem;
}

.o-list li::marker {
    color: #2e6d3c;
    font-weight: 600;
    font-size: 1.1rem;
}

.o-list li {
    margin-top: 1rem;
}

.o-list li .h5 {
    color: #2e6d3c;
    font-weight: 500;
    font-size: 1.1rem;
}

.o-list li p {
    padding-left: 1.4rem;
    margin-bottom: 0.4rem;
}


.vetsi-mezera p {
    margin-bottom: 5px;
    margin-top: 3px;
}

.bigger-gap p {
    margin-top:1rem;
}


@media  (max-width:760px) {
    .articles {
        margin-right: 1rem;
        margin-left: 1rem;  
    }
}




.footer {
    margin-top: 2rem;
}