.ih-kundendaten-wrapper {
    font-family: "Inter", sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    padding: 48px 16px;
    max-width: 1140px;
    margin: 64px auto;
    line-height: 1.7;
}

.ih-kundendaten-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ih-kundendaten-wrapper .ih-subline {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #333;
}

.ih-kundendaten-eintrag {
    margin-bottom: 24px;
    font-size: 17px;
}

.ih-kundendaten-eintrag strong {
    display: inline-block;
    width: 180px;
    font-weight: 600;
    color: #004d43;
}

.ih-kundendaten-section {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.ih-kundendaten-section h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ih-kundendaten-section p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.ih-info-hinweis {
    font-style: italic;
    color: #004d43;
    font-weight: 500;
    font-size: 15px;
}


/* Kontaktbutton */
.ih-kontakt-button {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 2rem 0 1.5rem;
    background-color: #004d43;
    color: white;
    padding: 1.2rem 2.2rem;
    font-weight: 700;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.03em;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.ih-kontakt-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.ih-pdf-download {
    font-weight: 600;
    color: #004d43;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.ih-pdf-download:hover {
    color: #000;
    text-decoration: none;
}

#ih-adressformular label {
    display: block;
    margin-top: 1rem;
    font-weight: 600;
}

#ih-adressformular input[type="text"] {
    display: block;
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.25rem;
    border: 1px solid #ccc;
}
.ih-kontakt-button,
.ih-kontakt-button:visited,
.ih-kontakt-button:hover,
.ih-kontakt-button:active,
.ih-kontakt-button:focus {
    color: white !important;
}
.ih-modal {
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ih-modal-content {
    background: white;
    max-width: 600px;
    margin: 5% auto;
    padding: 2rem;
    position: relative;
}

.ih-close-modal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
}
.ih-form-vertikal {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ih-form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.ih-form-row label {
  width: 220px;
  font-weight: 500;
}

.ih-form-row input {
  flex: 1;
  padding: 0.4rem 0.6rem;
  border: 1px solid #ccc;
}

.ih-hinweise {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.ih-hinweise li {
  color: #00703c;
  margin-bottom: 4px;
}

.ih-info-hinweis {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1rem;
}
.ih-password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.ih-password-wrapper input {
  flex: 1;
}

.ih-toggle-password {
  margin-left: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
