/* COLORS */
/* FONTS */
/* >= 768px */
@media screen and (min-width: 768px) {
  #node-blogbeitrag #content {
    padding-top: 12vw;
  }
  #node-blogbeitrag #content .h1 {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
}
/* >= 1024 */
/* >= 1248 */
