  /*Flex*/
.ncsc-wellnesspictureheadline {
  position: relative;
}
.ncsc-wellnesspictureheadline--layout-above, .ncsc-wellnesspictureheadline--layout-below {
  display: flex;
  align-items: stretch !important;
}
.ncsc-wellnesspictureheadline--layout-above {
  flex-direction: column-reverse !important;
}
.ncsc-wellnesspictureheadline--layout-below {
  flex-direction: column !important;
}
.ncsc-wellnesspictureheadline--has-bg-image {
  padding: 45px;
  background-size: 100% 100%;
}
.ncsc-wellnesspictureheadline__image {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .ncsc-wellnesspictureheadline__image--layout-on {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .ncsc-wellnesspictureheadline__image--layout-on {
    border-radius: 4px;
  }
}
.ncsc-wellnesspictureheadline__image--layout-above {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ncsc-wellnesspictureheadline__image--layout-below {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ncsc-wellnesspictureheadline__image-wrapper:only-child .ncsc-wellnesspictureheadline__image {
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .ncsc-wellnesspictureheadline__title--layout-on {
    background-color: #eee;
    color: #000;
    text-align: center;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .ncsc-wellnesspictureheadline__title--layout-on h1, .ncsc-wellnesspictureheadline__title--layout-on h2, .ncsc-wellnesspictureheadline__title--layout-on h3, .ncsc-wellnesspictureheadline__title--layout-on h4, .ncsc-wellnesspictureheadline__title--layout-on h5, .ncsc-wellnesspictureheadline__title--layout-on h6 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .ncsc-wellnesspictureheadline__title--layout-on {
    position: absolute;
    display: block;
    top: auto !important;
    left: -0.5rem;
    right: 1rem;
    bottom: 1rem;
    padding: 0;
    font-variation-settings: "wdth" 125;
    text-wrap: balance;
  }
  .ncsc-wellnesspictureheadline__title--layout-on h1, .ncsc-wellnesspictureheadline__title--layout-on h2, .ncsc-wellnesspictureheadline__title--layout-on h3, .ncsc-wellnesspictureheadline__title--layout-on h4, .ncsc-wellnesspictureheadline__title--layout-on h5, .ncsc-wellnesspictureheadline__title--layout-on h6 {
    color: #fff !important;
    text-align: left;
    background-color: var(--c1);
    border-radius: 4px;
    display: inline;
    padding: 0.1em 0.5em;
    line-height: 1.2em;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
  }
}
.ncsc-wellnesspictureheadline__title--layout-above, .ncsc-wellnesspictureheadline__title--layout-below {
  background-color: #eee;
  color: #000;
  text-align: center;
  padding: 0.5rem 1rem;
}
.ncsc-wellnesspictureheadline__title--layout-above h1, .ncsc-wellnesspictureheadline__title--layout-above h2, .ncsc-wellnesspictureheadline__title--layout-above h3, .ncsc-wellnesspictureheadline__title--layout-above h4, .ncsc-wellnesspictureheadline__title--layout-above h5, .ncsc-wellnesspictureheadline__title--layout-above h6, .ncsc-wellnesspictureheadline__title--layout-below h1, .ncsc-wellnesspictureheadline__title--layout-below h2, .ncsc-wellnesspictureheadline__title--layout-below h3, .ncsc-wellnesspictureheadline__title--layout-below h4, .ncsc-wellnesspictureheadline__title--layout-below h5, .ncsc-wellnesspictureheadline__title--layout-below h6 {
  margin: 0;
}
.ncsc-wellnesspictureheadline__title--layout-above {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ncsc-wellnesspictureheadline__title--layout-below {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ncsc-wellnesspictureheadline--has-bg-image .ncsc-wellnesspictureheadline__title--layout-on {
  left: calc(45px - 0.5rem);
  right: calc(45px + 1rem);
  bottom: calc(45px + 1rem);
}