/**
 * @file
 * Color functions.
 *
 * @package Functions.
 */
/* Tint. */
/* Shade. */
/**
 * @file
 * Global settings.
 *
 * @package Settings.
 */
/* Import. */
/* * @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
/* Font family. */
/* Font size. */
/* Font weight. */
/* Line height. */
/* Basic colors. */
/* Status colors. */
/* Border radius. */
/* Outline. */
/* Shadow. */
/* Spacing. */
/* Width. */
/* Breakpoints. */
/* Grid breakpoints. */
/* Grid. */
/**
 * @file
 * Cookiebar styles.
 *
 * @package Molecules.
 */
/* Cookiebar. */
.m-cookiebar {
  background-color: #eeedf2;
  display: none;
  width: 100%;
}
.m-cookiebar--is-visible {
  display: block;
}
.m-cookiebar__content {
  color: #41404c;
  font-size: 1.4rem;
  padding: 1.3rem 0;
  text-align: center;
}
.m-cookiebar__content > *:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=cookiebar.css.map */