.img-resposive {
    max-width: 300px;
}




.page-content {
    padding-bottom: 70px; /* Abstand unten */
}


h1 {
    color:#000954;
    margin-bottom: 1rem;
}

h2 {
    background-color: #000954;
    color: white;
    font-size: 25px;
}

h3 {
    color: #000954;
    font-weight: bolder;
}

h4 {
    color: #000954;
}

p {
    color: black;
}

li {
    margin-bottom: 1rem;
}

img {
    margin-bottom: 1rem;
}


.specialtext {
    font-size: 20px;
    color: #000954;
    margin-bottom: 1.5rem;
}

.specialbullet {
    font-weight: bold;
    color: #000954;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.speciallink {
    font-weight: bold;
    color: #000954;
}

.nolink {
    color: white;
    text-decoration: none;
}

.b_link {
    color:#000954;
}


/* Accordion Header Styling */
.accordion-item {
    border: 1px solid #000954;
}

.accordion-header .accordion-button {
    background-color: #000954; /* Orange */
    color: white;
    border-color: #000954;
}

.accordion-header .accordion-button:not(.collapsed) {
    background-color: #000954; /* Dunkleres Orange */
    color: white;
    border-color: #000954;
}

.accordion-header .accordion-button:hover {
    background-color: #000954; /* Coral Orange */
    color: white;
}

/* Accordion Body Styling */
.accordion-body {
    background-color: white; /* Hellerer Orange-Ton für Kontrast */
    color: #333; /* Dunklerer Text für Lesbarkeit */
}



.custom-tab {
    background-color: #000954;
    color: white;
}

.custom-tab2 {
    background-color: white ;
    color: #000954;
}

.custom-tab.active {
    background-color: white; /* Farbe für aktives Element */
    color:#000954; /* Textfarbe für aktives Element */
  }




.nav-link {
    color: white;
}

@media (min-width: 992px) {
    #list-example {
      width: 250px; /* Beispielbreite für größere Bildschirme */
      margin-right: 20px; /* Optionale Anpassung für den Abstand zum Inhalt */
    }
  }

  #list-example {
    margin-right: 10px; /* Verringert den Abstand zwischen Liste und Inhalt */
  }

