/**
 *  SECTION: O FIRMĚ
 */


#o-firme img {
    max-height: 50vh;
    width: auto;
}

/**
 *  SECTION: MECHANIZACE & AUTODOPRAVA
 */

#mechanizace-autodoprava {
    padding-bottom: 6em;
}

#mechanizace-autodoprava .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 1em;
    text-align: center;
}

.mechItem strong {
    display: block;
    margin-top: .5em;
    font-weight: 500;
}

.mechItem {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-position: left 50% top;
    background-size: 90% auto;
    background-repeat: no-repeat;
    border-radius: 1em;
    padding: 0 1em 1em 1em;
}

.mechText {
    display: none;
}

.mechItemAnim {
    transition: top 1s ease, left 1s ease !important;
}

#mechanizace-autodoprava h2 {
    margin-bottom: 1em;
}


/**  
 *  SECTION: STAVEBNÍ ČINNOST
 */


#stavebni-cinnost .flex {
    gap: 0 5em;
    margin-bottom: 5em;
}

/**
 *  SECTION: KONTAKT
 */

#kontakt {
    position: relative;
}

#kontakt .grid {
    max-width: 980px;
    margin: 1em auto;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    align-items: start;
}

.border-bottom,
#nsKonaktRight .grid div {
    border-bottom: 1px solid #ffffffa9;
}

#nsKontaktLeft p {
    margin-bottom: 2em;
}

#nsKonaktRight {
    position: sticky;
    top: 9em;
}