#cookie_info {
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    color: #333;
    z-index: 1;
    font-family: var(--standard-text-font);
    font-size: 14px !important;
    border-top: 1px solid #ccc;
}
#cookie_info a {
    font-size: 14px !important;
    color: #4f5a84;
}
#cookie_info p {
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 15px 0;
}
#understood_button {
    background-color: #1b44a1;
    border: 1px solid #a3a3a3;
    color: #fff;
    padding: 12px 48px;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    font-family: var(--standard-text-font);
    margin-bottom: 15px;
}
.passiv {
    display: none !important;
}
#reject_button {
    background-color: transparent;
    cursor: pointer;
    border: none;
    background: none;
    color: #1a4199;
    font-size: 16px;
}
.header_cookies {
    font-size: 26px;
}
@media screen and (max-width: 450px) {
    #understood_button {
        padding: 12px 16px;
    }

    #reject_button {
        margin: 10px;
    }
}