div.consentCookiesDiv{
    background-color:#2c2a29;
    width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0px; 
    width: 100%;
    z-index: 5000;    
}
div.consentCookiesStyle{      
    font-family: "DINREGULAR";
    color:#ffffff;
    font-size: 14px; 
    background-color:#2c2a29; 
    padding-top:18px; 
                   
}
div.consentCookiesStyle a:hover{
    color: #ffffff;
}
div.consentCookiesStyle div.consentDiv2 button{
    background-color: #2c2a29;
    border: 1px solid #009fdf; 
    color: #009fdf;
    padding: 5px 80px;
}
div.consentCookiesStyle div.consentDiv2 button:hover{
    color: #ffffff; 
    border-color: #ffffff;  
}
div.consentCookiesStyle div.consentDiv1{
    color:#ffffff; 
    padding-bottom:0px;   
}
div.consentCookiesStyle div.consentDiv2{
    color:white;
    margin-top:10px;
    text-align: right;
       
}

 @media only screen and (min-width:1801px){
    div.consentCookiesStyle{
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        /* padding-left: 15px;
        padding-right: 15px; */
        
    }
}
@media only screen and (max-width:1800px){
    div.consentCookiesStyle{
        margin-right: auto;
        margin-left: auto;
        width: 1170px;
    }
}
@media only screen and (max-width:1200px){
    div.consentCookiesStyle{
        width: 970px;
    }
}
@media only screen and (max-width:990px){
        div.consentCookiesStyle{
            width: 720px;
        }
}
/*@media only screen and (max-width:1440px){
        div.consentCookiesStyle{
            padding-left:140px;
            padding-right:160px; 
        }
        div.consentCookiesStyle div.consentDiv2 button{
            padding: 10px 60px;
        }
}
@media only screen and (max-width:1024px){
        div.consentCookiesStyle{
            padding-left:30px;
            padding-right:40px;
        }
        div.consentCookiesStyle div.consentDiv2 button{
           
            padding: none;
            text-align: center;
            width:100%;
        }
} */
@media only screen and (max-width:768px){
        div.consentCookiesStyle{
            width:100%;
            /* padding-left:15px;
            padding-right:25px; */
        }
        div.consentCookiesStyle div.consentDiv2 button{
            /*padding: 10px 20px;*/
            padding: none;
            width: 100%;
        }
} 
@media only screen and (max-width:425px){
        div.consentCookiesStyle{
            padding-left:0px;
            padding-right:0px;
        }
        div.consentCookiesStyle div.consentDiv2 button{
            text-align: center;
            width: 100%;
           /* padding: 10px 165px;*/
        }
} 
@media only screen and (max-width:375px){
        div.consentCookiesStyle div.consentDiv2 button{
           /* padding: 10px 140px;*/
           width: 100%;
        }
} 
@media only screen and (max-width:320px){
        div.consentCookiesStyle div.consentDiv2 button{
            width: 100%;
            /* padding: 10px 110px;*/
        }
}