html {
  background: #fff;
}

html.bjpfg--variant-light * {
  outline-color: rgb(167, 22, 128);
}

body h1,
html.bjpfg--variant-light .bjpfg-icon {
  color: rgb(167, 22, 128);
}

body h2,
body h3,
body h4,
body h5,
body h6 {
  color: rgb(167, 22, 128);
}


body button:not(.--link).--primary:not([disabled]) {
  color: #fff;
  font-weight: 600;
  background: rgb(167, 22, 128);
}

body button:not(.--link).--primary:not([disabled]):hover {
  color: rgb(167, 22, 128);
  font-weight: 600;
  background: #fff;
}

body .bjpfg-tos__confirm {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

body button:not(.--link):not([disabled]):hover {
  -webkit-box-shadow: inset 0 0 0 1px rgb(167, 22, 128);
  box-shadow: inset 0 0 0 1px rgb(167, 22, 128);
}

body .bjpfg-popover {
  border: 2px solid rgb(167, 22, 128);
}

body button:not(.--link) {
  color: rgb(167, 22, 128);
  font-weight: 600;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 1px rgb(167, 22, 128), inset 0 -1px 0 rgb(167, 22, 128);
  box-shadow: inset 0 0 0 1px rgb(167, 22, 128), inset 0 -1px 0 rgb(167, 22, 128);
}

body button:not(.--link):hover,
body button:not(.--link):not([disabled]):hover,
body button:not(.--link):hover .bjpfg-icon {
  color: #fff;
  background-image: none;
  background-color: rgb(167, 22, 128);
}

body button:not(.--link):disabled:hover {
  color: rgba(92, 112, 128, 0.5);
  background-image: none;
  background-color: #f5f5f5;
}

html.bjpfg--variant-dark button:not(.--link),
html.bjpfg--variant-dark .bjpfg-icon {
  color: rgb(167, 22, 128);
}

html.bjpfg--variant-dark button:not(.--link) {
  color: rgb(167, 22, 128);
  background: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
  color: rgb(167, 22, 128);
  background-color: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover .bjpfg-icon {
  color: #fff;
  background-color: transparent;
}

html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]),
html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
  color: #fff;
}

body .bjpfg-submit {
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

body input:not([type=checkbox]).--disabled,
body input:not([type=checkbox]):disabled,
body select.--disabled, select:disabled,
body textarea.--disabled,
body textarea:disabled,
body button:not(.--link).--disabled,
body button:not(.--link):disabled {
  background-color: #f5f5f5;
}

section[aria-label="Startseite"] > div:nth-child(2) > p,
section[aria-label="Startseite"] > div:nth-child(4) > p {
  font-size: 0 !important;
}

section[aria-label="Startseite"] > div:nth-child(2) > p:before {
  content: 'Um fortzufahren, musst du die Datenschutzhinweise gelesen und bestätigt haben.';
  font-size: 16px !important;
}

section[aria-label="Startseite"] > div:nth-child(4) > p:before {
  content: 'Besitzt du bereits eine Datei mit deinem Lebenslauf, kannst du damit, soweit möglich, das Formular automatisch ausfüllen lassen.';
  font-size: 16px !important;
}

