/*  --- blok seznamu firem v tele seznamu firem --- */
#adresarSeznamBox {
    overflow: auto;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    text-align: center;
    width: 100%;
    max-width: 820px;
    max-height: auto;
    margin: 0px 0px 5px 0px;
    position: relative;
    display: flex; /* aktivuje flexbox – děti se řadí vedle sebe */
    gap: 5px 13px; /* mezera (20px) mezi jednotlivými položkami ve flexboxu */
    flex-wrap: wrap; /* umožní zalamování položek na nový řádek, pokud se nevejdou */
    padding: 6px 0px 6px 10px; /* vnitřní okraj (odsazení obsahu od okraje boxu) */
   
}
#adresarSeznamZaznamBox {
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    width: 180px; height: 100px;
    padding: 5px; vertical-align: middle;
}
#adresarSeznamZaznamLogo {}
#adresarSeznamZaznamLogo img {        max-width: 170px; max-height: 70px;    }
#adresarSeznamZaznamNazev {}



/* nadpis ADDRESSBOOK v seznamu firem -- */
#adresarSeznamHlavicka {    font-size: 25px;    font-weight: bold;    border-radius: 5px;    border: 1px solid black;    background-color: white;
    text-align: center;    width: 820px;        max-height: auto;    padding: 8px;    margin: 5px 0px 5px 0px;}
#adresarSeznamHlavicka a {        font-weight: bold;        color: black;        text-decoration: none;    }



#adresarListaBox {
   text-align: center;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
    width: 760px;
    height: auto;
    padding: 10px; margin: 0px 40px 5px 40px;
}
.adresarListaPrvni {    font-size: 20px;    font-weight: bold; margin: 10px;}
.adresarListaPosledni {    font-size: 20px;    font-weight: bold;    margin: 10px;}
.adresarListaAktualni {    margin: 10px;    font-weight: bold;    font-size: 20px;    color: red;}
.adresarListaPred {    font-size: 20px;    margin: 0px 0px 0px 20px;}
.adresarListaPo {    font-size: 20px;    margin: 0px 20px 0px 0px;}
.adresarListaBezny {    font-size: 7px;}
.adresarListaPrvniAktivni  {    font-size: 20px;    font-weight: bold;    margin: 10px; color: red;}
.adresarListaPosledniAktivni {    font-size: 20px;    font-weight: bold;    margin: 10px;    color: red;}









#qqqclankyVAdresari {    position: relative;    display: flex;    flex-flow: row;    flex-wrap: wrap;
    background-color: deepskyblue;    border-radius: 5px;    border: 1px solid black;    width: 100%;    background-color: white;}
.clankyVAdresari_item {    position: relative;     min-width: 205px;      border: 3px solid white;}
    .clankyVAdresari_item img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 180px;
        max-height: 140px;  
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }
.qqqclankyVAdresari_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 205px;
    background: rgb(0, 255, 33, 0.6); /* poloprůhledné pozadí */
    color: white;
    padding: 5px 0px;
    text-align: center;
    font-size: 14px;
}
.qqqclankyVAdresari_caption a {    font-weight: bold;    color: white;    text-decoration: none;}


/* ------------------------------------*/

#qqqclankyVAdresari2 {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    background-color: deepskyblue;
    border-radius: 5px;
    border: 1px solid black;
    width: 100%;
    background-color: white;
}


.qqqclankyVAdresari2_item {
    position: relative;
    max-width: 125px;
    border: 3px solid white;
}

    .qqqclankyVAdresari2_item img {
        width: 100%;
        height: auto;
        display: block;
        min-width: 100px;
        object-fit: cover;
    }

.qqqclankyVAdresari2_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 255, 33, 0.6); /* poloprůhledné pozadí */
    color: white;
    padding: 5px 0px;
    text-align: center;
    font-size: 10px;
}

    .qqqclankyVAdresari2_caption a {
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    /* --------------*/
#qqqclankyVAdresari3 {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    background-color: deepskyblue;
    border-radius: 5px;
    border: 1px solid black;
    width: 100%;
    background-color: white;
}

.clankyVAdresari3_item {
    position: relative;
    max-width: 100px;
    border: 3px solid white;
}

    .clankyVAdresari3_item img {
        width: 100%;
        height: auto;
        display: block;
        min-width: 90px;
        object-fit: cover;
    }

.clankyVAdresari3_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 255, 33, 0.6); /* poloprůhledné pozadí */
    color: white;
    padding: 5px 0px;
    text-align: center;
    font-size: 8px;
}

    .clankyVAdresari3_caption a {
        font-weight: bold;
        color: white;
        text-decoration: none;
    }