.cookie-msg {
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    font-size: 24px;
    left: 0;
    line-height: 1.25;
    padding: 12rem 0;
    position: fixed;
    right: 0;
    top: auto;
    transition: all .2s linear;
    z-index: 2000;
    text-align: center;
}

.cookie-msg .container,
.cookie-msg .standar-container {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding: 0 32px;
    width: auto;
}

.cookie-msg .container:before,
.cookie-msg .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.cookie-msg.visible {
    bottom: 0;
    opacity: 1;
}

.cookie-msg__container {
    line-height: 1.5;	
    position: relative;
}

.cookie-msg__text {
    letter-spacing: normal;
}

.cookie-msg a {
    color: #f1c400;
}

a {
    text-decoration: none;
}

.cookie-msg__close {
    font-family: "Kievit Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .075em;
    color: #fff;
    padding: 1rem 3rem;
    margin: 5rem auto 0;
    background-color: var(--color-apex42-teal);
    border: solid 1px var(--color-apex42-teal);
    display: block;
    font-size: 1.5rem;
    transition: all 0.5s ease-out 0s;
}

.cookie-msg__close:hover,
.cookie-msg__close:focus-visible {
    background-color: #fff;
    color: var(--color-apex42-teal);
}

@media (min-width: 410px) {
    .cookie-msg a {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {

}

