#cookie-bg{
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #002a32;
    left: 0;
    max-width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index:99999;
    display: none;
}
#cookieconsent {
    position: fixed;
    bottom: 20%;
    left: calc(9vw);
    margin-left: -10px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.97;
    z-index:999999;
}
#cookieconsent button.set{
    display: none;
}
#cookieconsent .details{
    cursor: pointer;
    text-decoration: underline;
    margin-left: 3px;
    
}
#cookieconsent i.glyphicon{
    margin-left: 20px;
    font-size: 0.8em;
}
#cookieconsent .small {
    font-weight: normal;
    margin-top: 5px;
    display: none;
}
@media (max-width: 1100px) {
    #cookieconsent {
        left: calc(8vw);
    }
}

@media (max-width: 900px) {
    #cookieconsent {
        left: 0;
    }
}
@media (min-width: 1390px) {
    #cookieconsent {
        left: calc(13vw);
    }
}

@media (min-width: 1470px) {
    #cookieconsent {
        left: calc(15vw);
    }
}

@media (min-width: 1520px) {
    #cookieconsent {
        left: 260px;

    }
}
@media(max-width: 1023px){
    #cookieconsent {
        margin-left: 0px;
    }
}
#cookie-settings {
    display: none;
}

#cookieconsent .cookie-header {
    font-weight: bold;
    margin-bottom: 8px;
}

#cookieconsent .cookie-container a {
    color: white;
    font-weight: bold;
    cursor: pointer;
}

#cookieconsent .btn.btn-secondary{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    
}
#cookieconsent .btn.btn-secondary:hover{
    background-color: #fff;
    color: #333;
}
#cookieconsent .cookie-container {
    font-size: 14px;
    color: white;
    max-width: 800px;
    background: #296273;
    padding: 24px 20px;
    margin-bottom: 0;
}
#cookieconsent .back{
    display: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: .08em;
    font-family: Roboto Condensed,HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
}
#cookieconsent .back:hover{
    text-decoration: underline;
}
#cookieconsent .buttoncontainer{
    margin-bottom: 10px;
}
#cookieconsent  label{
    color: white;
    display: block;
}
#cookieconsent ul{
    margin-top: 3px;
}
body.noscroll{
    overflow: hidden;
}
#cookieconsent .btn{
    font-weight: 600;
    font-family: Roboto Condensed,HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    outline: none!important;
}
@media(max-width: 767px){
    #cookieconsent .checkbox label {
        margin-bottom: 3px;
    }
    #cookieconsent button.set-all {
        margin-bottom: 8px;
    }
    #cookieconsent .button{
        margin-top: 20px;
    }
    #cookieconsent{
        top: 50%;
        left: 50%;
        bottom: unset;
        transform: translateX(-50%) translateY(-52%);
        position: absolute;
        display: block;
        width: 96%;
    }
    #cookieconsent.second{
        height: 92%;
    }
    #cookieconsent.second .cookie-container{
        max-width: unset;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        overflow-y: scroll;
    }
    #cookieconsent.second .button {
        position: absolute;
        bottom: 15px;
        left: 54%;
        transform: translateX(-50%);
        width: 85%;
    }
    #cookieconsent.second .cookie-text{
        height: 78%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.abopage #cookieconsent {
    left: 50% !important;
    transform: translateX(-50%) !important; 
}
.abopage #cookieconsent label{
    margin-bottom: 5px;
}
.abopage #cookieconsent ul.nopadding{
   padding-left:15px;
}
.abopage #cookie-bg.hidden,
.abopage #cookieconsent.hidden{
    display: none;
}
.abopage #cookieconsent .btn.set-all{
    background-color:rgb(221, 221, 221);
    border: none;
}
@media(max-width: 1023px){
    .abopage #cookieconsent .cookie-container{
        min-width: 550px;
    }
}
@media(max-width: 767px){
    .abopage #cookieconsent {
        transform: translateX(-50%) translateY(-50%) !important; 
    }
    .abopage #cookieconsent .cookie-container{
        min-width: unset;
    }
}