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: #ded100;
	text-align: center;
}

.cookie-consent p {
	line-height: 1.2;
}

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

.cookie-consent .btn {
	background: #194421 !important;
	font-size: 1rem;
	padding: 3px 20px !important;
	border: 0;
}

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

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