.content {
    padding: 25px 10% 50px 10%;
    /* background-color: #f5f5f5; */
    background-color: white;
    box-sizing: border-box;
    font-size: 18px;
    flex: 1 1 auto;
    
}

ul {
    margin: 0px;
}

p {
    padding-top: 10px;
}

table tr:nth-child(even) {
    background-color:  #f2f2f2;
}

table tr:nth-child(odd) {
    background-color: #dddddd;
}

table {
    width: auto;
    min-width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

td {
    padding: 10px;
}



.content ul {
    list-style-type:square;
}

.center {
    text-align: center;
    justify-content: center;
}

.title-text-upper {
    /*text-transform: uppercase;*/
    font-size: 45px;
    font-family: PoppinsBold;
    margin-bottom: 30px;
}

.text-content p {
    font-size: 25px;
    font-weight: bold;
}

h1, .obsah-stranky-title {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 45px;
    font-family: PoppinsBold;
    font-weight: bold;
}

h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 30px;
    font-family: PoppinsBold;
    font-weight: bold;
}

.obsah-stranky-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.obsah-stranky-content p {
    font-size: 25px;
}

p {
    /* font-size: 18px; */
}

.sluzba-cena-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sluzby,
.ceny {
    flex: 1;
}

.sluzba,
.cena {
    font-size: 30px;
}

.cena {
    font-weight: bold;
    text-align: right;
}

.another-title {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 45px;
}

.another-content {
    font-size: 30px;
}

@media (max-width: 900px) {
    .content {
        padding: 50px 5%;
    }
}

@media (max-width: 720px) {
    .sluzba-cena-row {
        gap: 25px;
        margin-bottom: 25px;
    }

    .sluzba,
    .cena {
        font-size: 20px;
    }

    .another-title,
    .obsah-stranky-title,
    .title-text-upper {
        font-size: 35px;
    }

    .another-content {
        font-size: 25px;
    }
}

aktualita {
    display: inline;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 40px; */
    /*background-color: #262626;*/
    /*color: white;*/
    background-color: white;
    color: black;
    gap: 50px;
}

.aktualita-text {
    /* padding: 10px 10px 10px 10px; */
    /* width: 40%; */
    text-align: justify;
}

.aktualita-text p {
    margin: 0 0 30px 0;
    /*font-size: 22px;*/
}

.aktualita-text a {
    padding: 10px 35px;
    font-size: 20px;
}

.aktualita img {
    width: 30%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    /* object-position: center; */
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.aktualita-image {
    /* width: 40%; */
}

.aktualita-clear {
clear:both;
}