/*
div.page-header-banner-large {
  display:none;
}
*/

:root {
  --co-heading-color: var(--bs-secondary);
}
.modal-header {
  border:1px solid var(--bs-secondary-light);
}
.btn-close {
  color:var(--bs-secondary);
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.btn-primary, .card-light .btn-card-light {
  color: #fff;
  border-color: var(--bs-primary-dark);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
 {
  color: #fff;
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary-dark);
}

section.section-primary p,
section.section-primary a,
section.section-primary li {
  color:#fff;
}

section.section-primary h2,
section.section-primary h3,
section.section-primary h4 {
  color:#fff !important;
}

a {
color: var(--bs-primary);
text-decoration: underline;
}
.fachausstellung .card {
  overflow: hidden; 
}
.fachausstellung .card:hover .card-footer {
  top: 0%;
  transition: top 0.25s cubic-bezier(.79,.14,.15,.86);

}
.fachausstellung .card .card-footer{  
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  top: 99%;
  transition: top 0.25s cubic-bezier(.79,.14,.15,.86);
}
.fachausstellung .card .card-title{
  padding: 0.75rem !important;
}

.fachausstellung .card .card-footer * {
  color: #fff;
  --font-size: 1.25rem;
}

.fachausstellung .card .card-footer .card-subtitle.text-muted {
  display: block;
  color: #fff !important;
  line-height: 1.25rem;
  margin-top: 15px;
  font-size: 0.9rem;
}


.socal-icons-list-container ul {
  list-style-type: none;
} 

#navbarMain {
  border:1px solid var(--bs-secondary-light);
}
