figure.card-img-top {
  margin: 0;
}
figure.card-img-top img {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
figure.card-img-bottom {
  margin: 0;
}
figure.card-img-bottom img {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card:not(:first-child) figure.card-img-top img {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) figure.card-img-bottom img {
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:last-child) figure.card-img-top img {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) figure.card-img-bottom img {
  border-bottom-right-radius: 0;
}
.mod_registration .widget,
.mod_lostPassword .widget,
.mod_changePassword .widget,
.mod_personalData .widget,
.mod_closeAccount .widget,
.mod_two_factor .widget {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
* {
  scroll-padding-top: 10rem;
}
.sticky-blog .block {
  overflow: visible;
}
.sticky-blog .sticky-sidebar {
  height: 100%;
  position: sticky;
  top: 150px;
  margin-bottom: 30px;
}
.sticky-blog .blog-table-of-contents.accordion {
  border: 0;
  border-radius: 0;
  border-right: 1px solid #ccc;
  margin-right: 2rem;
}
.sticky-blog .blog-table-of-contents.accordion .accordion-item {
  border: 0;
}
.sticky-blog .blog-table-of-contents.accordion .accordion-button {
  background: none;
  padding: 1rem;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
.sticky-blog .blog-table-of-contents.accordion .accordion-button::after {
  opacity: 0;
}
.sticky-blog .blog-table-of-contents.accordion .blog-toc-headline {
  color: black;
}
.sticky-blog .blog-table-of-contents.accordion .accordion-body {
  padding: 0;
  border: 0;
}
.sticky-blog .blog-table-of-contents.accordion .list-group a.list-group-item {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 1rem 1rem;
  border-radius: 0;
}
.sticky-blog .blog-table-of-contents.accordion .list-group a.list-group-item:last-child {
  border-bottom: 0;
}
.sticky-blog .blog-table-of-contents.accordion a.list-group-item.list-group-item-action.active {
  background: #e9e9e9;
  color: black;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sticky-blog .sticky-sidebar {
    position: relative;
    top: 0px;
    margin-bottom: 0;
  }
  .sticky-blog .blog-table-of-contents.accordion {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1010;
    width: 100%;
  }
  .sticky-blog .blog-table-of-contents.accordion .accordion-button::after {
    opacity: 1 !important;
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
    color: white;
    background-image: none;
    transition: all 0.3s ease-in-out;
  }
  .sticky-blog .blog-table-of-contents.accordion .accordion-button {
    background: black;
    padding: 1rem;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sticky-blog .blog-table-of-contents.accordion .blog-toc-headline {
    color: white;
  }
  .sticky-blog .blog-table-of-contents.accordion a.list-group-item.list-group-item-action {
    border-bottom: 0;
    padding: 0.5rem 1rem;
  }
  .sticky-blog .blog-table-of-contents.accordion a.list-group-item.list-group-item-action.active {
    background: none;
    color: black;
    font-weight: 400;
  }
}
