/* FOOTER */
        
        
footer {
    font-size: 0.8rem;
}

/* patička1 */
.paticka {
    background-color: #f9cb04;
    padding: 15px;
}


.paticka1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.paticka1Item img {
    height: 60px;
    width: auto;
}

.paticka1Item p {
    margin: 0;
}

.paticka1Item svg {
    transform: scale(2);
    margin-left: 10px;
}

.patickaUUR {
    font-weight: bold;
}



/* patička2 */




.paticka2 a {
    text-decoration: none;

}



