html {
    font-size: 12px;
  font-family: 'News Cycle', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 100%;
}



body {
    margin-bottom: 60px;
    font-size: 12px;
    font-family: 'News Cycle', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.card-container {
    display: flex;
    justify-content: space-between;
}

.card-container a {
    text-decoration: none;
    color: inherit;
}

.card-link {
    flex: 1;
    margin: 0 10px;
    text-decoration: none;
}

.indexcard {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.indexcard-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mt-auto {
    margin-top: auto;
}

.dropdown-menu a {
    color: #007bff;
}

.dropdown-menu a:hover {
    text-decoration: underline;
}

.custom-accordion-button {
    border: none;
    background-color: inherit;
    box-shadow: none; /* Entfernt den inneren Schatten */
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
}

.highlight {
    background-color: yellow;
}