
       .cookies{
            position: fixed;
            height:20px;
            left: 0px;
            top: 0px;
            background-color: #111111;
            width:100%;
            font-family: arial;
            font-size:12px;
            padding:10px;
            color:#eeeeee;
            opacity: 0.8;
            visibility: visible;
            z-index:98;
            text-decoration: none;
         }
         
        .cookies a:link {
	  
        color:#eeeeee;  }
	
	.cookies a:visited {
	text-decoration: none; 
        color:#eeeeee;  ;
	}
	.cookies a:hover {
	text-decoration: none; 
        color:#555555;  ;
	}
	.cookies a:active {
	text-decoration: none; 
        color:#555555; ;
	}
 
        .nocookies
         {
            transition: 1.0s;
            opacity: 0.0;
            visibility: hidden;
         }
    
        .privacy{
            transition: 1.0s;
            position: fixed;
            left: 0px;
            top: 0px;
            font-size:0.9em;
            font-family: arial;
            text-align: left;
            background-color: #ffffff;
            overflow-x: hidden;
            overflow-y: scroll;
            width:calc(100% - 100px);
            height: calc(100% - 100px);
            margin: 0px;
            padding:50px;
            color:#000000;
            opacity: 0.0;
            visibility: hidden;
            z-index:99;
        }
 
         .noprivacy{
            transition: 1.0s;
            opacity: 0.95;
            visibility: visible;
       }
       
       
       
        
       