/********************************************************************************
--- Cookie Notice ---
*********************************************************************************/
.cookie-notice.cookie-notice--active { display: flex; }
.cookie-notice {position: fixed; bottom: 0; left: 0; right: 0; background: var(--blue); padding: 1.0em 1.0em; display: none; justify-content: center; flex-wrap: wrap; z-index: 999; }
.cookie-notice__message { color: #fff; text-align: left; margin: 0 40px 0 0; max-width: 718px; padding: 15px 30px; }
.cookie-notice__message p:last-of-type { margin-bottom: 0; }
.cookie-notice__message a { font-weight: 500; color: var(--primary) !important }
.cookie-notice__buttons { display: flex; align-items: center; }
.cookie-notice__button { margin-bottom: 0; }
@media all and (max-width: 900px) {
	.cookie-notice { flex-direction: column; align-items: center; }
	.cookie-notice__message { margin: 0; text-align: center; }
}
@media all and (max-width: 479px) {
	.cookie-notice__message { margin: 0; padding: 0 0 15px 0px; }
}