/* Inhaltsverzeichnis */
html {
  scroll-behavior: smooth;
}

.privacy-toc {
  border: 1px solid #ccc;
  padding: 1rem;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  border-radius: 8px;
}

.privacy-toc h2 {
  margin-top: 0;
}

.privacy-toc ul {
  list-style-type: none;
  padding-left: 1rem;
  margin: 0;
}

.privacy-toc ul li {
  margin: 0.4rem 0;
}

.privacy-toc ul li ul {
  margin-top: 0.2rem;
  margin-left: 1.2rem;
  list-style-type: circle;
}

.privacy-toc a {
  text-decoration: none;
  color: #0056b3;
  transition: color 0.3s ease;
}

.privacy-toc a:hover {
  color: #007bff;
}

/* Sektionen */
section[id] {
  margin-bottom: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}

section h2 {
  color: #0056b3;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

section h3 {
  color: #444;
  margin-top: 1.2rem;
}

section p {
  margin: 0.4rem 0 1rem;
}

.privacy-section a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dotted #0056b3;
  transition: all 0.2s ease-in-out;
}

.privacy-section a:hover {
  color: #003366;
  border-bottom: 1px solid #003366;
  text-decoration: none;
  background-color: rgba(0, 85, 179, 0.05);
  padding: 0.1em 0.2em;
  border-radius: 3px;
}

/* Responsive */
@media screen and (max-width: 600px) {
  body {
    padding: 1rem;
  }

  .privacy-toc {
    font-size: 0.95rem;
  }

  section h2 {
    font-size: 1.3rem;
  }

  section h3 {
    font-size: 1.1rem;
  }
}

.ds-button-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1rem;
}

.ds-button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.ds-button {
  font-size: 0.9rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.45rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out;
}

.ds-button:hover {
  background-color: #0056b3;
}

.ds-button-row span {
  font-size: 0.95rem;
  color: #333;
  flex: 1;
  min-width: 220px;
}
