.cookie-consent {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    padding: .25em .75em;
    bottom: .8%;
    right: .6%;
    background-color: inherit;
    background-color: rgba(155,155,155,0.65);
    border-radius: 1px;
    z-index: 10000;
    color: #ffffff;
    font-size: 0.8em;
}

.cookie-consent__text {
    padding-right: .6em;
    border-right: 1px solid var(--heimhellgrau2);
}

.cookie-consent__buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    padding-left: .65em
}

.cookie-consent__buttons-button {
    cursor: pointer;
    border-radius: 1px;
    padding: .5em
}

.cookie-consent__buttons__close {
    background: var(--heimgruen);
    color: #ffffff;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 500;
}

.cookie-consent__buttons__read-more>a {
    margin-right: 1em;
    color: inherit;
    text-decoration: none;
    font-weight: 400;
}