.cookie-hinweis {
    font-size: 0.8rem;
  	color: black;
	  background-color: rgba(204, 204, 204, 1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 10000;
}

.cookie-hinweis a.cookie-hinweis-link {
    float: right;
    margin-right: 5px;
}

.cookie-hinweis a.cookie-hinweis-link::before {
    font-family: 'FontAwesome';
    content: "\f00c";

    display: inline-block;
    opacity: 0;
    transition: all 0.5s ease;
}

.cookie-hinweis a:hover::before {
    opacity: 1;
}

.cookie-hinweis a:hover {
    color: white;
}

/*.cookie-hinweis + .site {
    padding-top: 45px;
}*/
