@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-ExtraBold.ttf);
    font-weight: bold;
}

#logo {
    height: 40px;
    margin: auto 0 auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('obrazky/logo.png') no-repeat;
    background-size: 45px 45px;
}

#logo > * {
    margin: 0 0 0 50px;
}

#logo h1 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: white;
}

#logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
}

#logo small {
    text-transform: uppercase;
    font-size: 0.85em;
}

nav ul {
    margin: 0;
    list-style-type: none;          /* nav. menu - vypnutí odrážek */
    align-items: center;            /* vertikální centrování */
    height: 100%;
    display: flex;
}

nav ul li {
    padding: 0 25px;
    margin: 0 5px;
    font-size: 1em;
    line-height: 4.3em;
}

nav ul a {
color: white;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul a:hover, .aktivni a {
    border-bottom: 2px solid #795508; ;
}

body {
    font: 14px "Poppins";
    background: #f9f9f9;
    color: #414042;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 0px 0px 0px;
    min-width: 960px;
}

body > header {
    height: 100px;
    width: 100%;
    background: #f7c948; /* medová žlutá */
    color: #4b2e12; /* tmavě hnědý text */
    display: flex;                      /* flexbox -položky vedle sebe */
    justify-content: space-evenly;      /* všechny položky mají stejný prostor */
    position: fixed;                    /* fixování hlavičky */
    z-index: 1;                         /* zobrazení nad všemi ostatními elementy */
    top: 0;                             /* horní strana stránky */
    white-space: nowrap;
}



article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #00386B;
    padding: 10px 0;
}

article h1 {
    margin: 0;
    font-size: 2.3em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #EF6534;
    width: max-content;
}

article h2 {
    font-size: 2em;
}

.centrovany {
    text-align: center;                 /* centrování textu */
}

.avatar {
    float: right;                       /*  vpravo */
    width: 300px;
    padding: 10px;
    border-radius: 15%;
    filter: grayscale(1);
}

.cistic {                               /* např zruseni obtékání - cistič*/
    clear: both;    
}

.reference_tlacitko {
    background: #70B73A;           
    color:white;                    
    font-size: 0.9em;                   
    text-transform: uppercase;        /* výchozí text- velká písemna */
    text-decoration: none;          /* zrušení podrtžení- odkazu */
    padding: 12px 25px;             /* odsazení od okrajů */   
    border-radius: 25px;            /*zakulacení rohů rámečku*/
}

.kontakt-tlacitko {
    background: #795508;
    padding: 10px 20px;
    border-radius: 20px;
}

.kontakt-tlacitko:hover,
.reference_tlacitko:hover {
    filter: brightness(115%) contrast(85%);   /*zesvětlení*/
    border: 0;
}

.vlevo {
    float: left;
}

article header {
    height: 110px;
}
article {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 50px 10px 50px; /*vtniřní odszaneí*/
}

article section p {
    line-height: 1.8em;
    margin-bottom: 1.5em;       /*spondní odszeni vnější*/
}

article section a {
    color: #EF6534;
}

html {
    background: #414042;
}

footer {
    box-sizing: border-box;
    text-align: center;
    height: 100px;
    color: white;
    background: #414042;
    padding: 50px 0 0 0;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
}

footer a {
    color: white;
    text-decoration: none;
}

#dovednosti td{
    width: 33%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid grey;
}

#dovednosti {
    border-collapse: collapse;
}

#reference img {
    border: 1px solid gray;
    padding: 6px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
}

#reference a {
    text-decoration: none;
}

#reference a:hover {
    text-decoration: none;
}

.contact-section {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.contact-section h2 {
  color: #4b2e12;
  margin-top: 0;
}

.contact-section p {
  margin: 8px 0;
  font-size: 1em;
}

.contact-section a {
  color: #795508;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}


/* sekce o nas  */

.onas-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.onas-container h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2em;
}

.onas-blok {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.onas-blok.reverse {
    flex-direction: row-reverse;
}

.onas-text {
    flex: 1;
    font-size: 1.1em;
    line-height: 1.6;
}

.onas-foto {
    flex: 1;
    text-align: center;
}

.onas-foto img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Mobilní zobrazení */
@media (max-width: 768px) {
    .onas-blok,
    .onas-blok.reverse {
        flex-direction: column;
    }
    .onas-foto {
        margin-top: 15px;
    }
}



/* sekce o nas  */

/* sekce produkty */
.produkty-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.produkt-karta {
    background: #fff8e1;
    border: 1px solid #d2a679;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.produkt-karta:hover {
    transform: scale(1.03);
}

.produkt-karta img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.produkt-karta h2 {
    margin: 10px 0;
    color: #6b4226;
}

.produkt-karta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.produkt-karta ul li {
    margin: 5px 0;
}

/* sekce produkty */
/* Sekce s certifikáty Český med na úvodní stránce */
.certifikaty {
    margin: 40px auto;
    padding: 20px;
    max-width: 1000px;
    background-color: #fff8e1;
    border-radius: 12px;
    border: 1px solid #d2a679;
}
.certifikaty h2 {
    text-align: center;
    color: #6b4226;
    margin-bottom: 10px;
}
.certifikaty p {
    max-width: 800px;
    margin: 0 auto 12px auto;
    text-align: center;
    line-height: 1.6;
}
.certifikaty-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.certifikaty figure {
    margin: 0;
    text-align: center;
}
.certifikaty img {
    max-width: 260px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.certifikaty figcaption {
    margin-top: 6px;
    font-size: 0.9em;
    color: #6b4226;
}

/* Stránka Články - přehled článků */
.clanky-wrapper {
    max-width: 1100px;
    margin: 0 auto 60px auto;
    padding: 20px;
}
.clanky-uvod {
    margin-bottom: 20px;
}
.clanky-uvod h1 {
    color: #6b4226;
    margin-bottom: 10px;
}
.clanky-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}
.clanek-card {
    display: block;
    padding: 15px;
    background-color: #fff8e1;
    border-radius: 12px;
    border: 1px solid #d2a679;
    text-decoration: none;
    color: #333;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.clanek-card h2 {
    font-size: 1.1em;
    margin-bottom: 6px;
    color: #6b4226;
}
.clanek-card p {
    font-size: 0.95em;
}
.clanek-card:hover {
    background-color: #ffe08a;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.clanek {
    background-color: #fff8e1;
    border-radius: 12px;
    border: 1px solid #d2a679;
    padding: 20px;
}

/* Hamburger menu pro mobilní zobrazení - základně skrytý (desktop) */
.hamburger {
    display: none;
}

/* Responzivní úpravy pro mobily */
@media (max-width: 768px) {
    body {
        min-width: 0;
        padding-top: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    body > header {
        height: 60px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        white-space: normal;
        background: #f7c948;
        z-index: 1000;
    }

    nav {
        position: relative;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 60px;
        right: 0;
        background: #f7c948;
        padding: 10px 15px;
        border-radius: 10px;
        display: none;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

    nav ul li {
        padding: 5px 0;
        margin: 0;
        line-height: 1.6em;
    }

    nav ul a {
        color: #4b2e12; /* tmavý text, dobře čitelný na žlutém pozadí */
    }

    nav.active ul {
        display: flex;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 24px;
        height: 18px;
        cursor: pointer;
        margin-left: auto;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background: #4b2e12; /* tmavé proužky, viditelné na žluté i bílé */
        border-radius: 2px;
    }

    /* Obrázky přizpůsobit šířce obrazovky */
    img {
        max-width: 100%;
        height: auto;
    }
}
