pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

.block.teasercardblock a[data-block-clickable-link=true] {
  z-index: 1;
}

pn-teaser-card {
  width: 100%;
  height: 100%;
  display: flex;
}
pn-teaser-card .pn-teaser-card__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 2.4rem;
  width: 100%;
}
pn-teaser-card .pn-teaser-card__container__image__container {
  width: 100%;
  position: relative;
}
pn-teaser-card .pn-teaser-card__container__image__container > [slot=illustration] {
  clip-path: ellipse(100% 90% at 50% 0%);
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
}
pn-teaser-card .pn-teaser-card__container__image__container > [slot=illustration] > picture > img {
  width: 100%;
  height: auto;
  transition: 0.4s ease-in-out;
  transform: scale(1);
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 50% 0;
}
pn-teaser-card .pn-teaser-card__container__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 100%;
  gap: 3.2rem;
  padding: 2.4rem 2.4rem;
  padding-top: 0;
}
pn-teaser-card .pn-teaser-card__container__content__text__container__heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.64rem;
  margin-bottom: 0;
}
pn-teaser-card .pn-teaser-card__container__content__text__container__preamble {
  padding-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.24rem;
  margin-bottom: 0;
}
pn-teaser-card .pn-teaser-card__container__content__text__container__label {
  display: block;
  margin-bottom: 1.6rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
}
pn-teaser-card .pn-teaser-card__container__content__cta > pn-button {
  align-self: flex-end;
  width: 100%;
}
pn-teaser-card .pn-teaser-card__container__content__cta > pn-button a:hover {
  text-decoration: none;
}
pn-teaser-card .pn-teaser-card__container__content__cta > pn-button > button > .pn-button-bg, pn-teaser-card .pn-teaser-card__container__content__cta > pn-button > a > .pn-button-bg {
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  pn-teaser-card .pn-teaser-card__container__content__cta > pn-button {
    width: fit-content;
  }
}
pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  color: #005d92;
}
pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated pn-icon svg {
  transition: 0.3s ease-in-out;
  position: relative;
  left: -0.3rem;
}
pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated pn-icon svg path {
  fill: #005d92;
}
pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated[target=_blank]:not(.pn-button):after {
  display: none;
}

pn-teaser-card[data-card-color=coral] > .pn-teaser-card__container {
  background-color: #fdefee;
}

pn-teaser-card[data-card-color=green] > .pn-teaser-card__container {
  background-color: #dcf6e7;
}

pn-teaser-card[data-card-color=blue] > .pn-teaser-card__container {
  background-color: #effbff;
}

pn-teaser-card[data-card-color=blue50] > .pn-teaser-card__container {
  background-color: #e0f8ff;
}

pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container {
  background-color: #00a0d6;
}
pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__label,
pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__heading,
pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__preamble,
pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container .pn-teaser-card__container__content__cta .secondary-link--animated {
  color: #ffffff;
}
pn-teaser-card[data-card-color=blue400] > .pn-teaser-card__container .secondary-link--animated > pn-icon > svg > path {
  fill: #ffffff;
}

pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container {
  background-color: #0d234b;
}
pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__heading {
  color: #8eddf9;
}
pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__label,
pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container .pn-teaser-card__container__content__text__container__preamble,
pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container .pn-teaser-card__container__content__cta .secondary-link--animated {
  color: #ffffff;
}
pn-teaser-card[data-card-color=blue900] > .pn-teaser-card__container .secondary-link--animated > pn-icon > svg > path {
  fill: #ffffff;
}

pn-teaser-card[data-card-color=white] > .pn-teaser-card__container {
  background-color: #ffffff;
}

.teasercardlistblock .teasercardblock.has-bg {
  background-color: transparent;
  background: transparent;
}

@media screen and (min-width: 1200px) {
  .onequarterwidth:not(.familywrapperblock) .pn-teaser-card__container__content__text__container__label {
    margin-bottom: 0.8rem;
  }
}

.onethirdwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image,
.onequarterwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image {
  padding-top: 2.4rem;
}
.onethirdwidth:not(.familywrapperblock) .pn-teaser-card__container__content__cta .secondary-link--animated,
.onequarterwidth:not(.familywrapperblock) .pn-teaser-card__container__content__cta .secondary-link--animated {
  font-weight: 400;
}

.halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated {
  font-weight: 400;
}
.halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image {
  padding-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated {
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image {
    padding-top: 4rem;
  }
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content {
    padding: 0 4rem 4rem;
  }
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__text__container__heading {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.52rem;
  }
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__text__container__preamble {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1640px) {
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image {
    padding-top: 5.6rem;
  }
  .halfwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content {
    padding: 0 5.6rem 5.6rem;
  }
}

.fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated {
  font-weight: 400;
}
.fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container--no-image {
  width: auto;
  padding-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .fullwidth:not(.familywrapperblock) pn-teaser-card {
    min-height: 35rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__cta .secondary-link--animated {
    font-weight: 500;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container {
    flex-direction: row;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content {
    align-self: center;
    gap: 2.4rem;
    padding: 3.2rem 3.2rem 3.2rem 2.4rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container > [slot=illustration] {
    border-top-left-radius: 2.4rem;
    border-bottom-left-radius: 2.4rem;
    clip-path: ellipse(100% 100% at 0% 50%);
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__image__container > [slot=illustration] > picture > img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .fullwidth:not(.familywrapperblock) pn-teaser-card {
    min-height: 52rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content {
    padding: 4rem 4rem 4rem 3.2rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__text__container__heading {
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 5.28rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card .pn-teaser-card__container__content__text__container__preamble {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .fullwidth:not(.familywrapperblock) pn-teaser-card[data-card-alignment=right] .pn-teaser-card__container {
    flex-direction: row-reverse;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card[data-card-alignment=right] .pn-teaser-card__container__content {
    padding: 3.2rem 2.4rem 3.2rem 3.2rem;
  }
  .fullwidth:not(.familywrapperblock) pn-teaser-card[data-card-alignment=right] .pn-teaser-card__container__image__container > [slot=illustration] {
    border-bottom-right-radius: 2.4rem;
    clip-path: ellipse(100% 100% at 100% 50%);
  }
}
@media screen and (min-width: 1200px) {
  .fullwidth:not(.familywrapperblock) pn-teaser-card[data-card-alignment=right] .pn-teaser-card__container__content {
    padding: 4rem 3.2rem 4rem 4rem;
  }
}

pn-teaser-card.teaser-card--hover-effect:hover {
  cursor: pointer;
}
pn-teaser-card.teaser-card--hover-effect:hover .pn-teaser-card__container__image__container [slot=illustration] picture > img {
  transform: scale(1.02);
  filter: brightness(0.85);
}
pn-teaser-card.teaser-card--hover-effect:hover .secondary-link--animated {
  text-decoration: underline;
}
pn-teaser-card.teaser-card--hover-effect:hover .secondary-link--animated pn-icon svg {
  left: 0;
}
pn-teaser-card.teaser-card--hover-effect:hover pn-button button .pn-button-bg,
pn-teaser-card.teaser-card--hover-effect:hover pn-button a .pn-button-bg {
  background-color: #0d234b;
}
pn-teaser-card.teaser-card--hover-effect:hover[data-card-color=blue900] pn-button button .pn-button-bg,
pn-teaser-card.teaser-card--hover-effect:hover[data-card-color=blue900] pn-button a .pn-button-bg {
  background-color: #00a0d6;
}