
#logo span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bg-overlay {
    /*background: rgba(0,0,0,0.65);*/
    background: linear-gradient( to right, rgba(26, 2, 2, 0.92), rgba(0,0,0,0.45) )
}

.hero h1 {
    font-size: 3rem;        /* ggf. 3.5rem auf Desktop */
    font-weight: 600;
}

.hero-content {
    max-width: 680px;
}

.hero {
    padding: 180px 0 150px;
}

.bg-overlay {
    background: linear-gradient(
            to right,
            rgba(0,0,0,0.75),
            rgba(0,0,0,0.45)
    );
}

.service-list {
    margin: 10px 0 0 80px;
    padding-left: 18px;
}

.service-list li {
    margin: 4px 0;
}

#footer {
    background-color: #1e2022;
    color: #9ea4aa;
}

#footer a,
#footer a:visited {
    color: #999;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

#footer a[href^="tel"],
#footer a[href^="mailto"] {
    font-weight: 500;
}

#arbeitsweise p {
    font-size: 1rem;
    line-height: 1.7;
}

#arbeitsweise ul.list li {
    margin-bottom: 10px;
}

#page-content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background: transparent;
}

#datenschutz {
    margin-bottom: 0 !important;
}

/* Kontakt-Erfolgsmeldung – ruhig & seriös */
.contact-success {
    background-color: #f5f6f7;      /* sehr helles Grau */
    border-left: 4px solid #1e2022; /* Akzent in Header-Farbe */
    color: #333;
    padding: 18px 22px;
    border-radius: 3px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Kein POLO/Bootstrap-Grün */
.contact-success.alert-success {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

/* Fett nur für den Einstieg */
.contact-success strong {
    font-weight: 600;
    color: #1e2022;
}
