.comp-headline.headline-1, .comp-headline.headline-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-family: "Merriweather", serif;
  padding-left: 30px;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}
.comp-headline.headline-1::before, .comp-headline.headline-3::before {
  content: "";
  height: 100%;
  width: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.comp-headline.headline-1::after, .comp-headline.headline-3::after {
  content: "";
  height: 100%;
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--secondary-color);
}
.comp-headline.headline-1 span, .comp-headline.headline-3 span {
  padding: 0 0.25em;
  margin-left: -0.25em;
  line-height: 1.5;
}
.comp-headline.headline-1 span.clear, .comp-headline.headline-3 span.clear {
  padding: 0;
  width: 100%;
}
.comp-headline.headline-1 span.lead-text, .comp-headline.headline-3 span.lead-text {
  width: 100%;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}
.comp-headline.headline-2 {
  position: relative;
  line-height: 1;
}
@media (max-width: 991px) {
  .comp-headline.headline-2 {
    margin-left: calc(-30px - 0.4em);
    border-left: solid 30px;
    border-color: var(--secondary-color);
  }
}
.comp-headline.headline-2::before, .comp-headline.headline-2::after {
  content: "";
  position: absolute;
  left: -30px;
  top: -1px;
  width: 28px;
  height: 0;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  display: none;
}
@media (max-width: 991px) {
  .comp-headline.headline-2::before, .comp-headline.headline-2::after {
    display: block;
  }
}
.comp-headline.headline-2 h2 span {
  background: none;
}
.comp-headline.headline-2::after {
  top: auto;
  bottom: -1px;
}
.comp-headline.headline-2 span {
  background-color: var(--secondary-color);
  color: var(--secondary-font);
  margin: -1px;
  float: left;
  word-break: keep-all;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 0.4em;
  margin-right: -0.4em;
}
.comp-headline.headline-2 span.clear {
  padding: 0;
  width: 100%;
}
.comp-headline.headline-2 .lead-text-wrapper {
  width: 100%;
  float: left;
}
.comp-headline.headline-2 .lead-text-wrapper.lead-text .lead-text-inner {
  padding: 0;
  font-size: 0.5em;
  margin: 0;
}
.comp-headline.headline-4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}
.comp-headline.headline-4 span {
  padding: 0 0.25em;
  margin-left: -0.25em;
  line-height: 1;
}
.comp-headline.headline-4 span.clear {
  padding: 0;
  width: 100%;
}
.comp-headline.headline-4 span.lead-text {
  width: 100%;
  font-size: 0.5em;
  margin-bottom: 0.5em;
}
.comp-headline.margin-bottom {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .comp-headline.margin-bottom {
    margin-bottom: 25px;
  }
}
@media (max-width: 425px) {
  .comp-headline.margin-bottom {
    margin-bottom: 20px;
  }
}

h3.comp-headline.headline-2, h4.comp-headline.headline-2, h5.comp-headline.headline-2, h6.comp-headline.headline-2 {
  border-left: none;
  margin-left: -0.4em;
}
h3.comp-headline.headline-2::before, h3.comp-headline.headline-2::after, h4.comp-headline.headline-2::before, h4.comp-headline.headline-2::after, h5.comp-headline.headline-2::before, h5.comp-headline.headline-2::after, h6.comp-headline.headline-2::before, h6.comp-headline.headline-2::after {
  display: none;
}
h3.comp-headline.headline-2 span, h4.comp-headline.headline-2 span, h5.comp-headline.headline-2 span, h6.comp-headline.headline-2 span {
  background: none;
  color: black;
  padding: 0.1em 0.4em;
}

.ms-da-font-size--range-25_50 .comp-headline span,
.ms-da-font-size--range-50_75 .comp-headline span,
.ms-da-font-size--range-75_100 .comp-headline span,
.ms-da-line-spacing--range-25_50 .comp-headline span,
.ms-da-line-spacing--range-50_75 .comp-headline span,
.ms-da-line-spacing--range-75_100 .comp-headline span,
.ms-da-content-size--range-25_50 .comp-headline span,
.ms-da-content-size--range-50_75 .comp-headline span,
.ms-da-content-size--range-75_100 .comp-headline span,
.ms-da-word-spacing--range-25_50 .comp-headline span,
.ms-da-word-spacing--range-50_75 .comp-headline span,
.ms-da-word-spacing--range-75_100 .comp-headline span {
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}