/* Cookie Banner */
.cookie-banner {
position:fixed;
width:280px;
top: 50%;
left:calc(50% - 140px);
background:#007A9F;
text-align:left;
padding:20px;
font-size:18px;
z-index:999;
border-radius:5px;
box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
}
.cookie-vorhanden {display:none;}
#set-cookie {
background-color:#FFDD00;
color: black;
font-size: 18px;
margin-top:20px;
float:right
}
#cookie {color: white}
#cookie a{color:#FFDD00; text-decoration: none;}
#cookie a:hover{color:white}