/* Body */
body {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ccc;
}

a {
    text-decoration: none;
    color: inherit;
}

/*Gebühren - Offene Rechnungen und Verlauf Abstand*/
.subheadings {
    display: flex;
    gap: 183px; /* Abstand zwischen den beiden */
    margin-bottom: 30px;
    font-size: 24px;
}

/*Gebühren - Offene Rechnungen und Verlauf Linie beim Hover*/
.subheading-link:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: black;
}

/* Styling für die Inhalts-Sektionen */
section {
    margin-bottom: 1.5rem; /* Abstand zwischen den Sektionen */
    scroll-margin-top: 170px;
}

section h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #eee; /* Leichte Trennlinie */
    padding-bottom: 0.3rem;
}

/*Hilfe - Abstand zwischen Seitenaufbau (inkl. Inhalt) und Häufige Fragen*/
section {
    margin-bottom: 3rem;
}

html {
    scroll-behavior: smooth;
}

input[type="date"] {
    max-height: 40px;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    background-color: white;
    color: #333;
}

