#cookie_text{
    
}

#cookie_content{
    height:250px;
}

#cookietitle{
    font-size: 25px;
    margin-left:100px;
}

#cookie_desc{
    margin-top:10px;
    margin-left:100px;
}

.cc-cookie-accept-all{
    padding:18px;
    border-radius: 5px;
}

.cc-cookie-accept-selection{
    background-color: grey;
    padding: 20px;
    border-radius:5px;
    text-decoration: none;
}

#cookie_form{
    margin-top:20px;
}


#cookie_form input[type="checkbox"]{
    opacity:1;
    margin-left:100px;
    margin-bottom:20px;
    margin-right: 10px;
}

#btn_all{
    text-decoration: none;
}

.cc-cookies a, .cc-cookies a:hover{
    text-decoration:none;
}


      
@media only screen and (max-width: 990px) and (min-width: 500px){
    
    #cookie_content{
        height:300px;
    }
    .cc-cookie-accept-all{          
        padding:5px;
        border-radius: 5px;
    }

    .cc-cookies a, .cc-cookies a:hover{
        text-decoration:none;
    }
    .cc-cookie-accept-selection{
        background-color: grey;
        padding: 20px;
        border-radius:5px;
        text-decoration: none;
        margin-top:50px;
        width:300px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #btn_all{
        margin-bottom:40px;
        width:300px;
        padding-bottom: 15px;
    }
    
    #cookie_h2{
        line-height:40px;
        font-size:32px;
        font-weight: 500;
        margin:0 0 6 0px;
    }
   
    #cookie_content{
        height:175px;
    }
    .cc-cookie-accept-all{
        padding:5px;
        border-radius: 5px;
    }

    .cc-cookies a, .cc-cookies a:hover{
        text-decoration:none;
        width: calc(500px - 20px);
        padding: 10px;
        margin-top: 10px;
    }
    
    .cc-cookie-accept-selection{
        background-color: grey;
        /*padding: 20px;*/
        border-radius:5px;
        text-decoration: none;
        margin-top:50px;
        width:300px;
        /*padding-left: 5px;
        padding-right: 5px;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        
        background-color: unset;
        border-color: white;
        border: solid white 1px;
        width: calc(500px - 22px);
    }
    #btn_all{
        margin-bottom:40px;
        /*width:300px;*/
        width: calc(500px - 20px);
        max-width: calc(500px - 20px);
        padding-bottom: 15px;
        display: block;
        margin: auto;
        margin-top:25px;
        padding: 10px;
    }
    label{
        font-size: 14px;
    }
    #cookie_form input[type="checkbox"]{
        margin-left:10px;
        margin-bottom: 20px;
        margin-right:5px;
        opacity:1;
    }
    #cookietitle{
        font-size: 32px;
        margin-left:50px;
    }
    #cookie_img{
        width:40px;
        float:left;
        height: auto;
        margin-left: 0px;
    }
    #cookie_desc{
        margin-left:10px;
        font-size: 14px;
        line-height: 22px;
    }

    
}

/*@media only screen and (min-width: 500px) and (max-width: 954px){
    
}
*/
@media only screen and (max-width: 500px){
    
    #cookie_content{
        height:300px;
    }
    .cc-cookie-accept-all{
        padding:5px;
        border-radius: 5px;
    }

    .cc-cookies a, .cc-cookies a:hover{
        text-decoration:none;
    }
    .cc-cookie-accept-selection{
        background-color: grey;
        padding: 20px;
        border-radius:5px;
        text-decoration: none;
        margin-top:50px;
        width:300px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #btn_all{
        margin-bottom:40px;
        width:300px;
        padding-bottom: 15px;
    }
    
    
    
    
    
    #cookietitle{
        font-size: 32px;
        margin-left:50px;
    }
    #cookie_img{
        width:40px;
        float:left;
        height: auto;
        margin-left: 0px;
    }
    #cookie_desc{
        margin-left:10px;
        font-size: 14px;
        line-height: 22px;
    }
    
}

@media only screen and (min-width: 990px){
    
    #cookie_h2{
        line-height:40px;
        font-size:32px;
        font-weight: 500;
        margin:0 0 6 0px;
    }
   
    #cookie_content{
        height:175px;
    }
    .cc-cookie-accept-all{
        padding:5px;
        border-radius: 5px;
    }

    .cc-cookies a, .cc-cookies a:hover{
        text-decoration:none;
        width: calc(500px - 20px);
        padding: 10px;
        margin-top: 10px;
    }
    
    .cc-cookie-accept-selection{
        background-color: grey;
        /*padding: 20px;*/
        border-radius:5px;
        text-decoration: none;
        margin-top:50px;
        width:300px;
        /*padding-left: 5px;
        padding-right: 5px;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        
        background-color: unset;
        border-color: white;
        border: solid white 1px;
        width: calc(500px - 22px);
    }
    #btn_all{
        margin-bottom:40px;
        /*width:300px;*/
        max-width: calc(500px - 20px);
        padding-bottom: 15px;
        display: block;
        margin: auto;
        padding: 10px;
    }
    label{
        font-size: 15px;
    }
    #cookie_form input[type="checkbox"]{
        margin-left:10px;
        margin-bottom: 20px;
        margin-right:5px;
        opacity:1;
    }
    #cookietitle{
        font-size: 32px;
        margin-left:50px;
    }
    #cookie_img{
        width:40px;
        float:left;
        height: auto;
        margin-left: 0px;
    }
    #cookie_desc{
        margin-left:10px;
        font-size: 14px;
        line-height: 22px;
    }
    
    

    
}