.site-footer {
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    color: #555;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.cookiealert {
    position: absolute;
    bottom: 4%;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0px;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: gray;
}

.cookiealert a {
    color: black !important;
}

.cookiealert .show {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert p {
    text-decoration: none;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookie_text a {
    padding: 5px 0;
    margin: 0;
}