/* StickTo Datenschutzerklärung — Layout & Typography
 * Eigenes Layout statt Bootstrap-Grid (Mobile-first, gute Lesbarkeit für langen Text).
 */

.privacy-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: #1f2730;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .privacy-content {
    padding: 60px 32px 100px;
    font-size: 17px;
  }
}

.privacy-content h1 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #1f2730;
}

.privacy-content h1 + .privacy-subtitle {
  font-size: 18px;
  color: #6b7280;
  font-weight: 400;
  margin: 0 0 32px;
}

.privacy-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 56px 0 16px;
  color: #1f2730;
  padding-bottom: 8px;
  border-bottom: 2px solid #99cc33;
}

.privacy-content h3 {
  font-size: 19px;
  line-height: 1.35;
  margin: 32px 0 12px;
  color: #1f2730;
}

.privacy-content h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 24px 0 8px;
  color: #1f2730;
  font-weight: 600;
}

.privacy-content p {
  margin: 0 0 16px;
}

.privacy-content a {
  color: #5a8a1f;
  text-decoration: underline;
  word-break: break-word;
}

.privacy-content a:hover,
.privacy-content a:focus {
  color: #1f2730;
}

.privacy-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.privacy-content li {
  margin-bottom: 8px;
}

.privacy-content li strong {
  color: #1f2730;
}

/* Inhaltsverzeichnis */
.privacy-toc {
  background: #f5f7f3;
  border-left: 4px solid #99cc33;
  padding: 20px 24px;
  margin: 24px 0 48px;
  border-radius: 0 8px 8px 0;
}

.privacy-toc-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #1f2730;
}

.privacy-toc ol {
  margin: 0;
  padding-left: 24px;
}

.privacy-toc li {
  margin-bottom: 6px;
  font-size: 15px;
}

.privacy-toc a {
  color: #1f2730;
  text-decoration: none;
}

.privacy-toc a:hover,
.privacy-toc a:focus {
  color: #5a8a1f;
  text-decoration: underline;
}

/* Kontakt-Block (Verantwortlicher) */
.privacy-contact-block {
  background: #f5f7f3;
  padding: 16px 20px;
  border-radius: 8px;
  margin: 16px 0 24px;
}

.privacy-contact-block strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2730;
}

/* Startup-Anwalt-Block am Ende */
.privacy-attribution {
  margin-top: 80px;
  padding: 32px 24px;
  background: #f5f7f3;
  border-radius: 12px;
  text-align: center;
}

.privacy-attribution-label {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.privacy-attribution-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

.privacy-attribution-link {
  display: inline-block;
  font-size: 15px;
  color: #1f2730;
  font-weight: 500;
  text-decoration: underline;
  word-break: break-word;
}

.privacy-attribution-link:hover,
.privacy-attribution-link:focus {
  color: #5a8a1f;
}

/* .privacy-page-wrapper braucht keinen padding-top mehr,
 * weil der hero-area-Header oben den Platz schon hat
 * (analog zu impressum.html / d-privacy-companycard.html). */
