/* Cookie Hinweis 
----------------------------------- */

.cookiewarning {
	background-color: #225a68;
	text-align: center;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	font-size: 1.4rem;
    border-bottom: 5px solid #9f9f57;
    border-top: 5px solid #9f9f57;
}	

.cookiewarning a {
	color: #fff;
	text-decoration: underline;
}

.cookiewarning a {
	font-weight: bold;
}

.cookiewarning a:hover {
	color: #9f9f57;
}