#jaeg-rechner,
#jaeg-rechner #mitarbeiter-container {
  max-width: 100%;
  box-sizing: border-box;
}

#jaeg-rechner input,
#jaeg-rechner select,
#jaeg-rechner textarea {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
}

#jaeg-rechner textarea {
  height: auto;
}

#jaeg-rechner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

#jaeg-rechner th,
#jaeg-rechner td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}

#jaeg-rechner th {
  background-color: #f5f5f5;
}

#jaeg-rechner .bold {
  font-weight: bold;
}

#jaeg-rechner h3 {
  margin-top: 40px;
}

#jaeg-rechner .tabelle-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
  display: block;
}

#jaeg-rechner details {
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: #fafafa;
}

#jaeg-rechner summary {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 1rem;
}

#jaeg-rechner .feldgruppe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

#jaeg-rechner button {
  padding: 8px 16px;
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#jaeg-rechner #addMA {
	background-color:#009933;
}

#jaeg-rechner button:hover {
  background-color: #004d99;
}

#jaeg-rechner .accordion-controls {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

#jaeg-rechner .accordion-controls button {
  flex: 1 1 180px;
}

#jaeg-rechner .mh-ld-font-2 {
  font-size: 1rem;
  line-height: 1.4;
}

#jaeg-rechner .mh-text-grey-6 {
  color: #555;
}

#jaeg-rechner .headlineStyled {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
}

#jaeg-rechner .headlineStyledorange {
  color: #e67e22;
}

#jaeg-rechner .leftMin {
  text-align: left;
}
