@media (orientation: portrait) and (max-width: 550px) {
  .weekend-of-kamp_full {
    display: flex;
    flex-direction: column;
  }
}
.weekend-of-kamp_full .field--type-image img {
  max-width: 100%;
  max-height: 30em;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--scouts-field-gap-small);
}
.weekend-of-kamp_full .scouts-floating {
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.8em;
}
@media (orientation: portrait) and (max-width: 550px) {
  .weekend-of-kamp_full .scouts-floating {
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
  }
}
.weekend-of-kamp_full h1 {
  text-align: start;
}
.weekend-of-kamp_full .field--name-field-body:not(:last-child) {
  margin-bottom: var(--scouts-field-gap);
}

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