#cookiewarning{
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111111111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-animation: mymove 2s ease;
    -moz-animation:    mymove 2s ease;
    -o-animation:      mymove 2s ease;
    animation:         mymove 2s ease;

    border:none;

}


@-webkit-keyframes mymove {
    0% {  opacity: 0; }
    100% {opacity: 1;}
}

@keyframes mymove {
    0% {  opacity: 0; }
    100% {opacity: 1;}
}


#cookiewarning .c-container{
    background-color: #fefefe;
    text-align:center;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border-radius:10px;
    /*border:2px solid #253886;*/
    width: 40%; /* Could be more or less, depending on screen size */
}

#cookiewarning .c-container h2{
    font-size:30px;
    color:#c43231;
    width:100%;
    font-family: 'Ubuntu', Arial, sans-serif;
}

#cookiewarning .c-container h3{
    font-size:20px;
    width:100%;
}

#cookiewarning .c-container span{
    width:100%;
    float:left;
    font-size:13px;
    padding:20px 0;
    color: #000;
    line-height:2.2;

}

#cookiewarning .c-container span a{
    text-decoration:underline;
}

#cookiewarning .c-container div{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
#cookiewarning .c-container ul{
    width:100%;
    /*margin-left:33%;*/
    float:left;
    list-style:none;
    position:relative;
    left:50%;

}

#cookiewarning .c-container ul, #cookiewarning .c-container ul li {
    list-style:none;
}
#cookiewarning .c-container ul li{
    font-size:13px;
    color:#000;
    padding:5px 0;
    /*text-align:left;*/
    /*margin-left:33%;*/
    /*width:100%;*/
    /*float:left;*/
}

#cookiewarning .c-container input{
    display: inline-block;
    width:auto;    
    /*margin:0 2px 0 20px;*/

}
#cookiewarning .c-container button{
    background: #c43231;
    cursor: pointer;
    border: none;
    padding: 13px 21px;
    text-align: center;
    margin: 20px auto 30px auto;
    display: block;
    color: #fff;
    text-decoration: none;
    float: none;
    width: auto;
    clear: both;
    position: relative;
    transform: translateY(20px);


}

#cookiewarning .c-container .accept.active{
    background: #c43231;
}
#cookiewarning .c-container .accept:hover,
#cookiewarning .c-container .accept:focus {
    /*background:#79c477;*/
    background: #c43231;
    text-decoration: none;
    cursor: pointer;

}



@media only screen and (max-width: 600px) {
    h2{
        /*display:none;*/
    }
    #cookiewarning .c-container .first{
        display: none;
    }
    #cookiewarning .c-container{
        padding:5px;
        margin: 10px auto; /* 15% from the top and centered */
        width: 90%; /* Could be more or less, depending on screen size */
    }

    #cookiewarning .c-container button{
        margin:20px auto 30px auto;
    }

    #cookiewarning .c-container ul li{

        /*margin-left:23%;*/

    }

}




/*#changecookie .cookie*/
/*{*/
/*position:fixed;*/
/*bottom:20px;*/
/*left:20px;*/
/*width:30px;*/
/*height:30px;*/
/*z-index:99999;*/
/*}*/