
.antreiber-hero {
    background-image: url('../img/header.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
    font-size: 1.8rem;
}
.antreiber-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.progress-bar {
    height: 20px;
    background: orange;
    transition: width 0.3s ease-in-out;
}
.progress-wrapper {
    background: #f1f1f1;
    width: 100%;
    margin-bottom: 20px;
}
.progress-text {
    font-size: 14px;
    margin-bottom: 10px;
}
