.cookiebar {
    bottom: 0;
    left: 0;
    right: 0;

    position: fixed;
    width: 100vw;

    z-index: 19000;
    background-color: #435a70;
    padding: 24px 32px
}

.cookiebar.cookiebar-top {
    bottom: auto;
    top: 0
}

.cookiebar.show {
    display: block
}

.cookiebar p {
    font-size: 1rem;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 0
}

.cookiebar p br {
    display: none
}

.cookiebar .cookiebar-buttons {
    text-align: right;
    margin-top: 32px;
    padding: 0;
    padding-top: 15px;
    line-height: 1.25em
}

.cookiebar .cookiebar-btn {
    background: 0 0;
    border: none;
    padding: 0;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    line-height: 1em
}

.cookiebar .cookiebar-btn:hover {
    text-decoration: underline;
    cursor: pointer
}

.cookiebar .cookiebar-btn:last-child {
    margin-left: 32px
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
    color: #e6ecf2
}

@media (min-width: 768px) {
    .cookiebar {
        padding: 32px 48px
    }

    .cookiebar.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cookiebar p {
        width: 100%;

    }

    .cookiebar p br {
        display: block
    }

    .cookiebar .cookiebar-buttons {
        margin-top: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .cookiebar {
        max-width: 832px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 4px 4px 0 0
    }



    .cookiebar .cookiebar-buttons {
        width: 100%
    }
}


@media (min-width: 576px) {
    .cookiebar p {
        font-size: .889rem
    }

    .cookiebar .cookiebar-btn {
        font-size: .778rem
    }


}

.cookiebar-buttons {
    text-align: center;
    margin-top: 32px;
    padding: 0;
    line-height: 1.25em
}

.cookiebar .cookiebar-btn {
    background: 0 0;
    border: none;
    padding: 0;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    line-height: 1em
}

.cookiebar .cookiebar-btn:hover {
    text-decoration: underline;
    cursor: pointer
}

.cookiebar .cookiebar-btn:last-child {
    margin-left: 32px
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
    color: #e6ecf2
}

@media (min-width: 768px) {
    .cookiebar {
        padding: 32px 48px
    }

    .cookiebar.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cookiebar p {

    }

    .cookiebar p br {
        display: block
    }

    .cookiebar .cookiebar-buttons {
        margin-top: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .cookiebar {
        max-width: 832px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 4px 4px 0 0
    }



    .cookiebar .cookiebar-buttons {
        width: 100%
    }
}

.cookiebar-btn {
    background: 0 0;
    border: none;
    padding: 0;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    line-height: 1em
}

.cookiebar .cookiebar-btn:hover {
    text-decoration: underline;
    cursor: pointer
}

.cookiebar .cookiebar-btn:last-child {
    margin-left: 32px
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
    color: #e6ecf2
}

.cookiebar-btn{font-size:.778rem}