.jbgalaxy_about h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.5em;
    color: #222;
    font-weight: 700;
    line-height: 1.1;
    transition: all 0.35s;
}
.jbgalaxy_about h3 {
    display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0px;
  color: #808080;
  line-height: 1.2em;
  transition: all 0.35s;
}
.jbgalaxy_about .accordion-button {
  font-size: 16px;
  background: var(--blau);
    color: white;
    outline: none;
    transition: all 0.35s;
}

.jbgalaxy_about .accordion-collapse {
    transition: all 0.35s; 
}

.jbgalaxy_about .accordion-button::after {
    fill: white; /* Ändert die Füllfarbe des SVG-Icons auf weiß */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.jbgalaxy_about .accordion-button[aria-expanded="true"], .jbgalaxy_about .accordion-button:hover {
    background: var(--red);
    outline: none;
    transition: all 0.35s; 
}

.jbgalaxy_about .accordion-button:focus,
.jbgalaxy_about .accordion-button:active {
    outline: none; 
    box-shadow: none;
}

.jbgalaxy_about .carousel-item {
    transition-duration: 0.25s; /* Ändere die Transition-Dauer auf 0.5 Sekunden */
}
