.cookie-banner {
    display: none;
    width: 100%;
    background: #25323A;
    padding: 5px;
    text-align: center;
    z-index: 10000;
    color: white !important;
}

.cookie-banner.active {
    display: inline;
    position: fixed;
    bottom: 0;
}

.cookie-inform-and-ask {
    background-color: #25323A;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    color: white;
}
.cookie-inform-and-ask.active {
    display: block;
}

.cookie-dialog {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}