.elementor-555 .elementor-element.elementor-element-a89ccee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-779b3e2 */<style>
    .job-ad {
        max-width: 800px;
        margin: auto;
        line-height: 1.6;
        font-size: 18px; /* Grundschrift deutlich vergrößert */
        color: inherit;
    }
    .job-ad header {
        text-align: center;
        margin-bottom: 60px;
    }
    .job-ad h1 { 
        margin: 15px 0; 
        font-size: 32px; /* Größere Hauptüberschrift */
    }
    .job-ad h2 { 
        margin-top: 60px; 
        margin-bottom: 25px;
        font-size: 24px; /* Deutlichere Sektionsüberschrift */
    }
    .job-ad p {
        margin-bottom: 25px;
    }
    .job-ad ul { 
        list-style: none; 
        padding-left: 0; 
        margin-bottom: 40px;
    }
    .job-ad li { 
        margin-bottom: 15px;
        padding-left: 45px; /* Mehr Platz für den Pfeil */
        position: relative;
    }
    .job-ad li::before {
        content: "→";
        position: absolute;
        left: 0;
        width: 35px; /* Fester Abstand nach dem Pfeil */
        font-weight: bold;
        display: inline-block;
    }
    .job-ad .step-bar {
        padding: 25px 0;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
        margin: 50px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        font-weight: 700;
        font-size: 18px;
    }
    .job-ad .cta-area {
        margin-top: 80px;
        padding-top: 40px;
        text-align: center;
    }
    .job-ad .btn {
        display: inline-block;
        padding: 18px 40px;
        text-decoration: none;
        border: 2px solid;
        font-weight: bold;
        font-size: 18px;
        margin-top: 30px;
        transition: all 0.3s ease;
    }
    .job-ad .btn:hover { opacity: 0.7; }
    
    .job-ad .tip-text {
        font-size: 18px; /* Explizit groß für die gewünschte Zeile */
        display: block;
        margin-top: 20px;
        font-weight: 500;
    }
</style>/* End custom CSS */