/** START LOGO OVERRIDE **/
body .ping-signin .ping-footer-container .ping-footer .ping-credits, body .ping-password .ping-footer-container .ping-footer .ping-credits {
    visibility: visible;
    background-image: url("../images/logo_footer.png");
  }
/** STOP FOOTER OVERRIDE **/


/** START FOOTER OVERRIDE **/
.ping-credits {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 140px;
    font-size: 0;
    background: transparent url("../images/logo_footer.png") no-repeat;
    background-size: contain;
    color: #fff;
    margin: 10px 0;
  }
  .ping-credits span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 1px 1px 0;
    font-size: 13px;
    color: #929aa1;
  }

  .ping-copyright {
    position: relative;
    left: -7px;
  }
/** END FOOTER OVERRIDE **/

/** START WEBFONTS OVERRIDE **/
.ping-header.has-logo .company-logo img {
    max-height: 20rem;
    width: auto;
}


/** START WEBFONTS OVERRIDE **/

@font-face {
    font-family: 'wuerthsans_book';
    src: url('../fonts/new_wuerth_fonts/WuerthSansVF-Standard.woff2') format('woff2'),
    url('../fonts/new_wuerth_fonts/WuerthSansUI-VF_V1_000.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'wuerthsans_black';
    src: url('../fonts/new_wuerth_fonts/WuerthSansVF-Standard.woff2') format('woff2'),
    url('../fonts/new_wuerth_fonts/WuerthSansVF-Standard.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}





* {
  box-sizing: border-box !important;
}

html {
  font-size: 62.5% !important;
}
.ping-container {
  background-color: #ffffff !important;
}

body .ping-signin .ping-header,
body .ping-password .ping-header {
  padding: 4.8rem 2.4rem 0 2.4rem !important;
  background-color: #ececec !important;
}

body a {
  font-family: 'wuerthsans_book';
   font-size: 1.7rem !important;
}

.ping-header {
  font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal !important;
  font-size: 3rem !important;
}

body .ping-signin .ping-body-container,
body .ping-password .ping-body-container {
  padding: 2.4rem !important;
  background-color: #ececec !important;
}

.ping-steps {
  position: relative !important;
  padding: 2.4rem 0 !important;
}
.ping-steps .step span {
  background-color: #ffffff !important;
  border-color: #959595 !important;
  width: 4rem !important;
  height: 4rem !important;
  border-radius: 50% !important;
  font-size: 2rem !important;
  font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  padding: 1rem !important;
}

.ping-steps .step label {
  font-family: wuerthsans_book, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  color: #3a3a3a !important;
}

.ping-steps .step.active span {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}

.ping-steps-bg-line {
  position: relative !important;
  top: 2rem !important;
  border-bottom: 1px solid #ececec !important;
  width: 100% !important;
}

.ping-messages > div:last-child {
  margin-bottom: 2.4rem !important;
}

.ping-messages {
  font-family: wuerthsans_book, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 2rem !important;
  line-height: 1.3 !important;
  color: #000000 !important;
}

.ping-input-label {
  font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  color: #000000 !important;
  text-transform: none !important;
  margin-bottom: 0.4rem !important;
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='date'] {
  background-color: #ffffff !important;
  border: 1px solid #dedede !important;
  font-family: wuerthsans_book, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  padding: 1.2rem !important;
  margin: 0 !important;
  height: 4rem !important;
  color: #000000 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}

input:hover,
input:active,
input:focus {
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
}

.ping-input-container input[type='text'] {
  margin: 0 !important;
}

::placeholder {
  color: #959595 !important;
  font-size: 1.6rem !important;
  font-style: normal !important;
}

input[type='button'].primary,
input[type='button'].normal,
input[type='submit'].primary,
input[type='submit'].normal,
.ping-button.primary,
.ping-button.normal,
.button.primary,
.button.normal,
button.primary,
button.normal {
  font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 1.4rem !important;
  height: 4rem !important;
  line-height: 1.1 !important;
  padding: 1rem 1.2rem 0.8rem 1.2rem !important;
  color: #ffffff !important;
  border: 0.2rem solid #0093dd !important;
  background-color: #0093dd !important;
  -web-kit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  display: inline-block !important;
  width: calc(50% - 1.6rem) !important;
}

input[type='button'].primary:hover,
input[type='button'].normal:hover,
input[type='submit'].primary:hover,
input[type='submit'].normal:hover,
.ping-button.primary:hover,
.ping-button.normal:hover,
.button.primary:hover,
.button.normal:hover,
button.primary:hover,
button.normal:hover {
  background-color: #007ab7 !important;
  border-color: #0071aa !important;
  color: #ffffff !important;
}

input[type='button'].red,
input[type='submit'].red,
.ping-button.red,
.button.red,
button.red {
  color: #cc0000 !important;
  border: 0.2rem solid #cc0000 !important;
  background-color: #ffffff !important;
}

input[type='button'].red:hover,
input[type='submit'].red:hover,
.ping-button.red:hover,
.button.red:hover,
button.red:hover {
  color: #ffffff !important;
  border: 0.2rem solid #cc0000 !important;
  background-color: #cc0000 !important;
}

.ping-buttons {
  width: calc(100% + 1.6rem) !important;
  margin-left: -0.8rem !important;
}

.ping-buttons .ping-button {
  margin: 0.8rem !important;
}

a.forgot-password {
  color: #cc0000 !important;
}


.ping-header, .ping-body-container {
  max-width: 48rem !important;
  background-color: #ececec !important;
}

/** Size Header for the Logo **/
.ping-header.has-logo .company-logo {
max-height: 13rem !important;
height:13rem !important;
}

/** Logo Size **/
.ping-header.has-logo .company-logo img {
max-height:7rem !important;
width:auto !important;
}

/** Übeschreibung von 1.4rem auf 1.9rem **/
.ping-input-label, input[type='button'].primary, input[type='button'].normal, input[type='submit'].primary, input[type='submit'].normal, .ping-button.primary, .ping-button.normal, .button.primary, .button.normal, button.primary, button.normal {
font-size: 1.8rem !important;
}

body .ping-signin .ping-header, body .ping-password .ping-header {
padding-top:2rem !important;
}

/** WGS Button wird ausgeblendet **/
a.ping-button.normal.allow.red {
  display: none;
}




/** Anpassungen Allgemein ab dem 26.03.2026 ***/

.errormessage.ping-messages .ping-error,
.login-template .ping-messages .ping-error,
.ping-signin .ping-messages .ping-error {
    color: #90112c !important;
    background-image: url("../images/icon-kreuz_rot.png"); 
    background-position: left top;
    background-repeat: no-repeat; 
    background-size: 5%;
    padding-left: 8%;
    margin-top: 20px;
} 


.errormessage.ping-messages .ping-error ul li {
   list-style-type: disc;
}
   

body .ping-container .ping-header, body .ping-container .ping-body-container {   
    background-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ping-body-container .ping-input-label {
    font-family: wuerthsans_book, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}


body .ping-container .ping-body-container  {
    padding-top: 0px !important;
}

.ping-header.has-logo .company-logo img {
    max-height: 12rem !important;
    width: auto !important;
}

.ping-container .ping-header .company-logo {
   text-align: center !important;
   height: 14rem !important;
   max-height: 14rem !important;
}

.ping-container .ping-header {
   text-align: left !important;
   line-height: 1.8em !important;
}

a.password-change,a.forgot-password  {
    color: #cc0000 !important;
    text-decoration: underline;
    margin: 10px;
}

a.password-change:hover,a.forgot-password:hover  {
    color: #cc0000 !important;
    text-decoration: none;
}

body {
   background-color: #ececec !important;
   height: auto;
}

.ping-container {
    background-color: none !important;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 48rem !important;
    margin-top: 40px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    padding-top: 0px !important;
    padding-bottom: 0px;
    min-height: 0% !important;
}

.ping-buttons {
   width: 100% !important;   
}

.ping-button.normal {
   display:block !important;
   border-radius: 25px;
   width: 99% !important;
 }

html {
    background-color: #ececec !important;
    background-image: none !important;
    height: auto;
}


/** Anpassungen forgot-password ab dem 15.04.2026 ***/


.forgot-password .ping-forgot-title,
.changepassword .ping-forgot-title,
.setback .headline .ping-header
{
    font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 3rem !important;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: left;
}

.forgot-password .ping-messages,
.login-template .ping-messages,
.ping-signin .ping-messages,
.ping-body-container .section-title,
.setback .ping-body-container .ping-messages

{
    font-size: 1.8rem !important;
    margin-bottom: 35px;
}

.login-template .ping-body-container .ping-buttons #signOnButtonSpan a {
    margin-bottom: 0px !important;
}


.forgot-password .ping-input-link.ping-pass-change  {
    margin-top: 0px !important;
}

.forgot-password .ping-buttons {
    margin-top: 0px !important;
}


a.help  {
    color: #cc0000 !important;
    text-decoration: underline;
    margin: 10px;
    font-size: 16px;
}

a.help:hover  {
    color: #cc0000 !important;
    text-decoration: none;
}

ping-forgot-title  {
    color: #000000 !important;   
}

.ping-signin .text {
    font-size: 1.8rem !important;
    margin-bottom: 35px;  
}


.ping-container .buttonpic{
    text-align: center;
    display: block;
    padding-top: 30px;     
    margin-bottom: 20px;
}

.ping-container .buttonpic img{
    width: 60px;
}

.setback .ping-buttons a.ping-button{
     margin-bottom: 20px !important;
}




/** Anpassungen change-password ab dem 21.04.2026 ***/


.changepassword .ping-body-container {
    padding: 2.4rem !important;
    font-size: 1.8rem !important;
}

.changepassword .has-logo .ping-forgot-title {
    margin-bottom: 0px !important;
}

.changepassword .ping-body-container .abstand {
    margin-bottom: 26px !important;
}


/** Anpassungen Error Pages ab dem 27.04.2026 ***/

 .ping-container .ping-header.errortitle  {
   
    font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 3rem !important;
    text-align: center !important;
}

.ping-body-container .section-title.error  {
   
    font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 2rem !important;
    text-align: center;
}

.ping-body-container .top-lowered  {
   
    font-family: wuerthsans_black, futura, -apple-system, system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 2rem !important;
    margin-top: 20px;
    text-align: center;
}




.setback .ping-signin .ping-header,
.setback .ping-body-container .ping-messages  {
    text-align: center !important;
}

.setback .ping-body-container a  {
    margin-top: 0px;
    margin-bottom: 20px !important;
}

.forgot-password .ping-body-container .ping-buttons a,
.login-template .ping-body-container .ping-buttons a{
    margin-bottom: 26px !important;
}

.setback .ping-body-container .ping-messages  {
    margin-bottom: 0px;
}

.setback .ping-input-link.ping-pass-change  {
    margin-bottom: 0px;
}


.systemfehler .ping-body-container .ping-messages .ping-error {
    color: #90112c !important;
    text-align: center !important;
}


