@import "../../variables-layout";

@import "../../../_vendor/node_modules/bootstrap/scss/functions";
@import "../../../_vendor/node_modules/bootstrap/scss/variables";
@import "../../../_vendor/node_modules/bootstrap/scss/mixins";

@import "../../scss-variables";
@import "../../_theme/variables-layout";

html body {
  .ce_rsce_fullwidthstoerer {
    .fullwidthstoerer--inner {
      background-color: var(--bs-secondary);
      color: var(--bs-white);
      overflow: hidden;

      .stoerer--content-column {
        padding: 2rem 0;
      }

      .stoerer--headline {
        > * {
          margin-top: 0px;
        }
      }

      img {
      }

      .stoerer--button {
        margin-top: 1.5rem;

        a.btn {
        }
      }
    }
  }
}