/* Start custom CSS for html, class: .elementor-element-f5a8dc3 *//* StruGa Brandfarben für Disclaimer */
.disclaimer {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #ffffff;
  color: #333333;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif;
  line-height: 1.6;
}

.disclaimer h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #1444B5;
  border-bottom: 3px solid #66AF30;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.disclaimer h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: .75rem;
  color: #1444B5;
}

.disclaimer a {
  color: #1444B5;
  text-decoration: none;
  border-bottom: 1px solid rgba(20,68,181, .3);
  transition: all .25s ease;
}

.disclaimer a:hover {
  color: #F59E0B;
  border-bottom-color: #F59E0B;
}

.disclaimer p {
  margin-bottom: 1rem;
}

.disclaimer .legal-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e6f0;
  font-size: .95rem;
}

@media (max-width: 600px) {
  .disclaimer { padding: 1.25rem 1rem; }
  .disclaimer h1 { font-size: 1.75rem; }
  .disclaimer h2 { font-size: 1.25rem; }
}/* End custom CSS */