#consentBanner  {
    position:fixed;
    width:70%;
    left:15%;
    top:10%;
    height:auto;
    max-height:80%;
    z-index:999;
    background:#FFFFFF;
    padding:15px;
    box-sizing: border-box;
    border:1px solid #CECECE;
    border-radius: 3px;
    display: none;‚
}
#consentBanner hr   {
    border-color: #afcb38;
}
#consentBanner .checkbox_inner  {
    border:1px solid lightgrey;
    border-radius:2px;
    cursor: pointer;
}
#consentBanner h2,
#consentBanner a {
    color:#afcb38;
    font-weight:500;
}
#consentBanner h4   {
    color:#afcb38;
    font-size:1.2em;
    font-weight:500;
}
.more_information   {
    padding-left:15px;
    box-sizing: border-box;
}
#consentBanner .cookie_selection {
    line-height:2.6em;
    font-size:1.2em;
    text-align: center;
}
button.btn-win  {
    background:#afcb38;
    color:#FFFFFF;
    cursor: pointer;
}
button.btn-win:hover  {
    background:#9fb932;
    color:#FFFFFF;
    cursor: pointer;
}
button.btn-win-transparent  {
    border-color:#afcb38;
    background:transparent;
    color:#343434;
    cursor: pointer;
}
#cookie_overlay {
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    z-index:999;
    filter:blur(50%);
    overflow:hidden;
    display: none;
}
@media all and (max-width: 800px) {
    #consentBanner  {
        width:90%;
        left:5%;
        height:90%;
        top:5%;
        line-height:1.25em;
        font-size: 1.1em;
        overflow-y: scroll;
    }
    #consentBanner button   {
        width:100%;
        margin-bottom:10px;
    }
    #consentBanner .buttons   {
        text-align: center;
        margin-top:20px;
    }
}