 body.funktion {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-style: italic;
        background-color: #626262;
        color: #fff;
        line-height: 1.8;
        margin: 0;
        padding: 0;
      }

    a {
        color: #E2D07A; /* Goldene Links */
        text-decoration: none;
    }

    a:hover {
        color: #FFF0C0; /* Helleres Gold beim Hover */
        text-decoration: none;
    }

   /* --- Grundlayout --- */

.engine-article {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    background: rgba(0,0,0,0.6); /* jetzt deutlich dunkler */
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: #eee;
    font-size: 1rem;
    line-height: 1.7;
    }

/* --- Überschriften --- */

.engine-article h1 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: white;
}

.engine-article h2 {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
    color: #fff;
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: italic;
}

/* --- Bilder --- */

.engine-article img {
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 8px;
}

/* --- Absätze --- */

.engine-article p {
    margin-bottom: 1.4rem;
    text-align: justify;
}

/* --- Animation für technische Diagramme --- */

.engine-article img.bordered:hover {
    transform: scale(1.03);
    transition: 0.3s ease;
    box-shadow: 0 0 12px rgba(255,255,255,0.5);
}

body.funktion h1 {
    font-size: 1.6rem;   /* oder 1.5rem, 1.4rem – wie du willst */
    line-height: 1.3;
}
