/* ---- Domu ---- */ 
#content > .domu {
    display: flex;
    justify-content: center;
}
#content > .domu h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    color: hsl(206, 100%, 35%);
}
#content > .domu h3 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 1em 0;
    color: #0066b2;
}
#content > .domu p {
    font-size: 1.5rem;
    line-height: 150%;
    text-align: justify;
    margin: 1em 0;
    text-indent: 1em;
}
#content > .domu .boxy {
    display: flex;
    justify-content: space-between;
}
#content > .domu .boxy .karta {
    display: flex;
    flex-basis: 0;
    flex-direction: column;
}
#content > .domu .boxy .karta img {
    display: flex;
    justify-content: center;
}
#content > .domu .boxy .karta h4 {
    text-align: center;
    font-size: 1.5em;
    margin: 1.3em 0;
    font-weight: bold;
}
#content > .domu .boxy .karta ul {
    list-style-type: square;
}
#content > .domu .boxy .karta ul li::marker {
    color: #0066b2;
}
#content > .domu .boxy .karta ul li {
    line-height: 200%;
    font-size: 1.1em;
}
#content > .domu .boxy .karta .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content > .domu .boxy .karta a {
    text-decoration: none;
    color: black;
    border: 2px solid #0066b2;
    border-radius: 10px;
    padding: 1em 2em;
    display: inline-block;
    margin-top: 2.5em;
    transition: all 0.3s ease;
}
#content > .domu .boxy .karta a:hover {
    border: 2px solid #005596;
}
#content > .domu .boxy .karta a i {
    margin-left: 1em;
    transition: all 0.3s ease;
}
#content > .domu .boxy .karta a:hover i {
    transform: translateX(10px);
}
#content > .domu .cenik a {
    text-decoration: none;
    color: #005596;
    font-weight: bold;
}
#content > .domu .cenik a:hover {
    text-decoration: underline;
}

@media (max-width: 1035px) {
    #content > .domu .boxy {
        flex-direction: column;
        row-gap: 4em;
    }
    #content > .domu .boxy .karta {
        flex-direction: row;
        justify-content: center;
    }
    #content > .domu .boxy .karta h4 {
        margin-top: 0;
    }
}
@media (max-width: 650px) {
    #content > .domu .boxy .karta {
        flex-direction: column;
        align-items: center;
    }
    #content > .domu .boxy .karta h4 {
        margin-top: 1em;
    }
}
/* ---- Nase sluzby ----*/
#content > .naseSluzby {
    display: flex;
    justify-content: center;
    align-items: center;
}
#content > .naseSluzby .nadpis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}
#content > .naseSluzby .nadpis h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    color: #0066b2;
    border-bottom: 3px solid black ;
    display: inline-block;
}
#content > .naseSluzby #popisSluzeb {
    text-align: center;
    font-size: 1.3em;
}
#content > .naseSluzby h3 {
    font-size: 2.5em;
    color: #0066b2;
    font-weight: bold;
    margin: 0.5em 0;
    text-align: center;
}
#content > .naseSluzby ul li {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0.5em 0;
}
#content > .naseSluzby ul p {
    text-indent: 1em;
    font-size: 1.1em;
    text-align: justify;
    line-height: 1.2em;
}
#content > .naseSluzby .rozhrani {
    display: flex;
    flex-direction: column;
}
#content > .naseSluzby .rozhrani .karta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 15rem;
}
#content > .naseSluzby .rozhrani .karta img {
    margin-top: 2em;
    border-radius: 50%;
    border: 3px solid #0066b2;
}
@media (max-width: 1000px) {
    #content > .naseSluzby .rozhrani .karta {
        flex-direction: column;
    }
    #content > .naseSluzby ul {
        margin-bottom: 0.6em;
        margin-top: 0.6em;
    }
    #content > .naseSluzby .rozhrani .karta img {
        width: 30vw;
        height: 30vw;
    }
}
/* ---- Kontakakt - info ----*/
#content > .kontakt .nadpis {
    display: flex;
    justify-content: center;
}
#content > .kontakt .info h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    margin-bottom: 1em;
    color: #0066b2;
    border-bottom: 3px solid black ;
    display: inline-block;
}
#content > .kontakt .info {
    display: flex;
    justify-content: center;
}
#content > .kontakt .info .informace {
    display: flex;
    justify-content: space-around;
    line-height: 150%;
    font-size: 1.2em;
}
#content > .kontakt .info .informace h3 {
    font-size: 1.5em;
    font-weight: bold;
}
#content > .kontakt .info .informace a {
    text-decoration: none;
    color: #0066b2;
}
#content > .kontakt .info .informace a:hover {
    text-decoration: underline;
}
#content > .kontakt .info .informace ul {
    margin: 2em 0;
}
#content > .kontakt .info .informace .ico {
    font-weight: bold;
}
#content > .kontakt .info .informace .dic {
    font-weight: bold;
}
#content > .kontakt .info .informace .bankUcet {
    font-weight: bold;
}
@media (max-width: 650px) {
    #content > .kontakt .info .informace {
        flex-direction: column;
        margin-bottom: 2em;
    }
}
/* ---- Kontakakt - obsah(formular) ----*/
#content > .kontakt .obsah {
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
}
#content > .kontakt .obsah h3 {
    font-size: 2em;
    margin: 0.5em 0;
    text-align: center;
    font-weight: bold;
}
#content > .kontakt .obsah .formular {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}
#content > .kontakt .obsah form {
    width: 80%;
}
#content > .kontakt .obsah .formular .radka {
    position: relative;
    margin-top: 1em;
}
#content > .kontakt .obsah form .prvek {
    width: 100%;
    font-size: 2em;
    padding: 0.3em;
    padding-top: 1em;
    transition: all 0.2s ease;
    font-family: Arial;
}
#content > .kontakt .obsah form .prvek:placeholder-shown {
    padding-top: 0.3em;
}
#content > .kontakt .obsah form label {
    position: absolute;
    top: 0.5em;
    left: 15px;
    color: #0066b2;
    font-weight: bold;
    transition: all 0.2s ease;
}
#content > .kontakt .obsah form .prvek:placeholder-shown + label {
    font-size: 2em;
    color: rgb(187, 187, 187);
}
#content > .kontakt .obsah form button {
    border-radius: 10px;
    padding: 1em 2em;
    font-size: 1.3em;
    font-weight: bold;
}
/* ---- Galerie ---- */
#content > .galerie {
    display: flex;
    justify-content: center;
}
#content > .galerie .obsah {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#content > .galerie .obsah p {
    font-size: 1.5rem;
    line-height: 150%;
    text-align: justify;
    margin-bottom: 1em;
    text-indent: 1em;
}
#content > .galerie .obsah h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    margin-bottom: 1em;
    color: #0066b2;
    border-bottom: 3px solid black ;
    display: inline-block;
}
#content > .galerie .obsah .fotky {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 2.5em;
    justify-content: center;
}
@media (max-width: 650px) {
    #content > .galerie .obsah {
        padding: 0 10%;
    }
}
/* ---- Cenik stranka ---- */
#content > .cenikStranka {
    display: flex;
    justify-content: center;
}
#content > .cenikStranka .nadpis {
    display: flex;
    justify-content: center;
}
#content > .cenikStranka h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    margin-bottom: 1em;
    color: #0066b2;
    border-bottom: 3px solid black ;
    display: inline-block;
}
#content > .cenikStranka p {
    font-size: 1.5rem;
    line-height: 150%;
    text-align: justify;
    margin: 1em 0;
    text-indent: 1em;
}
#content > .cenikStranka .obsah {
    display: flex;
    flex-direction: column
}
#content > .cenikStranka .obsah a {
    text-decoration: none;
    color: #005596;
    font-weight: bold;
}
#content > .cenikStranka .obsah a:hover {
    text-decoration: underline;
}
#content > .cenikStranka .obsah .obrazek {
    display: flex;
    justify-content: center;
}
/* ---- Stranka neexistuje ---- */
#content > .strankaNeexistuje {
    display: flex;
    justify-content: center;
}
#content > .strankaNeexistuje .nadpis {
    display: flex;
    justify-content: center;
}
#content > .strankaNeexistuje .obrazek {
    display: flex;
    justify-content: center;
}
#content > .strankaNeexistuje h2 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0.5em 0;
    margin-bottom: 1em;
    color: #0066b2;
    display: inline-block;
}