.elementor-1519 .elementor-element.elementor-element-83e9894{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8bbda58 *//* Container Styling */
.kalkulator-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  text-align: center;
  color: #222; /* Lesbare Schrift */
}

/* Überschrift */
.kalkulator-box h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111; /* Dunkel für bessere Lesbarkeit */
}

/* Dropdown Styling */
.kalkulator-box select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 16px;
  cursor: pointer;
  background: #f9f9f9;
  color: #333;
}

/* Ergebnisfeld */
#ergebnis {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #0077cc;
}/* End custom CSS */