section.block-12-bildergallerie .flexRow{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-row-gap: 3rem;
     -moz-row-gap: 3rem;
          row-gap: 3rem;
}

section.block-12-bildergallerie.blueBackground {
  background-color: var(--blue1);
  color: var(--white);
  overflow: hidden;
}

section.block-12-bildergallerie.blueBackground h1,
section.block-12-bildergallerie.blueBackground h2,
section.block-12-bildergallerie.blueBackground h3,
section.block-12-bildergallerie.blueBackground h4,
section.block-12-bildergallerie.blueBackground p:not(.topline),
section.block-12-bildergallerie.blueBackground a,
section.block-12-bildergallerie .blueBackground .arrowLinkWrap{
  color: var(--white);
}

section.block-12-bildergallerie .blueBackground .arrowIcon svg path{
  stroke: var(--white);
}

#swipebox-overlay #swipebox-bottom-bar {
  bottom: 0;
  transform: none !important;
}