/* Lábléc widget (template-parts/footer/footer-widgets.php) */

.footer-widgets {
    box-sizing: border-box;

    width: 100%;

    margin-top: 60px;
    padding: 2rem 0;

    color: #eee;
    background-color: var(--color-alt-medium);
    background-image: url('../images/bg-widgetarea-full.png');
    background-size: 150% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-widgets .textwidget {
    font-size: 0.8rem;
}

.footer-widgets a {
    color: var(--color-alt-link);
    text-decoration: none;
    transition: ease-in-out .5s all;
}

.footer-widgets a:hover {
    color: white;
    transition: ease-in-out .5s all;
}