body {
    margin: 0;
    color: #102a43;
    background-color: white;
    font-family: Arial, sans-serif;
}

.impressum-seite {
    max-width: 60rem;
    margin: 3rem auto;
    padding: 0 2rem;
}

.datenschutz-text {
    width: calc(100% - 4rem);
    margin: 2rem 2rem 2.5rem;
    padding: 2rem 2.25rem;
    color: #102a43;
    background-color: #dfeeff;
    border-radius: 22px;
    box-sizing: border-box;
}

.datenschutz-text h2,
.datenschutz-text h3,
.impressum-text h2,
.impressum-text h3 {
    margin-top: 0;
    color: #102a43;
}

.datenschutz-text h3 {
    margin-top: 1.75rem;
    margin-bottom: 0.6rem;
}

.impressum-text {
    width: calc(100% - 4rem);
    margin: 2rem 2rem 2.5rem;
    padding: 2rem 2.25rem;
    color: #102a43;
    background-color: #dfeeff;
    border-radius: 22px;
    box-sizing: border-box;
}

.impressum-text h3 {
    margin-top: 1.75rem;
    margin-bottom: 0.6rem;
}

.datenschutz-text p {
    margin: 0 0 1rem;
    color: #000000;
    font-size: 12pt;
    line-height: 1.55;
}

.impressum-text p {
    margin: 0 0 1rem;
    color: #000000;
    font-size: 12pt;
    line-height: 1.55;
}

.datenschutz-text ul {
    margin: 0 0 1rem;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.55;
}

@media (max-width: 700px) {
    .impressum-text {
        width: calc(100% - 2rem);
        margin: 1rem;
        padding: 1.25rem;
    }
}

@media (max-width: 700px) {
    .datenschutz-text {
        width: calc(100% - 2rem);
        margin: 1rem;
        padding: 1.25rem;
    }
}

.seiten-footer {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 2rem;
    padding: 1rem;
    background-color: lightblue;
}

.seiten-footer a {
    padding: 0 1rem;
    color: #102a43;
    text-decoration: none;
}

.seiten-footer a + a {
    border-left: 1px solid #102a43;
}

.seiten-footer a:hover,
.seiten-footer a:focus-visible {
    color: #ffffff;
}

@media (max-width: 700px) {
    body {
        overflow-x: hidden;
    }

    .kopfzeile {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem 1rem;
    }

    .logo {
        width: 8rem;
        min-width: 8rem;
    }

    .hauptnavigation {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: 0;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .hauptnavigation details {
        flex: 0 0 auto;
    }

    .hauptnavigation summary {
        padding: 0.75rem 0.6rem;
        font-size: 1rem;
        white-space: nowrap;
    }

    .historien-hero {
        height: 20rem;
    }

    .historien-hero h1 {
        right: 5%;
        width: 45%;
        font-size: 1.75rem;
    }

    .seiten-footer {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
    }
}
