/* --- prezentace firmy -- */
#firma_box {
    overflow: auto;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    width: 100%;
    max-width: 820px;
    max-height: auto;
    margin: 5px 0px 5px 0px;
    position: relative;
    padding: 5px 10px 5px 10px;
}

#firma_nadpis {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin: 10px auto;
}

#firma_skratka {
    font-weight: bold;
    margin: 5px auto;
    text-align: center;
}

.firma_text {
    margin: 5px;
    text-align: justify;
}

#firma_velkefoto img {
    max-width: 800px;
}

#firma_malefoto img {
    max-width: 100px;
    margin: 0 auto;
}

#firma_Jazyky {
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid black;
    text-align: center;
    width: 100%;
    max-width: 820px;
    padding: 10px;
    margin: 5px 0px;
    background-color: white;
}

#firma_JazykyB {
    text-transform: uppercase;
}

    #firma_JazykyB a {
        text-decoration: none;
        color: red;
        font-weight: bold;
    }

    #firma_JazykyB img {
        width: 30px;
        margin: 5px;
        border: 1px solid black;
    }