  /*details summary for e.g. veröffentlichungen*/

  #filterDiv {
    margin-top: 0.5rem;
  }
      
  #data-tag-dropdown {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }

  #data-order-dropdown {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }

  #sort_params-div{
    display: flex;
    flex-wrap: wrap;
  }

  details {
    background-color: #f6fcff;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    border-style: ridge;
    border-color: rgb(224, 233, 255);
  }

  summary {
    list-style: none; /* Triangle not shown */
    color: #0072AC;
  }
  
  summary::before {
    padding-right: .25rem;
    content: '+ '; /* Instead of Triangle closed */
  }
  
  details[open] summary::before {
    padding-right: .25rem;
    font-style: italic;
    content: '- '; /* Instead of Triangle open */
  }

/* more styles */

.infoDiv {
  background-color: #f6fcff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  border-style: ridge;
  border-color: rgb(224, 233, 255);
  text-align: center;
}

/* aktuelles */
.col-sm {
  padding-bottom: 10px;
}

.card-actions {
  margin: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aktuelles_jahrmonat_div {
  width: 100%;
}

#load-more {
  width: calc((100% / 3) - 8px);
  padding: 16px;
  background-color: rgb(245, 245, 245);
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border-radius: 5px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 1px solid rgb(97, 95, 95);
}

#load-more:not([disabled]):hover {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}

#load-more[disabled] {
  background-color: #eaeaea !important;
}
