.card-title {
}

#galerie-expertenforen .card-body, #twist-seminare .card {
  background-color: #fffcf5;
}

#galerie-expertenforen .btn {
  margin-bottom: 20px;
}

.img-buch {
  margin-top: -16px;
  border: 1px solid silver;
  margin-left: -16px;
}

.team-name {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#beraterkarten .card-title {
  font-size: 1.1rem;
  height: 20px;
  text-transform: uppercase;
}

#beraterkarten .card-subtitle {
  height: 35px;
  font-size: .8rem;
}

#beraterkarten .card-text {
  margin-top: 20px;
  text-align: left;
  font-size: .9rem;
}

.img-berater {
  width: 180px;
  margin-bottom: 15px;
  border-radius: 5%;
  transform: rotate(0deg);
  filter: sepia(0%);
}

#beraterkarten .card {
  box-shadow: 10px 11px 5px rgba(234,239,242,0.51);
}

.card-referenzen span {
  border-bottom: 1px dotted silver;
  line-height: 40px;
}

.card-referenzen {
  border-bottom: 1px dotted silver;
  line-height: 40px;
}

#leistungen .card-group {
  display: flex;
}

#leistungen .card-title {
}

#leistungen .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  /*box-shadow: 2px 2px 20px rgba(130,132,133,0.26);*/
  /*border-style: none;*/
}

#galerie-expertenforen .card, #twist-seminare .card {
  /*box-shadow: -20px -20px 20px rgba(12,56,62,0.4);*/
}

#leistungen .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#leistungen .card-text-content {
  flex: 1;
}

#leistungen .card-body .btn {
  margin-top: auto;
}

#leistungen .card-title-wrapper {
  min-height: 3.5em;
  display: flex;
  align-content: start;
  justify-content: start;
  margin-top: 15px;
  border-bottom: 1px dotted var(--bs-primary);
  margin-bottom: 15px;
}

#Intro-Artikel .accordion-body {
  background-color: #e3edf3;
}

.pillar {
  /*max-width: 450px;*/
  background: linear-gradient(-178deg, rgba(89,140,169,0.1) 0%, rgba(255,255,255,0) 57%), linear-gradient(-26deg, rgba(80,127,154,0.18) 0%, rgba(255,255,255,0) 54%);
  border: 1px solid var(--bs-success) !important;
}

