﻿
#cookiebanner {
    display: none;
    position: fixed !important;
    top: initial !important;
    bottom: 0;
    background-color: rgba(0,149,200,0.6);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2000;
    padding-top: 10px;
    padding-bottom: 10px;
}

#cookiebanner p, #cookiebanner a {
    font-family: Arial;
    font-size: 12px;
    color: #fff !important;
    line-height: 18px;
}

#cookiebanner a {
    text-decoration: underline;
}

#cookiebanner p {
    margin: 0;
    padding: 0;
}

#cookiebanner > div {
    position: relative;
    width: 1400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 50px 0 20px;
    margin: 0 auto;
}



#cookiebanner .cbclose {
    background-image: url("/images/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    right: 11px;
    width: 24px;
    height: 24px;
    background-position: center center;
}
