.wpforms-submit {
    background-color: #b60000;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
    background-color: #8c0000;
}
.main-navigation a {
    font-size: 16px;
    font-weight: 600;
}
img.custom-logo {
    border-radius: 12px; /* Rundung der Ecken */
}.site-header p, 
.site-header .site-description {
    color: #111111; /* Fast Schwarz */
    font-weight: 600;
}