.intro-bild img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}


.spaltz {
  padding-top: 1.5em;
  columns: 390px 2;
  gap: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 4rem;
}


p strong {
  color: blue;
}


.blocks {
  margin-top: 0;
  padding: 0;
  columns: 320px 3;
  column-gap: 2rem;
  column-fill: balance;
  list-style: none;
  line-height: 1.5em;
  hyphens: auto;
  orphans: 2;
  widows: 2;
  align-items: baseline;
}

div.blocks>div:nth-child(-n + 1) {
  margin-top: .5em;
  margin-bottom: 1.5em;
  color: rgb(105, 105, 105);
  column-span: all;
}

.block[data-type="heading"] {
  /* your styles here */
  break-after: avoid-column;

  -webkit-column-break-after: avoid;
  break-inside: avoid;
  color: chocolate;
  break-after: avoid;
  break-before: always;
  margin-bottom: 0.15em;

}

.block[data-type="linkslist"] {
  break-before: avoid;
  margin-block-end: 1.5em;

  /* Prevent breaking the links list between columns */
}

.blocks li {
  list-style: none;
  display: block;
  padding: 0.15em;
}

.blocks a {
  background: #cccccc;
  color: brown;
  text-decoration: none;
  list-style: none;
  display: list-item;
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 10px;
}