/**
* Block Name: zweispaltig
*/

section.zweispaltig .fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 540px;
}

section.zweispaltig .info-text {
  padding: 50px 50px 50px 0px;
  color: #555555;
}

@media ( max-width: 786px ) {
  /* .col-reverse {
    flex-direction: column-reverse;
  } */
  .first-element {
    order: -1;
  }
}