/* This css file defines the front end output of this module */
body:not(.page-node-edit) hr.page_break {
  display: none !important; }

div.pager.pager--paged-article {
  text-align: left;
  padding: 0 20px;
  font-size: 1em;
  /* 
   * Hide some elements
   * - as long as the layout uses the right sidebar, hide the text for the next page for small screens (otherwise it will break under the button)
   * - if the right sidebar is hidden by design, hide the text for the the next page for pages smaller than "mobile bigger"
   * - for all screen smaller than "mobile bigger" hide also the pagination 
   */ }
  div.pager.pager--paged-article.typo--pager ul.pager__list {
    font-size: 1em; }
  div.pager.pager--paged-article .pager__middle {
    height: auto; }
  div.pager.pager--paged-article div.pager__next_page {
    padding-top: 30px;
    padding-bottom: 30px; }
    div.pager.pager--paged-article div.pager__next_page a.pager__next_page_text {
      padding-left: 20px;
      color: inherit; }
  div.pager.pager--paged-article ul.pager__list li.pager__label {
    font-weight: 500; }
  div.pager.pager--paged-article ul.pager__list li.pager__readall {
    font-size: 0.9em; }
  div.pager.pager--paged-article ul.pager__list li.pager-item:not(.pager-current) a, div.pager.pager--paged-article ul.pager__list li.pager__readall a {
    color: #5A5A5A; }
  div.pager.pager--paged-article ul.pager__list li.pager-item.pager-current a {
    font-weight: bold; }
  @media (min-width: 768px) and (max-width: 940px) {
    div.pager.pager--paged-article .pager__next_page_text {
      display: none; } }
  @media (max-width: 620px) {
    div.pager.pager--paged-article .pager__next_page_text {
      display: none; } }
  @media (max-width: 468px) {
    div.pager.pager--paged-article ul.pager__list li.pager__label, div.pager.pager--paged-article ul.pager__list li.pager-item {
      display: none; }
    div.pager.pager--paged-article ul.pager__list li.pager__readall a {
      padding: 0px; } }

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