.cookieConsentContainer {
	z-index: 999;
	width: 1080px;
    margin: auto;
	min-height: 2rem;
	box-sizing: border-box;
	padding: 1.5rem;
	background: #00713c;
	overflow: hidden;
	position: fixed;
    bottom: 2rem;
	display: none;
    border-top: 0.0125rem solid #005f33;
}

.cookieConsentContainer .cookieTitle a {
	font-family: 'Grenze Gotisch', cursive;
	color: #ffffff;
	font-size: 2.5rem;
    font-weight: 600;
	line-height: 1.25rem;
	display: block;
}

.cookieTitle a:hover {
    text-decoration: none;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25rem;
	display: block;
	margin-top: 1rem;
}

.cookieConsentContainer .cookieDesc a {
	font-family: 'Grenze Gotisch', cursive;
	color: #ffffff;
    font-size: 1.15rem;
	text-decoration: none;
}

.cookieConsentContainer .cookieDesc a:hover {
	text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1rem;
	background: #00713c;
    border: 0.125rem solid #ffffff;
    border-radius: 0.5rem;
	box-sizing: border-box; 
	padding: 1rem;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
    color: #00713c;
	background: #ffffff;
    text-decoration: none;
}

@media (max-width: 1080px) {
	.cookieConsentContainer {
		bottom: 2 !important;
		left: 0 !important;
		width: 100%  !important;
	}
}