/*IMPRESSUM BEGINN*/
.Impressum a {
    color: #72716f;
    text-decoration: none; /* Entferne Unterstreichungen */
    cursor: pointer; /* Zeige einen normalen Cursor an */
    /* Weitere Stile hier nach Bedarf */
    transition: color 0.5s ease;

}
    
    .Impressum{
        display: flex;
        justify-content: center;
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: #72716f;
        box-shadow: 0px 8px 160px 6px rgba(0,0,0,0.2);
        background-color: #eadfd5;
        padding: 20px 0px;
     
        
    }
    .Impressum a:hover{
        color:#222120;

    }
    /*IMPRESSUM END*/