div.datenschutz_container{
 background-color: darkgrey;
 color:white;
 width:100%;
 padding:8px 60px;
 float:left;
 position:relative;
 text-decoration: none;
}
#cookie-diss {display: none;}
.datenschutz_button{
    margin-right: 100px;
    background-color: black;
    color:white;
    padding:4px;
    font-weight:bold;
 float:right;	
    text-decoration: none;
}
a.datenschutz_button:HOVER{
    color:white;
    text-decoration: none;
}