/* ===========================================
   WUNSCHTERMIN SEITE STYLES
   =========================================== */

/* Hero Sektion */
.subpage-hero.wunschtermin {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Content Bereiche werden später hinzugefügt */ 