/*Allgemein*/
.main-company-page {
    background-color: #004F94;
}

.ecarf-features-container {
    max-width: 1200px;
    margin: auto;
}

/*Start Style Header*/
.header-container {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 260px); */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    color: white;
}

.header-wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.header-content {
    max-width: 60%;
    padding-top: 5%;
}

.header-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    max-width: 90%;
}

.header-content h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
}

.header-content p {
    font-size: 20px;
    margin: 20px 0;
    line-height: 28px;
    font-weight: 400;
}

.btn {
    display: inline-block;
    background-color: #ffc107;
    padding: 17px 30px;
    color: #000;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.arrow-down {
    font-size: 30px;
    margin-top: 20px;
}

.header-logo {
    max-width: 100%;
}

.header-logo img {
    width: 100%;
}

@media only screen and (max-width: 1170px) and (min-width: 992px) {
    .header-container {
        /* height: calc(100vh - 200px); */
    }
}

@media (max-width: 992px) {
    .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 30px;
    }

    .header-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-logo {
        margin-top: 40px;
        max-width: 70%;
        margin-bottom: 0px;
        order: -1;
    }

    .header-logo img {
        width: 100%;
        height: auto;
    }

    .header-content {
        max-width: 90%;
        display: flex;
        flex-direction: column;

    }

    .header-content h1 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 41px;
        font-weight: 700;
    }

    .header-content h3 {
        font-size: 21px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .header-content p {
        font-size: 17px;
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 25px;
    }

    .btn {
        display: inline-block;
        font-size: 18px;
        margin-top: 10px;
        align-items: center;
        text-align: center;
        cursor: pointer;
        width: 50%;
    }

    .arrow-down {
        font-size: 25px;
        margin-top: 15px;
    }
}

@media (max-width: 786px) {
    .header-content p {
        display: none;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}

/*End Style Header*/

/* Start Style Content Element Merkmale*/

.ecarf-features-container {
    background-color: #004F94;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    /* text-align: center; */
}

.ecarf-features-container h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
    width: 60%;
}

.ecarf-features-container p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    width: 60%;
    margin-bottom: 40px;
}

.ecarf-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.ecarf-features-tile {
    background-color: #416BB2;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: background 0.3s ease-in-out;
    min-height: 100px;
}

.ecarf-features-tile:hover {
    background-color: #215ca8;
}

.ecarf-features-icon {
    width: 68px;
    height: auto;
    margin-right: 10px;
}

.ecarf-features-text {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    padding-left: 20px;
}

@media (max-width: 1220px) {

    .ecarf-features-container h2,
    .ecarf-features-container p {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ecarf-features-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }
}

@media (max-width: 768px) {

    .ecarf-features-container h2,
    .ecarf-features-container p {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .ecarf-features-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

/* End Style Content Element Merkmale*/

/*Start Style content Element certification-process*/

.certification-process {
    background-color: #fff;
}

.certification-process-container {
    max-width: 1200px;
    margin: auto;
}

.certification-process {
    text-align: center;
    margin: 0 auto;
}

.steps-section-wrapper {
    position: relative;
    padding-left: 40px;
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    color: #004F94;
    margin-bottom: 10px;
    line-height: 48px;
    color: #004F94;
}

.section-subtitle {
    font-size: 21px;
    line-height: 30px;
    color: #004F94;
    font-weight: 700;
}

.section-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
}


.step {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.step-number {
    width: 80px;
    height: 80px;
    background-color: #ffcb04;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;

}

.step-number::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 89%;
    height: 4px;
    background: linear-gradient(to right, #FFCB04 60%, #cee0f2)
}


.step-number::before {
    content: "";
    position: absolute;
    left: 47%;
    top: 98%;
    width: 10px;
    height: 380px;
    background-color: #FFCB04;
    z-index: -1;
}

body>div.wrap.container>div>main>div.certification-process>div>div:nth-child(9)>div.step-number::before {
    height: 280px;
}



body>div.wrap.container>div>main>div.certification-process>div>div:nth-child(10)>div.step-number::before {
    display: none;
}

.step-content {
    background-color: #EDF6FF;
    padding: 30px;
    width: 100%;
    text-align: left;
    align-items: center;
    border: 2px solid #cee0f2;
    border-radius: 15px;
    margin-left: 50px;
}

.step-content ul {
    list-style-type: square;
}

.step-content li {
    text-indent: -23px;
    padding-left: 30px;
    line-height: 22px;
}

.step-title-icon {
    display: flex;
    align-items: center;
}

.step-icon img {
    width: 80px;
    height: 80px;
}

.step-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #004f94;
    margin-bottom: 5px;
    padding-left: 25px;

}

.step-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

@media screen and (max-width: 786px) {
    .steps-section-wrapper {
        width: 100%;
        padding-left: 0;
    }

    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }

    .step-number::before {
        display: flex;
    }

    .step-number {
        margin-right: 0;
        margin-bottom: 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step-number::before {
        content: "";
        position: absolute;
        left: 40%;
        width: 10px;
        height: 50px;
        background-color: #FFCB04;
        transform: translateX(50%);
        top: -30px;
    }

    .step-number::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 10px;
        height: 50px;
        background-color: #FFCB04;
        transform: translateX(-50%);
        background: #FFCB04;
    }

    body>div.wrap.container>div>main>div.certification-process>div>div:nth-child(10)>div.step-number::before {
        display: flex;
    }

    body>div.wrap.container>div>main>div.certification-process>div>div:nth-child(4)>div.step-number::before {
        display: none;
    }


    .step:not(:first-child) .step-number::after {
        top: 100%;
    }

    .step-content {
        width: 90%;
        margin-left: 0;
        padding: 20px;
        z-index: 2;
    }

}

/*End of style certification-process*/