.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.node-page-full__field-paragraphs-item:nth-child(odd) .paragraph--type--menu {
  background: #ccdcf0;
  padding: 100px 0; }

.paragraph--type--menu {
  padding: 50px 0;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
  .paragraph--type--menu:before {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    transform: scale(-1, 1);
    background: url("../../images/white-triangle.svg") no-repeat;
    background-size: 100% 50px;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1;
    margin-bottom: -1px; }
  .paragraph--type--menu:after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    transform: scale(-1, -1);
    background: url("../../images/white-triangle.svg") no-repeat;
    background-size: 100% 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
  .paragraph--type--menu h2 {
    text-align: center; }
  .paragraph--type--menu .container {
    max-width: 100%;
    width: 90%; }
  .paragraph--type--menu .paragraph-menu__field-week-days {
    display: flex;
    flex-wrap: wrap;
    padding-top: 27px; }
  .paragraph--type--menu .paragraph-menu__field-week-days-item {
    width: 100%; }
    @media (min-width: 480px) {
      .paragraph--type--menu .paragraph-menu__field-week-days-item {
        width: 47.25%;
        margin-right: 5.5%; } }
    @media (min-width: 768px) {
      .paragraph--type--menu .paragraph-menu__field-week-days-item {
        width: 31%;
        margin-right: 3.5%; } }
    @media (min-width: 992px) {
      .paragraph--type--menu .paragraph-menu__field-week-days-item {
        width: 17.6%;
        margin-right: 3%; } }

@media (min-width: 480px) and (max-width: 767px) {
  .paragraph--type--menu .paragraph-menu__field-week-days-item:nth-child(2n+2) {
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .paragraph--type--menu .paragraph-menu__field-week-days-item:nth-child(3n+3) {
    margin-right: 0; } }
    @media (min-width: 992px) {
      .paragraph--type--menu .paragraph-menu__field-week-days-item:nth-child(5n+5) {
        margin-right: 0; } }
    .paragraph--type--menu .paragraph-menu__field-week-days-item h2 {
      text-align: left;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .paragraph--type--menu .paragraph-menu__field-week-days-item h2 {
          text-align: center;
          margin-bottom: 5px; } }

.node-page-full__field-paragraphs-item:last-child .paragraph--type--menu {
  margin-bottom: -150px; }

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