
.cookiealert {
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.cookiealert.show {
    /*opacity: 0.95;*/
    transform: translateY(0%);
    transition-delay: 1000ms;
}


