.fw-bold {
    font-weight: bold; /* Fettgedruckter Text für bestimmte Abschnitte */
}

a:link {
    color: rgb(95, 95, 95);
}

#impress, #data-policy {
    background-color: white; /* Beige Hintergrund */
    padding: 20px;
    margin: 20px 0;
    line-height: 1.6;
    color: black;
}

#impress h1, #data-policy h1 {
    color: #333;
    margin-bottom: 15px;
}

#impress h2, #data-policy h2 {
    color: #333;
    margin-top: 20px;
}

#impress p, #data-policy p {
    color: #666;
    margin-bottom: 10px;
}

#impress a, #data-policy a {
    color: #ff8c00; /* Orange Linkfarbe */
    text-decoration: none;
}

#impress a:hover, #data-policy a:hover {
    text-decoration: underline;
}