.weekend-of-kamp--teaser {
  display: flex;
}
@media (orientation: portrait) and (max-width: 550px) {
  .weekend-of-kamp--teaser {
    flex-direction: column;
  }
}
.weekend-of-kamp--teaser section {
  width: 100%;
}
.weekend-of-kamp--teaser .content-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/*# sourceMappingURL=weekend-of-kamp_teaser.css.map*/