/* Themen-Unterseiten: Functional Safety / Cyber Security / CE Compliance / Systems Engineering */

.leistung-page {
    position: relative;
    z-index: 1;
    margin: 3vh 10vw 0 10vw;
}

.leistung-block {
    margin: 8vh 0;
    max-width: 60vw;
}

.leistung-block h2 {
    display: inline-block;
    color: #fff;
    font-family: 'Chivo', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #2AFF00;
}

.leistung-block p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.leistung-block ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.leistung-block li {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0.6em;
    padding-left: 1.3em;
    position: relative;
}

.leistung-block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.6em;
    height: 0.6em;
    background-color: #2AFF00;
}

.leistung-referenzen p {
    font-style: italic;
    color: #dedede;
}

.leistung-block h3 {
    color: #2AFF00;
    font-family: 'Chivo', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    margin: 1.5rem 0 0.5rem 0;
}

@media (max-width: 768px) {
    .leistung-page {
        margin: 4vh 5vw 0 5vw;
    }

    .leistung-block {
        max-width: 100%;
        margin: 6vh 0;
    }

    .leistung-block h2 {
        font-size: 6vw;
    }

    .leistung-block p,
    .leistung-block li {
        font-size: 4.2vw;
    }

    .leistung-block h3 {
        font-size: 4.8vw;
    }
}
