.wibe-campaign-official-text {
  background-color: transparent;
  background-image: url("/images/2018/09/27/paragraph-neu88prozent72dpi.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  color: #222;
  font-family: "Roboto", Arial, sans-serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 420px;
  min-width: 0;
  overflow: hidden;
  padding: 120px 0;
  width: 100vw;
}

.wibe-campaign-official-text .wibe-campaign-official-text__inner {
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1170px;
  min-width: 0;
  padding: 0 20px;
  position: relative;
  width: calc(100% - 40px);
  z-index: 1;
}

.wibe-campaign-official-text .wibe-campaign-official-text__heading {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content {
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content > :first-child {
  margin-top: 0;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content > :last-child {
  margin-bottom: 0;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content p,
.wibe-campaign-official-text .wibe-campaign-official-text__content ul,
.wibe-campaign-official-text .wibe-campaign-official-text__content ol {
  margin-bottom: 16px;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content ul,
.wibe-campaign-official-text .wibe-campaign-official-text__content ol {
  padding-left: 1.5rem;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content a {
  overflow-wrap: anywhere;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content a:focus-visible {
  outline: 3px solid #15879e;
  outline-offset: 2px;
}

.wibe-campaign-official-text .wibe-campaign-official-text__content sup {
  font-size: 0.75em;
  vertical-align: super;
}

.wibe-campaign-official-text .wibe-campaign-official-text__message {
  background: rgba(255, 255, 255, 0.88);
  border-left: 4px solid #15879e;
  margin: 0;
  padding: 16px;
}

@media (max-width: 767px) {
  .wibe-campaign-official-text {
    background-attachment: scroll;
    clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
    min-height: 320px;
    padding: 80px 0 90px;
  }

  .wibe-campaign-official-text .wibe-campaign-official-text__inner {
    width: calc(100% - 20px);
  }

  .wibe-campaign-official-text .wibe-campaign-official-text__heading {
    font-size: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wibe-campaign-official-text {
    background-attachment: scroll;
  }
}
