@CHARSET "UTF-8";

@media (min-width: 768px)
.cookiebar.show {
    display: flex;
    justify-content: space-between;
}

.cookiebar.show {
    display: block;
}

@media (min-width: 992px)
.cookiebar {
    max-width: 832px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
}

@media (min-width: 768px)
.cookiebar {
    padding: 32px 48px;
}

.cookiebar {
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1100;
    background-color: #1e5695;
/*     padding: 24px 32px; */
	padding: 0px 0px;
	color: #eee;
}

.cookiebar a {
	color: #66AF29;
}

@media (min-width: 992px)
.cookiebar .cookiebar-buttons {
    width: 33%;
}
@media (min-width: 768px)
.cookiebar .cookiebar-buttons {
    margin-top: 0;
    width: 40%;
}

.cookiebar .cookiebar-buttons {
    text-align: center;
    margin-top: 32px;
    padding: 0px;
    line-height: 1.25em;
    color: #66AF29;
}

.cookiebar .cookiebar-btn:not(.cookiebar-confirm) {
    color: #e6ecf2;
}

.cookiebar .cookiebar-btn:last-child {
    margin-left: 32px;
}

@media (min-width: 576px)
.cookiebar .cookiebar-btn {
    font-size: .778rem;
}

.cookiebar .cookiebar-btn {
    background: rgba(0,0,0,0);
    border: none;
    padding: 7px;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    line-height: 1em;
    border-style: solid;
    border-radius: 5px;
}

