.wp-block-columns.is-style-kontaktfeld {
  gap: 0;
  margin-block-start: var(--wp--preset--spacing--80);
  background-color: var(--wp--preset--color--custom-lichtgrau);
  border-radius: 4px;
  color: var(--wp--preset--color--custom-hintergrund);
}
.wp-block-columns.is-style-kontaktfeld .wp-block-column {
  position: relative;
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-kontaktfeld .wp-block-column:last-child .wp-block-image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
