/* --------------------------
   Lokale Schriftart (Oswald)
   SIL Open Font License 1.1
   Datei: /fonts/Oswald.woff2
--------------------------- */
@font-face {
    font-family: "Oswald";
    src: url("fonts/Oswald.ttf") format("ttf");
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
}

/* --------------------------
   Basis-Styles
--------------------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    font-family: "Oswald", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ffffff;
    background: url("Hintergrund.jpg") no-repeat center center fixed;
    background-size: cover;
}

/* --------------------------
   Overlay für Lesbarkeit
--------------------------- */

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

/* --------------------------
   Zitat & Text
--------------------------- */

.quote-box {
    max-width: 800px;
}

.quote {
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.9);
}

.author {
    margin-top: 1rem;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    font-weight: 300;
    letter-spacing: 0.2em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

.subline {
    margin-top: 2.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.9;
}

/* --------------------------
   Footer
--------------------------- */

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    text-align: center;
    padding: 12px 10px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    backdrop-filter: blur(2px);
}

footer a {
    color: #ffffff;
    text-decoration: underline;
    opacity: 0.9;
}

.impressum-block {
    margin-top: 4px;
}

.datenschutz-block {
    margin-top: 4px;
}
