.cookieConsentContainer {
	z-index: 99999999;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
    background: linear-gradient(to right, #30480c 0%,#588517 33%,#83c325 100%);
	overflow: hidden;
	position: fixed;
	right: 30px;
	display: none;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;

}

.cookieConsentContainer .cookieTitle a {
	color: #FFFFFF;
	/* font-size: 22px; */
	/* line-height: 20px; */
	display: block;
	font-weight: bold;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 13px;
	/* line-height: 20px; */
	display: block;
	margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
	transition: background 0.3s;
	border-radius: 50px;
}

.cookieConsentContainer .cookieButton a:nth-child(2) {
	margin-left: 10px;
}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background: #313131;
}

.cookiebox {
	display: flex;
}

.cookiebox-left {
	width: 80%;
}

.cookiebox-right {
	width: 20%;
	margin: 20px;
	text-align: center;
}



@media (max-width: 858px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100% !important;
	}

	.cookieConsentContainer .cookieTitle a {
		font-size: 18px;
		width: 100%;
	}

	.cookieConsentContainer .cookieButton a {
		width: 100%;
		border-radius: 50px;
	}

	.cookiebox {
		display: block;
	}

	.cookiebox-left {
		width: 100%;
	}

	.cookiebox-right {
		width: 100%;
		margin: 0px;
	}

	.cookieConsentContainer .cookieButton a:nth-child(2) {
		margin-left: 0px;
	}
}