/* Style für den PV-Rechner */
.hero-section {
    text-align: center;
    padding: 50px;
    background-color: #f9f9f9;
}

#step-2, #step-3 {
    margin-top: 20px;
}

#map-container {
    position: relative;
    height: 400px;
}

#map {
    height: 100%;
}

#overlay {
    border: 2px dashed red;
    position: absolute;
    width: 60%;
    height: 40%;
    top: 30%;
    left: 20%;
    pointer-events: none;
}
