.preview-heading {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

border-left-danger {
    border-left-color: #ea5045;
}

.border-top-danger {
    border-top-color: #ea5045;
}

.border-left-warning {
    border-left-color: #fbba00;
}

.border-top-warning {
    border-top-color: #fbba00;
}

.border-top-info {
    border-top-color: #0095db;
}

.border-top-success {
    border-top-color: #62a72b;
}

.border-top-dark {
    border-top-color: #3c3c3c;
}

.text-white .card-body-desc {
  color: #ffffff !important;
  hyphens: auto;
}

.clustercard p {
  hyphens: auto;
}

.text-white a {
  color: #ffffff;
}

.clustercard ul {
   padding: 0;
}

.clustercard li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
}

.clustercard li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
}

.bg-dguv-orange {
  background: #f39200;
}

.bg-dguv-violett {
  background: #b81178;
}

.bg-dguv-cyan {
  background: #0095db;
}

a .bg_text-primary {
   color: #000000;
}

p.callout {
    color: #3c3c3c;
    background-color: #efefef;
    font-weight: 400 !important;
    padding: 10px;
    border-left: 10px solid #ddd;
    margin: 0 0 10px;
}

figure.image-richtext {
    width: 100% !important;
}

a#ki-unterstuetzte-suche {
    color: #004994 !important;
}

.sticky-image {
  position: fixed;      /* Sticks relative to viewport */
  top: 90%;             /* Vertically center */
  right: 20px;             /* Align to right edge */
  transform: translateY(-50%); /* Adjust so center is exact */
  z-index: 9999;        /* Stay above other content */
  cursor: pointer;      /* Pointer cursor for click */
  max-width: 80px;      /* Control size */
  height: auto;
}

.sticky-image:hover {
  opacity: 0.8;         /* Simple hover effect */
}