* {
    font-family: arial;
    text-align: left;
}

body {
    background-color:#E4F1D6;
}

.card-body {
     background-color:#E4F1D6;
    
}

.lead {
    font-size: 14px;
}

.q-desc {
        font-style: italic;
    font-size: 14px;
}

.q-question {
     font-size: 16px;
}

.btn-primary {
    background-color:#9874AA;
        border-color:#161616;
}

.btn-primary:hover {
    background-color: #774A8E;
    border-color: #161616;
}

.form-check-input:checked {
    background-color:#9874AA;
    border-color:#161616;
    
}

.btn-primary {
    background-color:#9874AA;
        border-color:#161616;
}

 .center {
    text-align: center;

  }
  .links-container {
    display: inline-block;
  }
  .link {
    margin: 0 10px;
  }
  
 .aimlogo {
  max-width: 100%;
  height: auto;
  

  border-radius: 14px; /* Runde Ecken */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* Weicher, eleganter Schatten */
  transition: all 0.25s ease;
  display: inline-block;
}

/* Optional: dezenter Hover-Effekt */
.aimlogo:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
  
h2.mt-5 {
  text-align: center;
   font-weight: 700;
}  


  .link {
    margin: 0 10px;
    color: black; /* Schwarz */
    text-decoration: none; /* entfernt Unterstreichung */
  }