.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: .6em 1.2em;
    background-color: #323232;
    color: #fff;
    font-size: .8em;
    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: .4em 1.2em;
    border: none;
    border-radius: 0;
    background-color: #329438;
    color: #fff;
	font-weight:500;
    cursor: pointer;
}

.cookiebar__button:hover {
    background-color: #e6e6e6;
	color:#000;
}

.cookiebar__analytics {
    margin-right: 1.5em
}

.cookiebar__analytics-label {
    cursor: pointer
}

.cookiebar__analytics-checkbox {
    margin-right: 5px
}