﻿.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0.6em 1.2em;
    background-color: #4b4b4b;
    color: #fff;
    font-size: 1em;
    text-align: center;
    z-index: 10;
}
.cookiebar * {
    box-sizing: border-box;
}
.cookiebar--active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cookiebar--position-top {
    top: 0;
}
.cookiebar--position-bottom {
    bottom: 0;
}
.cookiebar__message,
.cookiebar__text {
    margin-right: 1.5em;
}
.cookiebar__link {
    color: #fff;
    text-decoration: underline;
}
.cookiebar__link:hover {
    text-decoration: none;
}
.cookiebar__button {
    margin: 0;
    padding: 0.6em 1.2em;
    border: none;
    border-radius: 0;
    background-color: #4ea55e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.cookiebar__button:hover {
    background-color: #3e824a;
}
.cookiebar__analytics {
    margin-right: 1.5em;
}
.cookiebar__analytics-label {
    cursor: pointer;
}
.cookiebar__analytics-checkbox {
    margin-right: 5px;
}
