div#cookie_law_container {
	position: fixed;
    margin: 0px auto; 
    text-align: center;
    padding: 8px;
    background: #333;
    line-height: 1.5;
    font-size:12px; 
    z-index: 1999;
	width: 100%;
	height: 30px;
  	top: calc(100vh - 30px);
  	top: -webkit-calc(100vh - 30px);
}
 
div#cookie_law  { 
	display: inline-block;
    color: #fff;
}

div#cookie_law a {
	display: inline-block;
	margin-left: 15px;
	color: #FFDB0F;	
	font-weight: bold;
	font-size:12px; 
}

div#cookie_law a:hover {
  color: #999;
}

@media all and (max-width: 1024px) {
	div#cookie_law_container { 
	    height: 50px; 
	    top: calc(100vh - 50px);
  		top: -webkit-calc(100vh - 50px);
	}
}

@media all and (max-width: 600px) {
	div#cookie_law_container { 
	    font-size:11px; 
	    height: 60px; 
	    top: calc(100vh - 60px);
  		top: -webkit-calc(100vh - 60px);
	}
}

@media all and (max-width: 380px) {
	div#cookie_law_container { 
	    height: 80px; 
	    top: calc(100vh - 80px);
  		top: -webkit-calc(100vh - 80px);
	}
}