main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.floating-title-box {
  position: relative;
  z-index: 10;
  margin: -2rem auto 2rem auto;
  max-width: 900px;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.6); /* für dark mode */
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.3);
  text-align: center;
}

.floating-title {
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

.card-wrapper h1,
.card-wrapper h2,
.card-wrapper h3 {
  color: #ffffff;
  text-shadow: 0 0 8px #00f0ff;
}
.sitemap-inner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cms-content {
  color: #ccc;
}

.list-group-item {
  background-color: transparent;
  color: #f0f0f5;
  border-left: 4px solid #444;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.list-group-item:hover {
  background-color: #1a1a1f;
  box-shadow: 0 0 10px #00f0ff;
}

a.text-primary,
.border-primary {
  color: #00aaff !important;
  border-color: #00aaff !important;
  text-shadow: 0 0 6px #00aaff;
}

a.text-success,
.border-success {
  color: #00ff99 !important;
  border-color: #00ff99 !important;
  text-shadow: 0 0 6px #00ff99;
}

a.text-warning,
.border-warning {
  color: #ffd700 !important;
  border-color: #ffd700 !important;
  text-shadow: 0 0 6px #ffd700;
}

a.text-secondary,
.border-secondary {
  color: #999 !important;
  border-color: #999 !important;
  text-shadow: 0 0 4px #999;
}

.badge.bg-secondary {
  background-color: #333;
  color: #ccc;
  border: 1px solid #666;
  box-shadow: 0 0 4px #666;
}

.fas.fa-link,
.fas.fa-file {
  text-shadow: 0 0 6px currentColor;
}
