/* Nicolai: Depending on the text, some instances of paragraph type »Header: Landingpage« will need some adjustments. These adjustments can vary and should not be part of the theme. Try changing font sizes and margins. */
/* Start with small screens and use Paragraph Class .paragraph--xxx plus: @media screen and (min-width: 40em) & @media screen and (min-width: 64em); */

/* Nicolai, 25.05.23:
This is only needed when paragraph bundle »Header: Landingpage« is used. This is an old bundle, which was meant to be deleted in the future.
See the view under /de/admin/rebrush/nodes-filtered-by-pbundles?type=rebrush_header to check where the bundle is used.
It is currently only active on an internal component test – page /de/komponenten/komplex – so I keep this CSS active.
*/


/* Header element on frontpage */
html[lang="de"] .paragraph-type__rebrush-header .header-rb__title { margin-top: -0.5rem; }
@media screen and (min-width: 40em) {
  html[lang="de"] .paragraph-type__rebrush-header .header-rb__title { margin-top: 0; }
  html[lang="de"] .paragraph-type__rebrush-header .header-rb__subtitle-wrap { margin-left: -15px; }
}
@media screen and (min-width: 64em) {

  html[lang="de"] .paragraph-type__rebrush-header .header-rb__subtitle-wrap { margin-left: 0px; }
}

html[lang="fr"] .paragraph-type__rebrush-header .header-rb__title { margin-top: -1.7rem; }
@media screen and (min-width: 40em) {
  html[lang="fr"] .paragraph-type__rebrush-header .header-rb__title { margin-top: 0; }
}

html[lang="it"] .paragraph-type__rebrush-header .header-rb__title { margin-top: -1.8rem; }
@media screen and (min-width: 40em) {
  html[lang="it"] .paragraph-type__rebrush-header .header-rb__title { margin-top: 0; }
}

/* Finetuning for /de/patienten/dailymed – CURRENTLY NOT USED */
/*
.paragraph--575 .header-rb__title {
  font-size: 1.45rem;
}

@media screen and (min-width: 40em) {
  .paragraph--575 .header-rb__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 64em) {
  .paragraph--575 .header-rb__title {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }  
  .paragraph--575 .header-rb__subtitle-wrap {
    margin-bottom: 1rem;
  }
}
*/