    
.profileCard h2.author {
  color: #0b6aa5;
    }
    
.bg_ae_grey
{
    background-color: #edf2f8 !important;
}


   .tile
{
    border: 1px solid #ddd;
    margin: auto;padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fff;
   /*  border-radius: 10px; */
   border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Schatten mit horizontaler Verschiebung 0, vertikaler Verschiebung 2px, 4px Verschwommenheit und einer Deckkraft von 10% */
    min-width: 360px;
    min-height: 430px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
     color: var(--ae_main_color); 
}
.tile h2
{
    text-align: center;
color: var(--ae_color_secondary);
  font-size: 21px;
}

.tile h2::after {
    content: ""; /* Fügt ein leeres Inhaltselement hinzu */
    display: block; /* Ändert das Pseudo-Element in ein Blockelement */
    height: 1px; /* Setzt die Höhe des Pseudo-Elements auf 20 Pixel (oder die gewünschte Höhe) */
    border: 1px solid var(--ae_second_color);
    margin-top: 0.5rem;
}

.commentcontainer::before
{
    content: ""; /* Fügt ein leeres Inhaltselement hinzu */
    display: block; /* Ändert das Pseudo-Element in ein Blockelement */
    height: 1px; /* Setzt die Höhe des Pseudo-Elements auf 20 Pixel (oder die gewünschte Höhe) */
    border: 1px solid var(--ae_second_color);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.buttoncontainer {
    align-self: flex-end;
    width: 100%;
}

 #birthday
{
    width: 120px;
}

#day, #month
{
    width: 80px;
}form-group {
    margin-bottom: 0;
}



.buttoncontainer {
    align-self: flex-end;
    width: 100%;
}

 #birthday
{
    width: 120px;
}

#day, #month
{
    width: 80px;
}

.back-button
{
    color: grey;
    width: 100px;
    background-color: #fff;
    margin-left:0;
    font-size: 0.75rem;
}


.commentcontainer
{
color: grey;
font-size: 1rem;
 margin-bottom: 1em;
text-align: center;
}



.forward-button
{
     background-color: #fff;
    color: var(--ae_second_color);
    border: 1px solid var(--ae_second_color);
  width: 65%;
 border-radius: 4px; 
}
.forward-button:hover
{
     background-color: #FFF;
    color: var(--ae_second_color);
    border: 1px solid var(--ae_second_color);
}


   .formcontainer
{
color: var(--bs-body-color);
/*
         border: 1px solid #ededed;

           box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
*/
/* Schatten mit horizontaler Verschiebung 0, vertikaler Verschiebung 2px, 4px Verschwommenheit und einer Deckkraft von 10% */
    /*border-radius: 4px; */
    
    display: flex;
        justify-content: center; /* Horizontal zentrieren */
        align-items: center; /* Vertikal zentrieren */
        min-height: 400px;
       background-color: #edf2f8; 
        width:100%;
        background-color: #0e6ba6;
        padding-left: 1em;
  padding-right: 1em;

  margin-bottom: 2em;
}



#pkv-form
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  
}


#pkv-form .error
{
  font-size: 0.75em;
color:red;
}

#pkv-form .form-control
{
    border-radius:0;
}


 .custom-border-right {
      border-right: 1px solid #ccc; /* Hier kannst du die gewünschte Linienfarbe definieren */
    }
	

#question0 h3
{
	font-weight: 600;
}


#question0 ol, #question0 li
{
    margin-bottom:  2.5rem;
    color: var(--ae_color_secondary);
    
}

.tile:not(.opener)
{
    max-width:420px;
}


@media only screen and (max-width: 412px) {
.tile h2 
{
    font-size: 16px;
}
 
.custom-border-right {
      border-right: none; /* Hier kannst du die gewünschte Linienfarbe definieren */
   border-bottom:  1px solid #ccc;
   }

 
}

/* Lead PKV redesign */
.lead-pkv-page {
  --lead-blue: #075bd8;
  --lead-navy: #062d61;
  --lead-copy: #425f83;
  --lead-line: #dbe7f5;
  --lead-soft: #edf5ff;
  padding: 0;
  background: linear-gradient(110deg, #f7fbff 0%, #fff 55%, #eef6ff 100%) !important;
}

.lead-pkv-page > #content {
  max-width: 100%;
  padding: 0;
}

.lead-pkv-page .entry-content > section:first-child {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 5.5rem) 1rem 1.25rem;
}

.lead-pkv-page .formcontainer {
  display: block;
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  color: var(--lead-copy);
  background: transparent;
}

.lead-pkv-page #pkv-form {
  width: 100%;
  color: var(--lead-copy);
  font-family: inherit;
  font-size: 1rem;
}

.lead-pkv-page #question0.tile {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lead-intro {
  position: relative;
  text-align: center;
}

.lead-intro h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 1.35rem;
  color: var(--lead-navy);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.08;
  font-weight: 800;
}

.lead-intro h1 span { color: var(--lead-blue); }

.lead-intro > p {
  position: relative;
  z-index: 1;
  margin: 0 auto 2.5rem;
  color: #284766;
  font-size: 1.05rem;
  line-height: 1.7;
}

.lead-intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 2.25rem;
  color: var(--lead-navy);
  font-size: 1.4rem;
  font-weight: 800;
}

.lead-intro h2::after,
.lead-option-card h3::after,
.lead-advice-copy h2::after,
.lead-news-intro h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: .75rem auto 0;
  border: 0;
  background: var(--lead-blue);
}

.lead-watermark {
  position: absolute;
  top: 0;
  color: rgba(7, 91, 216, .07);
  font-size: clamp(7rem, 13vw, 12rem);
  line-height: 1;
  pointer-events: none;
}

.lead-watermark-left { left: -4%; }
.lead-watermark-right { right: -4%; }

.lead-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3.5rem, 8vw, 7rem);
  max-width: 960px;
  margin: 0 auto;
}

.lead-options::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  background: var(--lead-line);
}

.lead-option-card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  padding: 4.25rem clamp(1.5rem, 3vw, 2.75rem) 1.8rem;
  border: 1px solid var(--lead-line);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(8, 45, 99, .08);
  text-align: center;
}

.lead-step {
  position: absolute;
  top: 1rem;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lead-blue);
  font-size: 1.1rem;
  font-weight: 800;
}

.lead-option-icon {
  display: grid;
  width: 86px;
  height: 86px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 50%;
  color: var(--lead-blue);
  background: var(--lead-soft);
  font-size: 2.65rem;
}

.lead-option-card h3 {
  margin: 0 0 1.25rem;
  color: var(--lead-navy);
  font-size: 1.35rem;
  font-weight: 800;
}

.lead-option-card p {
  margin: 0 0 1.2rem;
  line-height: 1.65;
}

.lead-option-card ul {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.lead-option-card li {
  position: relative;
  margin: .7rem 0;
  padding-left: 1.5rem;
  color: var(--lead-copy);
}

.lead-option-card li::before {
  content: "\F26E";
  position: absolute;
  left: 0;
  color: var(--lead-blue);
  font-family: "bootstrap-icons";
  font-weight: 700;
}

.lead-primary-button {
  display: flex;
  width: min(100%, 280px) !important;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto auto 0;
  border: 1px solid var(--lead-blue) !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: var(--lead-blue) !important;
  font-weight: 700;
}

.lead-primary-button:hover {
  color: var(--lead-blue) !important;
  background: #fff !important;
}

.lead-or {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lead-navy);
  font-size: .78rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.lead-privacy {
  display: flex;
  max-width: 960px;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  margin: 1.3rem auto 0;
  padding: 1rem 2rem;
  border-radius: 7px;
  background: #eaf3ff;
}

.lead-privacy > span {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lead-blue);
  font-size: 1.45rem;
}

.lead-privacy p { margin: 0; line-height: 1.45; }
.lead-privacy strong { color: var(--lead-navy); }
.lead-footnote { max-width: 960px; margin: 1rem auto 0; color: #70839a; font-size: .78rem; }

.lead-pkv-page .tile:not(.opener) {
  max-width: 560px;
  min-width: 0;
  min-height: 440px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-color: var(--lead-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(8, 45, 99, .08);
}

.lead-pkv-page .tile:not(.opener) h2 { color: var(--lead-navy); font-size: 1.5rem; font-weight: 800; }
.lead-pkv-page .forward-button:not(.lead-primary-button) { border-color: var(--lead-blue); color: #fff; background: var(--lead-blue); }

/* Modern wizard card layout */
.lead-pkv-page #question1 { --lead-step-label: "Schritt 1 von 12"; --lead-step-progress: 8.333%; }
.lead-pkv-page #question2 { --lead-step-label: "Schritt 2 von 12"; --lead-step-progress: 16.666%; }
.lead-pkv-page #question3 { --lead-step-label: "Schritt 3 von 12"; --lead-step-progress: 25%; }
.lead-pkv-page #question4 { --lead-step-label: "Schritt 4 von 12"; --lead-step-progress: 33.333%; }
.lead-pkv-page #question5 { --lead-step-label: "Schritt 5 von 12"; --lead-step-progress: 41.666%; }
.lead-pkv-page #question6 { --lead-step-label: "Schritt 6 von 12"; --lead-step-progress: 50%; }
.lead-pkv-page #question7 { --lead-step-label: "Schritt 7 von 12"; --lead-step-progress: 58.333%; }
.lead-pkv-page #question8 { --lead-step-label: "Schritt 8 von 12"; --lead-step-progress: 66.666%; }
.lead-pkv-page #question9 { --lead-step-label: "Schritt 9 von 12"; --lead-step-progress: 75%; }
.lead-pkv-page #question10 { --lead-step-label: "Schritt 10 von 12"; --lead-step-progress: 83.333%; }
.lead-pkv-page #question11 { --lead-step-label: "Schritt 11 von 12"; --lead-step-progress: 91.666%; }
.lead-pkv-page #question15 { --lead-step-label: "Fast geschafft"; --lead-step-progress: 100%; }

.lead-pkv-page .tile:not(.opener) {
  position: relative;
  display: block;
  width: min(100%, 640px);
  max-width: 640px;
  min-height: 0;
  margin: 0 auto;
  padding: 3.35rem clamp(1.25rem, 4vw, 2.7rem) 1.75rem;
  border: 1px solid rgba(209, 224, 242, .9);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 45, 99, .10);
}

.lead-pkv-page .tile:not(.opener)::before {
  content: var(--lead-step-label, "");
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #526781;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.lead-pkv-page .tile:not(.opener)::after {
  content: "";
  position: absolute;
  top: 2.05rem;
  left: 50%;
  width: min(220px, calc(100% - 3rem));
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    to right,
    var(--lead-blue) 0 var(--lead-step-progress, 0%),
    #e7eef8 var(--lead-step-progress, 0%) 100%
  );
}

.lead-pkv-page .tile:not(.opener) h2 {
  margin: 0 0 .55rem;
  color: var(--lead-navy);
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.lead-pkv-page .tile:not(.opener) h2::after {
  display: none;
}

.lead-pkv-page .tile:not(.opener) h3,
.lead-pkv-page .tile:not(.opener) p {
  text-align: left;
}

.lead-pkv-page .tile:not(.opener) .form-group {
  margin: .8rem 0 0;
}

.lead-pkv-page .tile:not(.opener) .form-group > label {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  gap: .85rem;
  margin: 0;
  padding: .95rem 1.05rem;
  border: 1px solid #d9e5f4;
  border-radius: 8px;
  color: var(--lead-navy);
  background: #fff;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lead-pkv-page .tile:not(.opener) .form-group > label:hover {
  border-color: rgba(0, 94, 230, .55);
  box-shadow: 0 10px 24px rgba(8, 45, 99, .07);
  transform: translateY(-1px);
}

.lead-pkv-page .tile:not(.opener) .form-group > label:has(input:checked) {
  border-color: var(--lead-blue);
  background: #f5f9ff;
  box-shadow: 0 0 0 1px rgba(0, 94, 230, .18), 0 12px 26px rgba(0, 94, 230, .08);
}

.lead-pkv-page .tile:not(.opener) input[type="radio"],
.lead-pkv-page .tile:not(.opener) input[type="checkbox"] {
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  place-content: center;
  border: 1px solid #c8d7ea;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

.lead-pkv-page .tile:not(.opener) input[type="checkbox"] {
  border-radius: 5px;
}

.lead-pkv-page .tile:not(.opener) input[type="radio"]:checked,
.lead-pkv-page .tile:not(.opener) input[type="checkbox"]:checked {
  border-color: var(--lead-blue);
  background: var(--lead-blue);
  box-shadow: inset 0 0 0 4px #fff;
}

.lead-pkv-page .commentcontainer {
  position: static;
  margin: .95rem 0 1.2rem;
  padding: .75rem 1rem;
  border: 0;
  border-radius: 8px;
  color: #57708f;
  background: #f3f7fe;
  font-size: .82rem;
  line-height: 1.45;
  text-align: center;
}

.lead-pkv-page .commentcontainer::before {
  display: none;
}

.lead-pkv-page .commentcontainer i {
  margin-right: .35rem;
  color: var(--lead-blue);
}

.lead-pkv-page .buttoncontainer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.lead-pkv-page .back-button {
  width: auto;
  min-width: 92px;
  height: 44px;
  padding: 0 .85rem;
  border: 0;
  border-radius: 7px;
  color: var(--lead-blue);
  background: transparent;
  box-shadow: none;
  font-weight: 800;
  text-transform: none;
}

.lead-pkv-page .back-button:hover {
  color: var(--lead-navy);
  background: #f2f7ff;
}

.lead-pkv-page .forward-button:not(.lead-primary-button) {
  display: inline-flex;
  width: auto;
  min-width: 178px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 0 1.4rem;
  border: 1px solid var(--lead-blue);
  border-radius: 7px;
  color: #fff;
  background: var(--lead-blue);
  box-shadow: 0 12px 24px rgba(0, 94, 230, .18);
  font-size: .88rem;
  font-weight: 800;
  text-transform: lowercase;
}

.lead-pkv-page .forward-button:not(.lead-primary-button):hover {
  background: #004fc4;
  transform: translateY(-1px);
}

.lead-pkv-page .birthday-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
}

.lead-pkv-page .birthday-container .form-group {
  margin: 0;
}

.lead-pkv-page .birthday-container input,
.lead-pkv-page .tile:not(.opener) input[type="text"],
.lead-pkv-page .tile:not(.opener) input[type="email"],
.lead-pkv-page .tile:not(.opener) input[type="tel"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d9e5f4;
  border-radius: 8px;
  background: #fff;
  color: var(--lead-navy);
  font-weight: 700;
}

.lead-advice-section { padding: 1.5rem 1rem 2rem !important; }
.lead-advice-panel {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lead-advice-copy,
.lead-advice-profile {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.lead-advice-copy {
  position: relative;
  margin-bottom: 1.35rem;
  padding: clamp(1.45rem, 3vw, 2rem) clamp(1.5rem, 4vw, 2.6rem) clamp(1.45rem, 3vw, 2rem) clamp(6.2rem, 10vw, 7.4rem);
  border: 1px solid var(--lead-line);
  border-radius: 12px;
  background: #f5f9ff;
}
.lead-advice-copy::before {
  content: "\F4DA";
  position: absolute;
  top: 50%;
  left: clamp(1.4rem, 4vw, 2.6rem);
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  transform: translateY(-50%);
  border: 8px solid #e6f0ff;
  border-radius: 50%;
  color: var(--lead-blue);
  background: #fff;
  font-family: "bootstrap-icons";
  font-size: 1.8rem;
  line-height: 1;
}
.lead-advice-copy h2 {
  margin: 0;
  color: var(--lead-navy);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
}
.lead-advice-copy h2::after,
.lead-news-intro h2::after { margin-left: 0; }
.lead-advice-copy > p {
  max-width: 620px;
  margin: .55rem 0 0;
  color: var(--lead-copy);
  font-weight: 700;
  line-height: 1.6;
}
.lead-advice-copy ul { display: none; }
.lead-advice-profile {
  display: block;
  padding: 0;
}

#mak_news { padding: 2rem 1rem 4rem; background: #fff; }
#mak_news > .container-fluid > .container > .row { max-width: 960px; gap: 1.25rem; margin: 0 auto; }
.lead-news-intro { padding: 1rem 0; }
.lead-news-intro h2 { color: var(--lead-blue); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
.lead-news-intro p { color: var(--lead-copy); line-height: 1.65; }
.lead-news-card { padding: 1.25rem !important; border: 1px solid var(--lead-line); border-radius: 7px; background: #fff; box-shadow: 0 10px 25px rgba(8,45,99,.05); }
.lead-news-card h3 { color: var(--lead-navy); font-size: 1.05rem; line-height: 1.4; }
.lead-news-card .preheader { color: #71849c; font-size: .8rem; }
.lead-news-card a { color: var(--lead-blue); font-weight: 700; }

@media (max-width: 767.98px) {
  .lead-pkv-page .entry-content > section:first-child {
    padding: 2rem .75rem 1rem;
  }

  .lead-intro br { display: none; }

  .lead-intro h1 {
    max-width: 21rem;
    margin: 0 auto 1.1rem;
    font-size: clamp(1.75rem, 8.2vw, 2.15rem);
    line-height: 1.12;
  }

  .lead-intro > p {
    max-width: 22rem;
    margin-bottom: 1.8rem;
    font-size: .98rem;
    line-height: 1.55;
  }

  .lead-intro h2 {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }

  .lead-watermark {
    top: .25rem;
    font-size: 6rem;
    opacity: .42;
  }

  .lead-watermark-left { left: -2.75rem; }
  .lead-watermark-right { right: -2.75rem; }

  .lead-options { grid-template-columns: 1fr; gap: 2rem; }
  .lead-options::before { display: none; }

  .lead-option-card {
    min-height: 0;
    padding: 3.75rem 1.25rem 1.4rem;
  }

  .lead-step {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .lead-option-icon {
    width: 72px;
    height: 72px;
    font-size: 2.15rem;
  }

  .lead-option-card h3 {
    font-size: 1.22rem;
    line-height: 1.3;
  }

  .lead-option-card p,
  .lead-option-card li {
    font-size: .95rem;
  }

  .lead-or { position: static; margin: -1rem auto; transform: none; }
  .lead-privacy { align-items: flex-start; padding: 1rem; text-align: left; }

  .lead-pkv-page .tile:not(.opener) {
    width: 100%;
    padding: 3.1rem 1rem 1.35rem;
    border-radius: 10px;
  }

  .lead-pkv-page .tile:not(.opener) .form-group > label {
    min-height: 58px;
    padding: .85rem .9rem;
    font-size: .88rem;
  }

  .lead-pkv-page .buttoncontainer {
    gap: .5rem;
  }

  .lead-pkv-page .forward-button:not(.lead-primary-button) {
    min-width: 140px;
  }

  .lead-pkv-page .birthday-container {
    grid-template-columns: 1fr;
  }

  .lead-advice-section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lead-advice-section > .container-fluid,
  .lead-advice-section > .container-fluid > .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .lead-advice-panel {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .lead-advice-copy { padding-bottom: 1rem; }
  .lead-advice-profile { padding-top: 0; }
}
