
/* ## COOKIE-HINWEIS */

.cookies-window {
    background: var(--footer-bg-color)  !important;
    /* background: var(--white)  !important; */
    bottom: 1em;
    color: var(--ci-color) !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 1rem;
    line-height: 145%;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 1em;
    text-align: left;
    z-index: 9999;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
}

.cookies-message {
    display: block;
    box-sizing: border-box;
    margin: 2em 2em 1.5em 2em;
}

.cookies-link {
    color: #404040;
    cursor: pointer;
    display: inline-block;
    opacity: .8;
    padding: .2em;
    text-decoration: underline;
}

.cookies-choice {
    align-content: space-between;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
}

.cookies-button {
    border: 2px solid;
    cursor: pointer;
    display: block;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: .9rem;
    font-weight: 700;
    padding: 1em .8em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.cookies-deny {
    background: var(--bg-light) !important;
    border: none;
    color: var(--text) !important;
}

.cookies-allow {
    background: var(--ci-color) !important;
    border: none;
    color: #ffffff !important;
}


.footercontent .cookies-message a{
    text-decoration: none;
    color: var(--white);
}

.footercontent .cookies-message a:hover{
    color: var(--ci-color) !important;
}

@media (min-width: 768px){
    .cookies-window{
        max-width: 33rem;
    }
}


@media only screen and (max-width: 440px) {

    .cookies-window {
        max-width: 100%;
    }

    .cookies-button {
        white-space: normal;
    }

}
