/*
    CSS Version Neudesign
*/
html,
body {
  font-family: "onest", sans-serif !important;
}
input:focus,
select:focus {
  border-width: 2px !important;
  border-color: #6a3dc4 !important;
  outline: none;
}
.bn_bodystan {
  background-color: #f1edea;
  overflow-x: hidden;
}
.bnv_header {
  overflow: hidden;
  height: 105px;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.bnv_headerinnerbox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.bnv_onl {
  transform: translateY(20px);
}
.bnv_onr {
  transform: translateY(-26px) translateX(8px);
}
.bnv_logo {
  width: 140px;
  cursor: pointer;
}
.bnv_mainframe {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

.bnv_mainheader {
  max-width: 100%;
  color: var(--bnv_headercolor);
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
  font-size: 32px;
}
.bnv_inputframe {
  width: min(640px, 95vw);
  border-radius: 15px;
  background-color: #f8f5f4;
  border: 1px solid #ffffff;
  padding: 18px;
  box-sizing: border-box;
}
.bnv_questwrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 34px;
}
.bnv_questwrapperquestions {
  gap: 0;
}
.bnv_kk_logo {
  left: 11px;
  width: 22px;
}
.bnv_inputupdate {
  width: 100%;
  background-color: white;
  border-color: #c5c9dc;
  font-size: var(--Typography-link2);
  color: #474a73;
}
.bnv_img_inputerror {
  display: none;
  position: absolute;
  width: 16px;
  right: 32px;
}
.bnv_img_inputerror_select {
  right: 32px;
}
.bnv_select_arraow {
  right: 12px;
}
.bnv_errortext {
  left: 0%;
  top: 110%;
  color: var(--color-text-error);
  font-size: var(--Typography-body4);
}
.bnv_inputheader {
  color: var(--bnv_headercolor);
  font-size: var(--Typography-headline3);
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.bnv_availiblewrapper {
  margin-top: 45.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.bnv_availiblebox {
  opacity: 0;
  padding: 12px;
  box-sizing: border-box;
  width: 229px;
  border-radius: var(--radius-md);
  background-color: white;
  border: 1px solid #c6bef4;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(82, 10, 235, 0.05),
    0 2px 12px rgba(4, 125, 255, 0.05), 0 1px 8px rgba(82, 10, 235, 0.08);
}
.bnv_availiblenum {
  margin: 0;
  font-weight: 600;
  font-size: var(--Typography-headline1);
  color: #2d1a5b;
}
.bnv_availibletext {
  margin: 0;
  font-size: var(--Typography-body4);
  color: #474a73;
}
.bnv_infowrapper {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.bnv_infoheader {
  color: var(--bnv_headercolor);
  font-weight: 600;
  margin: 0;
  font-size: var(--Typography-headline3);
  text-align: center;
}
.bnv_infocheckholder {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.bnv_infocheckbox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 12px;
}
.bnv_infocheck {
  width: 10.67px;
}
.bnv_infochecktext {
  margin: 0;
  font-size: var(--Typography-body4);
  color: #474a73;
}
.bnv_stylestripe {
  margin-top: 45.5px;
  margin-bottom: 24px;
  border-top: 1px solid #c5c9dc;
  width: 100%;
}
.bnv_buttonholder {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-bottom: 6px;
}
.bnv_questbutpos {
  position: absolute;
}
.bnv_errortooltip {
  display: none;
  width: 319px;
  border-radius: var(--radius-sm);
  top: -160%;
  background-color: #333346;
  position: absolute;
  color: white;
  padding: 14px;
  font-size: var(--Typography-body3);
  box-shadow: 0 12px 16px -4px var(--ColorsEffectsShadows-shadow-lg01, rgba(0, 0, 0, 0.2)),
    0 4px 6px -2px var(--ColorsEffectsShadows-shadow-lg02, rgba(0, 0, 0, 0.12)),
    0 2px 2px -1px var(--ColorsEffectsShadows-shadow-lg03, rgba(0, 0, 0, 0.08));
}
.bnv_errortooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -5px; /* halb „versenkt“, damit sie „andockt“ */
  right: 50%; /* Abstand zur rechten Ecke – nach Bedarf anpassen */
  background: #333346; /* gleiche Farbe wie Tooltip */
  transform: translateX(50%) rotate(45deg);
  /* optional: kleine Abrundung & Schatten für sauberen Übergang */
  border-bottom-left-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.06);
}
.bnv_trustwrapper {
  margin-top: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.bnv_trustheader {
  font-size: var(--Typography-headline1);
  color: var(--bnv_headercolor);
  font-weight: 600;
  margin: 0;
}
.bnv_trustcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 16px;
}
.bnv_trustadvanbox {
  width: 516px;
  height: 228px;
  border-radius: var(--radius-md);
  border: 1px solid #c5c9dc;
  padding: 32px 24px;
  box-sizing: border-box;

  background: radial-gradient(
      at left bottom,
      rgba(232, 229, 29, 0.116),
      rgba(232, 229, 29, 0.164),
      #520aeb10,
      #edf4ff10
    ),
    url(../bilder/bonusrechner/isometric-sleep-man.png) no-repeat right center,
    #f5f5f5;
}
.bnv_trustadvanheader {
  margin: 0;
  color: var(--bnv_headercolor);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.bnv_trustadvancheckwrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}
.bnv_trustadvancheckcon {
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: flex-start;
  gap: 12px;
  width: 60%;
}
.bnv_trustadvancheckimg {
  width: 16px;
}
.bnv_trustadvanchecktext {
  margin: 0;
  color: #474a73;
  font-weight: 400;
  font-size: var(--Typography-body4);
  line-height: 140%;
}
.bnv_trustratebox {
  background-color: white;
  width: 304px;
  height: 228px;
  border-radius: var(--radius-md);
  border: 1px solid #c5c9dc;
  padding: 32px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.bnv_trustrateheader {
  margin: 0;
  color: var(--bnv_headercolor);
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  font-size: (--heading-font-size);
}
.bnv_trustratepeople {
  width: 192px;
}
.bnv_trustratebotbox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 12px;
}
.bnv_trustraterate {
  font-weight: 500;
  font-size: var(--highlight-font-size);
}
.bnv_trustratestar {
  width: 24px;
}
.bnv_trustrategoogle {
  font-weight: 500;
  font-size: var(--highlight-font-size);
}
.bnv_trustrategpic {
  width: 24px;
}
.bnv_logowrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 32px;
  padding: 24px 0px;
  margin-bottom: 64px;
  box-sizing: border-box;
}

.bnv_logobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* zentriert horizontal */
  align-items: center; /* zentriert vertikal */
  gap: 40px; /* Abstand zwischen Logos */
  width: 690px;
  margin: 0 auto;
}

.bnv_logolink {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 185px; /* optional, um die Breite einzuschränken */
}

.bnv_trustlogo {
  max-width: 100%;
  max-height: 40px; /* einheitliche Höhe für alle Logos */
  object-fit: contain;
  filter: grayscale(100%); /* optional: Logos in Graustufen */
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.bnv_trustlogo:hover {
  opacity: 1;
}
.bnv_overlaywrapper {
  display: none;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}
.bnv_overlaywrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #141b2880;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bnv_overlaybox {
  width: min(434px, 90vw);
  border-radius: var(--radius-md);
  padding: 24px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  box-shadow: 40px 50px 80px 0px #0000000a;
  gap: 20px;
}
.bnv_overlayheader {
  color: var(--bnv_headercolor);
  font-size: var(--Typography-headline3);
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.bnv_overlaytext {
  color: #474a73;
  font-size: var(--Typography-body3);
  margin: 0;
  text-align: center;
}
.bnv_overlayleav {
  color: #6a3dc4;
  text-decoration: none;
}
.bnv_salary_tooltip {
  position: absolute;
  right: 12px;
}
/* Animierter Placeholder-Effekt für Krankenkassen Input */
.bnv_questwrapper .bn_selectwrap.kk-field {
  position: relative;
}

.bnv_questwrapper .bn_selectwrap.kk-field .animated-placeholder {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #474a73;
  font-size: var(--Typography-link2);
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 5px;
  z-index: 2;
  border-radius: 5px;
}

.bnv_questwrapper
  .bn_selectwrap.kk-field
  .bnv_inputupdate:focus
  + .animated-placeholder,
.bnv_questwrapper
  .bn_selectwrap.kk-field
  .bnv_inputupdate.has-value
  + .animated-placeholder,
.bnv_questwrapper .bn_selectwrap.kk-field.focused .animated-placeholder {
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  font-size: var(--Typography-body4);
  color: #474a73;
}

/* Animierter Placeholder-Effekt für Bundesland Select */
.bnv_questwrapper .bn_selectwrap.bund-field {
  position: relative;
}

.bnv_questwrapper .bn_selectwrap.bund-field .animated-placeholder {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #474a73;
  font-size: var(--Typography-link2);
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 5px;
  z-index: 2;
  border-radius: 5px;
}

.bnv_questwrapper
  .bn_selectwrap.bund-field
  .bnv_inputupdate:focus
  + .animated-placeholder,
.bnv_questwrapper
  .bn_selectwrap.bund-field
  .bnv_inputupdate.has-value
  + .animated-placeholder,
.bnv_questwrapper .bn_selectwrap.bund-field.focused .animated-placeholder {
  top: 0;
  transform: translateY(-50%);
  font-size: var(--Typography-body4);
  color: #474a73;
}

.bnv_questwrapper .bn_selectwrap.bund-field .bnv_inputupdate {
  color: transparent;
}

.bnv_questwrapper .bn_selectwrap.bund-field .bnv_inputupdate:focus,
.bnv_questwrapper .bn_selectwrap.bund-field .bnv_inputupdate.has-value,
.bnv_questwrapper .bn_selectwrap.bund-field.focused .bnv_inputupdate {
  color: #717680;
}

.bnv_questwrapper
  .bn_selectwrap.bund-field
  .bnv_inputupdate
  option:first-child {
  display: none;
}

/* Animierter Placeholder-Effekt für Berufsgruppe Select */
.bnv_questwrapper .bn_selectwrap.employ-field {
  position: relative;
}

.bnv_questwrapper .bn_selectwrap.employ-field .animated-placeholder {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #474a73;
  font-size: var(--Typography-link2);
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 5px;
  z-index: 2;
  border-radius: 5px;
}

.bnv_questwrapper
  .bn_selectwrap.employ-field
  .bnv_inputupdate:focus
  + .animated-placeholder,
.bnv_questwrapper
  .bn_selectwrap.employ-field
  .bnv_inputupdate.has-value
  + .animated-placeholder,
.bnv_questwrapper .bn_selectwrap.employ-field.focused .animated-placeholder {
  top: 0;
  transform: translateY(-50%);
  font-size: var(--Typography-body4);
  color: #474a73;
}

.bnv_questwrapper .bn_selectwrap.employ-field .bnv_inputupdate {
  color: transparent;
}

.bnv_questwrapper .bn_selectwrap.employ-field .bnv_inputupdate:focus,
.bnv_questwrapper .bn_selectwrap.employ-field .bnv_inputupdate.has-value,
.bnv_questwrapper .bn_selectwrap.employ-field.focused .bnv_inputupdate {
  color: #717680;
}

.bnv_questwrapper
  .bn_selectwrap.employ-field
  .bnv_inputupdate
  option:first-child {
  display: none;
}

/* Animierter Placeholder-Effekt für Jahresgehalt Input */
.bnv_questwrapper .bn_selectwrap.salary-field {
  position: relative;
}

.bnv_questwrapper .bn_selectwrap.salary-field .animated-placeholder {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #474a73;
  font-size: var(--Typography-link2);
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 5px;
  z-index: 2;
  border-radius: 5px;
}

.bnv_questwrapper
  .bn_selectwrap.salary-field
  .bnv_inputupdate:focus
  + .animated-placeholder,
.bnv_questwrapper
  .bn_selectwrap.salary-field
  .bnv_inputupdate.has-value
  + .animated-placeholder,
.bnv_questwrapper .bn_selectwrap.salary-field.focused .animated-placeholder {
  top: 0;
  left: 16px;
  transform: translateY(-50%);
  font-size: var(--Typography-body4);
  color: #474a73;
}

.bnv_questwrapper .bn_selectwrap.salary-field .bnv_inputupdate {
  color: #717680;
}

.bnv_salary_toolbox .bn_toolboxheader {
  color: var(--bnv_headercolor);
  font-weight: 600;
  font-size: var(--Typography-body3);
  margin: 0 0 8px 0;
}

.bnv_salary_toolbox .bn_toolboxtext {
  color: #474a73;
  font-size: var(--Typography-body4);
  line-height: 140%;
  margin: 0;
}

.bnv_policwrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: flex-start;
  gap: 8px;
}
.bnv_policcheck {
  width: 20px;
  height: 20px;
  transform: translateY(-3px) scale(1.4);
  accent-color: #7f56d9;
  border-color: red !important;
}
.bnv_polictext {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #414651;
}
.bnv_policlink {
  color: #6a3dc4;
}
.bnv_sparwrapper {
  width: 100%;
  height: 132px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

/* Visibility states for header/sparbox toggle based on salary input */
.bnv_sparwrapper.show-header .bnv_mainheader {
  display: block;
}

.bnv_sparwrapper.show-header .bnv_sparbox {
  display: none;
}

.bnv_sparwrapper.show-sparbox .bnv_mainheader {
  display: none;
}

.bnv_sparwrapper.show-sparbox .bnv_sparbox {
  display: flex;
}

/* Default state: show header */
.bnv_sparwrapper .bnv_mainheader {
  display: block;
}

.bnv_sparwrapper .bnv_sparbox {
  display: none;
}

.bnv_sparbox {
  width: min(480px, 95vw);
  height: 62px;
  background-color: white;
  border-radius: var(--radius-md);
  border: 1px solid #c6bef4;
  padding: 8px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(82, 10, 235, 0.05),
    0 2px 12px rgba(4, 125, 255, 0.05), 0 1px 8px rgba(82, 10, 235, 0.08);
}
.bnv_spartext {
  font-size: 20px;
  color: #474a73;
  margin: 0;
}
.bnv_sparnum {
  margin: 0;
  font-size: 32px;
  color: #089355;
  font-weight: 600;
}
.bnv_label_age {
  padding: 0px 4px;
  box-sizing: border-box;
  position: absolute;
  font-size: 14px;
  background-color: white;
  border-radius: 5px;
  top: 0;
  left: 6px;
  transform: translateY(-50%);
  color: #474a73;
}
.gender_allbox {
  margin-bottom: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
}
.bnv_genderquestwrapper {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #c5c9dc;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
/* .gendermiddelstripe{
    width: 1px;
    height: 100%;
    border-left: 2px solid #C5C9DC;
} */

.gender_option_btn {
  width: 33.3%;
  padding: 12px;
  font-size: 16px;
  border: none;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
  color: #474a73;
  font-weight: 500 !important;
}

.gender_option_btn:not(:first-child) {
  border-left: 1px solid #c5c9dc;
}
.bnv_questskipwrappe {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.bnv_questskiptext {
  margin: 0;
  color: #474a73;
  font-size: var(--Typography-body3);
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .bnv_trustcontainer {
    flex-direction: column;
  }
  .bnv_trustadvanbox {
    width: min(640px, 95vw);
  }
  .bnv_trustratebox {
    width: min(640px, 95vw);
  }
  .bn_questcon_info {
    opacity: 0;
  }
}
@media only screen and (max-width: 550px) {
  .bnv_mainheader {
    font-size: 24px;
  }
  .bnv_inputheader {
    font-size: 20px;
  }
  .bnv_infoheader {
    font-size: 20px;
  }
  .bnv_trustheader {
    font-size: 24px;
    text-align: center;
  }
  .bnv_trustadvanbox {
    height: 311px;
    background: radial-gradient(
        at left bottom,
        rgba(232, 229, 29, 0.116),
        rgba(232, 229, 29, 0.164),
        #520aeb10,
        #edf4ff10
      ),
      url(../bilder/bonusrechner/isometric-sleep.man-mobil.png) no-repeat bottom
        center / 100%,
      #f5f5f5;
  }
  .bnv_trustadvanheader {
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .bnv_trustadvancheckcon {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .bnv_trustrateheader {
    font-size: 20px;
  }
  .bnv_trustratebox {
    height: auto;
  }
  .bnv_logolink {
    max-width: 110px;
  }
  .bnv_spartext {
    font-size: 18px;
  }
  .bnv_sparnum {
    font-size: 24px;
  }
  .bnv_sparbox {
    height: 53px;
  }
  .bnv_policcheck {
    width: 20px;
    height: 20px;
    transform: translateY(-3px) scale(1);
    accent-color: #7f56d9;
    border-color: red !important;
  }
  .bnv_infoheader {
    font-size: 24px !important;
    width: 99% !important;
  }
  .bnv_overlayheader {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .bnv_funnelprimary {
    width: 100% !important;
  }
  .bn_backbut {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 345px) {
  .bnv_infochecktext {
    text-align: center;
  }
}
