/* VARIABLEN BITTE ANPASSEN */

:root {
  --hintergrund-farbe: #f0f0f0;

  --box-bg-selected-color: rgba(36, 33, 29, 1);
  --box-bg-color: rgba(36, 33, 29, 0);

  --kasten-bg-selected-color: rgba(36, 33, 29, 1);

  --button-bg-color: #24211d;
  --button-border-color: #0e0c0b;
  --button-text-color: #ffffff;

  --input-bg-color: #24211d;
  --input-border-color: #0e0c0b;
  --input-box-shadow-color: rgba(14, 12, 11, 1);

  --kommentarFeld-color: #04305E;

  --question-color: #24211d;

  --loader-color: #24211d;
}

/* VARIABLEN ENDE  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* LOADER ANFANG */
input.weiterButton {
  display: none;
}

input[type="date"] {
  width: 50%;
}

.custom-loader {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  border-radius:50%;
  background:conic-gradient(#0000 10%,var(--loader-color));
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 16px),#000 0);
  animation:s3 2s infinite linear;
  
}

@keyframes s3 {to{transform: rotate(1turn)}}

/* LOADER ENDE */


/* HIER FANGEN DIE KASTEN FÜR DIE MOBILEN GERÄTE AN */



  /* HIER ENDEN DIE KASTEN FÜR DIE MOBILEN GERÄTE */

  /* HIER FANGEN DIE KASTEN AN */

  /* HIER ENDEN DIE KASTEN */

  /* HIER BEGINNT BOX */

  .option1 {
    background:  url("icons/option1.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option2 {
    background: url("icons/option2.webp") , var(--box-bg-color);
    background-size: contain;
  }
  .option4 {
    background: url("icons/option4.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option5 {
    background: url("icons/option5.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option6 {
    background: url("icons/option6.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option7 {
    background: url("icons/option7.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option8 {
    background: url("icons/option8.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option9 {
    background: url("icons/option9.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option10 {
    background: url("icons/option10.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option11 {
    background: url("icons/option11.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option12 {
    background: url("icons/option12.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option13 {
    background: url("icons/option13.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option14 {
    background: url("icons/option14.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option15 {
    background: url("icons/option15.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option16 {
    background: url("icons/option16.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option17 {
    background: url("icons/option17.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option18 {
    background: url("icons/option18.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option19 {
    background: url("icons/option19.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option20 {
    background: url("icons/option20.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option21 {
    background: url("icons/option21.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option22 {
    background: url("icons/option22.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option23 {
    background: url("icons/option23.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option24 {
    background: url("icons/option24.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option25 {
    background: url("icons/option25.webp"), var(--box-bg-color);
    background-size: contain;
  }
  .option26 {
    background: url("icons/option26.webp"), var(--box-bg-color);
    background-size: contain;
  }  
  .option27 {
    background: url("icons/option27.webp"), var(--box-bg-color);
    background-size: contain;
  }
  /* HIER ENDET BOX */

  /* BITTE AB HIER KEINE ÄNDERUNG DURCHFÜHREN */
  .logo {
    width:10%; /* Adjust the size as needed */
    height: auto;
    z-index: -100;
    margin-top: 50px;
    display: block;
  }

  textarea.kommentarFeld.box {
    width: 450px;
    height: 100px;
    border-radius: 25px;
    color: var(--kommentarFeld-color);
    padding: 25px;
    resize: none;
  }
  @media only screen and (max-width: 600px) {
    textarea.kommentarFeld.box {
        width: 300px;
        height: 65px;
        margin-bottom: 5px;
    }
}
  form#user-info h3, form#user-info h1, form#user-info h4, form#user-info h2 {
    /* margin-bottom: 50px;
    margin-top: 50px; */
    text-align: center;
    color: var(--question-color);
    padding: 10px;
  }
  form#user-info h1 {
    font-size: 2em;
  }
  form#user-info h2 {
    font-size: 1.5em;
  } 
  form#user-info h3 {
    font-size: 1.17em;
  }
  form#user-info h4 {
    font-size: 1em;
  }
  
   #step14{
    animation: animate 0.5s;
    padding: 0 20px;
    margin: 0 10px;
    margin-left: auto;
    margin-right: auto;
  } 

  #step,#step0, #step1, #step2, #step3, #step4, #step5,#step6,#step7, #step8, #step9, #step10, #step11,#step12,#step13, #loader{
    animation: animate 0.5s;
    text-align: center !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .form-check {
    text-align: left;
    color: var(--button-text-color);
  }
  .form-container {
    max-width: 500px;
  } 

  @keyframes animate {
    from {
      transform: scale(1, 0);
      opacity: 0;
    }
    to {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  
  .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;
  }

  .box {
    transition: top ease 0.5s;
    width: 200px;
    height: 200px;
    color: transparent;
    margin-left: 5px;
  }

  
  form#user-info input[type="radio"], form#user-info input[type="checkbox"] {
    display: none;
  }

  form#user-info input[type="radio"] + label:hover, form#user-info input[type="button"]:hover, form#user-info input[type="submit"]:hover, .btn:hover {
    top: -10px;
    cursor: pointer;
  }

  form#user-info input[type="button"], form#user-info input[type="submit"], .btn, button.btn {
    text-align: center;
    color: var(--button-text-color);
    transition: top ease 0.5s !important;
    margin-top: 30px;
    font-weight: bold;
    background-color: var(--button-bg-color) !important;
    border-color: var(--button-border-color) !important;
  }
  form#user-info input[type="button"]:active, form#user-info input[type="submit"]:active, .btn:active, button.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, button.btn:focus {
    box-shadow: 0 0 0 0.25rem var(--input-box-shadow-color);
  }
  input[type="file"]:focus, input[type="date"], 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: var(--input-bg-color) !important;
    border-color: var(--input-border-color) !important;
  }
  header {
    display: flex;
    justify-content: center;
}
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @media only screen and (max-width: 600px) {
    .kasten {
      width: 282px!important;
      height: 42px!important;
    }
    form#user-info h1 {
      font-size: 1.5em;
    }
    .box {
      width: 120px;
      height: 120px;
      margin-bottom: 5px;
    }
    
    .boxes {
      flex-wrap: wrap !important;
      flex-direction: column !important;
      
    }
  }
  .main-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100vh;
    align-items: center;
    align-content: center;
  }
  .boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
  }

  .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"] {
    display: none;
  }
  /* div[id^="step"] h1 {
    margin-bottom: 30px;
  } */

  /* Select the first div with id starting with "step" and display it */
  div[id="step"] {
    display: flex;
  }

  .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, #start{
    display: none;
  }
  .datenschutz {
    display: block !important;
  }

  /* h2 {
    margin-top:10px; margin-bottom:20px;
  } */

  body {
    background: var(--hintergrund-farbe) !important;
    background-attachment: fixed;
    /* height: 100vh; */
    /* margin: 0; */
  }

  .container-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  /* .body:nth-child(1) {
    margin-top: 50px;
} */
  /* HIER ENDEN DIE NICHT ZU BEARBEITENDE FELDER */