@media only screen and (max-width: 768px) {
  .view-recipes-overview.view-display-id-all_christmas_recipes .view-content .views-row {
    width: 100%;
  }
  
  .paragraph--type--carousel-with-links.christmas .carousel-with-links .caption h2,
  .paragraph--type--carousel-with-links.christmas .carousel-with-links .link-title {
    display: none;
  }
  
  .title-text-christmas-product h1.section-title  {
    margin-bottom: 0;
    font-family: asap, sans-serif;
  }
  
  .title-text-christmas-product h1.section-title b {
    font-family: asap-bold, sans-serif;
  }
  
  .paragraph--type--christmas-share {
    padding-top: 0;
  }
  
  .paragraph--type--christmas-share h2 {
    display: block;
    font-size: 16px;
  }
  
  .title-text-christmas-product {
    padding: 20px 0 10px 0;
  }
  
  .christmas-recipe-teaser__more {
    visibility: hidden;
  }
  
  .view-recipes-overview .node--type-recipe, 
  .view-related-content .node--type-recipe {
    pointer-events: auto;
  }
  
  .view-recipes-overview .node--type-recipe:hover .christmas-recipe-teaser__more, 
  .view-related-content .node--type-recipe:hover.christmas-recipe-teaser__more {
    visibility: visible;
  }
  
  .node-type-recipes .paragraph--type--recipe-steps {
    border: none;
  }
  
  .social-share {
    margin-top: 3px;
  }
  
  .christmas-recipe-teaser__title,
  .christmas-recipe-teaser__inner,
  .view-recipes-overview article.node--type-recipe,
  .view-related-content .node--type-recipe {
    pointer-events: initial;
  }
  
  [lang*="de-"] .view-related-content .flip-arrows {
    display: block;
  }
}

.paragraph--type--cta-button.cta-button-with-background-image a:-webkit-any-link, 
.paragraph--type--cta-button a:-webkit-any-link, 
.paragraph--type--cta-button.go-to-top a:-webkit-any-link,
.paragraph--type--cta-button.cta-button-with-background-image a:link, 
.paragraph--type--cta-button a:link, 
.paragraph--type--cta-button.go-to-top a:link {
  color: white;
}
