body,
.cookie-consent {
	transition: padding-bottom 0.3s;
}

/* body.cookieNoticeActive {
	padding-bottom:250px;
} */

body.cookieNoticeActive .cookie-consent {
	bottom: 0;
}

.cookie-consent {
	width: 100%;
	position: fixed;
	bottom: -100%;
	z-index: 10;
	font-size: 1rem;
	background: #91b508;
	color: white;
	text-align: center;
}

.cookie-consent a {
	border: 0 !important;
	text-decoration: none !important;
}

.cookie-consent a {
	border: 0 !important;
	text-decoration: none !important;
}

.cookie-consent p,
.cookie-consent a {
	color: white;
	margin-bottom: 15px;
	line-height: 1.2;
}

.cookie-consent p {
	margin-bottom: 10px;
}

@media (min-width:992px) {
	.cookie-consent p {
		margin-bottom: 0px;
	}
}

.cookie-consent .btn {
	background: #0a0a0a !important;
	color: white !important;
	font-size: 1rem;
	padding: 4px 20px !important;
	border: 0;
	border-radius: 50px;
}

@media (min-width:992px) {
	.cookie-consent .container {
		display: flex;
		justify-content: center;
		padding: 15px;
	}

	.cookie-consent .btn {
		margin-left: 15px;
	}
}