.footer-social-links .nav-link i {
    font-size: 1.2rem;
}

.footer-rotate:before {
    height: 900px;
}

/*** REWRITE ***/
.nz-section-article .table td, .table th {
    white-space: pre-wrap;
}

/*** COOKIE ***/
.component-footer-cookie {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 20px;

    max-width: 90%;
    width: 540px;
}
.cookie-icon {
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    .component-footer-cookie .cookie-text {
        padding-bottom: 0.1rem;
    }
    .cookie-bottom {
        width: 100%;
    }
}
