   .c-form .formError,
.c-form .js-clientsidevalidation-errmsg[aria-hidden=false] {
  background: #f7e5e6;
  padding: 5px;
  border: solid 2px;
}
.c-mobile-nav__button, .c-mobile-nav__link, .c-mobile-nav__item--blue > strong {
  width: 100%;
  padding: 15px 0;
  color: #004F80;
  font-weight: bold;
  line-height: inherit;
  text-align: left;
  display: block;
}
.c-mobile-nav__link--blue, .c-mobile-nav__item--blue > strong {
  background: #B4C1D0;
  padding: 15px;
  border-bottom: 2px solid #E1E6EC;
}

.c-mobile-nav .navServiceOnlineServices > button::before,
.c-mobile-nav .navServiceOnlineServices > a::before {
  content: '';
  background: url(https://www.deutsche-rentenversicherung.de/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=11) no-repeat -1542px -1533px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  position: relative;
  top: 2px;
  right: 5px;
}
abbr, abbr[title],
dfn,
dfn[title] {
  position: relative;
  border-bottom: none;
}
abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);  
  position: absolute;
  left: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
}
.t-provider .c-page-header-slider {
  background-color: #E1E6EC;
}

.c-page-header__media:has(*:focus)::before {
  --outline-offset: -4px;
  width: 100%;
  height: 100%;
  position: absolute;
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
  z-index: 1000000000000;
}

.c-bubble--blue .c-bubble__top,
.c-bubble--blue .c-bubble__bottom {
    background-color: #2E517B;
}
.c-bubble--blue .c-bubble__content::before {
    background-color: #2E517B;
}
 