.elementor-152381 .elementor-element.elementor-element-c08eb02{--display:flex;}/* Start custom CSS for html, class: .elementor-element-31420c2 */.regel-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.regel-title {
  text-align: center;
  color: #003366;
  margin-bottom: 10px;
}

.regel-subtitle {
  text-align: center;
  color: #4a5a6a;
  margin-bottom: 40px;
}

.regel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.regel-card {
  background: #f7f9fb;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #dce3ea;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.regel-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.regel-buttons {
  margin-top: auto;
}

.regel-card h3 {
  margin-top: 0;
  color: #003366;
}

.regel-buttons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.regel-btn {
  background: #e3f2fd;
  color: #003366;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #003366;
  transition: background 0.2s ease;
}

.regel-btn:hover {
  background: #c7e0ff;
}
.regel-btn {
  font-size: 13px; /* oder 12px, wenn du es noch kleiner willst */
}/* End custom CSS */