/* VARIABLEN BITTE ANPASSEN */
@font-face {
  font-family: 'MuseoSans';
  src: url('MuseoSans_100.otf');
}

@font-face {
  font-family: 'MuseoSans900';
  src: url('MuseoSans900.ttf');
}

:root {
  --box-bg-selected-color: rgba(255, 255, 255, 0);
  --box-bg-color: rgba(255, 255, 255, 0);
  --kasten-bg-selected-color: rgb(202, 179, 180);
  --button-bg-color: #ffffff;
  --button-border-color: rgba(255, 255, 255, 0.502);
  --input-bg-color: #ffffff;
  --input-border-color: #ffffff80;
  --input-box-shadow-color: rgba(255, 255, 255, 0.5);
  --loader-color: #ffffff;
  --text-color: black;
}
/* VARIABLEN ENDE  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'MuseoSans';
  font-weight: 100 !important;
}

/* LOADER ANFANG */

.custom-loader {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%,#ffffff);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
  animation: spinner-zp9dbg 1s infinite linear;
}


@keyframes spinner-zp9dbg {
  to {
     transform: rotate(1turn);
  }
}


  #step, #step7, #step0, #step1, #step2, #step3, #step4, #step5,#step6, #step8, #step10, #loader, #step9, #loader2{
    animation: animate 0.5s;
    text-align: center !important;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: black;
    background-color: transparent;
  }

  .checkbox { 
    text-align: left;
    width: initial !important;
    height: initial !important;
    display: block;
  }

  .kasten {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 5px;
    color: transparent;
  }

  textarea.kommentarFeld.box {
    width: 250px;      /* Gleiche Breite wie die Buttons */
    height: 100px;     /* Höhe des Textfeldes */
    border-radius: 25px; /* Abrundung der Ecken */
    padding: 25px;     /* Innenabstand */
    resize: none;      /* Verhindert, dass der Benutzer die Größe ändern kann */
  }
  
  .last-btn {
    margin-top: 50px;
  }
  .btn {
    text-align: center !important;
    font-weight: 900 !important;
    font-family: MuseoSans900.ttf !important;
    background: none !important;
    border: 2px solid #e6f14a !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 30px !important;
    font-size: 1.1rem !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
  }
  .btn:hover {
    background: #ffe600 !important;
    color: #1a2236 !important;
  }
  form#user-info input[type="button"]:active, form#user-info input[type="submit"]:active, .btn:active {
    box-shadow: 0 0 0 0.25rem var(--input-box-shadow-color);
  }
  form#user-info input[type="button"]:focus, form#user-info input[type="submit"]:focus, .btn:focus {
    box-shadow: 0 0 0 0.25rem var(--input-box-shadow-color);
  }
  input[type="email"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem var(--input-box-shadow-color) !important;
    border-color: var(--input-border-color) !important;
  }
  .form-check-input:checked {
    background-color: black !important;
    border-color: var(--input-border-color) !important;
  }

  .form-check {
    text-align: left;
  }
  .last_inputs {
    border: none;
    width: 25em;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35 ease-in-out;
    border: none;
    outline: none;
    background-color: #f3f3f3;
    padding: 0.125em;
  }

  .last_inputs:hover {
    width: 28.125em;
    outline: none;
    border-bottom: solid 1px var(--input-border-color);
  }
  
  .last_inputs:focus {
    border-bottom: solid 1px var(--input-border-color);
    width: 28.125em;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @media (max-width: 600px) {
    .box, .box-special {
      width: 90% !important; 
      height: 35px !important;
    }

    .box-special {
      padding: 12px;
    }

    form#user-info h1 {
      font-size: 1.2em;
      padding: 0;
      margin: 0;
    }

    textarea.kommentarFeld.box { 
      width: 90% !important;
      height: 80px;
      margin-bottom: 5px;
    }

    div[id^="step"] {
      padding: 15px !important;
    }

    .groups {
      width: 100% !important;
    }

    .elements {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .backgroundIcon {
      display: none;
    }

    .backgroundIcon2 {
      left: 50%;
      top: 50%;
    }

    .box label {
      font-size: 12px !important;
      padding: 8px !important;
      letter-spacing: 1px !important;
    }

    .icon {
      width: 20px !important;
      left: 3%;
    }

    #step3 .content-box,
    #step4 .content-box,
    #step5 .content-box,
    #step6 .content-box,
    #step7 .content-box {
      padding-left: 12px !important;
      padding-right: 12px !important;
      box-sizing: border-box !important;
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 10px 10px;
    }

    #step3 .box,
    #step4 .box,
    #step5 .box,
    #step6 .box,
    #step7 .box {
      width: 100% !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      grid-column: span 1;
    }

    #step3 .box .btn,
    #step4 .box .btn,
    #step5 .box .btn,
    #step6 .box .btn,
    #step7 .box .btn {
      width: 100% !important;
      margin: 0 !important;
      box-sizing: border-box !important;
    }

    #step3 .kommentarFeld,
    #step4 .kommentarFeld,
    #step5 .kommentarFeld,
    #step6 .kommentarFeld,
    #step7 .kommentarFeld {
      width: 100% !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      grid-column: 1 / -1;
    }

    .btn {
      padding: 8px 20px !important;
      font-size: 0.9rem !important;
      border-radius: 20px !important;
    }

    .intro-wrapper {
      width: 95% !important;
      min-width: 95% !important;
      max-width: 95% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 0 !important;
    }
    .intro-box {
      min-width: 95% !important;
      max-width: 95% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 30px 20px 20px 20px !important;
    }

    .intro-title {
      font-size: 1.5rem !important;
      margin-bottom: 15px !important;
      text-align: center !important;
    }

    .intro-list {
      margin: 0 auto !important;
      width: 90% !important;
      padding: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
    }

    .intro-list li {
      font-size: 0.9rem !important;
      margin-bottom: 12px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      width: 100% !important;
      text-align: left !important;
      gap: 10px !important;
      max-width: 280px !important;
      margin-left: 45px !important;
    }

    .intro-list li img {
      width: 25px !important;
      height: 20px !important;
      flex-shrink: 0 !important;
      margin-right: 10px !important;
    }

    .intro-btn {
      padding: 8px 20px !important;
      font-size: 0.9rem !important;
    }

    .slider-textbox {
      min-width: 70% !important;
      max-width: 70% !important;
      width: 70% !important;
      padding: 40px 30px 30px 30px !important;
    }

    .slider-textbox h2 {
      font-size: 1.4rem !important;
      margin-bottom: 15px !important;
    }

    .slider-btn {
      padding: 6px 16px !important;
      font-size: 0.8rem !important;
    }

    .slider-bg-img {
      min-width: 80px !important;
      height: 35vh !important;
      min-height: 180px !important;
    }

    #step10 .content-box {
      min-width: 100% !important;
      max-width: 100% !important;
      padding: 18px 8px 8px 8px !important;
    }

    #step10 .content-box .name-row {
      display: block !important;
      gap: 0 !important;
      margin-bottom: 0 !important;
    }
    #step10 .content-box .name-row input {
      width: 100% !important;
      margin-bottom: 0 !important;
    }

    #step10 .content-box input[name="vorname"],
    #step10 .content-box input[name="nachname"],
    #step10 .content-box input[type="text"],
    #step10 .content-box input[type="email"],
    #step10 .content-box input[type="tel"] {
      margin-bottom: 12px !important;
    }

    #step10 .content-box .input-group {
      margin-bottom: 11px !important;
    }

    #step10 .content-box .form-control {
      font-size: 0.8rem !important;
      padding: 5px 10px !important;
      height: 31px !important;
    }

    #step10 .content-box .input-group-text {
      font-size: 0.8rem !important;
      padding: 5px 10px !important;
      height: 30px !important;
    }

    #step10 .content-box .form-check-label {
      font-size: 0.8rem !important;
      line-height: 1.1 !important;
    }

    #step10 .content-box .last-btn {
      max-width: 80% !important;
      padding: 5px 12px !important;
      font-size: 0.8rem !important;
      margin-top: 15px !important;
    }

    #step10 .content-box .form-check {
      margin-top: 12px !important;
    }

    #loader .content-box,
    #loader2 .content-box {
      min-width: 85% !important;
      max-width: 85% !important;
      padding: 25px 15px 15px 15px !important;
      height: 350px !important;
    }

    #loader .content-box h1,
    #loader2 .content-box h1 {
      font-size: 1.5rem !important;
      margin-bottom: 15px !important;
    }

    #loader h1,
    #loader2 h1 {
      font-size: 1.5rem !important;
      margin-bottom: 15px !important;
    }

    #loader h4,
    #loader2 h4 {
      font-size: 1.5rem !important;
      margin-bottom: 25px !important;
      font-weight: 100 !important;
      letter-spacing: 1px !important;
    }

    .custom-loader {
      width: 45px !important;
      height: 45px !important;
    }

    #step10 .content-box .invalid-feedback {
      font-size: 0.75rem !important;
      margin-top: 1.5px !important;
      margin-bottom: 1.5px !important;
      padding: 0 5px !important;
    }

    #step10 .content-box .input-group {
      margin-bottom: 0 !important;
    }

    #step10 .content-box .form-control.is-invalid ~ .invalid-feedback {
      margin-bottom: 3px !important;
    }

    #step10 .content-box .was-validated .form-control:invalid,
    #step10 .content-box .form-control.is-invalid {
      padding-right: 25px !important;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
      background-repeat: no-repeat !important;
      background-position: right 8px center !important;
      background-size: 12px !important;
    }

    #step10 .content-box .was-validated .form-control:valid,
    #step10 .content-box .form-control.is-valid {
      padding-right: 25px !important;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
      background-repeat: no-repeat !important;
      background-position: right 8px center !important;
      background-size: 12px !important;
    }

    #step10 .content-box input[name="vorname"],
    #step10 .content-box input[name="nachname"],
    #step10 .content-box input[type="text"],
    #step10 .content-box input[type="email"],
    #step10 .content-box input[type="tel"] {
      margin-bottom: 12px !important;
    }

    #step3 .box .btn,
    #step4 .box .btn,
    #step5 .box .btn,
    #step6 .box .btn,
    #step7 .box .btn {
      width: 100% !important;
      box-sizing: border-box !important;
      margin: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    #step3 .box,
    #step4 .box,
    #step5 .box,
    #step6 .box,
    #step7 .box {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    #step3 .content-box h1 {
      font-size: 1.8rem !important;
    }

    #step3 .content-box h1,
    #step4 .content-box h1,
    #step5 .content-box h1,
    #step6 .content-box h1,
    #step7 .content-box h1 {
      font-size: 1.8rem !important;
    }

    #step3 .content-box {
      margin-top: 50px !important;
    }

    #step4 .box.gar-nicht {
      grid-column: 2 !important;
      grid-row: 3 !important;
    }

    #step8 h2 {
      font-size: 1.3rem !important;
    }
  }
  video.embed-responsive-item {
    width: 100vh;
    /* height: 100vh; */
  }
  body {
    background: linear-gradient(#04305e, #000000);
    background-attachment: fixed;
  }

  .embed-responsive-16by9 {
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }

  /* Select all divs with id starting with "step" and hide them */
  div[id^="step"]:not(#step0) {
    display: none;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #loader, #loader2{
    display: none;
  }
  .datenschutz {
    display: block !important;
  }

  p, input[type="button"]:hover, input[type="button"] {
    color: var(--text-color);
  }

  .label-placeholder {
    font-family: MuseoSans;
    font-weight: bold;
    font-size: 200;
    color: black;
  }
  /* HIER ENDEN DIE NICHT ZU BEARBEITENDE FELDER */
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    padding: 0;
    margin: 0;
}

.backgroundIcon, .backgroundIcon2
 {
    width: 30%; /* Adjust the size as needed */
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -100;
}

.backgroundIconPunkte {
    width: 7%; /* Adjust the size as needed */
    height: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -100;
}

.logo {
  width: 150px;
  height: auto;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 1000;
}
.backgroundIcon2 {
  top: 60%;
  right: 0%;
}

.backgroundIcon {
    top: 35%;
    left: 25%;
}

.backgroundIconPunkte {
  top: 50%;
  left: 5%;
}

@media (max-width: 1024px) {
    .backgroundIcon,
    .backgroundIcon2 {
        width: 100%;
    }

    .timeline-content {
        flex-direction: column !important;
        align-items: center !important;
    }
  .logo {
      width: 150px;
      top: 8px;
      left: 8px;
  }

    .timeline-tile1, 
    .timeline-tile2, 
    .timeline-tile3 {
        margin: 0 !important;
        text-align: center !important;
        bottom: 0 !important;
    }

    .timeline-tile1 img,
    .timeline-tile2 img,
    .timeline-tile3 img {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
}
.timeline-tile3, .timeline-tile1, .timeline-tile2 {
  margin: 0 150px;
}

.timeline-tile3 img, .timeline-tile1 img, .timeline-tile2 img {
  height: 75px;
}
.timeline-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
}

.timeline-tile {
    margin: 0 150px;
}

.timeline-tile img {
    height: 75px;
}

.timeline-tile1 img {
    position: relative;
    left: -130px;
    bottom: -60px;
}

.timeline-tile3 img {
    position: relative;
    right: -140px;
    bottom: -60px;
}

.timeline-tile2 img {
    position: relative;
}

.timeline-tile3,
.timeline-tile1 {
    position: relative;
    bottom: -25px;
}

.timeline-content p {
    border-radius: 50px;
    border: 1px solid white;
    color: white;
    padding: 0;
    width: 200px;
    text-align: center;
}

/* BOX */  #step1 {
    text-align: center;
  }

  .box {
    display: inline-block;
    width: 250px; /* Breite der Buttons */
    height: 40px; /* Höhe der Buttons */
    margin: 5px; /* Abstand zwischen den Buttons */
    background-color: white;
    border-radius: 20px; /* Abrundung der Ecken */
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 5px rgba(0,0,0,0); 
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 5px rgba(0,0,0,0);
  }

  .box:hover, .box-special:hover {
    background: linear-gradient(#04305e, #000000);; /* Hintergrundfarbe bei Hover */
    color:white !important;
   }

  .box:hover img, .box-special:hover img {
    filter: invert(100%) sepia(71%) saturate(74%) hue-rotate(240deg) brightness(119%) contrast(100%);
  }

  input[type="radio"] {
    display: none; /* Verstecke den standardmäßigen Radio-Button */
  }

  .box label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px; /* Padding für den gesamten Bereich der Box */
    border-radius: 0px; /* Border-Radius für den äußeren Bereich der Box */
    font-size: 13.5px;
    font-weight: 900 !important;
    font-family: MuseoSans900.ttf !important;
    letter-spacing: 2.5px; /* Abstand zwischen den Buchstaben */
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }

  label.form-check-label {
    color: white;
  }
  
  .icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 50px; /* Breite des Icons anpassen */
    height: auto;
  }
  
  h1 {
    color: white;
  }

  /* group texts */

.groups {
    display: flex;
    margin-right: -20px; /* Negative margin to counteract margin-right in .group */
}

.elements {
    margin-right: 40px; /* Abstand zwischen den Gruppen */
    margin-left: 40px;
  }

.elements div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: x-large;
}

.elements span {
  color: white;
}

.group-icon {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

#step h1 {
    margin-bottom: 20px !important;
}
@media (max-width: 600px) {
  .groups {
    display: flex;
    flex-direction: column;
    margin-right: 0; /* Zurücksetzen des negativen Margs, da die Gruppen jetzt gestapelt werden */
  }

  .elements {
      margin-right: 0; /* Zurücksetzen des Abstands zwischen den Gruppen für Mobilgeräte */
  }

  .elements div {
      margin-bottom: 15px; /* Größerer Abstand zwischen den Elementen für bessere Lesbarkeit */
      font-size: large; /* Kleinere Schriftgröße für Mobilgeräte */
  }

  .group-icon {
      width: 30px; /* Kleinere Icon-Größe für Mobilgeräte */
      height: 30px;
      margin-right: 5px;
  }

  .icon {
    width: 25px;
    left: 3%;
  }

  .box label {
    font-size: large;
    padding: 17px;
  }
}

@media (max-width: 1024px) and (min-width: 600px){
  .groups {
    display: flex;
    flex-direction: column;
    margin-right: 0; /* Zurücksetzen des negativen Margs, da die Gruppen jetzt gestapelt werden */
  }

  .elements {
      margin-right: 0; /* Zurücksetzen des Abstands zwischen den Gruppen für Mobilgeräte */
  }

  .elements div {
      margin-bottom: 15px; /* Größerer Abstand zwischen den Elementen für bessere Lesbarkeit */
      font-size: large; /* Kleinere Schriftgröße für Mobilgeräte */
  }

  .group-icon {
      width: 30px; /* Kleinere Icon-Größe für Mobilgeräte */
      height: 30px;
      margin-right: 5px;
  }

  .icon {
    width: 50px;
    left: 3%;
  }

  .box label {
    font-size: x-large;
    padding: 14px;
  }
}


/* Social Media Style */
#step3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#step3 .input-group {
  margin-bottom: 15px;
}
#step3 .input-group input[type="text"] {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 25px;
}
#step3 .input-group input[type="text"]:disabled {
  background-color: transparent;
  color: black !important;
}
#step3 .input-group button {
  width: 100%;
  padding: 10px;
  background-color: #333;
  color: transparent;
  border: none;
  cursor: pointer;
}
#step3 .input-group button:hover {
  background-color: #555;
}
#step3 .input-container {
  max-width: 500px;
}

#step3 .content-box .btn-container {
  grid-column: 1 / -1;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#step3 .multiple-choice-hint {
  color: white;
  font-size: 0.9rem;
  font-family: 'MuseoSans', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0;
}

.container-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.main-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100vh;
  align-items: center;
  align-content: center;
}

footer {
  opacity: 1 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  margin-top: 40px;
  position: relative;
  z-index: 1000;
}

footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-family: MuseoSans;
  font-weight: 100 !important;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  opacity: 1 !important;
  margin: 0 15px;
  position: relative;
  z-index: 1001;
  pointer-events: auto;
}

footer p {
  color: #ffffff !important;
  margin: 0;
  margin-right: auto;
  margin-left: 15px;
  font-family: MuseoSans, sans-serif;
  font-size: 0.8rem;
  font-weight: 100 !important;
  letter-spacing: 1px;
  position: relative;
  z-index: 1001;
}

footer .links {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1001;
}

header {
  display: flex;
  justify-content: center;
}

.intro-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.intro-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 640px;
  max-width: 420px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
}

.intro-title {
  color: #fff !important;
  font-size: 3rem;
  font-weight: 100 !important;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.intro-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  width: 80%;
  margin-left:25%;
  margin-right: auto;
}

.intro-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff !important;
  font-size: 1.1rem;
  margin-bottom: 18px;
  background: transparent;
  font-weight: 100 !important;
  text-align: center;
}

.intro-list li img {
  width: 38px;
  height: 28px;
}

.intro-btn {
  background: none;
  border: 2px solid #e6f14a;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-weight: 900 !important;
}

.intro-btn:hover {
  background: #ffe600;
  color: #1a2236;
}

.page-indicator {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  opacity: 0.7;
  letter-spacing: 2px;
  z-index: 200;
}

.slider-bg-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
  width: 100vw;
  overflow: hidden;
}

.slider-bg-img {
  width: 7vw;
  min-width: 120px;
  height: 40vh;
  min-height: 200px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.85;
  box-shadow: none;
  transition: transform 0.7s cubic-bezier(.77,0,.18,1), opacity 0.7s cubic-bezier(.77,0,.18,1);
  transform: translateY(100px);
  opacity: 0;
}

.slider-bg-img.animate-bg {
  transform: translateY(0);
  opacity: 0.85;
}

.slider-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(30, 60, 110, 0.35);
  border-radius: 28px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
  padding: 100px 60px 80px 60px;
  text-align: center;
  min-width: 640px;
  max-width: 500px;
  z-index: 2;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid #7eb6ff;
}

.slider-textbox h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-btn {
  background: none;
  color: #ffffff;
  border: 2px solid #e6f14a;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 900 !important;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s;
  text-transform: uppercase;
  margin-left: -3px;
}

.slider-btn:hover {
  background: #fff200;
  color: #000;
}

.highlight {
  font-weight: 500 !important;
  color: #ffffff;
  font-family: 'MuseoSans900', sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#slide2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10,24,48,0.7);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Transparente Buttons ab Step 3 */
#step3 .box,
#step4 .box,
#step5 .box,
#step6 .box {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 2px 2px 5px rgba(255, 255, 255, 0.1),
    inset -2px -2px 5px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease !important;
}

#step3 .box:hover,
#step4 .box:hover,
#step5 .box:hover,
#step6 .box:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1)) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.3),
    -8px -8px 20px rgba(255, 255, 255, 0.11),
    inset 3px 3px 8px rgba(255, 255, 255, 0.048),
    inset -3px -3px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}

#step3 .box label,
#step4 .box label,
#step5 .box label,
#step6 .box label {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

#step3 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 28px 40px 16px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#step3 .content-box h1 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 15px;
  font-size: 3rem;
}

#step3 .content-box .box {
  width: 100%;
  margin: 0;
}

#step3 .content-box .box:nth-child(4),
#step3 .content-box .box:nth-child(5),
#step3 .content-box .box:nth-child(6),
#step3 .content-box .kommentarFeld {
  grid-column: 2;
}

#step3 .content-box .box:nth-child(4) { grid-row: 2; }
#step3 .content-box .box:nth-child(5) { grid-row: 3; }
#step3 .content-box .box:nth-child(6) { grid-row: 4; }
#step3 .content-box .kommentarFeld {
  grid-column: 1 / -1;
  grid-row: 5;
  width: 100%;
  height: 100px;
  margin: 0 0 10px 0;
  overflow: hidden !important;
  height: auto !important;
  min-height: 60px !important;
}

#step3 .content-box .multiple-choice-hint {
  grid-column: 1 / -1;
  grid-row: 6;
  margin-bottom: 0px;
}

#step3 .content-box .btn-container {
  grid-column: 1 / -1;
  grid-row: 7;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* Slide 4 Content Box Styles */
#step4 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#step4 .content-box h1 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
}

#step4 .content-box .box {
  width: 100%;
  margin: 0;
}

/* 2x2 Grid für die 4 Buttons */
#step4 .content-box .box:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

#step4 .content-box .box:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

#step4 .content-box .box:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}

#step4 .content-box .box:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

#step4 .content-box .btn-container {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#step4 .content-box .kommentarFeld {
  grid-column: 1 / -1;
  width: 100%;
  height: 100px;
  margin: 0 0 20px 0;
  border-radius: 25px;
  padding: 25px;
  resize: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
  overflow: hidden !important;
  height: auto !important;
  min-height: 60px !important;
}

/* Optional: Platzierung im Grid, falls Buttons grid-row 2/3 sind, dann z.B. grid-row: 4; */
#step4 .content-box .kommentarFeld {
  grid-row: 4;
}

#step5 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#step5 .content-box .kommentarFeld {
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden !important;
  height: auto !important;
  min-height: 60px !important;
}

#step5 h1 {
  margin-bottom: 30px;
  font-size: 3rem;
}

#step5 .btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#step6 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#step6 .content-box h1 {
  grid-column: 1 / -1;
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
}

#step6 .content-box .box {
  width: 100%;
  margin: 0;
}

#step6 .content-box .btn-container {
  grid-column: 1 / -1;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#step6 .content-box .kommentarFeld {
  grid-column: 1 / -1;
  width: 100%;
  height: 100px;
  margin: 0 0 20px 0;
  border-radius: 25px;
  padding: 25px;
  resize: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
  overflow: hidden !important;
  height: auto !important;
  min-height: 60px !important;
}

#step8 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#step8 .center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

#step8 h2 {
  color: white;
  font-size: 3rem;
  font-weight: 100 !important;
  letter-spacing: 2px;
  margin-bottom: 32px;
  font-family: 'MuseoSans', sans-serif;
}

#step8 .btn {
  margin-top: 0;
}

#step9 {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 100 !important;
  letter-spacing: 2px;
  font-family: 'MuseoSans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#step7 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#step7 .content-box .kommentarFeld {
  width: 100%;
  height: 200px;
  margin: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 2px 2px 5px rgba(255, 255, 255, 0.1),
    inset -2px -2px 5px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 60px !important;
}

#step7 .content-box .kommentarFeld:focus {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1)) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.3),
    -8px -8px 20px rgba(255, 255, 255, 0.11),
    inset 3px 3px 8px rgba(255, 255, 255, 0.048),
    inset -3px -3px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}

#step7 .content-box .kommentarFeld::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

#step7 h1 {
  margin-bottom: 30px;
  font-size: 3rem;
}

#step7 .btn-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#loader .content-box,
#loader2 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  height: 400px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

#loader .content-box h1,
#loader2 .content-box h1 {
  margin: 0;
  color: white;
  font-size: 3rem;
  font-weight: 100 !important;
  letter-spacing: 2px;
  z-index: 3;
  position: relative;
  font-family: MuseoSans900.ttf !important
}

#loader .content-box img,
#loader2 .content-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  background: rgba(30, 60, 110, 0.45);
  border: 1.5px solid #7eb6ff;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 0;
  margin: 0;
  filter: blur(10px) grayscale(100%) brightness(1.5) contrast(1.2) hue-rotate(240deg) saturate(100%);
  -webkit-filter: blur(10px) grayscale(100%) brightness(1.5) contrast(1.2) hue-rotate(240deg) saturate(100%);
  transform: scale(1.3);
  grid-row: 2;
}

#loader h1,
#loader2 h1 {
  margin-bottom: 20px;
  color: white;
  font-size: 3rem;
  font-weight: 100 !important;
  letter-spacing: 2px;
  font-family: MuseoSans900.ttf, sans-serif;
}

#loader h4,
#loader2 h4 {
  margin-bottom: 30px;
  color: white;
  font-size: 1.1rem;
  font-weight: 100 !important;
  letter-spacing: 1px;
  font-family: 'MuseoSans', sans-serif;
}

#step3 .content-box,
#step4 .content-box,
#step5 .content-box,
#step6 .content-box,
#step7 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#step3 .content-box .box,
#step5 .content-box .box,
#step6 .content-box .box,
#step7 .content-box .box {
  margin: 0;
}

#step3 .content-box .btn-container,
#step5 .content-box .btn-container,
#step6 .content-box .btn-container,
#step7 .content-box .btn-container {
  grid-column: 1 / -1;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}


#step5 .content-box {
  grid-template-columns: 1fr;
}

#step5 .content-box .kommentarFeld {
  width: 100%;
  height: 200px;
  margin: 0;
}

#step6 .content-box .kommentarFeld {
  grid-column: 1 / -1;
  width: 100%;
  height: 100px;
  margin: 0 0 20px 0;
  border-radius: 25px;
  padding: 25px;
  resize: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
}

#step7 .content-box {
  grid-template-columns: 1fr;
}

#step7 .content-box .kommentarFeld {
  width: 100%;
  height: 200px;
  margin: 0;
}

@media (max-width: 1024px) {
  #step3 .content-box,
  #step4 .content-box,
  #step5 .content-box,
  #step6 .content-box,
  #step7 .content-box {
    min-width: 600px;
    padding: 40px 30px 25px 30px;
  }
}

@media (max-width: 600px) {
  #step3 .content-box,
  #step4 .content-box,
  #step5 .content-box,
  #step6 .content-box,
  #step7 .content-box {
    min-width: 90% !important;
    padding: 20px 15px 15px 15px !important;
  }
}

#step10 .content-box {
  position: static;
  background: rgba(30, 60, 110, 0.45);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  padding: 48px 40px 32px 40px;
  text-align: center;
  min-width: 700px;
  max-width: 800px;
  z-index: 2;
  border: 1.5px solid #7eb6ff;
  margin: 20px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#step10 .content-box h1 {
  margin-bottom: 30px;
  color: white;
}

#step10 .content-box .input-group {
  margin-bottom: 0;
}

#step10 .content-box .input-group-text {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

#step10 .content-box .form-control {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2), -5px -5px 15px rgba(255, 255, 255, 0.05), inset 2px 2px 5px rgba(255, 255, 255, 0.1), inset -2px -2px 5px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease !important;
}

#step10 .content-box .form-control:focus {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1)) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3), -8px -8px 20px rgba(255, 255, 255, 0.11), inset 3px 3px 8px rgba(255, 255, 255, 0.048), inset -3px -3px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}

#step10 .content-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

#step10 .content-box .form-control:valid {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

#step10 .content-box .input-group-text {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

#step10 .content-box .form-check {
  text-align: left;
  margin-top: 20px;
}

#step10 .content-box .form-check-label {
  color: white;
}

#step10 .content-box .form-check-label a {
  color: #7eb6ff;
  text-decoration: none;
}

#step10 .content-box .form-check-label a:hover {
  text-decoration: underline;
}

#step10 .content-box .form-check-label a:hover {
  text-decoration: underline;
}

#step10 .content-box .last-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.language-selector {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-btn {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.lang-btn:hover {
  opacity: 0.8;
}

.lang-btn.active {
  font-weight: bold;
}

.lang-separator {
  color: white;
  margin: 0 5px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.language-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background: rgba(30, 60, 110, 0.95);
  min-width: 120px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 8px;
  padding: 0;
  z-index: 1001;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.language-dropdown-content a {
  color: white;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  transition: background 0.3s;
  margin: 0;
}

.language-dropdown-content a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.language-dropdown-content a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.language-dropdown-content a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.language-dropdown-content a.active {
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  color: white;
}

.language-dropdown:hover .language-dropdown-content {
  display: block;
}

#step3 input[type="checkbox"] {
  display: none;
}

#step3 .box {
  /* Standard-Button-Stil bleibt wie gehabt */
}

#step3 input[type="checkbox"]:checked + label {
  background: #ffe600 !important;
  color: #1a2236 !important;
  box-shadow: 0 4px 16px rgba(255,255,255,0.10);
  border: none !important;
  border-radius: 20px !important;
  transition: background 0.2s, color 0.2s;
}

.form-control {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2), -5px -5px 15px rgba(255, 255, 255, 0.05), inset 2px 2px 5px rgba(255, 255, 255, 0.1), inset -2px -2px 5px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* Autocomplete-Stile */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:focus-within,
input:-webkit-autofill:focus-visible {
  -webkit-box-shadow: 0 0 0 30px rgba(30, 60, 110, 0.45) inset !important;
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  caret-color: white !important;
  background-color: transparent !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  background-clip: content-box !important;
  -webkit-background-clip: content-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* Überschreibe den Autocomplete-Hintergrund für alle Browser */
input[type="text"]:autofill,
input[type="email"]:autofill,
input[type="tel"]:autofill,
input[type="password"]:autofill {
  background-color: transparent !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  -webkit-box-shadow: 0 0 0 30px rgba(30, 60, 110, 0.45) inset !important;
  box-shadow: 0 0 0 30px rgba(30, 60, 110, 0.45) inset !important;
  -webkit-text-fill-color: white !important;
  color: white !important;
}

/* Entferne die Autocomplete-Styles für Firefox */
input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active {
  background-color: transparent !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  color: white !important;
  box-shadow: 0 0 0 30px rgba(30, 60, 110, 0.45) inset !important;
}

/* Entferne die Autocomplete-Styles für Edge */
input::-ms-clear,
input::-ms-reveal {
  display: none !important;
}

/* Entferne die Autocomplete-Styles für Chrome */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  background-color: transparent !important;
  border: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Stil für die Dropdown-Pfeile */
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  padding-right: 30px !important;
}

/* Stil für die Dropdown-Optionen */
select.form-control option {
  background: rgba(30, 60, 110, 0.95) !important;
  color: white !important;
}

.form-control:focus {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1)) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3), -8px -8px 20px rgba(255, 255, 255, 0.11), inset 3px 3px 8px rgba(255, 255, 255, 0.048), inset -3px -3px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

.form-control:valid {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

.input-group-text {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

/* Überschreibe Bootstrap's Standard-Validierungsstile */
.was-validated .form-control:valid,
.form-control.is-valid {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
  background-image: none !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.05)) !important;
  border: 1px solid rgba(255, 0, 0, 0.5) !important;
  color: white !important;
  background-image: none !important;
}

.home-btn {
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 10px;
  transition: opacity 0.3s;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 30px;
}

.home-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: white;
}

#step3 .content-box .kommentarFeld,
#step4 .content-box .kommentarFeld,
#step5 .content-box .kommentarFeld,
#step6 .content-box .kommentarFeld,
#step7 .content-box .kommentarFeld {
  padding-left: 10px !important;
  padding-top: 8px !important;
}

#step4 .box.gar-nicht {
  grid-column: 1 / -1;
}

@media (max-width: 600px) {
  body {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed !important;
    width: 100% !important;
  }

  .content {
    height: 100vh !important;
    overflow: hidden !important;
  }

  .intro-wrapper {
    width: 95% !important;
    min-width: 95% !important;
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: transparent !important;
    padding: 10px 15px !important;
    z-index: 1000 !important;
  }

  footer p {
    font-size: 0.7rem !important;
  }

  footer a {
    font-size: 0.7rem !important;
  }

  .logo {
    width: 100px !important;
    height: auto !important;
    position: fixed !important;
    top: 5px !important;
    left: 5px !important;
    z-index: 1000 !important;
  }
}

@media (max-width: 600px) {
  #step3 .content-box,
  #step4 .content-box,
  #step5 .content-box,
  #step6 .content-box,
  #step7 .content-box,
  #step8 .content-box,
  #step9 .content-box,
  #step10 .content-box,
  #loader .content-box,
  #loader2 .content-box {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }
}

@media (max-width: 600px) {
  video.embed-responsive-item {
    pointer-events: none !important;
    -webkit-pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
  }
  
  .embed-responsive-16by9 {
    pointer-events: none !important;
    -webkit-pointer-events: none !important;
  }
}

/* Confetti Canvas Styling - Hintergrund und Seiten */
#confetti-canvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Step 10 über Confetti positionieren */
#step10 {
  position: relative !important;
  z-index: 10 !important;
}

/* Content-Box von Step 10 über Confetti */
#step10 .content-box {
  position: relative !important;
  z-index: 3 !important;
}