﻿
.cookie_banner_visible
{
	display: flex;
}

.cookie_banner_invisible
{
	display: none;
}

.cookie_banner
{
	background: #555;
	border: none;
	bottom: 0px;
	color: #fff;
	justify-content: space-between;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 98;
}

.cookie_banner_text
{
	align-items: center;
	display: flex;
	margin-left: 15px;
}

.cookie_banner_text a
{
	color: #fff !important;
	white-space: nowrap;
}

.cookie_banner_text a:hover
{
	text-shadow: #fff 0 0 10px;
}

.cookie_banner_close
{
	cursor: default;
	font-size: 2.4rem;
	margin-right: 20px;
}

.cookie_banner_close:hover
{
	text-shadow: #fff 0 0 10px;
}