.isDisabled {
    cursor: not-allowed;
    opacity: 0.25;
  }

  .isDisabled > a {
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
  }
  
  .nav-icon {
    margin-right: 5px;
}

.a-invisbile {
    color: black
}

.cardBodyProgramm {
    padding: 0px!important;
}

.mehrInformationen {
    margin-left: -20px!important;
    font-size: 80%!important;
}

.mehrInformationenBorder {
    border-bottom: none!important;
}

/* Sponsoren Kategorie */
.sponsorGold {
    border-top: 3px solid #c9b037!important;
}

.sponsorSilver {
    border-top: 3px solid #b4b4b4!important;
}

.sponsorBronze {
    border-top: 3px solid #ad8a56!important;
}

.programm {
    justify-content: normal!important;
}

.programmThema {
    line-height: normal!important;
    margin-top: 1.25rem!important;
}

.programmSprecher {
    white-space: normal!important;
    line-height: normal!important;
    font-size: 0.75rem!important;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.programmPause {
    text-align: center!important;
    margin-top: 1.25rem!important;
}

.org-table {
  width: 100%;
  table-layout: fixed;
}

.org-table th:nth-child(1),
.org-table td:nth-child(1) {
  width: 40%;
}

.org-table th:nth-child(2),
.org-table td:nth-child(2) {
  width: 60%;
}

.org-table td {
  overflow-wrap: anywhere;
}
