/* Superhero */
  .superhero__wrapper .superhero__content-wrapper {
    background-color: #f2f2f2!important; }

    .primary-color .superhero__wrapper .superhero__content-wrapper {
      background-color: #f2f2f2!important }

      @media (min-width: 768px) {
        .superhero__wrapper .superhero__video-wrapper .superhero__video--controls .superhero__video-button:hover {
          background-color: #f2f2f2!important;}

.superhero__wrapper .superhero__content-wrapper {
 background-color: #f2f2f2!important;
}

      .superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-primary .cta-btn {
        background-color: #d93954!important;
        border: 1px solid #d93954!important;
        color: #ffffff; }

        .superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-primary .cta-btn:hover {
          border-color: #2d2d2d;
          background-color: #2d2d2d!important;
        border: 1px solid #2d2d2d!important;
}

        .superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-secondary .cta-btn:hover {
          background-color: #2d2d2d!important;
        border: 1px solid #2d2d2d!important;
          color: #ffffff; }

 }

.superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-primary .cta-btn {
        background-color: #d93954!important;
        border: 1px solid d93954!important;
    color: #fff;}
        .superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-primary .cta-btn:hover {
          border-color: #d2d2d2d;
          background-color: #d2d2d2d!important;}

        .superhero__wrapper .superhero__content-wrapper .superhero__button-wrapper .superhero__button.cta-btn-secondary .cta-btn:hover {
          background-color: #2d2d2d!important;
border-color: #d2d2d2d;
          color: #ffffff; }

@media (min-width: 768px) {
    .superhero__wrapper .superhero__content-wrapper .superhero__subtitle {
font-family: Arial, Sans-Serif!important;
font-size: 24px!important;
    }
}

.superhero__wrapper .superhero__content-wrapper .superhero__subtitle {
    font-family: Arial, Sans-Serif!important;
    line-height: 28px!important;
}

.superhero__wrapper .superhero__content-wrapper .superhero__description {
    margin-top: 20px!important;
}

/* Separator  */
.standard-spacing .separator {
    margin-top: 20px;}


/* Numbered text  */
.numbered-text {font-size: 14px;margin: 0;padding: 0;line-height: 1;display: flex; align-items: center;}
.first-number {display: flex;justify-content: center;align-items: center;width: 28px;height: 28px;border: 2px solid #d93954;border-radius: 50%;color: #d93954;font-weight: bold;margin-right: 8px;font-family: sans-serif;font-size: 14px;flex-shrink: 0;line-height: 1;}
.first-text {color: #464646; line-height: 1;}

/* Collection V3 hack - Script separat */
.collection-v3 {
    margin-top: 0px;
}

  h2.collection-v3-listing__heading {
    /* Beispiel-Styles, bitte ggf. anpassen */
    font-size: 2.375rem;
    line-height: 1.3em;
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-style: normal;
    font-weight: normal;
    color: #2d2d2d;
  }

@media (max-width: 767px) {
h2.collection-v3-listing__heading {
        font-size: 1.6rem;
        line-height: 1.2em;
padding: 10px 0 20px;
    }
}

/* Contacts-people-collection - Script separat */
.people-component .people-component-list-container .people-contact-collection-cards-container .people-contact-collection-bio .people-contact-collection-title a {
    text-decoration-line: underline;
}

.people-component .people-collection-title {
    font-size: 2.375rem;
    line-height: 1.3em;
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-style: normal;
    font-weight: normal;
    color: #2d2d2d;
padding-top: 0px;
    padding-bottom: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px) {
.people-component .people-collection-title {
        font-size: 1.6rem;
        line-height: 1.2em;
margin: 20px 0 10px;
    }
}


