body {
    padding-bottom: 80px; /* Add padding to prevent content hiding behind footer */
}

#anschriftForm,
#wohnflaecheContainer,
#baualtersklassenContainer,
#modernisierungContainer,
#wohnmerkmaleContainer,
#tabellen {
    margin-bottom: 2rem !important; /* Increase space below major sections */
}

.form-check {
    margin-bottom: 0.75rem; /* Space out checkboxes/radios */
}

h1, h4 {
    margin-bottom: 1.5rem !important; /* More space after headings */
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap'); /* Example: Google Font */

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; /* Bolder headings */
}

.footer {
    text-align: center;
    width:100%;
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    margin-top: 3rem;
    }
    .footer a { /* Style links directly */
        color: #212529; /* Darker color */
        text-decoration: none;
        margin: 0 0.5rem;
    }
    .footer a:hover {
        color: #0d6efd; /* Bootstrap primary blue on hover */
        text-decoration: underline;
}
