
#cookielista{
    line-height: 1.85714285714286;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    direction: ltr;
    text-align: center;    
    transition: all .25s;
    box-sizing: border-box;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: -3000px;
    width: 100%;
    background-color: #000000;
    padding: 15px 20px 15px;
    opacity: 0;
    max-height: 999px;
    min-height: 30px;   
    color: #fff; 
    }    

#cookielista > div > span > a{
color: #fff; 
font-weight: 400;
}


#cookielista > div{
    direction: ltr;
    text-align: center;    
    color: #ddd;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    }

    #cookielista > div > span.ctcc-left-side{
    text-align: center;    
    direction: ltr;
    color: #fff;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }    

    #catapult-cookie-bar > div > span.ctcc-right-side{
        
        min-width: 9em;
    padding-left: 2em;
    padding-right: 2em;
    direction: ltr;
    text-align: left;
    color: #ddd;
    box-sizing: inherit;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    flex-shrink: 0;
    }    

    #cookielista button{
            min-width: 7em;
    background-color: #005291;
    border-color: #005291;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    }    
    
    
#cookielista > div > span.ctcc-left-side > a {
    color: #d54407;
    color: #ffffff;
    padding-left: 0.5em;
    padding-right: 0.5em;
}



#cookielista.ne{
    display: none;
}

#cookielista.ano{
    display: block;
}


.hidel {
    opacity:0;
   
}
.showl {
    opacity:1;
  
}

